public class FlipVertical_F64
extends java.lang.Object
implements boofcv.struct.distort.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out) |