OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::thresh_binary_func< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::thresh_binary_func< T >:
cv::gpu::device::unary_function< T, T >

Public Member Functions

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

Public Attributes

const T thresh
 
const T maxVal
 

Constructor & Destructor Documentation

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::thresh_binary_func< T >::thresh_binary_func ( thresh_,
maxVal_ 
)
inline
template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::thresh_binary_func< T >::thresh_binary_func ( )
inline
template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::thresh_binary_func< T >::thresh_binary_func ( const thresh_binary_func< T > &  other)
inline

Member Function Documentation

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

Member Data Documentation

template<typename T >
const T cv::gpu::device::thresh_binary_func< T >::maxVal
template<typename T >
const T cv::gpu::device::thresh_binary_func< T >::thresh

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