Skip to content
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

Suggestions #41

Closed
rusagent opened this issue Aug 9, 2023 · 2 comments
Closed

Suggestions #41

rusagent opened this issue Aug 9, 2023 · 2 comments

Comments

@rusagent
Copy link

rusagent commented Aug 9, 2023

Is it possible to help you with coding?

When hovering over the next item the dots from the previous item are still there until the new dots for the currently hovered item appear.

Also is it possible to make the recognition a lot faster? I thought about creating multiple threads for scanning the items - and also keeping the affixes from the images in memory so they don't have to be loaded every time. Or why is it actually taking so long until the dots appear? Is the image recognition so slow?

@josdemmers
Copy link
Owner

Yes indeed, the delay is caused by the image recognition / template matching.

Feel free to clone the repo and experiment with the code. Performance improvements are welcome.
But regarding your ideas. All images used for template matching are already in memory and the template matching is done in parallel.

@josdemmers
Copy link
Owner

josdemmers commented Aug 12, 2023

@rusagent
Latest update has some great performance improvements.
To test the latest changes also enable this experimental option in Settings. Feedback is welcome!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants