static void |
opencv_features2d.computeRecallPrecisionCurve(opencv_core.DMatchVectorVector matches1to2,
opencv_core.ByteVectorVector correctMatches1to2Mask,
opencv_core.Point2fVector recallPrecisionCurve) |
static void |
opencv_core.KeyPoint.convert(opencv_core.KeyPointVector keypoints,
opencv_core.Point2fVector points2f) |
static void |
opencv_core.KeyPoint.convert(opencv_core.KeyPointVector keypoints,
opencv_core.Point2fVector points2f,
int[] keypointIndexes) |
static void |
opencv_core.KeyPoint.convert(opencv_core.KeyPointVector keypoints,
opencv_core.Point2fVector points2f,
IntBuffer keypointIndexes) |
static void |
opencv_core.KeyPoint.convert(opencv_core.KeyPointVector keypoints,
opencv_core.Point2fVector points2f,
IntPointer keypointIndexes)
This method converts vector of keypoints to vector of points or the reverse, where each keypoint is
assigned the same size and the same orientation.
|
static void |
opencv_core.KeyPoint.convert(opencv_core.Point2fVector points2f,
opencv_core.KeyPointVector keypoints) |
static void |
opencv_core.KeyPoint.convert(opencv_core.Point2fVector points2f,
opencv_core.KeyPointVector keypoints,
float size,
float response,
int octave,
int class_id)
\overload
|
static int |
opencv_features2d.getNearestPoint(opencv_core.Point2fVector recallPrecisionCurve,
float l_precision) |
static float |
opencv_features2d.getRecall(opencv_core.Point2fVector recallPrecisionCurve,
float l_precision) |
void |
opencv_imgproc.Subdiv2D.getVoronoiFacetList(int[] idx,
opencv_core.Point2fVectorVector facetList,
opencv_core.Point2fVector facetCenters) |
void |
opencv_imgproc.Subdiv2D.getVoronoiFacetList(IntBuffer idx,
opencv_core.Point2fVectorVector facetList,
opencv_core.Point2fVector facetCenters) |
void |
opencv_imgproc.Subdiv2D.getVoronoiFacetList(IntPointer idx,
opencv_core.Point2fVectorVector facetList,
opencv_core.Point2fVector facetCenters) |
void |
opencv_imgproc.Subdiv2D.insert(opencv_core.Point2fVector ptvec) |
opencv_core.Point2fVectorVector |
opencv_core.Point2fVectorVector.put(long i,
opencv_core.Point2fVector value) |
opencv_core.Point2fVectorVector |
opencv_core.Point2fVectorVector.put(opencv_core.Point2fVector... array) |
opencv_core.Point2fVector |
opencv_core.Point2fVector.put(opencv_core.Point2fVector x) |