Uses of Class
org.opencv.core.Point3
-
Packages that use Point3 Package Description org.opencv.core org.opencv.utils -
-
Uses of Point3 in org.opencv.core
Methods in org.opencv.core that return Point3 Modifier and Type Method Description Point3
Point3. clone()
Point3
Point3. cross(Point3 p)
Point3[]
MatOfPoint3. toArray()
Point3[]
MatOfPoint3f. toArray()
Methods in org.opencv.core that return types with arguments of type Point3 Modifier and Type Method Description List<Point3>
MatOfPoint3. toList()
List<Point3>
MatOfPoint3f. toList()
Methods in org.opencv.core with parameters of type Point3 Modifier and Type Method Description Point3
Point3. cross(Point3 p)
double
Point3. dot(Point3 p)
void
MatOfPoint3. fromArray(Point3... a)
void
MatOfPoint3f. fromArray(Point3... a)
Method parameters in org.opencv.core with type arguments of type Point3 Modifier and Type Method Description void
MatOfPoint3. fromList(List<Point3> lp)
void
MatOfPoint3f. fromList(List<Point3> lp)
Constructors in org.opencv.core with parameters of type Point3 Constructor Description MatOfPoint3(Point3... a)
MatOfPoint3f(Point3... a)
-
Uses of Point3 in org.opencv.utils
Method parameters in org.opencv.utils with type arguments of type Point3 Modifier and Type Method 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)
-