public class PinholePtoN_F64
extends java.lang.Object
implements boofcv.struct.distort.Point2Transform2_F64
| Modifier and Type | Field and Description |
|---|---|
protected org.ejml.data.DenseMatrix64F |
K_inv |
| Constructor and Description |
|---|
PinholePtoN_F64() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out) |
void |
set(double fx,
double fy,
double skew,
double cx,
double cy) |