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 Point3Point3. clone()Point3Point3. 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 Point3Point3. cross(Point3 p)doublePoint3. dot(Point3 p)voidMatOfPoint3. fromArray(Point3... a)voidMatOfPoint3f. fromArray(Point3... a)Method parameters in org.opencv.core with type arguments of type Point3 Modifier and Type Method Description voidMatOfPoint3. fromList(List<Point3> lp)voidMatOfPoint3f. 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 voidConverters. Mat_to_vector_Point3(Mat m, List<Point3> pts)static voidConverters. Mat_to_vector_Point3d(Mat m, List<Point3> pts)static voidConverters. Mat_to_vector_Point3f(Mat m, List<Point3> pts)static voidConverters. Mat_to_vector_Point3i(Mat m, List<Point3> pts)static MatConverters. vector_Point3_to_Mat(List<Point3> pts, int typeDepth)static MatConverters. vector_Point3d_to_Mat(List<Point3> pts)static MatConverters. vector_Point3f_to_Mat(List<Point3> pts)static MatConverters. vector_Point3i_to_Mat(List<Point3> pts)
-