@Namespace(value="cv::xfeatures2d") @Properties(inherit=opencv_xfeatures2d.class) public class LUCID extends Feature2D
An image descriptor that can be computed very fast, while being about as robust as, for example, SURF or BRIEF.
\note It requires a color image as input.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
LUCID()
Default native constructor.
|
LUCID(long size)
Native array allocator.
|
LUCID(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static LUCID |
create() |
static LUCID |
create(int lucid_kernel,
int blur_kernel) |
LUCID |
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 LUCID()
public LUCID(long size)
Pointer.position(long)
.public LUCID(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static LUCID create(int lucid_kernel, int blur_kernel)
lucid_kernel
- kernel for descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forthblur_kernel
- kernel for blurring image prior to descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth@opencv_core.Ptr public static LUCID create()
Copyright © 2020. All rights reserved.