I want to implement sum of absolute differences algorithm using clanguage and Arm Lpc2148.Which image processing library should I use?And how to get it?
Interesting question. The image processing libraries I could locate all need an operating system; they open files, allocate memory, and so forth. There is no reason a library could not be written that has just the basic algorithms, but I didn’t find one.
I held off on a reply, hoping someone else would respond. But it begins to look like you may have to roll your own.
I am curious about one thing though. You don’t (shouldn’t) need an operating system to process image data, but you do often need more than 32kB of RAM. Is your application limited to small images, or do you plan to store temporary data in flash, or…?