Ask Your Question

Revision history [back]

Download a vector of GpuMats to Host

I have a std::vector<cv::cuda::gpumat> that I want to access on my host. How would I perform one batch memcpy operation (or download operation) to return a vector of cv::Mats? I am running this on the Jetson TX2, so I have the ability to do unified shared memory.