#include <functional.hpp>
Inherits cv::gpu::device::unary_function< T, T >.
Public Member Functions | |
__host__ __device__ __forceinline__ | thresh_binary_inv_func (T thresh_, T maxVal_) |
__device__ __forceinline__ T | operator() (typename TypeTraits< T >::ParameterType src) const |
__host__ __device__ __forceinline__ | thresh_binary_inv_func () |
__host__ __device__ __forceinline__ | thresh_binary_inv_func (const thresh_binary_inv_func &other) |
Public Attributes | |
const T | thresh |
const T | maxVal |
__host__ __device__ __forceinline__ cv::gpu::device::thresh_binary_inv_func< T >::thresh_binary_inv_func | ( | T | thresh_, |
T | maxVal_ | ||
) |
__host__ __device__ __forceinline__ cv::gpu::device::thresh_binary_inv_func< T >::thresh_binary_inv_func | ( | ) |
__host__ __device__ __forceinline__ cv::gpu::device::thresh_binary_inv_func< T >::thresh_binary_inv_func | ( | const thresh_binary_inv_func< T > & | other | ) |
__device__ __forceinline__ T cv::gpu::device::thresh_binary_inv_func< T >::operator() | ( | typename TypeTraits< T >::ParameterType | src | ) | const |
const T cv::gpu::device::thresh_binary_inv_func< T >::thresh |
const T cv::gpu::device::thresh_binary_inv_func< T >::maxVal |