enum cv::cuda::Event::CreateFlags
Overview
#include <cuda.hpp> enum CreateFlags { DEFAULT = 0x00, BLOCKING_SYNC = 0x01, DISABLE_TIMING = 0x02, INTERPROCESS = 0x04, };
#include <cuda.hpp> enum CreateFlags { DEFAULT = 0x00, BLOCKING_SYNC = 0x01, DISABLE_TIMING = 0x02, INTERPROCESS = 0x04, };