CVCUDA / CV-CUDA

CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision.
https://cvcuda.github.io
Other
2.34k stars 215 forks source link

Please update the C++ sample #178

Open KingerFzb opened 2 months ago

KingerFzb commented 2 months ago

there is few sample about c++ just only crop and resize. I want to know how to use cvcuda to draw rect , draw text in c++, I know about the function like bndbox, binboxesi, but I don't know how to use it.

milesp-nvidia commented 2 weeks ago

Thank you @KingerFzb for bring this to our attention. We have Unit Tests in C++ that show great coverage in how to use CV-CUDA operators.

Are there specific use cases where you'd like to see sample apps?