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.
Can you be more specific on the functions you are looking for and which TI libraries you have looked into?
Thanks,
Travis
Ok, that is quite the variation in functionality :) Needless to say those capabilities will be spread across multiple libraries and I will probably need others to chime in here:
At the most basic level, you need to install the MCSDK, which will contain some of these libraries:
http://software-dl.ti.com/sdoemb/sdoemb_public_sw/mcsdk/latest/index_FDS.html
Not sure about 1) pow routines...
2) trig functions are in MATHLIB, which I believe is part of the MCSDK, if not:
http://software-dl.ti.com/sdoemb/sdoemb_public_sw/mathlib/latest/index_FDS.html
3) Vector math 4) matrix 7) filter - are in the DSPLIB, which is part of the MCSDK or:
http://software-dl.ti.com/sdoemb/sdoemb_public_sw/dsplib/latest/index_FDS.html
5) Standard and 6) Sort - need more detail
8) transform, 9) threshold, 10) statistic - I'll ask others to respond on..
11) JPEG2000 Codec is supported in our MCSDK-Video release:
http://www.ti.com/tool/demovideo-multicore and http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C6678/index.html
Regards,
Travis
1) Power routines are part of Mathlib
8) Transforms 9)Thresholds
Transforms are part of DSPlib (FFT), IMGlib(DCT, Wavelet).
http://www.ti.com/tool/sprc264
More Image processing transform (Hough) and thresholding functions are part of the vlib(object code release)
http://software-dl.ti.com/libs/vlib/latest/index_FDS.html
Regards,
Asheesh
Libflame was done by the University of Texas:
http://www.cs.utexas.edu/~flame/web/libFLAME.html
Regards,
Travis
To Asheesh Bhardwaj and tscheck,
Although I did not find the lib that i need, Thanks a lot for your reply.
sincerely yours,
Eric
What kernel/functionality you are looking for in the libraries which you could not find?
Regards
Asheesh