Detect empty shelves using image processing

asked 2020-09-16 10:07:05 -0600

updated 2020-10-13 14:33:25 -0600

Given an image, how can I create an algorithm using image processing techniques to identify the sections where there are no products present. I also need to create a bounding with coordinates for the empty spaces where products are not present. I need to accomplish this using OpenCV. And I cannot use Deep Learning here.

I have used a Canny edge detector, and empty spaces are well identified using this. Should I use a Contour on the results of the Canny edge detector? Any help would be appreciated.image description

edit retag flag offensive close merge delete