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() |
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, writeclear, getNativeObjAddr, savepublic static GFTTDetector __fromPtr__(long addr)
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 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 void setMaxFeatures(int maxFeatures)
public int getMaxFeatures()
public void setQualityLevel(double qlevel)
public double getQualityLevel()
public void setMinDistance(double minDistance)
public double getMinDistance()
public void setBlockSize(int blockSize)
public int getBlockSize()
public void setHarrisDetector(boolean val)
public boolean getHarrisDetector()
public void setK(double k)
public double getK()
public String getDefaultName()
AlgorithmgetDefaultName in class Feature2DCopyright © 2022. All rights reserved.