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 GFTTDetector
GFTTDetector. __fromPtr__(long addr)
static GFTTDetector
GFTTDetector. create()
static GFTTDetector
GFTTDetector. create(int maxCorners)
static GFTTDetector
GFTTDetector. create(int maxCorners, double qualityLevel)
static GFTTDetector
GFTTDetector. create(int maxCorners, double qualityLevel, double minDistance)
static GFTTDetector
GFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize)
static GFTTDetector
GFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector)
static GFTTDetector
GFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector, double k)
static GFTTDetector
GFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize)
static GFTTDetector
GFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector)
static GFTTDetector
GFTTDetector. create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector, double k)
-