New question #692519 on Sikuli:
https://answers.launchpad.net/sikuli/+question/692519

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

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to