I would like to apply image processing on pictures taken on the iPhone. This processing would involve 2D matrix convolutions etc.
I'm afraid that the performance with nested NSArrays
would be pretty bad. What is the right way to manipulate pixel based images? Should I simply use C arrays allocated with malloc
?