sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43835
[Bug 1717175] Re: [request] want to know the similarity score in case of find failed
A possibility might be to add a Region.getLastScore(), which would be
available independently from the existence of a match object.
... but I doubt that it is possible to implement it in 1.1.x (the access
to a score in case of find failed is buried deep down in native C++
code, which I do not want to touch anymore). But in version 2 it is
surely possible, where all is Java only.
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 2.0.0
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1717175
Title:
[request] want to know the similarity score in case of find failed
Status in Sikuli:
In Progress
Bug description:
Trying to find out if we can get the highest match score of a failed
Region.exists() call. I know that method returns None if a match is
not found but would be nice to know "how close" we got to finding the
image. Thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1717175/+subscriptions
References