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

Better Optimize Matching Speed #8

Open
TrifectaIII opened this issue Jun 6, 2019 · 2 comments
Open

Better Optimize Matching Speed #8

TrifectaIII opened this issue Jun 6, 2019 · 2 comments
Labels
Long Term Low on the to-do list

Comments

@TrifectaIII
Copy link
Owner

  • Send match request data as jpeg instead of png (canvas.toDataURL() supports this)
@TrifectaIII
Copy link
Owner Author

sending data as jpeg now works, does improve performance, jury out on lost accuracy

@TrifectaIII TrifectaIII changed the title Ideas for optimization Better Optimize Matching Speed Jun 14, 2019
@TrifectaIII
Copy link
Owner Author

TrifectaIII commented Jun 17, 2019

Learn more re: similarity hashing to use with matching instead of feature descriptors

Edit: This is called perceptual hashing, basics here: https://www.pyimagesearch.com/2017/11/27/image-hashing-opencv-python/

will require more processing of image prior to comparison

@TrifectaIII TrifectaIII added the Long Term Low on the to-do list label Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Long Term Low on the to-do list
Projects
None yet
Development

No branches or pull requests

1 participant