edges_sub_pix — 2D contour op

資料種類:imagecontour

呼叫:fullseye.apply(img, "edges_sub_pix", a=0.5, b=0.5)(2-D 的模型是一張圖 + 兩個純量旋鈕 a,b∈[0,1])

HALCON 對應:edges_sub_pix(其含義與參數可參考 HALCON 手冊)

用法

> 該運算子的說明尚無譯文,以下照原文給出。

サブピクセル精度のエッジ点抽出。勾配とその法線方向(``gradient_

normals`)を求め、しきい値(0.15+0.5*a`)を超える画素を連結成分化した

後、放物線当てはめで各点をサブピクセル位置へ精密化する(``subpixel_

refine_edges`ops` 側の同名 op と共有する実装 ―― 2026-09-02 修正で

真の意味でサブピクセルになった。旧実装は整数画素座標をそのまま返して

いた)。HALCON の `edges_sub_pix`(Extract sub-pixel precise edges using

Deriche, Lanser, Shen, or Canny filters.)に相当。

`a がエッジ強度のしきい値を振る。b` は未使用。

詳細使用指南

gallery2d_contour_measure 族使用指南

參考(範例資料・文獻)

• 範例資料目錄(下載 URL / 授權) —— 2-D 用 skimage.data(BSD/公有領域)加合成圖,3-D 給出真實資料源(Stanford/PDS 等)的下載 URL。

• 運算子來歷與參考文獻 —— 該運算子族所依據的研究/方法出處。

• 演算法的正典(作者・年份)與用途見上面的族使用指南

可執行的範例(實際呼叫該運算子並已驗證的樣例)

gallery2d_contour_measurepy -3.11 examples/gallery2d_contour_measure.py

quickstartpy -3.11 examples/quickstart.py

型別可銜接的下一個運算子(可接受 contour 作為輸入)

identity · select_contours · smooth_contours · fit_line_contours · contours_to_region · count_contours · total_length · select_contours_xld

同類別(contour)

select_contours · smooth_contours · fit_line_contours · contours_to_region · sk_find_contours · lines_gauss · select_contours_xld · smooth_contours_xld


*Provenance: ops.py — 2D 運算子登記表。本條目由 tools/opdocs.py md 自動產生(請勿手動編輯)。*

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