volseq_synth_beating — LIVE4D synth op

• 資料種類:無 → volseq(僅由參數決定的運算子 —— 不接受影像或資料輸入)

• 呼叫: import fullseye as fs; fs.ledger.volseq_synth_beating(shape=(24, 32, 32), n_frames: 'int' = 24, period: 'float' = 12.0, amplitude: 'float' = 2.0, radius: 'float' = 8.0, thickness: 'float' = 1.5, noise: 'float' = 0.0, seed: 'int' = 0) -> 'np.ndarray'(要直接呼叫實作,import live4d; live4d.volseq_synth_beating(shape=(24, 32, 32), n_frames: 'int' = 24, period: 'float' = 12.0, amplitude: 'float' = 2.0, radius: 'float' = 8.0, thickness: 'float' = 1.5, noise: 'float' = 0.0, seed: 'int' = 0) -> 'np.ndarray';從台帳取用則 opslive4d.get("volseq_synth_beating"))

用法

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

既知の半径則で拍動する殻の体積時系列 `(T, Z, Y, X)(volseq`、値は [0, 1] + 雑音)。

半径は `r(t) = radius + amplitude · sin(2π t / period)`(t はフレーム番号)、殻は中心からの距離 d に

対する `exp(−(d − r(t))² / (2 · thickness²))`。鼓動する心筋や収縮する細胞の最小モデルで、

真値 = 半径則そのものなので、増幅・補間・描画の各 op を「半径の読み取り」で数値検証できる。

`noise > 0 なら正規雑音(標準偏差)を足す(seed` で再現)。

>>> s = volseq_synth_beating((16, 24, 24), n_frames=12, period=12.0, amplitude=1.0)

>>> s.shape

(12, 16, 24, 24)

詳細使用指南

• live4d 族使用指南

參考(範例資料・文獻)

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

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

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

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

• poc_live4d — py -3.11 examples/poc_live4d.py

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

volseq_mip_video · volseq_cut_video · volseq_speed · volseq_pathline_render · volseq_pathline_orbit · volseq_interpolate_flow · volseq_magnify_motion · volseq_render_orbit

同類別(synth)

volseq_synth_dividing


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

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