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.