Package org.opencv.features2d
Class GFTTDetector
java.lang.Object
org.opencv.core.Algorithm
org.opencv.features2d.Feature2D
org.opencv.features2d.GFTTDetector
public class GFTTDetector extends Feature2D
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedGFTTDetector(long addr) -
Method Summary
Modifier and Type Method Description static GFTTDetector__fromPtr__(long addr)static GFTTDetectorcreate()static GFTTDetectorcreate(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector, double k)static GFTTDetectorcreate(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize)static GFTTDetectorcreate(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector, double k)protected voidfinalize()intgetBlockSize()StringgetDefaultName()booleangetHarrisDetector()doublegetK()intgetMaxFeatures()doublegetMinDistance()doublegetQualityLevel()voidsetBlockSize(int blockSize)voidsetHarrisDetector(boolean val)voidsetK(double k)voidsetMaxFeatures(int maxFeatures)voidsetMinDistance(double minDistance)voidsetQualityLevel(double qlevel)Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
-
Constructor Details
-
GFTTDetector
protected GFTTDetector(long addr)
-
-
Method Details
-
__fromPtr__
-
create
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector, double k) -
create
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize) -
create
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector, double k) -
create
-
getDefaultName
- Overrides:
getDefaultNamein classFeature2D
-
getHarrisDetector
public boolean getHarrisDetector() -
getK
public double getK() -
getMinDistance
public double getMinDistance() -
getQualityLevel
public double getQualityLevel() -
getBlockSize
public int getBlockSize() -
getMaxFeatures
public int getMaxFeatures() -
setBlockSize
public void setBlockSize(int blockSize) -
setHarrisDetector
public void setHarrisDetector(boolean val) -
setK
public void setK(double k) -
setMaxFeatures
public void setMaxFeatures(int maxFeatures) -
setMinDistance
public void setMinDistance(double minDistance) -
setQualityLevel
public void setQualityLevel(double qlevel) -
finalize
-