@Namespace(value="cv::xfeatures2d") @Properties(inherit=opencv_xfeatures2d.class) public class BriefDescriptorExtractor extends Feature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BriefDescriptorExtractor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BriefDescriptorExtractor |
create() |
static BriefDescriptorExtractor |
create(int bytes,
boolean use_orientation) |
BytePointer |
getDefaultName()
Returns the algorithm string identifier.
|
int |
getDescriptorSize() |
boolean |
getUseOrientation() |
void |
setDescriptorSize(int bytes) |
void |
setUseOrientation(boolean use_orientation) |
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 BriefDescriptorExtractor(Pointer p)
Pointer(Pointer).@opencv_core.Ptr public static BriefDescriptorExtractor create(int bytes, @Cast(value="bool") boolean use_orientation)
@opencv_core.Ptr public static BriefDescriptorExtractor create()
public void setDescriptorSize(int bytes)
public int getDescriptorSize()
@opencv_core.Str public BytePointer getDefaultName()
AlgorithmgetDefaultName in class Feature2DCopyright © 2023. All rights reserved.