public class PnPRefineRodrigues extends java.lang.Object implements RefinePnP
PnPRefineRodrigues(double convergenceTol, int maxIterations)
boolean
fitModel(java.util.List<Point2D3D> obs, georegression.struct.se.Se3_F64 worldToCamera, georegression.struct.se.Se3_F64 refinedWorldToCamera)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PnPRefineRodrigues(double convergenceTol, int maxIterations)
public boolean fitModel(java.util.List<Point2D3D> obs, georegression.struct.se.Se3_F64 worldToCamera, georegression.struct.se.Se3_F64 refinedWorldToCamera)
fitModel
org.ddogleg.fitting.modelset.ModelFitter<georegression.struct.se.Se3_F64,Point2D3D>