@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()
Default native constructor.
|
HarrisLaplaceFeatureDetector(long size)
Native array allocator.
|
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.
|
HarrisLaplaceFeatureDetector |
position(long position) |
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, getDefaultName, read, read, read, write, write, write, write, writeaddress, 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, zeropublic HarrisLaplaceFeatureDetector()
public HarrisLaplaceFeatureDetector(long size)
Pointer.position(long).public HarrisLaplaceFeatureDetector(Pointer p)
Pointer.Pointer(Pointer).public HarrisLaplaceFeatureDetector position(long position)
@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()
Copyright © 2020. All rights reserved.