Class FlipVertical_F64

java.lang.Object
boofcv.alg.distort.FlipVertical_F64
All Implemented Interfaces:
Point2Transform2_F64

public class FlipVertical_F64 extends Object implements Point2Transform2_F64

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.