From flight parameters and camera field of view, estimates single-pass ground coverage area, effective scan swath and survey mission time for drone operations.
📐 计算公式
W = 2·h·tan(FOV/2);覆盖面积 = W×(1−重叠率)×航线长度;巡查时间 = 航线长度/飞行速度
基于无人机航拍覆盖模型:地面带宽 W 由飞行高度 h 与相机视场 FOV 决定;有效带宽扣除旁向重叠后乘航线长度得覆盖面积,再除飞行速度得巡查时间,用于巡检任务规划。