fidelity op• 数据种类:image2d × image2d → scalar
• 调用: import fullseye as fs; fs.ledger.rmse(a, b)(要直接调用实现,import imgmetrics; imgmetrics.rmse(a, b);从台账取用则 opsimgmetrics.get("rmse"))
均方根误差(与像素值同单位)。
> 以下的详细说明为原文 —— 摘要与标题已翻译。
式: `sqrt(mse(a, b))。検証と失敗条件は mse` と同じ ―― 同じ形 / 空でない /
有限、を満たさなければ `MetricContractError`。次元と dtype は問わない。
• 返り値: Python の `float。入力が [0, 1] の float なら値も [0, 1]`、uint8
なら 0〜255 の尺度。「平均して何階調ずれているか」と読める。
• `data_range` に依らない生の量なので、尺度の違う 2 組の rmse を並べても
比較にならない。正規化した指標が要るなら `psnr か ssim`。
• 深度・CT・再投影など「画素値 = 物理量」の場面では、その物理単位そのものになる。
• image_difference_metrics 族使用指南
• 示例数据目录(下载 URL / 许可证) —— 2-D 用 skimage.data(BSD/公有领域)加合成图,3-D 给出真实数据源(Stanford/PDS 等)的下载 URL。
• 算子来历与参考文献 —— 该算子族所依据的研究/方法出处。
• 算法的正典(作者・年份)与用途见上面的族使用指南。
• grasp_pose — py -3.11 examples/grasp_pose.py
• image_quality_metrics — py -3.11 examples/image_quality_metrics.py
• poc_ct_fidelity — py -3.11 examples/poc_ct_fidelity.py
• poc_datacenter_thermal_field — py -3.11 examples/poc_datacenter_thermal_field.py
• poc_polarization_specular — py -3.11 examples/poc_polarization_specular.py
• poc_structure_4d_deterioration — py -3.11 examples/poc_structure_4d_deterioration.py
scalar 作为输入)—
fidelity)mse · psnr · ssim · ms_ssim · ssim_map
*Provenance: imgmetrics.py — IMGMETRICS 算子登记表。本条目由 tools/opdocs.py md 自动生成(请勿手工编辑)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.