Home
last modified time | relevance | path

Searched refs:Mat_to_vector_vector_DMatch (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/java/src/
Dfeatures2d+DescriptorMatcher.java147 Converters.Mat_to_vector_vector_DMatch(matches_mat, matches); in knnMatch()
157 Converters.Mat_to_vector_vector_DMatch(matches_mat, matches); in knnMatch()
172 Converters.Mat_to_vector_vector_DMatch(matches_mat, matches); in radiusMatch()
182 Converters.Mat_to_vector_vector_DMatch(matches_mat, matches); in radiusMatch()
222 Converters.Mat_to_vector_vector_DMatch(matches_mat, matches); in knnMatch()
232 Converters.Mat_to_vector_vector_DMatch(matches_mat, matches); in knnMatch()
248 Converters.Mat_to_vector_vector_DMatch(matches_mat, matches); in radiusMatch()
258 Converters.Mat_to_vector_vector_DMatch(matches_mat, matches); in radiusMatch()
Dfeatures2d.cpp426 Mat_to_vector_vector_DMatch( matches1to2_mat, matches1to2 ); in Java_org_opencv_features2d_Features2d_drawMatches2_10()
463 Mat_to_vector_vector_DMatch( matches1to2_mat, matches1to2 ); in Java_org_opencv_features2d_Features2d_drawMatches2_11()
/external/opencv3/modules/features2d/misc/java/src/cpp/
Dfeatures2d_converters.hpp18 void Mat_to_vector_vector_DMatch(cv::Mat& mat, std::vector< std::vector< cv::DMatch > >& vv_dm);
Dfeatures2d_converters.cpp88 void Mat_to_vector_vector_DMatch(Mat& mat, std::vector< std::vector< DMatch > >& vv_dm) in Mat_to_vector_vector_DMatch() function
/external/opencv3/modules/java/generator/src/java/
Dutils+Converters.java687 public static void Mat_to_vector_vector_DMatch(Mat m, List<MatOfDMatch> lvdm) { in Mat_to_vector_vector_DMatch() method in Converters