Ask Your Question

Revision history [back]

Create host matrix with pinned memory

When using a GPU for processing, NVIDIA (and others) recommend that any host memory used to transfer data between the CPU should be allocated as 'pinned' not pageable. This can be in the CUDA world by using, for example cudaMallocHost. What would be the best method do something like that with opencv APIs ?