Home
last modified time | relevance | path

Searched refs:vector_int_to_Mat (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/java/generator/src/cpp/
Dconverters.h5 void vector_int_to_Mat(std::vector<int>& v_int, cv::Mat& mat);
Dconverters.cpp18 void vector_int_to_Mat(std::vector<int>& v_int, Mat& mat) in vector_int_to_Mat() function
/external/opencv3/modules/java/src/
Dobjdetect.cpp227 …vector_Rect_to_Mat( objects, objects_mat ); vector_int_to_Mat( numDetections, numDetections_mat ); in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_10()
254 …vector_Rect_to_Mat( objects, objects_mat ); vector_int_to_Mat( numDetections, numDetections_mat ); in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_11()
289 …vector_Rect_to_Mat( objects, objects_mat ); vector_int_to_Mat( rejectLevels, rejectLevels_mat ); … in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_10()
318 …vector_Rect_to_Mat( objects, objects_mat ); vector_int_to_Mat( rejectLevels, rejectLevels_mat ); … in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_11()
1408 vector_Rect_to_Mat( rectList, rectList_mat ); vector_int_to_Mat( weights, weights_mat ); in Java_org_opencv_objdetect_Objdetect_groupRectangles_10()
1434 vector_Rect_to_Mat( rectList, rectList_mat ); vector_int_to_Mat( weights, weights_mat ); in Java_org_opencv_objdetect_Objdetect_groupRectangles_11()
Dimgproc.cpp4858 vector_int_to_Mat( hull, hull_mat ); in Java_org_opencv_imgproc_Imgproc_convexHull_10()
4884 vector_int_to_Mat( hull, hull_mat ); in Java_org_opencv_imgproc_Imgproc_convexHull_11()
/external/opencv3/modules/java/common_test/src/org/opencv/test/utils/
DConvertersTest.java323 dst = Converters.vector_int_to_Mat(inputVector); in testVector_int_to_Mat()
/external/opencv3/modules/java/generator/src/java/
Dutils+Converters.java353 public static Mat vector_int_to_Mat(List<Integer> is) { in vector_int_to_Mat() method in Converters