OpenCV  2.4.13.3
Open Source Computer Vision
cv::gpu::device::color_detail::HLS2RGB< T, scn, dcn, bidx, hr > Struct Template Reference

#include <color_detail.hpp>

Inheritance diagram for cv::gpu::device::color_detail::HLS2RGB< T, scn, dcn, bidx, hr >:
cv::gpu::device::unary_function< TypeVec< T, scn >::vec_type, TypeVec< T, dcn >::vec_type >

Public Member Functions

__device__ __forceinline__ TypeVec< T, dcn >::vec_type operator() (const typename TypeVec< T, scn >::vec_type &src) const
 
__host__ __device__ __forceinline__ HLS2RGB ()
 
__host__ __device__ __forceinline__ HLS2RGB (const HLS2RGB &)
 

Constructor & Destructor Documentation

§ HLS2RGB() [1/2]

template<typename T , int scn, int dcn, int bidx, int hr>
__host__ __device__ __forceinline__ cv::gpu::device::color_detail::HLS2RGB< T, scn, dcn, bidx, hr >::HLS2RGB ( )
inline

§ HLS2RGB() [2/2]

template<typename T , int scn, int dcn, int bidx, int hr>
__host__ __device__ __forceinline__ cv::gpu::device::color_detail::HLS2RGB< T, scn, dcn, bidx, hr >::HLS2RGB ( const HLS2RGB< T, scn, dcn, bidx, hr > &  )
inline

Member Function Documentation

§ operator()()

template<typename T , int scn, int dcn, int bidx, int hr>
__device__ __forceinline__ TypeVec<T, dcn>::vec_type cv::gpu::device::color_detail::HLS2RGB< T, scn, dcn, bidx, hr >::operator() ( const typename TypeVec< T, scn >::vec_type &  src) const
inline

The documentation for this struct was generated from the following file: