Public Member Functions
cv::gpu::device::color_detail::RGB2XYZ< 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 >.

List of all members.

Public Member Functions

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

template<typename T, int scn, int dcn, int bidx>
struct cv::gpu::device::color_detail::RGB2XYZ< T, scn, dcn, bidx >


Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T , int scn, int dcn, int bidx>
__device__ __forceinline__ TypeVec<T, dcn>::vec_type cv::gpu::device::color_detail::RGB2XYZ< 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: