public class FlipVerticalNorm_F64
extends java.lang.Object
implements boofcv.struct.distort.PointTransform_F64
Flips the image along the vertical axis and converted to normalized image coordinates using the provided transform.
| Constructor and Description |
|---|
FlipVerticalNorm_F64(boofcv.struct.distort.PointTransform_F64 pixelToNormalized,
int imageHeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out) |