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 EpipolarErrorReturns 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 RefineEpipolarFactoryMultiView.fundamentalRefine(double tol, int maxIterations, EpipolarError type) Creates a non-linear optimizer for refining estimates of fundamental or essential matrices.static LeastSquaresHomographyFactoryMultiView.homographyRefine(double tol, int maxIterations, EpipolarError type) Creates a non-linear optimizer for refining estimates of homography matrices.