@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.
\note It requires a color image as input.
| Constructor and Description |
|---|
LUCID()
Default native constructor.
|
LUCID(long size)
Native array allocator.
|
LUCID(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_xfeatures2d.LUCID |
create() |
static opencv_xfeatures2d.LUCID |
create(int lucid_kernel,
int blur_kernel) |
opencv_xfeatures2d.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, writeclear, save, saveaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic LUCID()
public LUCID(long size)
Pointer.position(long).public LUCID(org.bytedeco.javacpp.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 forth@opencv_core.Ptr public static opencv_xfeatures2d.LUCID create()
Copyright © 2018. All rights reserved.