Hello!
First of all, this is my first post and I'm a total amateur in Processing.
I have a very simple video of a white background and a black silhouette walking from left to right. 180 frames total.
What I need to do is to compare pixel array of one frame to the next one, and get data about:
- How many pixels are black and how many are white (getting only one of these two amounts will make the job)
- How many more/less black pixels than in the previous frame?
- Witch pixels are still in the same position as previous frame?
Could I analyse this in video or I must do it frame by frame as pictures?
Any help or observation is appreciated, I will be resolving this all weekend
Cheers!
First of all, this is my first post and I'm a total amateur in Processing.
I have a very simple video of a white background and a black silhouette walking from left to right. 180 frames total.
What I need to do is to compare pixel array of one frame to the next one, and get data about:
- How many pixels are black and how many are white (getting only one of these two amounts will make the job)
- How many more/less black pixels than in the previous frame?
- Witch pixels are still in the same position as previous frame?
Could I analyse this in video or I must do it frame by frame as pictures?
Any help or observation is appreciated, I will be resolving this all weekend
Cheers!
1