public class GFTTDetector extends Feature2D
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) |
int |
getBlockSize() |
java.lang.String |
getDefaultName()
Returns the algorithm string identifier.
|
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()
public static GFTTDetector create(int maxCorners)
public static GFTTDetector create(int maxCorners, double qualityLevel)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize)
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, boolean useHarrisDetector, double k)
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, int gradiantSize, boolean useHarrisDetector)
public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, boolean useHarrisDetector, double k)
public int getBlockSize()
public java.lang.String getDefaultName()
Algorithm
getDefaultName
in class Feature2D
public boolean getHarrisDetector()
public double getK()
public int getMaxFeatures()
public double getMinDistance()
public double getQualityLevel()
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 2019-12-20 14:24:32 / OpenCV 4.2.0