Uses of Class
com.irurueta.numerical.robust.RANSACRobustEstimator.RANSACInliersData
Packages that use RANSACRobustEstimator.RANSACInliersData
Package
Description
This package contains robust estimators that can be used to discard outliers
for cases where a model of the data is known (i.e.
-
Uses of RANSACRobustEstimator.RANSACInliersData in com.irurueta.numerical.robust
Fields in com.irurueta.numerical.robust declared as RANSACRobustEstimator.RANSACInliersDataModifier and TypeFieldDescriptionRANSACRobustEstimator.bestInliersData
Data related to inliers found for best result.Methods in com.irurueta.numerical.robust that return RANSACRobustEstimator.RANSACInliersDataModifier and TypeMethodDescriptionRANSACRobustEstimator.getBestInliersData()
Gets data related to inliers found for best result.