How to analyse of data array from an image?

asked 2017-07-10 07:16:32 -0600

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

schedule array example

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

edit retag flag offensive close merge delete

Comments

Is every image you are going to analyse going to have the same layout and number of array cells?

KjMag gravatar imageKjMag ( 2017-07-10 08:13:43 -0600 )edit

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

Matthieu gravatar imageMatthieu ( 2017-07-10 08:28:31 -0600 )edit

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?

KjMag gravatar imageKjMag ( 2017-07-10 09:01:11 -0600 )edit

I just checked and the number of rows stay the save wether or not there is data in them

Matthieu gravatar imageMatthieu ( 2017-07-10 09:54:47 -0600 )edit