@Namespace(value="cv") @Properties(inherit=opencv_features2d.class) public class GFTTDetector extends Feature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
GFTTDetector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static GFTTDetector |
create() |
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,
double k) |
int |
getBlockSize() |
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, write
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public GFTTDetector(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, @Cast(value="bool") boolean useHarrisDetector, double k)
@opencv_core.Ptr public static GFTTDetector create()
@opencv_core.Ptr public static GFTTDetector create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, @Cast(value="bool") boolean useHarrisDetector, double k)
@opencv_core.Ptr 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 setK(double k)
public double getK()
@opencv_core.Str public BytePointer getDefaultName()
Algorithm
getDefaultName
in class Feature2D
Copyright © 2020. All rights reserved.