pub fn compute_diff(
before_id: u64,
after_id: u64,
img_a: &DynamicImage,
img_b: &DynamicImage,
) -> VisionResult<VisualDiff>Expand description
Compute a visual diff between two images (provided as JPEG thumbnail bytes).
pub fn compute_diff(
before_id: u64,
after_id: u64,
img_a: &DynamicImage,
img_b: &DynamicImage,
) -> VisionResult<VisualDiff>Compute a visual diff between two images (provided as JPEG thumbnail bytes).