How to analyse of data array from an image?
Hi,
I would like to create an application that will capture an image of a schedule, which have the name and the time period of work for each worker but I can figure out the way of analysing the image efficiently. I'm a IT student an so I don't have that much experience in image analysis and computer vision. Can anyone help me to understand how I could make it work?
Thanks a lot,
Cordially, Matthieu Meunier
In the attached image is the array I want to work with. The name of my coworkers are blurred on the top and each grey zone in each line is the schedule of the day for a given worker
Is every image you are going to analyse going to have the same layout and number of array cells?
Yes they are the only thing that can change is the number of rows because the number of employees that work a given day can change from day to day
Does the number of rows change or just the number of rows that contains data? I mean, if there were only 3 employees in the array shown in the image, would there be only 3 rows or the same number of rows as now, but all except the first 3 would be simply empty?
I just checked and the number of rows stay the save wether or not there is data in them