Home
last modified time | relevance | path

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

/external/opencv3/modules/java/generator/src/cpp/
Dconverters.cpp105 void Mat_to_vector_Point2f(Mat& mat, std::vector<Point2f>& v_point) in Mat_to_vector_Point2f() function
/external/opencv3/modules/java/generator/src/java/
Dutils+Converters.java149 public static void Mat_to_vector_Point2f(Mat m, List<Point> pts) { in Mat_to_vector_Point2f() method in Converters