You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
What is your question?
How do I use OSD through C++? What is the specific structure of the elements parameter of OSD::operator()?
The text was updated successfully, but these errors were encountered: