sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #39401
[Bug 1607275] [NEW] find() in Finder
Public bug reported:
Contrary to explanation provided in JAVA DOC of Sikuli the find() function should take img and similarity arguments , but the Eclipse IDE gives error when similarity is provided stating that the function is buiilt only to take the image.
Windows10
64-bit
Procedure to produce the bug
img1 = path to file saved as string in java ;
img2 = path to file saved as string in java ;
Finder f = Finder(img1)
if (f.find(img2,0.8).hasNext())
print("matach")
else:
print("did not match")
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1607275
Title:
find() in Finder
Status in Sikuli:
New
Bug description:
Contrary to explanation provided in JAVA DOC of Sikuli the find() function should take img and similarity arguments , but the Eclipse IDE gives error when similarity is provided stating that the function is buiilt only to take the image.
Windows10
64-bit
Procedure to produce the bug
img1 = path to file saved as string in java ;
img2 = path to file saved as string in java ;
Finder f = Finder(img1)
if (f.find(img2,0.8).hasNext())
print("matach")
else:
print("did not match")
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1607275/+subscriptions
Follow ups