OpenCV  3.2.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::cudev::ThreshBinaryFunc< T > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::ThreshBinaryFunc< T >:
cv::cudev::unary_function< T, T >

Public Member Functions

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

Public Attributes

maxVal
 
thresh
 

Additional Inherited Members

- Public Types inherited from cv::cudev::unary_function< T, T >
typedef T argument_type
 
typedef T result_type
 

Member Function Documentation

§ operator()()

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

Member Data Documentation

§ maxVal

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

§ thresh

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

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