@Namespace(value="cv") public static class opencv_features2d.KeyPointsFilter extends 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.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
KeyPointsFilter() |
KeyPointsFilter(long size)
Native array allocator.
|
KeyPointsFilter(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 |
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, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic KeyPointsFilter(Pointer p)
Pointer.Pointer(Pointer).public KeyPointsFilter(long size)
Pointer.position(long).public KeyPointsFilter()
public opencv_features2d.KeyPointsFilter position(long position)
public 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 retainBest(@ByRef opencv_core.KeyPointVector keypoints, int npoints)
Copyright © 2017. All rights reserved.