SECImage::FlipHorz
BOOLSECImage::FlipHorz(void)
Flips the image horizontally.
Defined in: SECDSP.cpp
Return Value
Nonzero if successful; otherwise 0.
Comments
All pixels in the image will be "mirrored" over horizontally on the same row. For example, if an image is 200 pixels wide and FlipHorz is called, the pixel which was in the first column will be swapped with the pixel in the last column, the pixel in the second column will be swapped with the pixel second to the last column, etc.See Also