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