public static class opencv_features2d.KeyPointsFilter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.KeyPointsFilter() |
opencv_features2d.KeyPointsFilter(int size) |
opencv_features2d.KeyPointsFilter(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.KeyPointsFilter |
position(int position) |
static void |
removeDuplicated(opencv_features2d.KeyPoint keypoints) |
static void |
retainBest(opencv_features2d.KeyPoint keypoints,
int npoints) |
static void |
runByImageBorder(opencv_features2d.KeyPoint keypoints,
opencv_core.Size imageSize,
int borderSize) |
static void |
runByKeypointSize(opencv_features2d.KeyPoint keypoints,
float minSize) |
static void |
runByKeypointSize(opencv_features2d.KeyPoint keypoints,
float minSize,
float maxSize) |
static void |
runByPixelsMask(opencv_features2d.KeyPoint keypoints,
opencv_core.Mat mask) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_features2d.KeyPointsFilter(Pointer p)
public opencv_features2d.KeyPointsFilter(int size)
public opencv_features2d.KeyPointsFilter()
public opencv_features2d.KeyPointsFilter position(int position)
public static void runByImageBorder(opencv_features2d.KeyPoint keypoints, opencv_core.Size imageSize, int borderSize)
public static void runByKeypointSize(opencv_features2d.KeyPoint keypoints, float minSize, float maxSize)
public static void runByKeypointSize(opencv_features2d.KeyPoint keypoints, float minSize)
public static void runByPixelsMask(opencv_features2d.KeyPoint keypoints, opencv_core.Mat mask)
public static void removeDuplicated(opencv_features2d.KeyPoint keypoints)
public static void retainBest(opencv_features2d.KeyPoint keypoints, int npoints)
Copyright © 2014. All Rights Reserved.