Bottle recognition on predefinited enviroment
Hi all, i'm a newbie with opencv and i need help for my project. The main goal is recognize some types of bottles in a controlled enviroment. The controlled enviroment is a white or black box where a bottle will be put inside. The light are costant over the time. If i put a generic bottle inside ( 0.5lt or 1,5lt or 2lt or other type) the algorithm should recognize the bottle, if i put other type of object should return an error. What kind of algorith can i use as starting point? The HW that i use is a simple beaglebone black, thus i need an algorithm that is suitable for this hardware. Thanks a lot. Giovanni
Post a couple examples of bottles you want to recognize. Do you want your algorithm to have binary output: bottle - no bottle or do you need to recognize the shape of the bottles precisely (so as to reject similar but not identical bottles for example)? What if someone puts there a bottle of ketchup?
thanks for reply witek, I need to recognize the color, and if the bottle is present or not. For the type of bottle I thought of a database containing the keypoint for the bottles to compare.
Is it possible that someone will insert a can or a jar in your machine and you need to recognize this situation?
yes it is possible Witek. I need to recognize this situation.