I have been also that issues that has been I recently working on this like https://canoesurfer.net/kayak-life-vest/.And I have been not finding the proper solution.
-- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1892407 Title: findChanges has no function Status in Sikuli: Invalid Bug description: Hi! I am using 2.0.4 on Windows10. Following Script shows that findChanges has no function. img=capture(Reg) img2=capture(RegNeu) # ensure same size print(img,img2) f=Finder(Image.create(img)) #workaround from another bug f.findChanges(img2) # this has no function, also IDE does not highlight it as known function while f.hasNext(): match=f.next() print "Found:",match I did the implementation as described in https://sikulix-2014.readthedocs.io/en/latest/finder.html , did the workaround for another known bug, but it still does not find differences in samesize pictures. And please put on the wishlist to be able to compare Regions, not just imagefiles. Thanks Michael To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1892407/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

