Home
last modified time | relevance | path

Searched refs:HistogramPercentageDifferent (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/testing/image_diff/
Dimage_diff.cpp163 float HistogramPercentageDifferent(const Image& baseline, const Image& actual) { in HistogramPercentageDifferent() function
237 float percent = HistogramPercentageDifferent(actual_image, baseline_image); in CompareImages()