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

add ability to read raid info from raid boss image #40

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

vhuynh3000
Copy link

@vhuynh3000 vhuynh3000 commented Sep 19, 2017

This adds the ability to extract the text (gym, pokemon name, and time remaining) from the raid boss screen. The text extract functionality works for most images but it does have some problems when the raid boss covers the pokemon name.

It uses opencv for image processing. The node-opencv npm module is a wrapper around the native opencv libraries so opencv needs to be installed (I used dnf install opencv opencv-devel on fedora 26).

It also uses tessaract for text recognition. The npm module is javascript version so no additional libraries are needed.

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

Successfully merging this pull request may close these issues.

1 participant