@Namespace(value="cv") public static class opencv_features2d.GFTTDetector extends opencv_features2d.Feature2D
| Constructor and Description |
|---|
GFTTDetector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_features2d.GFTTDetector |
create() |
static opencv_features2d.GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
boolean useHarrisDetector,
double k) |
static opencv_features2d.GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
int gradiantSize) |
static opencv_features2d.GFTTDetector |
create(int maxCorners,
double qualityLevel,
double minDistance,
int blockSize,
int gradiantSize,
boolean useHarrisDetector,
double k) |
int |
getBlockSize() |
org.bytedeco.javacpp.BytePointer |
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, compute, compute, compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, empty, position, read, read, read, write, write, write, write, writeclear, save, saveaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic GFTTDetector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_features2d.GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, @Cast(value="bool") boolean useHarrisDetector, double k)
@opencv_core.Ptr public static opencv_features2d.GFTTDetector create()
@opencv_core.Ptr public static opencv_features2d.GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, @Cast(value="bool") boolean useHarrisDetector, double k)
@opencv_core.Ptr public static opencv_features2d.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(@Cast(value="bool")
boolean val)
@Cast(value="bool") public boolean getHarrisDetector()
public void setK(double k)
public double getK()
@opencv_core.Str public org.bytedeco.javacpp.BytePointer getDefaultName()
opencv_core.AlgorithmgetDefaultName in class opencv_features2d.Feature2DCopyright © 2018. All rights reserved.