IsIntegral         58 modules/core/include/opencv2/core/cuda/type_traits.hpp         enum {value = type_traits_detail::IsIntegral<T>::value || type_traits_detail::IsFloat<T>::value ||
IsIntegral         78 modules/core/include/opencv2/core/cuda/type_traits.hpp         enum { isIntegral       = type_traits_detail::IsIntegral<UnqualifiedType>::value };
IsIntegral        182 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp         enum { value = IsIntegral<T>::value
IsIntegral        144 modules/cudev/include/opencv2/cudev/util/type_traits.hpp     enum { is_integral       = type_traits_detail::IsIntegral<unqualified_type>::value };