OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
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>

Collaboration diagram for cv::cuda::EventAccessor:

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: