-
Notifications
You must be signed in to change notification settings - Fork 150
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
Match template with mask #568
Conversation
Tests generated with OpenCV |
Added tests for the parallelized version
Please add a note in the doc comments for the new functions explaining how the mask is used. Otherwise LGTM, thanks! |
Should I write it as a latex formula using katexit, for example? |
Oh, that’s cool - I’ve not seen LaTeX used with docs.rs before. It would make the code harder to read directly for people who don’t know LaTeX, but how can I resist properly rendered formulae in docs! |
Without With |
Great, thanks @cospectrum ! |
2 new functions:
match_template_with_mask
andmatch_template_with_mask_parallel
To close #567