Uses of Class
org.opencv.features2d.FastFeatureDetector
-
Packages that use FastFeatureDetector Package Description org.opencv.features2d -
-
Uses of FastFeatureDetector in org.opencv.features2d
Methods in org.opencv.features2d that return FastFeatureDetector Modifier and Type Method Description static FastFeatureDetectorFastFeatureDetector. __fromPtr__(long addr)static FastFeatureDetectorFastFeatureDetector. create()static FastFeatureDetectorFastFeatureDetector. create(int threshold)static FastFeatureDetectorFastFeatureDetector. create(int threshold, boolean nonmaxSuppression)static FastFeatureDetectorFastFeatureDetector. create(int threshold, boolean nonmaxSuppression, int type)
-