Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: AM5728
Tool/software: TI-RTOS
Hello,
I'm trying to evaluate performance of some OpenCV algorithms on AM5728, for both ARM and DSP. During the evaluation, I found that for cv::CascadeClassifier, performance on DSP is much lower than that on ARM.
Based on the details provided in http://www.ti.com/lsds/ti/processors/technology/libraries/open-cv-libraries.page, this behavior seems to be expected.
I'm using Processor SDK v3.02.00.05 and the OpenCV libraries that come bundled with it. Is there an updated version of this algorithm implementation for DSP with better performance?
Also, can an OpenCL based implementation give the best performance possible on DSP (for any algorithm in general) with sufficient optimization? Or are there any other method/s that can give significantly better results?
Regards,
Manu