estimate_flow — 3D motion_segment op

データ種: points × pointsflow_scattered

呼び出し: import motion_seg3d; motion_seg3d.estimate_flow(pts0, pts1) -> 'np.ndarray' (または ops3d.get("estimate_flow"))

使い方

pts0 の各点から pts1 の最近傍への 3-D 変位ベクトル場 (N, 3) を返す(最近傍フロー)。

参考(サンプルデータ・文献)

• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。

• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。

実行できる例(この op を実際に呼ぶ検証済みサンプル)

motion_scenepy -3.11 examples_3d/motion_scene.py

型が繋がる次の op(flow_scattered を入力に取れる)

fuse_to_voxel

同カテゴリ(motion_segment)

segment_rigid_motions · fit_rigid


*Provenance: motion_seg3d.py — 3D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*

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