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.
我想找到一种算法,可以在图像流中检测矩形区域的运动(和运动矢量)——就像滚动窗口会产生的那样。有任何想法吗?:)
光流的想法应该可行,但这取决于您在窗口中拥有的特征类型(图像、文本),以及它们是否足够独特以在子序列帧中可靠地匹配。
RANSAC是一种给定两幅图像的方法,它会计算从一幅图像到另一幅图像的单应性仿射变换,假设它们之间匹配的特征大多是正确匹配的