OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
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

T maxVal
 
T thresh
 

Member Typedef Documentation

◆ argument_type

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

◆ result_type

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

Member Function Documentation

◆ operator()()

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

◆ maxVal

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

◆ thresh

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

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