I'm working with an image processing tool in MATLAB. How can I convert MATLAB code to Objective-C?
Here are some of the tasks I want to do:
I want to rotate an oblique line to normal.
I have algorıthm that converts an colored image to black & white. (How can I access pixel color values in Objective-C?)
In the function
getrgbfromimage
, how can I access output of pixel values to consol?How can I run a function (
getrotatedımage
) on each element of an array?