volseq_cut_video — LIVE4D series op

• Data kinds: volseq → video

• Call: import fullseye as fs; fs.ledger.volseq_cut_video(volseq, plane: 'str' = 'xy', position: 'float' = 0.5) -> 'np.ndarray' (to call the implementation directly, import live4d; live4d.volseq_cut_video(volseq, plane: 'str' = 'xy', position: 'float' = 0.5) -> 'np.ndarray'; from the registry, opslive4d.get("volseq_cut_video"))

Usage

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

体積時系列を 1 枚の断面で切った動画 `(T, H, W)(video`)。

`plane は "xy"(z を固定)/ "xz"(y を固定)/ "yz"(x を固定)、position` は固定する

軸に沿った相対位置 [0, 1]。断面は最大値投影と違って重なりを失わないが、断面から外れた動きは見えない。

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