public class UniOmniPtoS_F32
extends java.lang.Object
implements boofcv.struct.distort.Point2Transform3_F32
CameraUniversalOmni model.| Modifier and Type | Field and Description |
|---|---|
protected RadialTangential_F32 |
distortion |
protected org.ejml.data.DenseMatrix64F |
K_inv |
| Constructor and Description |
|---|
UniOmniPtoS_F32() |
UniOmniPtoS_F32(CameraUniversalOmni model) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(float x,
float y,
georegression.struct.point.Point3D_F32 out) |
float |
getTol() |
void |
setModel(CameraUniversalOmni model) |
void |
setTol(float tol) |
protected RadialTangential_F32 distortion
protected org.ejml.data.DenseMatrix64F K_inv
public UniOmniPtoS_F32(CameraUniversalOmni model)
public UniOmniPtoS_F32()
public float getTol()
public void setTol(float tol)
public void setModel(CameraUniversalOmni model)
public void compute(float x,
float y,
georegression.struct.point.Point3D_F32 out)
compute in interface boofcv.struct.distort.Point2Transform3_F32