【问题标题】:how to estimate the speed in aerial images如何估计航拍图像中的速度 【发布时间】:2014-05-10 05:21:13 【问题描述】: 我正在做一个项目,我必须计算航拍图像中存在的物体的速度。任何人都可以为此目的提出适当的算法或方法。这对我有很大帮助。 【问题讨论】: 除非你有双摄像头或其他测量物体距离的方法,否则我不确定如何区分远处物体移动速度快和近处物体移动速度慢。 标签: c++ opencv 【解决方案1】: 3D 运动跟踪非常复杂。我将为您指出一些可能对您有所帮助的参考资料: How can I find the 3D coordinates of a projected rectangle? http://www.researchgate.net/publication/51956407_The_Object_Projection_Feature_Estimation_Problem_in_UnsupervisedMarkerless_3D_Motion_Tracking 【讨论】: