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 FastFeatureDetector
FastFeatureDetector. __fromPtr__(long addr)
static FastFeatureDetector
FastFeatureDetector. create()
static FastFeatureDetector
FastFeatureDetector. create(int threshold)
static FastFeatureDetector
FastFeatureDetector. create(int threshold, boolean nonmaxSuppression)
static FastFeatureDetector
FastFeatureDetector. create(int threshold, boolean nonmaxSuppression, int type)
-