Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/misc/java/src/cpp/
Dfeatures2d_converters.cpp11 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()
Dfeatures2d_converters.hpp9 void Mat_to_vector_KeyPoint(cv::Mat& mat, std::vector<cv::KeyPoint>& v_kp);
/external/opencv3/modules/java/src/
Dfeatures2d.cpp62 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/
DConvertersTest.java85 Converters.Mat_to_vector_KeyPoint(src, kps); in testMat_to_vector_KeyPoint()
/external/opencv3/modules/java/generator/src/java/
Dutils+Converters.java461 public static void Mat_to_vector_KeyPoint(Mat m, List<KeyPoint> kps) { in Mat_to_vector_KeyPoint() method in Converters