Searched refs:vector_Point_to_Mat (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/java/generator/src/java/ |
D | utils+Converters.java | 22 public static Mat vector_Point_to_Mat(List<Point> pts) { in vector_Point_to_Mat() method in Converters 23 return vector_Point_to_Mat(pts, CvType.CV_32S); in vector_Point_to_Mat() 27 return vector_Point_to_Mat(pts, CvType.CV_32F); in vector_Point2f_to_Mat() 31 return vector_Point_to_Mat(pts, CvType.CV_64F); in vector_Point2d_to_Mat() 34 public static Mat vector_Point_to_Mat(List<Point> pts, int typeDepth) { in vector_Point_to_Mat() method in Converters
|
/external/opencv3/modules/java/generator/src/cpp/ |
D | converters.cpp | 146 void vector_Point_to_Mat(std::vector<Point>& v_point, Mat& mat) in vector_Point_to_Mat() function 279 vector_Point_to_Mat(vv_pt[i], m); in vector_vector_Point_to_Mat()
|
D | converters.h | 30 void vector_Point_to_Mat(std::vector<cv::Point>& v_point, cv::Mat& mat);
|
/external/opencv3/modules/java/common_test/src/org/opencv/test/utils/ |
D | ConvertersTest.java | 361 dst = Converters.vector_Point_to_Mat(points); in testVector_Point_to_Mat()
|
/external/opencv3/modules/java/src/ |
D | objdetect.cpp | 842 …vector_Point_to_Mat( foundLocations, foundLocations_mat ); vector_double_to_Mat( weights, weights… in Java_org_opencv_objdetect_HOGDescriptor_detect_10() 869 …vector_Point_to_Mat( foundLocations, foundLocations_mat ); vector_double_to_Mat( weights, weights… in Java_org_opencv_objdetect_HOGDescriptor_detect_11()
|
D | imgproc.cpp | 2396 vector_Point_to_Mat( corners, corners_mat ); in Java_org_opencv_imgproc_Imgproc_goodFeaturesToTrack_10() 2420 vector_Point_to_Mat( corners, corners_mat ); in Java_org_opencv_imgproc_Imgproc_goodFeaturesToTrack_11() 5928 vector_Point_to_Mat( pts, pts_mat ); in Java_org_opencv_imgproc_Imgproc_ellipse2Poly_10()
|