public class GFTTDetector extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
GFTTDetector(long addr) |
Modifier and Type | Method and Description |
---|---|
static GFTTDetector |
__fromPtr__(long addr) |
static GFTTDetector |
create() |
static GFTTDetector |
create(int maxCorners) |
static GFTTDetector |
create(int maxCorners,
double qualityLevel) |
static GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance) |
static GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize) |
static GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
boolean useHarrisDetector) |
static GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
boolean useHarrisDetector,
double k) |
static GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
int gradiantSize) |
static GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
int gradiantSize,
boolean useHarrisDetector) |
static GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
int gradiantSize,
boolean useHarrisDetector,
double k) |
protected void |
finalize() |
int |
getBlockSize() |
java.lang.String |
getDefaultName() |
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, getNativeObjAddr, save
public static GFTTDetector __fromPtr__(long addr)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector, double k)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector, double k)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, boolean useHarrisDetector)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance)
public static GFTTDetector create(int maxCorners, double qualityLevel)
public static GFTTDetector create(int maxCorners)
public static GFTTDetector create()
public java.lang.String getDefaultName()
getDefaultName
in class Feature2D
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)
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0