I incorporated Hough Transform component and Object Tracking component (Camshift). What I made is a hybrid object tracking system of shelf-detection and Camshift.
Shelf-detection component sends Camshift component camera displacement data observed, and Camshift component tracks the item, using the data for setting an initial region to search the item.
And then, shelf-detection component start the observation of the shelf near the item location tracked by Camshift component.
Here is a screen shot of the software. In this case, "Pocky"(Japanese famous chocolate cookie) is the target.
Unfortunately, the result was a disappointing one. The shelf-detection isn't accurate enough to track the object effectively, while Camshift component is working well.
I wonder if I should give up using Hough Transform for shelf-detection...
Hi.. i have made a piece of code which uses haar classifiers to detect human face and track it using camshift algorithim.. i have used EmguCV..
返信削除please take a look at my blog..
http://wahabkotwal.blogspot.com/
@WahaB Kotwal
返信削除Nice job!!! I will my own project in the future... I really have a growing interest in <a href="http://www.intechopen.com/books/show/title/object-tracking”>object tracking</a>