Public Member Functions | Public Attributes | List of all members
cv::gpu::device::thresh_to_zero_func< T > Struct Template Reference

#include <functional.hpp>

Inherits cv::gpu::device::unary_function< T, T >.

Public Member Functions

__host__ __device__ __forceinline__ thresh_to_zero_func (T thresh_, T maxVal_=0)
 
__device__ __forceinline__ T operator() (typename TypeTraits< T >::ParameterType src) const
 
__host__ __device__ __forceinline__ thresh_to_zero_func ()
 
__host__ __device__ __forceinline__ thresh_to_zero_func (const thresh_to_zero_func &other)
 

Public Attributes

const T thresh
 

Constructor & Destructor Documentation

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::thresh_to_zero_func< T >::thresh_to_zero_func ( T  thresh_,
T  maxVal_ = 0 
)
explicit
template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::thresh_to_zero_func< T >::thresh_to_zero_func ( )
template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::thresh_to_zero_func< T >::thresh_to_zero_func ( const thresh_to_zero_func< T > &  other)

Member Function Documentation

template<typename T >
__device__ __forceinline__ T cv::gpu::device::thresh_to_zero_func< T >::operator() ( typename TypeTraits< T >::ParameterType  src) const

Member Data Documentation

template<typename T >
const T cv::gpu::device::thresh_to_zero_func< T >::thresh

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