Home
last modified time | relevance | path

Searched refs:Mat_to_vector_Point3f (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/java/generator/src/cpp/
Dconverters.cpp130 void Mat_to_vector_Point3f(Mat& mat, std::vector<Point3f>& v_point) in Mat_to_vector_Point3f() function
241 Mat_to_vector_Point3f(vm[i], vpt); in Mat_to_vector_vector_Point3f()
Dconverters.h27 void Mat_to_vector_Point3f(cv::Mat& mat, std::vector<cv::Point3f>& v_point);
/external/opencv3/modules/java/src/
Dcalib3d.cpp1176 Mat_to_vector_Point3f( objectPoints_mat, objectPoints ); in Java_org_opencv_calib3d_Calib3d_projectPoints_10()
1207 Mat_to_vector_Point3f( objectPoints_mat, objectPoints ); in Java_org_opencv_calib3d_Calib3d_projectPoints_11()
1924 Mat_to_vector_Point3f( objectPoints_mat, objectPoints ); in Java_org_opencv_calib3d_Calib3d_projectPoints_12()
1957 Mat_to_vector_Point3f( objectPoints_mat, objectPoints ); in Java_org_opencv_calib3d_Calib3d_projectPoints_13()
1993 Mat_to_vector_Point3f( objectPoints_mat, objectPoints ); in Java_org_opencv_calib3d_Calib3d_solvePnP_10()
2025 Mat_to_vector_Point3f( objectPoints_mat, objectPoints ); in Java_org_opencv_calib3d_Calib3d_solvePnP_11()
2061 Mat_to_vector_Point3f( objectPoints_mat, objectPoints ); in Java_org_opencv_calib3d_Calib3d_solvePnPRansac_10()
2094 Mat_to_vector_Point3f( objectPoints_mat, objectPoints ); in Java_org_opencv_calib3d_Calib3d_solvePnPRansac_11()
/external/opencv3/modules/java/generator/src/java/
Dutils+Converters.java194 public static void Mat_to_vector_Point3f(Mat m, List<Point3> pts) { in Mat_to_vector_Point3f() method in Converters