OpenCV  3.0.0-dev
Open Source Computer Vision
Classes | Namespaces | Macros
type_traits.hpp File Reference
#include "../common.hpp"
#include "vec_traits.hpp"
#include "detail/type_traits.hpp"

Classes

struct  cv::cudev::ArrayWrapper< T, COUNT >
 
struct  cv::cudev::DisableIf< bool, T >
 
struct  cv::cudev::DisableIf< false, T >
 
struct  cv::cudev::EnableIf< bool, T >
 
struct  cv::cudev::EnableIf< true, T >
 
struct  cv::cudev::Int2Type< A >
 
struct  cv::cudev::IsPowerOf2< N >
 
struct  cv::cudev::LargerType< A, B >
 
struct  cv::cudev::Log2< N, CURRENT_VAL, COUNT >
 
struct  cv::cudev::Log2< N, 0, COUNT >
 
struct  cv::cudev::NullType
 
struct  cv::cudev::SelectIf< bool, ThenType, ElseType >
 
struct  cv::cudev::SelectIf< false, ThenType, ElseType >
 
struct  cv::cudev::TypesEquals< A, B >
 
struct  cv::cudev::TypesEquals< A, A >
 
struct  cv::cudev::TypeTraits< T >
 

Namespaces

 cv
 
 cv::cudev
 

Macros

#define __OPENCV_CUDEV_UTIL_TYPE_TRAITS_HPP__
 

Macro Definition Documentation

#define __OPENCV_CUDEV_UTIL_TYPE_TRAITS_HPP__