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

OpenCV version of locateAll #4

Merged
merged 4 commits into from
Jan 10, 2015

Conversation

jeremygray
Copy link
Contributor

pyscreeze.locateAll will use OpenCV tools if the needed libs can be imported, else default to pure python

benefits: faster performance if cv2 and numpy are available (but don't require them as dependencies)
costs: more code to maintain, slightly more RAM needed
limitations: early ~beta status; see doc string in _locateAll_opencv

pyscreeze.locateAll will use OpenCV tools if the needed libs can be imported, else default to pure python

benefits: faster performance if cv2 and numpy are available (but don't require them as dependencies)
costs: more code to maintain
limitations: early ~beta status; see doc string in _locateAll_opencv
alpha channels in RGBA are not going to be easy or possible to support at this time.
asweigart added a commit that referenced this pull request Jan 10, 2015
@asweigart asweigart merged commit b3d3a50 into asweigart:master Jan 10, 2015
@asweigart
Copy link
Owner

The change looks good. Thanks a lot!

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.

None yet

2 participants