-
Notifications
You must be signed in to change notification settings - Fork 18
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
Missing Still functions: #7
Comments
I made an implementation of these functions. Based on my tests, it works as expected. |
This helps, but you only implemented the OpenCV side. Still, I was able yo follow your lead and get something working for Qt. |
You can find here implementation of function on the C++ side : manalito@71ecf3a I didn't updated the pull request since I am not quiet satisfied yet about the implementation. It's working but it surely requires a refactor of the code to have the same effect with both OpenCV and C++ functions. |
Excellent, I will check it out tomorrow. Wishing you had a tip jar! 👍 |
The text was updated successfully, but these errors were encountered: