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

  /external/opencv3/modules/core/include/opencv2/core/
mat.inl.hpp 1012 MatIterator_<_Tp> Mat::begin()
1015 return MatIterator_<_Tp>((Mat_<_Tp>*)this);
1019 MatIterator_<_Tp> Mat::end()
1022 MatIterator_<_Tp> it((Mat_<_Tp>*)this);
    [all...]
mat.hpp 454 MatIterator_<_Tp> it;
    [all...]
base.hpp 620 template<typename _Tp> class MatIterator_;
  /external/opencv3/modules/core/src/
lpsolver.cpp 130 MatIterator_<double> it=z.begin<double>();
255 static MatIterator_<double> pos_ptr;
283 MatIterator_<double> min_row_ptr=b.begin();
284 for(MatIterator_<double> it=b.begin();it!=b.end();it+=b.cols,row_it++){
  /external/opencv3/samples/cpp/
image.cpp 64 MatIterator_<uchar> it = planes[0].begin<uchar>(), it_end = planes[0].end<uchar>();
autofocus.cpp 138 MatIterator_<uchar> it, end;
  /external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/
interoperability_with_OpenCV_1.cpp 70 MatIterator_<uchar> it = planes[0].begin<uchar>(), it_end = planes[0].end<uchar>();
  /external/opencv3/modules/imgproc/test/
test_houghLines.cpp 77 for (MatIterator_<T> it=expect.begin<T>(); it!=expect.end<T>(); it++)
79 MatIterator_<T> f = std::find_if(actual.begin<T>(), actual.end<T>(), SimilarWith<T>(*it, eps, rho_eps));
test_imgwarp_strict.cpp 685 MatIterator_<Vec2s> begin_x = mapx.begin<Vec2s>(), end_x = mapx.end<Vec2s>();
701 MatIterator_<ushort> begin_y = mapy.begin<ushort>(), end_y = mapy.end<ushort>();
709 MatIterator_<short> begin_y = mapy.begin<short>(), end_y = mapy.end<short>();
724 MatIterator_<float> begin_x = mapx.begin<float>(), end_x = mapx.end<float>();
725 MatIterator_<float> begin_y = mapy.begin<float>();
    [all...]
  /external/opencv3/modules/photo/src/
denoise_tvl1.cpp 124 transform<MatIterator_<double>,MatConstIterator_<uchar>,MatIterator_<double>,AddFloatToCharScaled>(
  /external/opencv3/samples/cpp/tutorial_code/core/how_to_scan_images/
how_to_scan_images.cpp 175 MatIterator_<uchar> it, end;
182 MatIterator_<Vec3b> it, end;

Completed in 437 milliseconds