OpenCV  2.4.13.6
Open Source Computer Vision
cv::gpu::device::transform_detail::UnaryReadWriteTraits< T, D, shift > Struct Template Reference

Read Write Traits. More...

#include <transform_detail.hpp>

Public Types

typedef TypeVec< T, shift >::vec_type read_type
 
typedef TypeVec< D, shift >::vec_type write_type
 

Detailed Description

template<typename T, typename D, int shift>
struct cv::gpu::device::transform_detail::UnaryReadWriteTraits< T, D, shift >

Read Write Traits.

Member Typedef Documentation

§ read_type

template<typename T, typename D, int shift>
typedef TypeVec<T, shift>::vec_type cv::gpu::device::transform_detail::UnaryReadWriteTraits< T, D, shift >::read_type

§ write_type

template<typename T, typename D, int shift>
typedef TypeVec<D, shift>::vec_type cv::gpu::device::transform_detail::UnaryReadWriteTraits< T, D, shift >::write_type

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