We plan to implement video stabilization by running c/c++ algorithm on dm8168-dsp.In order to reduce the program complexity,we want to call opencv.
So,could the opencv be transplanted to dm8168-dsp ?
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.
We plan to implement video stabilization by running c/c++ algorithm on dm8168-dsp.In order to reduce the program complexity,we want to call opencv.
So,could the opencv be transplanted to dm8168-dsp ?
If I remember correct OpenCV has generic processor agnostic C and C++ source code available so should cause no issues. Performance might not be optimal so you might need to do some work on the critical paths for your application.
BR,
Steve