OpenCV  2.4.13.2
Open Source Computer Vision
cv::gpu::device::color_detail::RGB2YUV< float, scn, dcn, bidx > Struct Template Reference

#include <color_detail.hpp>

Inheritance diagram for cv::gpu::device::color_detail::RGB2YUV< float, scn, dcn, bidx >:
cv::gpu::device::unary_function< TypeVec< float, scn >::vec_type, TypeVec< float, dcn >::vec_type >

Public Member Functions

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

Constructor & Destructor Documentation

§ RGB2YUV() [1/2]

template<int scn, int dcn, int bidx>
__host__ __device__ __forceinline__ cv::gpu::device::color_detail::RGB2YUV< float, scn, dcn, bidx >::RGB2YUV ( )
inline

§ RGB2YUV() [2/2]

template<int scn, int dcn, int bidx>
__host__ __device__ __forceinline__ cv::gpu::device::color_detail::RGB2YUV< float, scn, dcn, bidx >::RGB2YUV ( const RGB2YUV< float, scn, dcn, bidx > &  )
inline

Member Function Documentation

§ operator()()

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

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