Searched refs:Mat_to_vector_KeyPoint (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/features2d/misc/java/src/cpp/ |
D | features2d_converters.cpp | 11 void Mat_to_vector_KeyPoint(Mat& mat, std::vector<KeyPoint>& v_kp) in Mat_to_vector_KeyPoint() function 70 Mat_to_vector_KeyPoint(vm[i], vkp); in Mat_to_vector_vector_KeyPoint()
|
D | features2d_converters.hpp | 9 void Mat_to_vector_KeyPoint(cv::Mat& mat, std::vector<cv::KeyPoint>& v_kp);
|
/external/opencv3/modules/java/src/ |
D | features2d.cpp | 62 Mat_to_vector_KeyPoint( keypoints_mat, keypoints ); in Java_org_opencv_features2d_DescriptorExtractor_compute_10() 292 Mat_to_vector_KeyPoint( keypoints_mat, keypoints ); in Java_org_opencv_features2d_Features2d_drawKeypoints_10() 318 Mat_to_vector_KeyPoint( keypoints_mat, keypoints ); in Java_org_opencv_features2d_Features2d_drawKeypoints_11() 347 Mat_to_vector_KeyPoint( keypoints1_mat, keypoints1 ); in Java_org_opencv_features2d_Features2d_drawMatches_10() 350 Mat_to_vector_KeyPoint( keypoints2_mat, keypoints2 ); in Java_org_opencv_features2d_Features2d_drawMatches_10() 384 Mat_to_vector_KeyPoint( keypoints1_mat, keypoints1 ); in Java_org_opencv_features2d_Features2d_drawMatches_11() 387 Mat_to_vector_KeyPoint( keypoints2_mat, keypoints2 ); in Java_org_opencv_features2d_Features2d_drawMatches_11() 420 Mat_to_vector_KeyPoint( keypoints1_mat, keypoints1 ); in Java_org_opencv_features2d_Features2d_drawMatches2_10() 423 Mat_to_vector_KeyPoint( keypoints2_mat, keypoints2 ); in Java_org_opencv_features2d_Features2d_drawMatches2_10() 457 Mat_to_vector_KeyPoint( keypoints1_mat, keypoints1 ); in Java_org_opencv_features2d_Features2d_drawMatches2_11() [all …]
|
/external/opencv3/modules/java/common_test/src/org/opencv/test/utils/ |
D | ConvertersTest.java | 85 Converters.Mat_to_vector_KeyPoint(src, kps); in testMat_to_vector_KeyPoint()
|
/external/opencv3/modules/java/generator/src/java/ |
D | utils+Converters.java | 461 public static void Mat_to_vector_KeyPoint(Mat m, List<KeyPoint> kps) { in Mat_to_vector_KeyPoint() method in Converters
|