Da kenne ich verschiedene Möglichkeiten,
ImageEn ist eine gute Grundlage, macht aber nicht alles.
Um die prozentuale Ausgabe musst du dich meist mit einer passenden Formel selbst kümmern.
RGB-Vergleich: Mit CalcAverageRGB die
RGB-Werte beider Bilder ermitteln, dann vergleichen.
CompareWith, Compares current image with SecondImage and returns a floating point value
from 0 to 1 which specifies the percentage of equality.
CompareHistogramWith, Compares histograms of current image with SecondImage and returns
a floating point value from 0 to 1 which specifies the percentage of equality.
IEPatternSearch, Pattern matching
MatchHSVRange, Returns the number of matching pixels.
ComputeImageEquality, ComputeImageEquality calculates some values to find the similitude of current image with the SecondImage.
The method returns True if the images are equal.