@Namespace(value="cv")
public static class opencv_features2d.DrawMatchesFlags
extends org.bytedeco.javacpp.Pointer
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
enum cv::DrawMatchesFlags::
|
static int |
DRAW_OVER_OUTIMG
enum cv::DrawMatchesFlags::
|
static int |
DRAW_RICH_KEYPOINTS
enum cv::DrawMatchesFlags::
|
static int |
NOT_DRAW_SINGLE_POINTS
enum cv::DrawMatchesFlags::
|
| Constructor and Description |
|---|
DrawMatchesFlags()
Default native constructor.
|
DrawMatchesFlags(long size)
Native array allocator.
|
DrawMatchesFlags(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.DrawMatchesFlags |
position(long position) |
address, 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 static final int DEFAULT
public static final int DRAW_OVER_OUTIMG
public static final int NOT_DRAW_SINGLE_POINTS
public static final int DRAW_RICH_KEYPOINTS
public DrawMatchesFlags()
public DrawMatchesFlags(long size)
Pointer.position(long).public DrawMatchesFlags(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_features2d.DrawMatchesFlags position(long position)
position in class org.bytedeco.javacpp.PointerCopyright © 2018. All rights reserved.