Uses of Class
org.opencv.core.Point3
Packages that use Point3
-
Uses of Point3 in org.opencv.core
Methods in org.opencv.core that return Point3Modifier and TypeMethodDescriptionPoint3.clone()Point3[]MatOfPoint3.toArray()Point3[]MatOfPoint3f.toArray()Methods in org.opencv.core that return types with arguments of type Point3Methods in org.opencv.core with parameters of type Point3Modifier and TypeMethodDescriptiondoublevoidvoidMethod parameters in org.opencv.core with type arguments of type Point3Modifier and TypeMethodDescriptionvoidvoidConstructors in org.opencv.core with parameters of type Point3 -
Uses of Point3 in org.opencv.utils
Method parameters in org.opencv.utils with type arguments of type Point3Modifier and TypeMethodDescriptionstatic 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)