OpenCV  3.4.8
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::cuda::EventAccessor Struct Reference

Class that enables getting cudaEvent_t from cuda::Event. More...

#include <opencv2/core/cuda_stream_accessor.hpp>

Static Public Member Functions

static cudaEvent_t getEvent (const Event &event)
 
static Event wrapEvent (cudaEvent_t event)
 

Detailed Description

Class that enables getting cudaEvent_t from cuda::Event.

Member Function Documentation

§ getEvent()

static cudaEvent_t cv::cuda::EventAccessor::getEvent ( const Event event)
static

§ wrapEvent()

static Event cv::cuda::EventAccessor::wrapEvent ( cudaEvent_t  event)
static

The documentation for this struct was generated from the following file: