struct cv::cuda::StreamAccessor

Class that enables getting cudaStream_t from cuda::Stream.

#include <cuda_stream_accessor.hpp>

struct StreamAccessor
{
    // methods

    static
    cudaStream_t
    getStream(const Stream& stream);

    static
    Stream
    wrapStream(cudaStream_t stream);
};