sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55672
[Bug 1892407] Re: findChanges has no function
should first be a question
** Changed in: sikuli
Status: New => Invalid
** Converted to question:
https://answers.launchpad.net/sikuli/+question/692519
--
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
References