public class FlipVertical_F64 extends Object implements PointTransform_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.
| Constructor and Description |
|---|
FlipVertical_F64(int imageHeight) |
public void compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
compute in interface PointTransform_F64Copyright © 2013. All Rights Reserved.