Hi zli034,
Using AI techniques to recognize and classify the items of your store is a bad idea. There are so many challenges to be solved in your particular application that the computational cost and the training required of your personnel will be many times higher than using an alternative as putting bar codes on the items. Just to give you an idea of the challenges, lets focus only on the shape matching part (even though, you already mentioned that you also need to match for color). Here you will have a number of challenges: your system has to be good enough to be robust against changes in orientation, occlusions, and deformations. To minimize the problem, you have at least two options:
- train your cashiers to place the item in the same position every time, to adjust it to have a certain shape that will be easily recognized, and to avoid getting in the way of the camera. This will involved a lot of training. You could check the challenges associated with image guided surgery applications (for that, you would need to do a Google seacrh) to have an idea of all the problems of solving this type of problems in real time (you will need real time unless your customers are willing to spend a lot of time at the cashier)
- develop a state of the art algorithm that can do the shape matching in real time (for the sake of your customers), has a 100% of accuracy (for your own sake) and is robust against occlusions, changes in light conditions, deformations, and changes in orientation. If you succeed in making such an algorithm, you better patent it because you cannot imagine how valuable it would be.
In short, you better go with the bar code solution or with any solution that involves identifying a small identifier that you put on every item.
Please, let us know if you have another question.
Cheers,
lin0
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.