fullseye

xg_orientation — 2D xldgeom op

xg_orientation: input → output

図は合成の入力 128×128 で実際に走らせた出力。左が入力、右が出力。点群は上から見た散布(明るさ = z)、1-D 列は折れ線、体積は z 方向の最大値投影、動画は中央フレーム、複素画像は振幅、絵にならない返り値は値そのもの。

つまみ a は出力を変えない(実測: 0.1 / 0.5 / 0.9 で同一)。

つまみ b は出力を変えない(実測: 0.1 / 0.5 / 0.9 で同一)。

段階(前置きの op → この op。左から順):

xg_orientation: stages

使い方

Principal-axis orientation in degrees, folded to [0,180) and /180 scaled.

Angle is measured from the +x (column) axis; multiply the result by 180 to recover degrees. Line orientation is defined mod 180, so a line at theta and theta+180 map to the same value.

Discontinuity (inherent, documented): a line orientation lives on a circle of 180 degrees, and this op unrolls it to [0, 1), so the wrap sits at HORIZONTAL — a line tilted +0.001 deg returns ~0.0 while -0.001 deg returns ~0.9999. Any single-scalar unrolling has a seam somewhere; callers that need continuity across horizontal should compare orientations on the doubled angle (cos 2theta, sin 2theta) or take the difference mod 1. The closing point of a closed contour is not double-counted in the PCA.

詳しい使い方ガイド

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

Studio で試す

下のプログラムは実際に走ることを確かめてある(図と同じ入力)。Studio のヘルプではこのブロックがボタンになり、その場で読み込んで実行できる。

threshold 0.50 0.50
sk_find_contours 0.50 0.50
xg_orientation 0.50 0.50

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

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

identity

同カテゴリ(xldgeom)

xg_moments · xg_area_center · xg_eccentricity · xg_elliptic_axis · xg_height_width_ratio · xg_regress_contours · xg_clip_contours · xg_gen_polygons


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

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