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