Struct cv::cudev::IsPowerOf2#
#include <opencv2/cudev/util/type_traits.hpp>Collaboration diagram for cv::cudev::IsPowerOf2:
Public Types#
enum cv::cudev::IsPowerOf2 {
cv::cudev::value = ((N != 0) && !(N & (N - 1)))
}Member Enumeration Documentation#
enum IsPowerOf2
|
Source file#
The documentation for this struct was generated from the following file:
opencv2/cudev/util/type_traits.hpp