Hello,
I am using C# code to interpret the difference of images generated by an IP camera and I am looking for help with changes between Magick.Net v6.8.9.601-Q8-AnyCPU and v7.0.0.0008-Q8-AnyCPU. I am getting completely different output/comparison images and error counts out of the Compare functions even though I am using the same input images and ColorFuzz parameter.
I posted sample images to illustrate the change: https://plus.google.com/photos/105941304199223910969/albums/6101605331844635105
From left to right, images A and B are the originals to be compared, and images c6 and c7 are the difference images generated by A.Compare(B, Absolute Error, C) in versions 6 and 7.
Are there parameters I can use to get v7 to generate the same difference image and error count as v6? I have tried various Channels parameters with v7 Compare and can't figure it out. Does this go back to a difference in how v6 and v7 handle color spaces?
Thank you!
I am using C# code to interpret the difference of images generated by an IP camera and I am looking for help with changes between Magick.Net v6.8.9.601-Q8-AnyCPU and v7.0.0.0008-Q8-AnyCPU. I am getting completely different output/comparison images and error counts out of the Compare functions even though I am using the same input images and ColorFuzz parameter.
I posted sample images to illustrate the change: https://plus.google.com/photos/105941304199223910969/albums/6101605331844635105
From left to right, images A and B are the originals to be compared, and images c6 and c7 are the difference images generated by A.Compare(B, Absolute Error, C) in versions 6 and 7.
Are there parameters I can use to get v7 to generate the same difference image and error count as v6? I have tried various Channels parameters with v7 Compare and can't figure it out. Does this go back to a difference in how v6 and v7 handle color spaces?
Thank you!