OpenCV 4.10.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::ThreshBinaryInvFunc< T > Struct Template Reference

#include <opencv2/cudev/functional/functional.hpp>

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

Public Member Functions

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

Public Attributes

maxVal
 
thresh
 

Member Function Documentation

◆ operator()()

template<typename T >
__device__ __forceinline__ T cv::cudev::ThreshBinaryInvFunc< T >::operator() ( typename TypeTraits< T >::parameter_type src) const
inline
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: