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