Uses of Enum Class
boofcv.factory.geo.EpipolarError
-
Uses of EpipolarError in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic EpipolarError
Returns the enum constant of this class with the specified name.static EpipolarError[]
EpipolarError.values()
Returns an array containing the constants of this enum class, in the order they are declared.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.static LeastSquaresHomography
FactoryMultiView.homographyRefine
(double tol, int maxIterations, EpipolarError type) Creates a non-linear optimizer for refining estimates of homography matrices.