Searched refs:vector_Point2d_to_Mat (Results 1 – 4 of 4) sorted by relevance
32 void vector_Point2d_to_Mat(std::vector<cv::Point2d>& v_point, cv::Mat& mat);
156 void vector_Point2d_to_Mat(std::vector<Point2d>& v_point, Mat& mat) in vector_Point2d_to_Mat() function
382 dst = Converters.vector_Point2d_to_Mat(points); in testVector_Point2d_to_Mat()
30 public static Mat vector_Point2d_to_Mat(List<Point> pts) { in vector_Point2d_to_Mat() method in Converters