OpenCV  2.4.13.7
Open Source Computer Vision
cv::gpu::device::thresh_to_zero_func< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::thresh_to_zero_func< T >:
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

§ thresh_to_zero_func() [1/3]

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

§ thresh_to_zero_func() [2/3]

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::thresh_to_zero_func< T >::thresh_to_zero_func ( )
inline

§ thresh_to_zero_func() [3/3]

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)
inline

Member Function Documentation

§ operator()()

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

Member Data Documentation

§ thresh

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: