public class NormalizedToPixel_F32
extends java.lang.Object
implements boofcv.struct.distort.PointTransform_F32
| Constructor and Description |
|---|
NormalizedToPixel_F32() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(float x,
float y,
georegression.struct.point.Point2D_F32 out) |
NormalizedToPixel_F32 |
set(double fx,
double fy,
double skew,
double cx,
double cy) |
public NormalizedToPixel_F32 set(double fx, double fy, double skew, double cx, double cy)
public void compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
compute in interface boofcv.struct.distort.PointTransform_F32