compare op• 数据种类:pairs × pairs → pairs
• 调用: import fullseye as fs; fs.ledger.profile_align(measured, reference, mode='chord')(要直接调用实现,import profileops; profileops.profile_align(measured, reference, mode='chord');从台账取用则 opsprofile.get("profile_align"))
• 经台账调用的返回值: fullseye.ledger.profile_align(...) 只返回**声明的 out 类型 pairs 的值**(底层函数还会返回辅助信息)。需要被丢弃的部分时,使用 fullseye.ledger.profile_align.raw(...),或直接调用 profileops.profile_align。
• 底层返回: (aligned, info) -> pairs
> 该算子的说明尚无译文,以下照原文给出。
測った輪郭を設計輪郭へ合わせる。返りは `(aligned, info)`。
`mode は :data:ALIGN_MODES`。相似(スケール推定)は提供しない ——
大きさの誤差そのものを吸収してしまうため(モジュール docstring の実測表)。
Returns:
`(aligned (N, 2), info)。info は mode / angle_deg` /
`translation / scale`(常に 1.0。推定していないことの明示)。
• 示例数据目录(下载 URL / 许可证) —— 2-D 用 skimage.data(BSD/公有领域)加合成图,3-D 给出真实数据源(Stanford/PDS 等)的下载 URL。
• 算子来历与参考文献 —— 该算子族所依据的研究/方法出处。
• 算法的正典(作者・年份)与用途见上面的族使用指南。
• profile_frame_tour — py -3.11 examples/profile_frame_tour.py
pairs 作为输入)profile_perturb · profile_chord_frame · profile_normalise · profile_resample · profile_sides · profile_thickness · profile_camber · profile_leading_edge_radius
compare)*Provenance: profileops.py — PROFILE 算子登记表。本条目由 tools/opdocs.py md 自动生成(请勿手工编辑)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.