volseq_mip_video — LIVE4D series op

• Data kinds: volseq → video

• Call: import fullseye as fs; fs.ledger.volseq_mip_video(volseq, axis: 'int' = 1) -> 'np.ndarray' (to call the implementation directly, import live4d; live4d.volseq_mip_video(volseq, axis: 'int' = 1) -> 'np.ndarray'; from the registry, opslive4d.get("volseq_mip_video"))

Usage

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

体積時系列を軸 `axis(1 = z, 2 = y, 3 = x)の最大値投影で動画 (T, H, W) に畳む(video`)。

畳んだ先は `video_spacetime_cube / video_cube_cut / motion_magnify` など 2D+t の op がそのまま

使える。最大値投影は「奥行きのどこかにあれば見える」投影なので、重なりは失われる(何を失ったかは

`volseq_cut_video` の断面と見比べる)。

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 video as input)

video_interpolate_flow

Same category (series)

volseq_cut_video


*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.