I am trying to detect how many boxes in an image with given logo 'N' for example. How can i approach this problem. My main goal is to count each different product using opencv.
So far I tried template matching with 'N' logo.
From my example with haar cascade classifier training with different cascade models.