Ask Your Question
1

chose and tracking object.

asked 2013-09-26 11:58:17 -0600

TY gravatar image

hi! i have problem, can you help me? in the video, i use mouse and chose random object, how do i track this object, thanks

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
2

answered 2013-09-27 05:12:58 -0600

updated 2013-09-27 05:17:20 -0600

You can try "Real-time compressive tracking" [1]. It does what you want. You can at least try it. Project page PDF It includes C++ code ready for test with your webcam; you select a initial tracking box and the tracker tries to track it.

[1] Zhang, K., Zhang, L., & Yang, M. H. (2012). Real-time compressive tracking. In Computer Vision–ECCV 2012 (pp. 864-877). Springer Berlin Heidelberg.

edit flag offensive delete link more
-1

answered 2013-09-27 02:18:56 -0600

ThomasB gravatar image

updated 2013-09-27 02:22:06 -0600

You may want to try Good Features to Track and search the neighborhood of the click-location for features, choose one and track it.

In case you know the shape of the object that is clicked (and you have some descriptors of an object detection algorithm for it already) you can first check if the correct object was clicked and then track it.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-09-26 11:58:17 -0600

Seen: 667 times

Last updated: Sep 27 '13