You could allocate and then pin the memory afterwards using void cv::cuda::registerPageLocked ( Mat& m ) or just use cv::cuda::HostMem directly.
1 Like
You could allocate and then pin the memory afterwards using void cv::cuda::registerPageLocked ( Mat& m ) or just use cv::cuda::HostMem directly.