Public Member Functions | List of all members
cv::gpu::device::color_detail::YUV2RGB< T, scn, dcn, bidx > Struct Template Reference

#include <color_detail.hpp>

Inherits 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__ YUV2RGB ()
 
__host__ __device__ __forceinline__ YUV2RGB (const YUV2RGB &)
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

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