-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong result size for scaled image search #68
Comments
s1hofmann
added a commit
that referenced
this issue
Jun 14, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
s1hofmann
added a commit
that referenced
this issue
Jun 16, 2019
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.1.2
Short overview
When a given input image is detected on a smaller scale, an unscaled target region is returned.
Detailed error description
When searching for a larger image on a screen, e.g. when using input images captured on retina displays on a regular display, the returned image region is unscaled.
This results in a larger result region, than the actual image on screen, which might cause clicks outside the target.
Steps to reproduce error
Use an input image e.g. twice the scale than on screen and try to locate it.
The text was updated successfully, but these errors were encountered: