OpenCV  2.4.13.3
Open Source Computer Vision
cv::gpu::device::transform_detail::BinaryReadWriteTraits< T1, T2, D, shift > Struct Template Reference

#include <transform_detail.hpp>

Public Types

typedef TypeVec< T1, shift >::vec_type read_type1
 
typedef TypeVec< T2, shift >::vec_type read_type2
 
typedef TypeVec< D, shift >::vec_type write_type
 

Member Typedef Documentation

§ read_type1

template<typename T1, typename T2, typename D, int shift>
typedef TypeVec<T1, shift>::vec_type cv::gpu::device::transform_detail::BinaryReadWriteTraits< T1, T2, D, shift >::read_type1

§ read_type2

template<typename T1, typename T2, typename D, int shift>
typedef TypeVec<T2, shift>::vec_type cv::gpu::device::transform_detail::BinaryReadWriteTraits< T1, T2, D, shift >::read_type2

§ write_type

template<typename T1, typename T2, typename D, int shift>
typedef TypeVec<D, shift>::vec_type cv::gpu::device::transform_detail::BinaryReadWriteTraits< T1, T2, D, shift >::write_type

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