Home
last modified time | relevance | path

Searched refs:IsUnaryFunction (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp717 template <typename F> struct IsUnaryFunction struct
763 template <typename Func, bool unary = IsUnaryFunction<Func>::value> struct ShiftDispatcher;
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp853 template <typename F> struct IsUnaryFunction struct