series opvolseq → videoimport fullseye as fs; fs.ledger.volseq_mip_video(volseq, axis: 'int' = 1) -> 'np.ndarray' (実装を直接呼ぶなら import live4d; live4d.volseq_mip_video(volseq, axis: 'int' = 1) -> 'np.ndarray'、台帳から引くなら opslive4d.get("volseq_mip_video"))体積時系列を軸 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 の断面と見比べる)。
video を入力に取れる)series)Provenance: live4d.py — LIVE4D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.