Function write_hdr_file_mse_rgb_error_map

Source
pub fn write_hdr_file_mse_rgb_error_map(
    target_file: String,
    img_shape: (usize, usize),
    ground_truth: &[f32],
    img: &[f32],
) -> Result<()>