OpenCV  3.0.0-dev
Open Source Computer Vision
Public Types | Public Member Functions | List of all members
cv::OpSub< T1, T2, T3 > Struct Template Reference

#include "hal.hpp"

Public Types

typedef T3 rtype
 
typedef T1 type1
 
typedef T2 type2
 

Public Member Functions

T3 operator() (const T1 a, const T2 b) const
 

Member Typedef Documentation

template<typename T1 , typename T2 = T1, typename T3 = T1>
typedef T3 cv::OpSub< T1, T2, T3 >::rtype
template<typename T1 , typename T2 = T1, typename T3 = T1>
typedef T1 cv::OpSub< T1, T2, T3 >::type1
template<typename T1 , typename T2 = T1, typename T3 = T1>
typedef T2 cv::OpSub< T1, T2, T3 >::type2

Member Function Documentation

template<typename T1 , typename T2 = T1, typename T3 = T1>
T3 cv::OpSub< T1, T2, T3 >::operator() ( const T1  a,
const T2  b 
) const
inline

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