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

  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
reduce.hpp 290 template <typename T> struct minop : minimum<T> struct in namespace:cv::cudev::grid_reduce_detail
363 minimum<work_type> minOp;
366 mymin = minOp(mymin, srcVal);
376 minimum<work_type> minOp;
379 blockReduce<BLOCK_SIZE>(smem_tuple(sminval, smaxval), tie(mymin, mymax), tid, make_tuple(minOp, maxOp));
444 reduce<MinMaxReductor<minop<ResType>, src_type, ResType>, Policy>(src, result, mask, rows, cols, stream);
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 328 #define CV_CUDEV_MINMAX_INST(type, maxop, minop) \
335 __device__ __forceinline__ type operator ()(type a, type b) const {return minop(a, b);} \
719 minimum<T> minOp;
720 return minOp(src, thresh);

Completed in 39 milliseconds