Uses of Class
com.irurueta.geometry.refiners.InliersDataRefiner
Packages that use InliersDataRefiner
-
Uses of InliersDataRefiner in com.irurueta.geometry.refiners
Subclasses of InliersDataRefiner in com.irurueta.geometry.refinersModifier and TypeClassDescriptionclassBase class for AffineTransformation2D refiner.classBase class for AffineTransformation3D refiner.classA pinhole camera refiner using line/plane correspondences and the Powell algorithm to try to decrease overall error in LMSE terms among inlier samples by taking the decomposed parameters of a pinhole camera.classA pinhole camera refiner using point correspondences and the Powell algorithm to try to decrease overall error in LMSE terms among inlier samples by taking the decomposed parameters of a pinhole camera.classRefines a 2D Euclidean transformation by taking into account an initial estimation, inlier point matches and their residuals.classRefine a 3D Euclidean transformation by taking into account an initial estimation, inlier point matches and their residuals.classRefines an homogeneous 2D point by taking into account an initial estimation, inlier samples and their residuals.classRefines an homogeneous 3D point by taking into account an initial estimation, inlier samples and their residuals.classRefines an inhomogeneous 2D point by taking into account an initial estimation, inlier samples and their residuals.classRefines an inhomogeneous 3D point by taking into account an initial estimation, inlier samples and their residuals.classA 2D affine transformation refiner using line correspondences.classA 2D projective transformation refiner using line correspondences.classBase class for a pinhole camera refiner using line/plane correspondences.classRefine a 2D metric transformation by taking into account an initial estimation, inlier point matches and their residuals.classRefines a 3D metric transformation by taking into account an initial estimation, inlier point matches and their residuals.classA pinhole camera refiner using line/plane correspondences and the Levenberg-Marquardt algorithm to try to decrease overall error in LMSE terms among inlier samples by taking the pinhole camera matrix as a whole without decomposition.classA pinhole camera refiner using point correspondences and the Levenberg-Marquardt algorithm to try to decrease overall error in LMSE terms among inlier samples by taking the pinhole camera matrix as a whole without decomposition.classPairMatchesAndInliersDataRefiner<T,S1, S2> Refines an instance of type T by taking into account an initial estimation, inlier matches, their residuals and pairs of matches samples.classPinholeCameraRefiner<S1,S2> Base class for pinhole camera refiners.classA 3D affine transformation refiner using plane correspondences.classA 3D projective transformation refiner using plane correspondences.classPoint2DRefiner<T extends Point2D>Refines a 2D point by taking into account an initial estimation, inlier samples and their residuals.classPoint3DRefiner<T extends Point3D>Refines a 3D point by taking into account an initial estimation, inlier samples and their residuals.classA 2D affine transformation refiner using point correspondences.classA 3D affine transformation refiner using point correspondences.classBase class for a pinhole camera refiner using point correspondences.classA 2D projective transformation refiner using point correspondences.classA 3D projective transformation refiner using point correspondences.classBase class for ProjectiveTransformation2D refiner.classBase class for ProjectiveTransformation3D refiner.classRefines an instance of type T by taking into account an initial estimation, inlier samples, their residuals and a collection of samples.