2010年2月18日木曜日

Object Tracking -Shelf Detection & Camshift -

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...

2 件のコメント:

  1. 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/

    返信削除
  2. @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>

    返信削除