public class TransformThenPixel_F32
extends java.lang.Object
implements boofcv.struct.distort.PointTransform_F32
| Constructor and Description |
|---|
TransformThenPixel_F32(boofcv.struct.distort.PointTransform_F32 first) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(float x,
float y,
georegression.struct.point.Point2D_F32 out) |
boofcv.struct.distort.PointTransform_F32 |
set(double fx,
double fy,
double skew,
double cx,
double cy) |
boofcv.struct.distort.PointTransform_F32 |
set(float fx,
float fy,
float skew,
float cx,
float cy) |
public TransformThenPixel_F32(boofcv.struct.distort.PointTransform_F32 first)
public boofcv.struct.distort.PointTransform_F32 set(float fx,
float fy,
float skew,
float cx,
float cy)
public boofcv.struct.distort.PointTransform_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