findChanges has no function

Bug #1892407 reported by Michael Böhm
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Invalid
Undecided
Unassigned

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

Revision history for this message
RaiMan (raimund-hocke) wrote :

should first be a question

Changed in sikuli:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.