OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::color_detail::RGB2Gray< T, scn, bidx > Struct Template Reference

#include <color_detail.hpp>

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

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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