Hi, Experts
We want to deploy C++ on DSP of TDA4 VM, does it support opencv,eigen, g2O lib?
Any document I can refer to?
Thanks
Zekun
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, Experts
We want to deploy C++ on DSP of TDA4 VM, does it support opencv,eigen, g2O lib?
Any document I can refer to?
Thanks
Zekun
Hi,
Thanks for posting question.
Respective expert will reply over this shortly.
Hi Zekun,
The C7x DSP supports C++ compilation. For the specific libraries:
OpenCV: OpenCV is not supported directly on C7x. We recommend using OpenVX that is included in the SDK for your application development.
Eigen: As a C++ library, it could theoretically be compiled on C7x. However, if you are trying to use the Eigen matrices and vector types, do note that these wouldn't be valid inputs to the vector processing intrinsics offered by the C7x compiler. The vector types provided by the compiler would need to be used to take advantage of the C7x hardware.
G2O: I am personally not familiar with this library but again it is a C++ library which would theoretically compile on C7x.
We don't have any documentation on the inclusion of these specific libraries that I am aware of.
Best,
Asha