FZGPUModules 1.0
GPU-accelerated modular compression pipeline
Loading...
Searching...
No Matches
fz::ReconstructionStats Struct Reference

#include <stat.h>

Public Attributes

double mse = 0.0
 Mean squared error.
 
double psnr = 0.0
 Peak signal-to-noise ratio (dB).
 
double max_error = 0.0
 Maximum absolute element-wise error.
 
size_t max_error_index = 0
 Index of the element with maximum error.
 
double nrmse = 0.0
 Normalized RMSE (RMSE / value_range).
 
double value_range = 0.0
 max(data) − min(data) of the original.
 

Detailed Description

Per-element quality statistics between original and reconstructed arrays.