Searched refs:Vec2s (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
H A Dmssegmentation.cpp217 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>(
[all...]
/external/opencv3/modules/imgproc/perf/
H A Dperf_remap.cpp56 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/
H A Dtest_imgwarp_strict.cpp685 MatIterator_<Vec2s> begin_x = mapx.begin<Vec2s>(), end_x = mapx.end<Vec2s>();
/external/opencv3/modules/core/include/opencv2/core/
H A Dmat.hpp2094 typedef Mat_<Vec2s> Mat2s;
H A Dmatx.hpp361 typedef Vec<short, 2> Vec2s; typedef in namespace:cv

Completed in 173 milliseconds