Public Member Functions | Public Attributes
cv::gpu::device::thresh_binary_inv_func< T > Struct Template Reference

#include <functional.hpp>

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

List of all members.

Public Member Functions

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

Public Attributes

const T thresh
const T maxVal

template<typename T>
struct cv::gpu::device::thresh_binary_inv_func< T >


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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