OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::ThreshBinaryInvFunc< T > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::ThreshBinaryInvFunc< T >:
Collaboration diagram for cv::cudev::ThreshBinaryInvFunc< T >:

Public Types

typedef T argument_type
 
typedef T result_type
 

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::parameter_type src) const
 

Public Attributes

maxVal
 
thresh
 

Member Typedef Documentation

typedef T cv::cudev::unary_function< T , T >::argument_type
inherited
typedef T cv::cudev::unary_function< T , T >::result_type
inherited

Member Function Documentation

template<typename T>
__device__ __forceinline__ T cv::cudev::ThreshBinaryInvFunc< T >::operator() ( typename TypeTraits< T >::parameter_type  src) const
inline

References cv::cudev::saturate_cast().

Here is the call graph for this function:

Member Data Documentation

template<typename T>
T cv::cudev::ThreshBinaryInvFunc< T >::maxVal
template<typename T>
T cv::cudev::ThreshBinaryInvFunc< T >::thresh

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