Home
last modified time | relevance | path

Searched defs:v_dm (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/misc/java/src/cpp/
Dfeatures2d_converters.cpp37 void Mat_to_vector_DMatch(Mat& mat, std::vector<DMatch>& v_dm) in Mat_to_vector_DMatch()
51 void vector_DMatch_to_Mat(std::vector<DMatch>& v_dm, Mat& mat) in vector_DMatch_to_Mat()