registration_metrics op• Data kinds: points × points → measurement
• Call: import fullseye as fs; fs.ledger.inlier_ratio(source, target, transform, thresh: 'float') -> 'float' (to call the implementation directly, import registration_eval; registration_eval.inlier_ratio(source, target, transform, thresh: 'float') -> 'float'; from the registry, ops3d.get("inlier_ratio"))
The inlier ratio of a correspondence set = the fraction with ‖T·source[i] − target[i]‖ < thresh. → [0,1].
> The detailed description below is the original text — the summary and the headings are translated.
`source と target` は index 対応(source[i] が target[i] に対応)の
同数点群(FPFH 等の putative correspondence を想定)。thresh に単調非減少。
形状不一致・非 (N,3) は ValueError(fail-closed)。
• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).
• Operator provenance and references — the sources of the research/methods this op family came from.
• reg_eval — py -3.11 examples_3d/reg_eval.py
measurement as input)vol_gaussian_psf · fuse_to_voxel · fresnel_reflectance · snell_angle
registration_metrics)rmse_inliers · registration_recall · rotation_translation_error
*Provenance: registration_eval.py — 3D operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.