Searched defs:HLS2RGB (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp1455 template <typename T, int scn, int dcn, int bidx, int hr> struct HLS2RGB struct in namespace:cv::cuda::device::color_detail
1467 __host__ __device__ __forceinline__ HLS2RGB() {} function in struct:cv::cuda::device::color_detail::HLS2RGB
1468 __host__ __device__ __forceinline__ HLS2RGB(const HLS2RGB&) {} argument
1471 template <int bidx, int hr> struct HLS2RGB<uchar, 4, 4, bidx, hr> : unary_function<uint, uint> struct in namespace:cv::cuda::device::color_detail
1477 __host__ __device__ __forceinline__ HLS2RGB() {} function in struct:cv::cuda::device::color_detail::HLS2RGB
1478 __host__ __device__ __forceinline__ HLS2RGB(const HLS2RGB&) {} argument
1485 typedef ::cv::cuda::device::color_detail::HLS2RGB<T, scn, dcn, bidx, 180> functor_type; \
1493 typedef ::cv::cuda::device::color_detail::HLS2RGB<
[all...]

Completed in 270 milliseconds