Package boofcv.alg.geo.robust
Class DistanceTranGivenRotSq
java.lang.Object
boofcv.alg.geo.robust.DistanceTranGivenRotSq
- All Implemented Interfaces:
DistanceFromModel<Vector3D_F64,
Point2D3D>
public class DistanceTranGivenRotSq
extends Object
implements DistanceFromModel<Vector3D_F64,Point2D3D>
Distance given a known rotation.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DistanceTranGivenRotSq
public DistanceTranGivenRotSq()
-
-
Method Details
-
setRotation
-
setModel
- Specified by:
setModel
in interfaceDistanceFromModel<Vector3D_F64,
Point2D3D>
-
distance
- Specified by:
distance
in interfaceDistanceFromModel<Vector3D_F64,
Point2D3D>
-
distances
- Specified by:
distances
in interfaceDistanceFromModel<Vector3D_F64,
Point2D3D>
-
getPointType
- Specified by:
getPointType
in interfaceDistanceFromModel<Vector3D_F64,
Point2D3D>
-
getModelType
- Specified by:
getModelType
in interfaceDistanceFromModel<Vector3D_F64,
Point2D3D>
-