Hi.
Does TI have C libraries for image processing and paricularly FFT and CONVOLUTION for 2d arrays.
Please Advise.
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.
Does TI have C libraries for image processing and paricularly FFT and CONVOLUTION for 2d arrays.
Please Advise.
Yes, TI does provide DSPLIB (Signal processing library) and IMGLIB(Image processing library) that contains code to perform FFT and Convolution on images. You can find these libraries on the following links
C64X+ DSPLIB: http://focus.ti.com/docs/toolsw/folders/print/sprc265.html (Contains FFT of a 1D signal but can be used on 2D data as well)
C64X+ IMGLIB: http://focus.ti.com/docs/toolsw/folders/print/sprc264.html (Contains function to perform 2D convolution)
Regards,
Rahul