Open GoogleCodeExporter opened 9 years ago
You can use the DiffCount property that holds the counts of non matching pixels:
imageDiff = imageA.CompareTo(imageB)
diffCount = imageDiff.DiffCount
If diffCount <> 0 Then
...
Original comment by florentbr
on 26 Jun 2014 at 9:41
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
alam...@gmail.com
on 26 Jun 2014 at 9:30