Package | Description |
---|---|
org.opencv.core | |
org.opencv.utils |
Modifier and Type | Method and Description |
---|---|
Point3 |
Point3.clone() |
Point3 |
Point3.cross(Point3 p) |
Point3[] |
MatOfPoint3f.toArray() |
Point3[] |
MatOfPoint3.toArray() |
Modifier and Type | Method and Description |
---|---|
List<Point3> |
MatOfPoint3f.toList() |
List<Point3> |
MatOfPoint3.toList() |
Modifier and Type | Method and Description |
---|---|
Point3 |
Point3.cross(Point3 p) |
double |
Point3.dot(Point3 p) |
void |
MatOfPoint3f.fromArray(Point3... a) |
void |
MatOfPoint3.fromArray(Point3... a) |
Modifier and Type | Method and Description |
---|---|
void |
MatOfPoint3f.fromList(List<Point3> lp) |
void |
MatOfPoint3.fromList(List<Point3> lp) |
Constructor and Description |
---|
MatOfPoint3(Point3... a) |
MatOfPoint3f(Point3... a) |
Modifier and Type | Method and Description |
---|---|
static void |
Converters.Mat_to_vector_Point3(Mat m,
List<Point3> pts) |
static void |
Converters.Mat_to_vector_Point3d(Mat m,
List<Point3> pts) |
static void |
Converters.Mat_to_vector_Point3f(Mat m,
List<Point3> pts) |
static void |
Converters.Mat_to_vector_Point3i(Mat m,
List<Point3> pts) |
static Mat |
Converters.vector_Point3_to_Mat(List<Point3> pts,
int typeDepth) |
static Mat |
Converters.vector_Point3d_to_Mat(List<Point3> pts) |
static Mat |
Converters.vector_Point3f_to_Mat(List<Point3> pts) |
static Mat |
Converters.vector_Point3i_to_Mat(List<Point3> pts) |
Copyright © 2020. All rights reserved.