pub fn calculate_quality_metrics(
original: &Array3<u8>,
reconstructed: &Array3<u8>,
results: QualityMetrics,
) -> Result<QualityMetrics, Box<dyn Error>>
Expand description
Pass in the options for which metrics you want to evaluate by making them Some() in the results
that you pass in