Uses of Class
com.irurueta.geometry.refiners.SamplesAndInliersDataRefiner
Packages that use SamplesAndInliersDataRefiner
-
Uses of SamplesAndInliersDataRefiner in com.irurueta.geometry.refiners
Subclasses of SamplesAndInliersDataRefiner in com.irurueta.geometry.refinersModifier and TypeClassDescriptionclassRefines 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.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.