OpenCV
3.1.0-dev
Open Source Computer Vision
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
Sphinx Documentation
Class List
Class Index
cv
cudev
IsPowerOf2
Public Types
|
List of all members
cv::cudev::IsPowerOf2< N > Struct Template Reference
Core functionality
»
OpenGL interoperability
»
CUDA-accelerated Computer Vision
»
Device layer
#include "type_traits.hpp"
Public Types
enum
{
value
= ((N != 0) && !(N & (N - 1))) }
Member Enumeration Documentation
template<int N>
anonymous enum
Enumerator
value
The documentation for this struct was generated from the following file:
cudev/include/opencv2/cudev/util/
type_traits.hpp
Generated on Sun Sep 4 2016 15:46:22 for OpenCV by
1.8.11