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