コンピュータビジョンセミナーvol.1 OpenCV活用(https://fixstars.connpass.com/event/254340/)のサンプルコードです。
- CMake
- CUDA
- OpenCV
内容 | サンプルコード |
---|---|
GpuMatと自作CUDAカーネルの連携 | gpumat_with_cuda_kernel |
GpuMatとNPPの連携 | gpumat_with_npp |
cv::cuda::Streamを使う | gpumat_with_cuda_stream |
cv::cuda::BufferPoolを使う | gpumat_with_bufferpool |
cv::Mat、cv::cuda::GpuMatでstep、isContinuous()の値が異なることがある | gpumat_isContinuous |
cudevモジュールが大量のconstant memoryを消費する | used_constant_memory |
cv::cuda::PtrStepSzのオーバーヘッドに注意 | gpumat_ptrstepsz_overhead |
https://speakerdeck.com/fixstars/computer-vision-seminar-1で公開している資料を参照ください。