struct cv::cuda::EventAccessor

Class that enables getting cudaEvent_t from cuda::Event.

#include <cuda_stream_accessor.hpp>

struct EventAccessor
{
    // methods

    static
    cudaEvent_t
    getEvent(const Event& event);

    static
    Event
    wrapEvent(cudaEvent_t event);
};