fidelity opimage2d × image2d → scalarimport fullseye as fs; fs.ledger.rmse(a, b) (実装を直接呼ぶなら import imgmetrics; imgmetrics.rmse(a, b)、台帳から引くなら opsimgmetrics.get("rmse"))平均二乗誤差の平方根(画素値と同じ単位)。
式: sqrt(mse(a, b))。検証と失敗条件は mse と同じ ―― 同じ形 / 空でない /
有限、を満たさなければ MetricContractError。次元と dtype は問わない。
float。入力が [0, 1] の float なら値も [0, 1]、uint8
なら 0〜255 の尺度。「平均して何階調ずれているか」と読める。data_range に依らない生の量なので、尺度の違う 2 組の rmse を並べても
比較にならない。正規化した指標が要るなら psnr か ssim。py -3.11 examples/grasp_pose.pypy -3.11 examples/image_quality_metrics.pypy -3.11 examples/physical_ai_perception.pypy -3.11 examples/poc_ct_fidelity.pypy -3.11 examples/poc_datacenter_thermal_field.pypy -3.11 examples/poc_polarization_specular.pypy -3.11 examples/poc_registration_basin.pypy -3.11 examples/poc_structure_4d_deterioration.pyscalar を入力に取れる)—
fidelity)mse · psnr · ssim · ms_ssim · ssim_map
Provenance: imgmetrics.py — IMGMETRICS operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.