I found the apple documentation to be unclear. I have experience of 2 years in Image processing (Matlab and Scilab). I just need the functions for Matrix multiplication and some image conversion functions
Asked
Active
Viewed 589 times
2
-
http://stackoverflow.com/questions/5542942/looking-for-fast-image-distortion-algorithms – Syed Faraz Haider Zaidi Oct 31 '11 at 16:55
1 Answers
3
The iOS Accelerate framework contains a fairly complete set of matrix math routines.
Using the iOS Core Graphics framework, you can create a bitmap of your desired format, and draw images into it for processing the pixel data.
You will also need to know how to map matlab data types onto Core Graphics and C language data types (memory arrays and structs, etc.)

hotpaw2
- 70,107
- 14
- 90
- 153