HomeSort by relevance Sort by last modified time
    Searched full:real_x (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
transform_detail.hpp 234 for (int real_x = x_shifted; real_x < src_.cols; ++real_x)
236 if (mask(y, real_x))
237 dst[real_x] = op(src[real_x]);
286 for (int real_x = x_shifted; real_x < src1_.cols; ++real_x)
288 if (mask(y, real_x))
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp 210 for (int real_x = x_shifted; real_x < cols; ++real_x)
212 if (mask(y, real_x))
213 dst[real_x] = op(src[real_x]);
248 for (int real_x = x_shifted; real_x < cols; ++real_x)
250 if (mask(y, real_x))
    [all...]
  /external/opencv3/modules/core/test/
test_io.cpp 317 int real_x = (int)tm["x"]; local
345 real_x != 1 ||
  /external/opencv3/modules/features2d/src/
brisk.cpp     [all...]

Completed in 114 milliseconds