volseq_speed — LIVE4D flow op

• Data kinds: volseq → volseq

• Call: import fullseye as fs; fs.ledger.volseq_speed(volseq, win: 'int' = 3, pyr_levels: 'int' = 3, iters: 'int' = 5, reg: 'float' = 0.001) -> 'np.ndarray' (to call the implementation directly, import live4d; live4d.volseq_speed(volseq, win: 'int' = 3, pyr_levels: 'int' = 3, iters: 'int' = 5, reg: 'float' = 0.001) -> 'np.ndarray'; from the registry, opslive4d.get("volseq_speed"))

Usage

> This operator's description has not been translated yet. The original text follows as it is.

体積時系列の隣り合うフレーム間の速さ `|d| [voxel/frame] を (T − 1, Z, Y, X) で返す(volseq`)。

各フレーム対に `vol_flow_3d を当てた大きさ。どこが・いつ動いたかの地図で、volseq_render_orbit(mode="speed")`

の色もこれ。T >= 3 が要る(返りも `volseq` = T − 1 >= 2 枚)。

Detailed usage guide

• live4d family guide

References (sample data, literature)

• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).

• Operator provenance and references — the sources of the research/methods this op family came from.

• The canonical algorithm (author, year) and its uses are named in the family usage guide above.

Runnable examples (verified samples that actually call this op)

• (none yet)

Ops the type connects to (they accept volseq as input)

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

Same category (flow)

vol_flow_3d · volseq_pathline_render · volseq_pathline_orbit


*Provenance: live4d.py — LIVE4D operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*

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