Ask Your Question
0

Reading lable of bottle

asked 2015-01-22 11:21:34 -0600

Solution Developer gravatar image

I want to read label of small bottle. How can read complete label of bottle where bottle is very small. Is there any way read the label by circulating it in front of camera?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-01-22 12:14:26 -0600

The easiest solution is to use key point detection / matching to match the label. Since the number of bottle brands is limited this is probably the most easy and accurate approach. This is possible if there are some distinct images on the bottle such as a logo of a wine company. The program would match which features of the label or bottle are most similar and find the necessary data in a database.

If you want the computer to read all of the characters on the label the accuracy will be much lower and complexity of the code will be increased. You would have to flatten the label and feed the label image to an ocr engine.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-01-22 11:21:34 -0600

Seen: 603 times

Last updated: Jan 22 '15