Uses of Interface
boofcv.abst.geo.RefineEpipolar
-
Uses of RefineEpipolar in boofcv.abst.geo.f
Modifier and TypeClassDescriptionclass
Improves upon the initial estimate of the Fundamental matrix by minimizing the error. -
Uses of RefineEpipolar in boofcv.abst.geo.h
Modifier and TypeClassDescriptionclass
Improves upon the initial estimate of the Homography matrix by minimizing residuals. -
Uses of RefineEpipolar in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic RefineEpipolar
FactoryMultiView.fundamentalRefine
(double tol, int maxIterations, EpipolarError type) Creates a non-linear optimizer for refining estimates of fundamental or essential matrices.