Uses of Enum Class
boofcv.factory.geo.EpipolarError
Packages that use EpipolarError
-
Uses of EpipolarError in boofcv.factory.geo
Methods in boofcv.factory.geo that return EpipolarErrorModifier 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.Methods in boofcv.factory.geo with parameters of type EpipolarErrorModifier 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.