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

  /external/opencv3/modules/cudaimgproc/src/
mssegmentation.cpp 217 inline int dist2(const cv::Vec2s& lhs, const cv::Vec2s& rhs)
251 Vec2s sp1;
252 Vec2s sp2[4];
259 Vec2s* spy = spmap.ptr<Vec2s>(y);
260 Vec2s* spyp = spmap.ptr<Vec2s>(y + 1);
299 sp1 = spmap.at<Vec2s>(y, ncols - 1);
300 sp2[0] = spmap.at<Vec2s>(y + 1, ncols - 1)
    [all...]
  /external/opencv3/modules/imgproc/perf/
perf_remap.cpp 56 map1.at<Vec2s>(j, i)[0] = static_cast<short>(src.cols - i - 1);
57 map1.at<Vec2s>(j, i)[1] = static_cast<short>(j);
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 685 MatIterator_<Vec2s> begin_x = mapx.begin<Vec2s>(), end_x = mapx.end<Vec2s>();
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]
matx.hpp 361 typedef Vec<short, 2> Vec2s;
    [all...]

Completed in 251 milliseconds