Page 1 of 1

Ranorex.Imaging.Compare

Posted: Fri May 11, 2018 5:18 pm
by bboyd
Hi,

I am starting to dabble with the Imaging.Compare function to ... compare images. I am excited about using it to compare output from our product against known good output to make sure there are no changes. The function is simple and I like it, but I would be a tad more useful to me if instead of returning true or false that the two images are within the provided similarity, it returned the similarity.

In other words, do you have an overload in a newer version such as double Ranorex.Imaging.Compare(Bitmap imageA, Bitmap imageB) or can you add one in a future version?

Thank you.

Re: Ranorex.Imaging.Compare

Posted: Fri May 11, 2018 11:43 pm
by ahoisl
There already is an overload returning the similarity, we added that from the very beginning on :D
https://www.ranorex.com/Documentation/R ... pare_1.htm

Regards,
Alex
Ranorex Team

Re: Ranorex.Imaging.Compare

Posted: Mon May 14, 2018 4:20 pm
by bboyd
Yeah, I found it 5 minutes after submitting the post, and it was too late to go back and delete it, lol.

Thanks!