| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_core | |
| org.bytedeco.opencv.opencv_face |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_ximgproc.createRLEImage(Point3iVector runs,
GpuMat res) |
static void |
opencv_ximgproc.createRLEImage(Point3iVector runs,
GpuMat res,
Size size) |
static void |
opencv_ximgproc.createRLEImage(Point3iVector runs,
Mat res) |
static void |
opencv_ximgproc.createRLEImage(Point3iVector runs,
Mat res,
Size size)
\brief Creates a run-length encoded image from a vector of runs (column begin, column end, row)
|
static void |
opencv_ximgproc.createRLEImage(Point3iVector runs,
UMat res) |
static void |
opencv_ximgproc.createRLEImage(Point3iVector runs,
UMat res,
Size size) |
| Modifier and Type | Method and Description |
|---|---|
Point3iVector |
Point3iVector.push_back(Point3i value) |
Point3iVector |
Point3iVector.put(long i,
Point3i value) |
Point3iVector |
Point3iVector.put(Point3i... array) |
Point3iVector |
Point3iVector.put(Point3i value) |
Point3iVector |
Point3iVector.put(Point3iVector x) |
| Modifier and Type | Method and Description |
|---|---|
Point3iVector |
Point3iVector.put(Point3iVector x) |
| Modifier and Type | Method and Description |
|---|---|
Point3iVector |
FacemarkAAM.Model.triangles()
each element contains 3 values, represent index of facemarks that construct one triangle (obtained using delaunay triangulation)
|
| Modifier and Type | Method and Description |
|---|---|
FacemarkAAM.Model |
FacemarkAAM.Model.triangles(Point3iVector setter) |
Copyright © 2021. All rights reserved.