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.38k stars 216 forks source link

[QUESTION] How do I use OSD through C++? #214

Open dengjfzh opened 1 month ago

dengjfzh commented 1 month ago

//: # ""

//: # ""

What is your question? How do I use OSD through C++? What is the specific structure of the elements parameter of OSD::operator()?

dengjfzh commented 1 month ago

I found some test code in CV-CUDA/tests/cvcuda/system/TestOpOSD.cpp. I saw that the type of elements actually passed is NVCVElementsImpl*, which is defined in the header file CV-CUDA/src/cvcuda/priv/Types.hpp, but it doesn't seem to be part of the public interface. Why?