| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point2fVector |
opencv_core.Point2fVectorVector.get(long i) |
opencv_core.Point2fVector |
opencv_xfeatures2d.PCTSignatures.getSamplingPoints()
\brief Initial samples taken from the image.
|
opencv_core.Point2fVector |
opencv_core.Point2fVector.put(long i,
opencv_core.Point2f value) |
opencv_core.Point2fVector |
opencv_core.Point2fVector.put(opencv_core.Point2f... array) |
opencv_core.Point2fVector |
opencv_core.Point2fVector.put(opencv_core.Point2fVector x) |
| Modifier and Type | Method and Description |
|---|---|
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 opencv_xfeatures2d.PCTSignatures |
opencv_xfeatures2d.PCTSignatures.create(opencv_core.Point2fVector initSamplingPoints,
int initSeedCount)
\brief Creates PCTSignatures algorithm using pre-generated sampling points
and number of clusterization seeds.
|
static opencv_xfeatures2d.PCTSignatures |
opencv_xfeatures2d.PCTSignatures.create(opencv_core.Point2fVector initSamplingPoints,
int[] initClusterSeedIndexes) |
static opencv_xfeatures2d.PCTSignatures |
opencv_xfeatures2d.PCTSignatures.create(opencv_core.Point2fVector initSamplingPoints,
IntBuffer initClusterSeedIndexes) |
static opencv_xfeatures2d.PCTSignatures |
opencv_xfeatures2d.PCTSignatures.create(opencv_core.Point2fVector initSamplingPoints,
IntPointer initClusterSeedIndexes)
\brief Creates PCTSignatures algorithm using pre-generated sampling points
and clusterization seeds indexes.
|
static void |
opencv_xfeatures2d.PCTSignatures.generateInitPoints(opencv_core.Point2fVector initPoints,
int count,
int pointDistribution)
\brief Generates initial sampling points according to selected point distribution.
|
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)
\brief Returns a list of all Voroni facets.
|
void |
opencv_imgproc.Subdiv2D.insert(opencv_core.Point2fVector ptvec)
\brief Insert multiple points into a Delaunay triangulation.
|
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) |
void |
opencv_xfeatures2d.PCTSignatures.setSamplingPoints(opencv_core.Point2fVector samplingPoints)
\brief Sets sampling points used to sample the input image.
|
| Constructor and Description |
|---|
Point2fVectorVector(opencv_core.Point2fVector... array) |
Copyright © 2017. All rights reserved.