Uses of Class
imagingbook.common.ransac.RansacResult
Packages that use RansacResult
-
Uses of RansacResult in imagingbook.common.ransac
Methods in imagingbook.common.ransac that return RansacResultModifier and TypeMethodDescriptionRansacDetector.detectNext
(Pnt2d[] points) Performs a single RANSAC step on the supplied point set.Methods in imagingbook.common.ransac that return types with arguments of type RansacResultModifier and TypeMethodDescriptionRansacDetector.detectAll
(ByteProcessor bp, int maxCount) Performs iterative RANSAC steps on the supplied image, which is assumed to be binary (all nonzero pixels are considered input points).Performs iterative RANSAC steps on the supplied point set until either no more primitive was detected or the maximum number of primitives was reached.Methods in imagingbook.common.ransac with parameters of type RansacResult