SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

BotDetect - Real-Time Bot Detection API
 
 

MAN page from RedHat Other XITE-3.3-3.i386.rpm

SQUAREROOT

Section: C Library Functions (3)
Updated: 16 Mar 1998
Index

 

NAME

squareRoot - take the square root of each pixel value

 

SYNTAX


 #include <xite/arithmetic.h>


 int squareRoot( IBAND input, IBAND output,
    double scale );

 

DESCRIPTION

squareRootplaces the square root of the input bandinto the output band:


 output(x,y) = sqrt(input(x,y)) * scale

Only the largest rectangle common to the two bandsis handled.

Accepts all pixel types except complex and double complex.Input and output must have the same pixel type, otherwise useconvertBiff.

If the result is outside the domain of the actual pixel type,the nearest possible value is returned.

Identical arguments for input and output are allowed.

 

RETURN VALUE


 0 => ok
 1 => Illegal combination of pixel types
 2 => Illegal pixel type

 

SEE ALSO

squareRoot(1), square(3), power(3), absValue(3), phase(3),imag(3), real(3), scale(3), multiply(3), divide(3),convertBand(3)

 

AUTHOR

Tor Lønnestad, BLAB, Ifi, UiO

 

ID

$Id: squareRoot.c,v 1.34 1997/05/27 14:46:24 svein Exp $


 

Index

NAME
SYNTAX
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR
ID

This document was created byman2html,using the manual pages.
 
ICM Bot detect detector