I do a lot of image processing in C, and I need a good, fairly lightweight and, above all, library of FFT matrix processing with a permissive license. I mainly focus on affine transforms and matrix inversions, so I don't need anything complicated or bloated.
First of all, I would like something very fast (using SSE, maybe?), With a clean API and (hopefully) pre-packaged by many unix package management systems.
Note that this is for C not for C ++.
thanks
:)
math matrix image graphics image-manipulation
horseyguy
source share