@Namespace(value="cv::xfeatures2d") @Properties(inherit=opencv_xfeatures2d.class) public class HarrisLaplaceFeatureDetector extends Feature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
HarrisLaplaceFeatureDetector(Algorithm pointer)
Downcast constructor.
|
HarrisLaplaceFeatureDetector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HarrisLaplaceFeatureDetector |
create() |
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh,
float DOG_thresh,
int maxCorners,
int num_layers)
\brief Creates a new implementation instance.
|
float |
getCornThresh() |
BytePointer |
getDefaultName()
Returns the algorithm string identifier.
|
float |
getDOGThresh() |
int |
getMaxCorners() |
int |
getNumLayers() |
int |
getNumOctaves() |
void |
setCornThresh(float corn_thresh_) |
void |
setDOGThresh(float DOG_thresh_) |
void |
setMaxCorners(int maxCorners_) |
void |
setNumLayers(int num_layers_) |
void |
setNumOctaves(int numOctaves_) |
asAlgorithm, asAlgorithm, 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, getPointer, position, read, read, read, write, write, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic HarrisLaplaceFeatureDetector(Pointer p)
Pointer(Pointer).public HarrisLaplaceFeatureDetector(Algorithm pointer)
@opencv_core.Ptr public static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh, float DOG_thresh, int maxCorners, int num_layers)
numOctaves - the number of octaves in the scale-space pyramidcorn_thresh - the threshold for the Harris cornerness measureDOG_thresh - the threshold for the Difference-of-Gaussians scale selectionmaxCorners - the maximum number of corners to considernum_layers - the number of intermediate scales per octave@opencv_core.Ptr public static HarrisLaplaceFeatureDetector create()
public void setNumOctaves(int numOctaves_)
public int getNumOctaves()
public void setCornThresh(float corn_thresh_)
public float getCornThresh()
public void setDOGThresh(float DOG_thresh_)
public float getDOGThresh()
public void setMaxCorners(int maxCorners_)
public int getMaxCorners()
public void setNumLayers(int num_layers_)
public int getNumLayers()
@opencv_core.Str public BytePointer getDefaultName()
AlgorithmgetDefaultName in class Feature2DCopyright © 2025. All rights reserved.