match_localize op• Datenarten: voxel × voxel → position
• Aufruf: import match3d; match3d.match_mip_2d(scene_vol, model_vol, device='cpu') (oder ops3d.get("match_mip_2d"))
• GPU: Dieser Operator hat einen GPU-Pfad (device="cuda")
MIP-Projektion → 2-D-NCC (Struktur = Voxel → 2-D, Methode = NCC, Transformation = orthogonale MIP).
• Katalog der Beispieldaten (Download-URLs / Lizenzen) — 2-D nutzt skimage.data (BSD/Public Domain) plus synthetische Bilder, 3-D nennt Download-URLs echter Datenquellen (Stanford, PDS, …).
• Herkunft und Literatur der Operatoren — die Quellen der Forschung/Verfahren, auf denen diese Operatorfamilie beruht.
• matching_localize — py -3.11 examples_3d/matching_localize.py
position als Eingabe)refine_peak_newton · refine_translation_lk · refine_lm · fuse_to_voxel
match_localize)match_shape_3d · match_chamfer_3d · match_curvature_3d · match_hough_3d · match_points_ncc
*Provenance: match3d.py — 3D Operator-Registry. Diese Notiz wird von tools/opdocs.py md erzeugt (nicht von Hand bearbeiten).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.