HomeSort by relevance Sort by last modified time
    Searched refs:Mat_to_vector_Point2f (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/java/generator/src/cpp/
converters.h 24 void Mat_to_vector_Point2f(cv::Mat& mat, std::vector<cv::Point2f>& v_point);
converters.cpp 105 void Mat_to_vector_Point2f(Mat& mat, std::vector<Point2f>& v_point)
228 Mat_to_vector_Point2f(vm[i], vpt);
  /external/opencv3/modules/java/src/
calib3d.cpp     [all...]
video.cpp 341 Mat_to_vector_Point2f( prevPts_mat, prevPts );
344 Mat_to_vector_Point2f( nextPts_mat, nextPts );
376 Mat_to_vector_Point2f( prevPts_mat, prevPts );
379 Mat_to_vector_Point2f( nextPts_mat, nextPts );
410 Mat_to_vector_Point2f( prevPts_mat, prevPts );
413 Mat_to_vector_Point2f( nextPts_mat, nextPts );
    [all...]
imgproc.cpp 617 Mat_to_vector_Point2f( ptvec_mat, ptvec );
947 Mat_to_vector_Point2f( src_mat, src );
950 Mat_to_vector_Point2f( dst_mat, dst );
    [all...]
  /external/opencv3/modules/java/generator/src/java/
utils+Converters.java 149 public static void Mat_to_vector_Point2f(Mat m, List<Point> pts) {
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 545 milliseconds