Package boofcv.abst.geo.pose
Class PnPRefineRodrigues
java.lang.Object
boofcv.abst.geo.pose.PnPRefineRodrigues
- All Implemented Interfaces:
RefinePnP
,ModelFitter<Se3_F64,
Point2D3D>
Minimizes the projection residual error in a calibrated camera for a pose estimate.
Rotation is encoded using rodrigues coordinates.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PnPRefineRodrigues
public PnPRefineRodrigues(double convergenceTol, int maxIterations)
-
-
Method Details
-
fitModel
- Specified by:
fitModel
in interfaceModelFitter<Se3_F64,
Point2D3D>
-
getFitScore
public double getFitScore()- Specified by:
getFitScore
in interfaceModelFitter<Se3_F64,
Point2D3D>
-