English 中文(简体)
如何规范简单动议的跟踪?
原标题:how to code simple motion tracking?

我正在用防弹和制鞋枪进行弹射,并需要实施实时追踪,使枪射出任何移动。 我怎么能将这一点(任何良好的算法、书籍、辅导)加以规范? 我想让它自己,而不是使用预先设定的解决办法。

最佳回答

卡尔曼过滤器的Lucas-Kanade是面包和后天引爆跟踪算法。 然而,它已经过时。

问题回答

我们(Suress实验室)刚刚出版了一本“Lucas-Kanade”仪。 http://www.success-ware.com/150842/Lucas-Kanade-Detection-for-the-iPhone”rel=“nofollow”

这与《上诉书》和《来源法》也有联系。

HTH, Oded.





相关问题
motion computation from video using pyglet in python

I am writing a simple motion detection program but i want it to be cross platform so im using python and the pyglet library since it provides a simple way to load videos in different formats (...

webcam motion tracking with Python

Is there a simple way to track the motions of a single entity in a webcam feed? For example, I imagine a "hello world" app with an index finger used as mouse pointer. I realize there s still a lot of ...

How can I detect and track people using OpenCV?

I have a camera that will be stationary, pointed at an indoors area. People will walk past the camera, within about 5 meters of it. Using OpenCV, I want to detect individuals walking past - my ideal ...

如何规范简单动议的跟踪?

我正在用防弹和制鞋枪进行弹射,并需要实施实时追踪,使枪射出任何移动。 如何规范(任何良好的算法、书籍......)

Draw image on a form from a separate thread

I am currently working on a Windows.Forms application. It s basically a simple motion detection problem. I have a button on a form, that when pressed launches a background worker that does the ...

iPhone Shake event not properly working

I have this inside my viewController: - (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event { if (event.type == UIEventSubtypeMotionShake) { NSLog(@"I have shaked"); ...

How to setup motion detection using AForge?

i m trying to setup motiondetection using the AForge.NET framework. I m using the information provided on this page. I ve setup a DirectShow videostream which feeds a part of my desktop through a ...

热门标签