Hello,
With regards to Sitara (Cortex- A8) series.
is there any Image Processing Library (IMGLIB) provided for Cortex- A8 devices?
Regards
Mudigere
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.
Mudigere,
IMGLIB is an image processing library that has been optimized for the C64x+ DSP core but if you download the library , you will find that the library also provides an equivalent natural C code implementation of all the image library functions. You can compile and run the natural c implmentation of these function on Cortex A8. This is unlikely to give you the same performance as the DSP but it may be a good starting point for you.
Also OMAP3530 and DM3730 is an pin compatable ARM+DSP version of AM35x and AM37x devices on which you can use the IMGLIB on the C64x+ DSP. C6EZAccel and C6EZRun tools provided in the SDKs allows ARM users access to DSP sofware . These tools can be used to run IMGLIB on the DSP from Cortex-A8 over the interprocessor communication link (DSPLINK).
Regards,
Rahul