Class FlipVertical_F32

java.lang.Object
boofcv.alg.distort.FlipVertical_F32
All Implemented Interfaces:
Point2Transform2_F32

@Generated("boofcv.alg.distort.FlipVertical_F64") public class FlipVertical_F32 extends Object implements Point2Transform2_F32

Flips the image along the vertical axis. Equivalent to applying this transform, y = height - y - 1. Useful when the image coordinate system is left handed and needs to be right handed.