public class PixelToNormalized_F32 extends Object implements PointTransform_F32
| Modifier and Type | Field and Description |
|---|---|
protected org.ejml.data.DenseMatrix64F |
K_inv |
| Constructor and Description |
|---|
PixelToNormalized_F32() |
public void set(double fx,
double fy,
double skew,
double x_c,
double y_c)
public void compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
compute in interface PointTransform_F32Copyright © 2013. All Rights Reserved.