Public Member Functions | List of all members
cv::gpu::device::color_detail::Luv2RGB< float, scn, dcn, srgb, blueIdx > Struct Template Reference

#include <color_detail.hpp>

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

Constructor & Destructor Documentation

template<int scn, int dcn, bool srgb, int blueIdx>
__host__ __device__ __forceinline__ cv::gpu::device::color_detail::Luv2RGB< float, scn, dcn, srgb, blueIdx >::Luv2RGB ( )
template<int scn, int dcn, bool srgb, int blueIdx>
__host__ __device__ __forceinline__ cv::gpu::device::color_detail::Luv2RGB< float, scn, dcn, srgb, blueIdx >::Luv2RGB ( const Luv2RGB< float, scn, dcn, srgb, blueIdx > &  )

Member Function Documentation

template<int scn, int dcn, bool srgb, int blueIdx>
__device__ __forceinline__ TypeVec<float, dcn>::vec_type cv::gpu::device::color_detail::Luv2RGB< float, scn, dcn, srgb, blueIdx >::operator() ( const typename TypeVec< float, scn >::vec_type src) const

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