public class FlipVerticalNorm_F64 extends Object implements PointTransform_F64
Flips the image along the vertical axis and converted to normalized image coordinates using the provided transform.
| Constructor and Description |
|---|
FlipVerticalNorm_F64(PointTransform_F64 pixelToNormalized,
int imageHeight) |
public FlipVerticalNorm_F64(PointTransform_F64 pixelToNormalized, int imageHeight)
public void compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
compute in interface PointTransform_F64Copyright © 2013. All Rights Reserved.