| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
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.Point2fVectorVector |
opencv_core.Point2fVectorVector.put(opencv_core.Point2fVector value) |
opencv_core.Point2fVectorVector |
opencv_core.Point2fVectorVector.put(opencv_core.Point2fVectorVector x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_face.Facemark.fit(opencv_core.Mat image,
opencv_core.RectVector faces,
opencv_core.Point2fVectorVector landmarks)
\brief Detect facial landmarks from an image.
|
boolean |
opencv_face.FacemarkAAM.fitConfig(opencv_core.Mat image,
opencv_core.RectVector roi,
opencv_core.Point2fVectorVector _landmarks,
opencv_face.FacemarkAAM.Config runtime_params)
overload with additional Config structures
|
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.
|
static boolean |
opencv_face.loadFacePoints(String filename,
opencv_core.Point2fVectorVector points,
float offset)
\brief A utility to load facial landmark information from a given file.
|
static boolean |
opencv_face.loadTrainingData(opencv_core.StringVector filename,
opencv_core.Point2fVectorVector trainlandmarks,
opencv_core.StringVector trainimages)
\brief This function extracts the data for training from .txt files which contains the corresponding image name and landmarks.
|
static boolean |
opencv_face.loadTrainingData(String filename,
opencv_core.StringVector images,
opencv_core.Point2fVectorVector facePoints,
byte delim,
float offset)
\brief A utility to load facial landmark dataset from a single file.
|
static boolean |
opencv_face.loadTrainingData(String imageList,
String groundTruth,
opencv_core.StringVector images,
opencv_core.Point2fVectorVector facePoints,
float offset)
\brief A utility to load facial landmark information from the dataset.
|
opencv_core.Point2fVectorVector |
opencv_core.Point2fVectorVector.put(opencv_core.Point2fVectorVector x) |
boolean |
opencv_face.FacemarkKazemi.training(opencv_core.MatVector images,
opencv_core.Point2fVectorVector landmarks,
org.bytedeco.javacpp.BytePointer configfile,
opencv_core.Size scale) |
boolean |
opencv_face.FacemarkKazemi.training(opencv_core.MatVector images,
opencv_core.Point2fVectorVector landmarks,
org.bytedeco.javacpp.BytePointer configfile,
opencv_core.Size scale,
org.bytedeco.javacpp.BytePointer modelFilename)
\brief This function is used to train the model using gradient boosting to get a cascade of regressors
which can then be used to predict shape.
|
boolean |
opencv_face.FacemarkKazemi.training(opencv_core.MatVector images,
opencv_core.Point2fVectorVector landmarks,
String configfile,
opencv_core.Size scale) |
boolean |
opencv_face.FacemarkKazemi.training(opencv_core.MatVector images,
opencv_core.Point2fVectorVector landmarks,
String configfile,
opencv_core.Size scale,
String modelFilename) |
Copyright © 2018. All rights reserved.