↓ 13 callersFunctionestimateShift(
prev: Uint8Array,
cur: Uint8Array,
w: number,
h: number,
seedDx = 0,
seedDy = 0,
searchPx = 6,
tracker/src/vision/motion.ts:40
↓ 8 callersFunctionpredictAim(
ac: Aircraft,
site: GeoPoint,
now: number,
history: TrackHistory,
params: PredictParams,
mount:
tracker/src/pointing/predict.ts:131
↓ 6 callersFunctioncompensatedResidual(
prev: Uint8Array,
cur: Uint8Array,
w: number,
h: number,
shift: Shift,
)
tracker/src/vision/motion.ts:84