@Namespace(value="cv::xfeatures2d") public static class opencv_xfeatures2d.LUCID extends opencv_features2d.Feature2D
An image descriptor that can be computed very fast, while being about as robust as, for example, SURF or BRIEF.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_xfeatures2d.LUCID()
Default native constructor.
|
opencv_xfeatures2d.LUCID(long size)
Native array allocator.
|
opencv_xfeatures2d.LUCID(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_xfeatures2d.LUCID |
create(int lucid_kernel,
int blur_kernel) |
opencv_xfeatures2d.LUCID |
position(long position) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, emptyclear, getDefaultName, read, save, save, writeaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_xfeatures2d.LUCID()
public opencv_xfeatures2d.LUCID(long size)
Pointer.position(long).public opencv_xfeatures2d.LUCID(Pointer p)
Pointer.Pointer(Pointer).public opencv_xfeatures2d.LUCID position(long position)
position in class opencv_features2d.Feature2D@opencv_core.Ptr public static opencv_xfeatures2d.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 forthCopyright © 2016. All rights reserved.