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

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 477 template <typename T, int scn, int dcn, int bidx> struct YCrCb2RGB
497 template <int scn, int dcn, int bidx> struct YCrCb2RGB<float, scn, dcn, bidx>
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 753 template <typename T, int scn, int dcn, int bidx> struct YCrCb2RGB
765 __host__ __device__ __forceinline__ YCrCb2RGB() {}
766 __host__ __device__ __forceinline__ YCrCb2RGB(const YCrCb2RGB&) {}
769 template <int bidx> struct YCrCb2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint>
775 __host__ __device__ __forceinline__ YCrCb2RGB() {}
776 __host__ __device__ __forceinline__ YCrCb2RGB(const YCrCb2RGB&) {}
783 typedef ::cv::cuda::device::color_detail::YCrCb2RGB<T, scn, dcn, bidx> functor_type; \
    [all...]

Completed in 187 milliseconds