contour_epicycle_chain — SHAPE2D descriptor op

• 数据种类:matrix → pairs

• 调用: import fullseye as fs; fs.ledger.contour_epicycle_chain(spectrum, phase, order='frequency')(要直接调用实现,import fourierdesc; fourierdesc.contour_epicycle_chain(spectrum, phase, order='frequency');从台账取用则 opsshape2d.get("contour_epicycle_chain"))

用法

> 该算子的说明尚无译文,以下照原文给出。

位相 `t における**回る振り子の連鎖**を返す(pairs`)。

引数:

spectrum: :func:contour_fourier_complex の `(2K+1, 3)`。

phase: `t`(1 周 = 1.0)。

order: `"frequency"` = 低い周波数から積む(教科書の絵)/

`"amplitude"` = 振幅の大きい順(少ない項で似せる)。

返り値: `(M+1, 2) の pairs`((row, col) 順)。行 0 が最初の腕の中心、

行 `m が m` 番目の腕の先(= 次の腕の中心)、最後の行が筆先で、

これが再構成された輪郭の点そのものになる。腕 `m` の長さは

`|c_k|、角度は 2π k t + arg c_k`。

详细使用指南

• shape_description_2d 族使用指南

参考(示例数据・文献)

• 示例数据目录(下载 URL / 许可证) —— 2-D 用 skimage.data(BSD/公有领域)加合成图,3-D 给出真实数据源(Stanford/PDS 等)的下载 URL。

• 算子来历与参考文献 —— 该算子族所依据的研究/方法出处。

• 算法的正典(作者・年份)与用途见上面的族使用指南。

可运行的示例(实际调用该算子并已验证的样例)

• poc_one_stroke_epicycles — py -3.11 examples/poc_one_stroke_epicycles.py

类型可衔接的下一个算子(可接受 pairs 作为输入)

elliptic_fourier · fourier_smooth · contour_fourier_complex · add_frame_corners · warp_tps_image · warp_piecewise_affine · morph · morph_sequence

同类别(descriptor)

elliptic_fourier · reconstruct · invariants · normalize · descriptor_distance · fourier_smooth · from_xld · contour_fourier_complex


*Provenance: fourierdesc.py — SHAPE2D 算子登记表。本条目由 tools/opdocs.py md 自动生成(请勿手工编辑)。*

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