OpenCV  2.4.13.5
Open Source Computer Vision
cv::gpu::device::abs_func< signed char > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::abs_func< signed char >:
cv::gpu::device::unary_function< signed char, signed char >

Public Member Functions

__device__ __forceinline__ signed char operator() (signed char x) const
 
__host__ __device__ __forceinline__ abs_func ()
 
__host__ __device__ __forceinline__ abs_func (const abs_func &)
 

Constructor & Destructor Documentation

§ abs_func() [1/2]

__host__ __device__ __forceinline__ cv::gpu::device::abs_func< signed char >::abs_func ( )
inline

§ abs_func() [2/2]

__host__ __device__ __forceinline__ cv::gpu::device::abs_func< signed char >::abs_func ( const abs_func< signed char > &  )
inline

Member Function Documentation

§ operator()()

__device__ __forceinline__ signed char cv::gpu::device::abs_func< signed char >::operator() ( signed char  x) const
inline

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