template struct cv::cudev::numeric_limits<bool>
#include <limits.hpp> template <> struct numeric_limits<bool> { // fields static const bool is_signed; // methods static __device__ static __forceinline__ bool max(); static __device__ static __forceinline__ bool min(); };