OpenCV
2.4.13.4
Open Source Computer Vision
Public Types
|
List of all members
cv::gpu::device::reduce_detail::IsPowerOf2< N > Struct Template Reference
#include <reduce.hpp>
Public Types
enum
{
value
= ((N != 0) && !(N & (N - 1))) }
Member Enumeration Documentation
§
anonymous enum
template<unsigned int N>
anonymous enum
Enumerator
value
The documentation for this struct was generated from the following file:
detail/reduce.hpp
cv
gpu
device
reduce_detail
IsPowerOf2
Generated on Thu Oct 12 2017 12:09:04 for OpenCV by
1.8.12