public class GFTTDetector extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
GFTTDetector(long addr) |
Modifier and Type | Method and Description |
---|---|
static GFTTDetector |
create() |
static GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
boolean useHarrisDetector,
double k) |
protected void |
finalize() |
int |
getBlockSize() |
boolean |
getHarrisDetector() |
double |
getK() |
int |
getMaxFeatures() |
double |
getMinDistance() |
double |
getQualityLevel() |
void |
setBlockSize(int blockSize) |
void |
setHarrisDetector(boolean val) |
void |
setK(double k) |
void |
setMaxFeatures(int maxFeatures) |
void |
setMinDistance(double minDistance) |
void |
setQualityLevel(double qlevel) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
clear, getDefaultName, save
protected GFTTDetector(long addr)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector, double k)
public static GFTTDetector create()
public boolean getHarrisDetector()
public double getK()
public double getMinDistance()
public double getQualityLevel()
public int getBlockSize()
public int getMaxFeatures()
public void setBlockSize(int blockSize)
public void setHarrisDetector(boolean val)
public void setK(double k)
public void setMaxFeatures(int maxFeatures)
public void setMinDistance(double minDistance)
public void setQualityLevel(double qlevel)