Shop logo / id recognition from printed receipts

asked 2015-05-24 04:27:57 -0600

Hi All,

I'm tasked with finding a way to identify shop on printed receipts. It is to check if shop logo / id details from given receipt match any of from the collected ones already. Shops often have logo and some text as part of top section of receipts and it has to match all these details. It is like logo matching.

Methods I've reviewed so far:

  • Haar clasifier - seems to be an interesting one but it requires a lot of training and in this project, at the beginning it will star with one or two sample images only rendering training process impossible.
  • templateMatch - seems to be the right approach but because template and the tested receipt image will differ slightly (angle, lightining, etc.) it won't be one to one match and if my understanding is correct templateMatch is to be used with sample coming out form tested image.
  • SIFT - probably the right approach.

The aim is to achieve:

  1. new receipt image with logo is being provided
  2. application checks if any of logo templates from DB matches the one on the receipt.
  3. if result is positive, it identifies which one.
  4. once matched, the DB might be updated with new picture of existing logo to have more samples of same logo for better matching next time.

On algorithm level, it will have to be SIFT comparison one by one to all collected logos in DB and select highest ration match.

Any help and or directions will be more than welcome.

Thank you in advance, David

edit retag flag offensive close merge delete

Comments

could you provide some images

sturkmen gravatar imagesturkmen ( 2015-05-24 14:03:56 -0600 )edit

i suggest to delete or retag such posts. ( there are too many ) someone asked a question and never returned to look it again. @StevenPuttemans what is your opinion

sturkmen gravatar imagesturkmen ( 2015-10-08 08:56:46 -0600 )edit

That is up to users i am afraid. Leave them for now. Admins are looking at ways for better management of topics :)

StevenPuttemans gravatar imageStevenPuttemans ( 2015-10-08 14:17:55 -0600 )edit