fly_lgmd_eta — FLYVISION looming op

資料種類:signalsignal

呼叫: import fullseye as fs; fs.ledger.fly_lgmd_eta(theta_signal, dt_s, alpha=4.7, delay_s=0.0)(要直接呼叫實作,import flyvision; flyvision.fly_lgmd_eta(theta_signal, dt_s, alpha=4.7, delay_s=0.0);從台帳取用則 opsflyvision.get("fly_lgmd_eta"))

用法

> 該運算子的說明尚無譯文,以下照原文給出。

LGMD/eta looming response from an expanding subtended angle.

The multiplicative looming model::

eta(t) = theta'(t - delay) * exp(-alpha * theta(t - delay))

where *theta_signal* is the object's full subtended angle over time, in

radians. The product of the angular expansion rate and an exponentially

decaying gain gives a response that peaks a fixed time before collision.

theta_signal: the full subtended angle per sample, radians.

dt_s: the sample interval, seconds.

alpha: the gain-decay constant.

delay_s: a fixed neural delay, seconds.

Returns a 1-D float64 array `eta(t)` of the same length.

Ground truth: for an object of half-size `l approaching at speed |v|`,

`eta peaks at a time-to-contact of alpha*l/|v| - delay_s` (Gabbiani et

al. Eq. 5), where the subtended angle is exactly `2*atan(1/alpha)` (Eq. 6;

24.0 degrees for `alpha = 4.7`) — both pinned in the tests.

Raises `ValueError`: a non-1-D / empty / too-short (< 3) / non-finite

*theta_signal*, a signal over :data:MAX_SIGNAL_POINTS, a non-positive *dt_s*

/ *alpha*, and a negative *delay_s*.

參考(範例資料・文獻)

• 範例資料目錄(下載 URL / 授權) —— 2-D 用 skimage.data(BSD/公有領域)加合成圖,3-D 給出真實資料源(Stanford/PDS 等)的下載 URL。

• 運算子來歷與參考文獻 —— 該運算子族所依據的研究/方法出處。

• 演算法的正典(作者・年份)與用途見上面的族使用指南

可執行的範例(實際呼叫該運算子並已驗證的樣例)

poc_fly_visionpy -3.11 examples/poc_fly_vision.py

型別可銜接的下一個運算子(可接受 signal 作為輸入)

fly_emd_response · fly_tau_from_expansion · fly_dsi

同類別(looming)

fly_tau_from_expansion


*Provenance: flyvision.py — FLYVISION 運算子登記表。本條目由 tools/opdocs.py md 自動產生(請勿手動編輯)。*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.