| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point2fVector |
opencv_face.FacemarkAAM.Model.Texture.base_shape()
basic shape, normalized to be fit in an image with current detection resolution
|
opencv_core.Point2fVector[] |
opencv_core.Point2fVectorVector.get() |
opencv_core.Point2fVector |
opencv_core.Point2fVectorVector.Iterator.get() |
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_structured_light.SinusoidalPattern.Params.markersLocation() |
opencv_core.Point2fVector |
opencv_core.Point2fVectorVector.pop_back() |
opencv_core.Point2fVector |
opencv_core.Point2fVector.push_back(opencv_core.Point2f value) |
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.Point2f value) |
opencv_core.Point2fVector |
opencv_core.Point2fVector.put(opencv_core.Point2fVector x) |
opencv_core.Point2fVector |
opencv_face.FacemarkAAM.Data.s0() |
opencv_core.Point2fVector |
opencv_face.FacemarkAAM.Model.s0()
the basic shape obtained from training dataset
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_face.FacemarkTrain.addTrainingSample(opencv_core.Mat image,
opencv_core.Point2fVector landmarks)
\brief Add one training sample to the trainer.
|
opencv_face.FacemarkAAM.Model.Texture |
opencv_face.FacemarkAAM.Model.Texture.base_shape(opencv_core.Point2fVector base_shape) |
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,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.IntPointer initClusterSeedIndexes)
\brief Creates PCTSignatures algorithm using pre-generated sampling points
and clusterization seeds indexes.
|
static void |
opencv_face.drawFacemarks(opencv_core.Mat image,
opencv_core.Point2fVector points,
opencv_core.Scalar color)
\brief Utility to draw the detected facial landmark points
|
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(org.bytedeco.javacpp.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.Iterator |
opencv_core.Point2fVectorVector.insert(opencv_core.Point2fVectorVector.Iterator pos,
opencv_core.Point2fVector value) |
opencv_structured_light.SinusoidalPattern.Params |
opencv_structured_light.SinusoidalPattern.Params.markersLocation(opencv_core.Point2fVector markersLocation) |
opencv_core.Point2fVectorVector |
opencv_core.Point2fVectorVector.push_back(opencv_core.Point2fVector value) |
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) |
opencv_core.Point2fVectorVector |
opencv_core.Point2fVectorVector.put(opencv_core.Point2fVector value) |
opencv_face.FacemarkAAM.Data |
opencv_face.FacemarkAAM.Data.s0(opencv_core.Point2fVector s0) |
opencv_face.FacemarkAAM.Model |
opencv_face.FacemarkAAM.Model.s0(opencv_core.Point2fVector s0) |
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) |
Point2fVectorVector(opencv_core.Point2fVector value) |
Copyright © 2018. All rights reserved.