SECImage::FlipVert

BOOL SECImage::FlipVert(void)

Flips the image vertically.

Defined in: SECDSP.cpp

Return Value

Nonzero if successful; otherwise 0.

Comments

All pixels in the image will be "mirrored" over vertically on the same column. The image rows will be swapped using the middle row as the axis to flip around.

See Also

SECImage ConvertImage FlipHorz Rotate90 Crop