abs_func          369 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<unsigned char> : unary_function<unsigned char, unsigned char>
abs_func          379 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<signed char> : unary_function<signed char, signed char>
abs_func          389 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<char> : unary_function<char, char>
abs_func          399 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<unsigned short> : unary_function<unsigned short, unsigned short>
abs_func          409 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<short> : unary_function<short, short>
abs_func          419 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<unsigned int> : unary_function<unsigned int, unsigned int>
abs_func          429 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<int> : unary_function<int, int>
abs_func          439 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<float> : unary_function<float, float>
abs_func          449 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct abs_func<double> : unary_function<double, double>
abs_func          360 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<uchar> : unary_function<uchar, uchar>
abs_func          368 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<schar> : unary_function<schar, schar>
abs_func          376 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<ushort> : unary_function<ushort, ushort>
abs_func          384 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<short> : unary_function<short, short>
abs_func          392 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<uint> : unary_function<uint, uint>
abs_func          400 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<int> : unary_function<int, int>
abs_func          408 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<float> : unary_function<float, float>
abs_func          416 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<double> : unary_function<double, double>