objective c - Image processing on the iPhone -


I would like to apply image processing to photos taken on the iPhone. This processing will include 2D matrix conversions.

I'm afraid that performance with nested NSArrays is very bad What is the correct way to manipulate pixel-based images? Should I just use the array allocated with malloc

? Engine available in the iPhone SDK? Or maybe core graphics? Apple has described the different imaging techniques available on the iPhone. Unfortunately, there is nothing good in the image kit so far on the iPhone.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -