OpenCV  2.4.13.2
Open Source Computer Vision
cv::gpu::device::color_detail::Gray2RGB< T, dcn > Struct Template Reference

#include <color_detail.hpp>

Inheritance diagram for cv::gpu::device::color_detail::Gray2RGB< T, dcn >:
cv::gpu::device::unary_function< T, TypeVec< T, dcn >::vec_type >

Public Member Functions

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

Constructor & Destructor Documentation

§ Gray2RGB() [1/2]

template<typename T , int dcn>
__host__ __device__ __forceinline__ cv::gpu::device::color_detail::Gray2RGB< T, dcn >::Gray2RGB ( )
inline

§ Gray2RGB() [2/2]

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

Member Function Documentation

§ operator()()

template<typename T , int dcn>
__device__ __forceinline__ TypeVec<T, dcn>::vec_type cv::gpu::device::color_detail::Gray2RGB< T, dcn >::operator() ( src) const
inline

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