volseq_synth_dividing — LIVE4D synth op

• 数据种类:无 → volseq(仅由参数决定的算子 —— 不接受图像或数据输入)

• 调用: import fullseye as fs; fs.ledger.volseq_synth_dividing(shape=(24, 32, 32), n_frames: 'int' = 24, split_frame: 'int' = 8, speed: 'float' = 0.5, sigma: 'float' = 2.5, axis: 'int' = 3, noise: 'float' = 0.0, seed: 'int' = 0) -> 'np.ndarray'(要直接调用实现,import live4d; live4d.volseq_synth_dividing(shape=(24, 32, 32), n_frames: 'int' = 24, split_frame: 'int' = 8, speed: 'float' = 0.5, sigma: 'float' = 2.5, axis: 'int' = 3, noise: 'float' = 0.0, seed: 'int' = 0) -> 'np.ndarray';从台账取用则 opslive4d.get("volseq_synth_dividing"))

用法

> 该算子的说明尚无译文,以下照原文给出。

既知の速さで二つに分かれる塊の体積時系列 `(T, Z, Y, X)(volseq`)。

`split_frame までは中心に 1 つのガウス塊(標準偏差 sigma)、それ以降は 2 つの塊が axis`

(1 = z, 2 = y, 3 = x)に沿って `±speed · (t − split_frame)` voxel ずつ離れる(細胞分裂の最小モデル)。

真値 = 中心の位置なので、流れ(`vol_flow_3d)は ±speed` の並進、軌跡は直線になるはず。

>>> s = volseq_synth_dividing((16, 24, 24), n_frames=12, split_frame=4, speed=0.5)

>>> 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_beating


*Provenance: live4d.py — LIVE4D 算子登记表。本条目由 tools/opdocs.py md 自动生成(请勿手工编辑)。*

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