Specifications
Intel
®
Image Processing Library Reference Manual
5-6
5
Square
Squares the pixel values
of the image.
void iplSquare(IplImage*
srcImage
, IplImage*
dstImage
);
srcImage
Thesourceimage.
dstImage
The resultant image.
Discussion
The function iplSquare() increases the intensity of an image by squaring
each pixel value.
Abs
Computes absolute pixel
values of the image.
void iplAbs(IplImage*
srcImage
, IplImage*
dstImage
);
srcImage
Thesourceimage.
dstImage
The resultant image.
Discussion
The function iplAbs() takes the absolute value of each channel in each
pixel of the image.