OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::abs_func< short > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::abs_func< short >:
Collaboration diagram for cv::cudev::abs_func< short >:

Public Types

typedef short argument_type
 
typedef short result_type
 

Public Member Functions

__device__ __forceinline__ short operator() (short x) const
 

Member Typedef Documentation

typedef short cv::cudev::unary_function< short , short >::argument_type
inherited
typedef short cv::cudev::unary_function< short , short >::result_type
inherited

Member Function Documentation

__device__ __forceinline__ short cv::cudev::abs_func< short >::operator() ( short  x) const
inline

References cv::cuda::abs().

Here is the call graph for this function:


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