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

  /external/opencv3/modules/imgproc/src/
min_enclosing_triangle.cpp 336 cv::Mat pointsMat = points.getMat();
339 CV_Assert((pointsMat.checkVector(2) > 0) &&
340 ((pointsMat.depth() == CV_32F) || (pointsMat.depth() == CV_32S)));
342 pointsMat.convertTo(pointsVector, CV_32F);
    [all...]
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp     [all...]

Completed in 66 milliseconds