I wonder if anyone could help me through pm? I have some very simple questions on images and pixels and I really don't want to flood the forum with them. So, let me know if you are willing to help a poor sad young programmer. :D
The post will be deleted immediately after someone responds.
I have an idea for a project and it would require me to do a detailed image analysis. I have a couple of questions related to this. I need to access the information of the pixels in the image. Of course, all of them would be just too much so I would like to split the image into 'windows' (Fourier analysis kinda ;) ) and get the average colour of those small sections. I know I can do that from the reference, but I do not know how to SEE the numbers of the pixel info since I do not want to change it. I want to get the array of numbers probably and then I'd like to use variables to access each of them. Soooo, the questions are:
1. How to split analysis into separate 'windows'?
2. How to access this data through variables?
I have to mention that I am new to Processing community, pieces of code are not necessary, any comments/suggestions are welcome... :)