@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()
Default native constructor.
|
BriefDescriptorExtractor(long size)
Native array allocator.
|
BriefDescriptorExtractor(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static BriefDescriptorExtractor |
create() |
static BriefDescriptorExtractor |
create(int bytes,
boolean use_orientation) |
BriefDescriptorExtractor |
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, 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 BriefDescriptorExtractor()
public BriefDescriptorExtractor(long size)
Pointer.position(long)
.public BriefDescriptorExtractor(Pointer p)
Pointer.Pointer(Pointer)
.public BriefDescriptorExtractor position(long position)
@opencv_core.Ptr public static BriefDescriptorExtractor create(int bytes, @Cast(value="bool") boolean use_orientation)
@opencv_core.Ptr public static BriefDescriptorExtractor create()
Copyright © 2020. All rights reserved.