[][src]Macro imageproc::assert_pixels_eq

macro_rules! assert_pixels_eq {
    ($actual:expr, $expected:expr) => { ... };
}

Panics if any pixels differ between the two input images.