Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以通过使用特征检测器(如 SURF、ORB 等...)更可靠地检测运动......它是否适用于视频流中的人类?
SIFT flow可能会给你一些想法。
我在 OpenCV 中完成了一个项目,可能对你有用。你可以在这里找到