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

  /external/opencv3/modules/imgproc/test/
test_bilateral_filter.cpp 147 int* space_ofs = &_space_ofs[0]; local
178 space_ofs[maxk++] = (int)(i*(temp.step/sizeof(float)) + j*cn);
194 float val = sptr[j + space_ofs[k]];
214 const float* sptr_k = sptr + j + space_ofs[k];
  /external/opencv/cv/src/
cvsmooth.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]

Completed in 139 milliseconds