contour op• Datenarten: contour → contour
• Aufruf: fullseye.apply(img, "select_contours", a=0.5, b=0.5) (das 2-D-Modell ist ein Bild plus zwei skalare Regler a,b∈[0,1])
• HALCON-Äquivalent: select_contours_xld (Bedeutung und Parameter sind in der HALCON-Referenz nachzulesen)

*Die Abbildung ist die tatsächliche Ausgabe auf einer synthetischen 128×128-Eingabe. Links Eingabe, rechts Ausgabe (ein Nicht-Bild-Rückgabewert wird als Wert gezeigt).*
Wählt XLD-Konturen durch Filterung nach Punktanzahl (Länge) aus. Entspricht HALCONs `select_contours_xld` (Select XLD contours according to several features.).
> Die ausführliche Beschreibung unten ist der Originaltext — Zusammenfassung und Überschriften sind übersetzt.
`a が残す最小点数のしきい値を 3〜43(3 + int(40a))に振る。b` は未使用。輪郭を構成する点の数(≒長さ)がしきい値未満のものを丸ごと捨てる。HALCON 版は点数以外にも円形度・凸性などの特徴で選べるが、この実装は点数のみ。
• Leitfaden zur Familie gallery2d_contour_measure
• 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.
• Der kanonische Algorithmus (Autor, Jahr) und seine Anwendungen stehen im Familienleitfaden oben.
Das Programm unten ist nachweislich lauffähig (gleiche Eingabe wie die Abbildung). In der Studio-Hilfe wird dieser Block zu Schaltflächen, die es sofort laden und ausführen.
threshold 0.50 0.50 sk_find_contours 0.50 0.50 select_contours 0.50 0.50
▸ Load this pipeline · Load & run
• gallery2d_contour_measure — py -3.11 examples/gallery2d_contour_measure.py
• quickstart — py -3.11 examples/quickstart.py
contour als Eingabe)identity · smooth_contours · fit_line_contours · contours_to_region · count_contours · total_length · select_contours_xld · smooth_contours_xld
contour)smooth_contours · fit_line_contours · contours_to_region · sk_find_contours · edges_sub_pix · lines_gauss · select_contours_xld · smooth_contours_xld
*Provenance: ops.py — 2D 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.