@Namespace(value="cv")
public static class opencv_features2d.KeyPointsFilter
extends org.bytedeco.javacpp.Pointer
Because now it is difficult to provide a convenient interface for all usage scenarios of the keypoints filter class, it has only several needed by now static methods.
| Constructor and Description |
|---|
KeyPointsFilter() |
KeyPointsFilter(long size)
Native array allocator.
|
KeyPointsFilter(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.KeyPointsFilter |
position(long position) |
static void |
removeDuplicated(opencv_core.KeyPointVector keypoints) |
static void |
removeDuplicatedSorted(opencv_core.KeyPointVector keypoints) |
static void |
retainBest(opencv_core.KeyPointVector keypoints,
int npoints) |
static void |
runByImageBorder(opencv_core.KeyPointVector keypoints,
opencv_core.Size imageSize,
int borderSize) |
static void |
runByKeypointSize(opencv_core.KeyPointVector keypoints,
float minSize) |
static void |
runByKeypointSize(opencv_core.KeyPointVector keypoints,
float minSize,
float maxSize) |
static void |
runByPixelsMask(opencv_core.KeyPointVector keypoints,
opencv_core.Mat mask) |
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 KeyPointsFilter(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public KeyPointsFilter(long size)
Pointer.position(long).public KeyPointsFilter()
public opencv_features2d.KeyPointsFilter position(long position)
position in class org.bytedeco.javacpp.Pointerpublic static void runByImageBorder(@ByRef
opencv_core.KeyPointVector keypoints,
@ByVal
opencv_core.Size imageSize,
int borderSize)
public static void runByKeypointSize(@ByRef
opencv_core.KeyPointVector keypoints,
float minSize,
float maxSize)
public static void runByKeypointSize(@ByRef
opencv_core.KeyPointVector keypoints,
float minSize)
public static void runByPixelsMask(@ByRef
opencv_core.KeyPointVector keypoints,
@Const @ByRef
opencv_core.Mat mask)
public static void removeDuplicated(@ByRef
opencv_core.KeyPointVector keypoints)
public static void removeDuplicatedSorted(@ByRef
opencv_core.KeyPointVector keypoints)
public static void retainBest(@ByRef
opencv_core.KeyPointVector keypoints,
int npoints)
Copyright © 2018. All rights reserved.