Uses of Class
org.opencv.features2d.GFTTDetector
-
Packages that use GFTTDetector Package Description org.opencv.features2d -
-
Uses of GFTTDetector in org.opencv.features2d
Methods in org.opencv.features2d that return GFTTDetector Modifier and Type Method Description static GFTTDetectorGFTTDetector. __fromPtr__(long addr)static GFTTDetectorGFTTDetector. create()static GFTTDetectorGFTTDetector. create(int maxCorners)static GFTTDetectorGFTTDetector. create(int maxCorners, double qualityLevel)static GFTTDetectorGFTTDetector. create(int maxCorners, double qualityLevel, double minDistance)static GFTTDetectorGFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize)static GFTTDetectorGFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector)static GFTTDetectorGFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector, double k)static GFTTDetectorGFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize)static GFTTDetectorGFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector)static GFTTDetectorGFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector, double k)
-