av_metrics::video::ciede

Function calculate_frame_ciede

Source
pub fn calculate_frame_ciede<T: Pixel>(
    frame1: &Frame<T>,
    frame2: &Frame<T>,
    bit_depth: usize,
    chroma_sampling: ChromaSampling,
) -> Result<f64, Box<dyn Error>>
Expand description

Calculate the CIEDE2000 metric between two video frames. Higher is better.