mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
8676a73a91
This PR implements an image comparison algorithm in the NTSC YIQ color space, as described in: Measuring perceived color difference using YIQ NTSC transmission color space in mobile applications. Yuriy Kotsarenko, Fernando Ramos. An electronic version is available at: - http://www.progmat.uaem.mx:8080/artVol2Num2/Articulo3Vol2Num2.pdf This should allow the image comparison to be a tad more robust than comparing plain uint8 pixel values. Signed-off-by: Sebastien Binet <s@sbinet.org>