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