-
Notifications
You must be signed in to change notification settings - Fork 830
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
Fix #750 making it compatible with Opencv 4.4 #762
base: master
Are you sure you want to change the base?
Conversation
@justadudewhohacks can confirm this fixes the problem with 4.4 |
Thanks, I also checked with the OpenCV 4.5.0 and everything works fine 👍 |
Definitely a much anticipated PR +1 |
Now with support to Opencv4.5.2 wandenberg@91bc118 |
Nice patch, I merged it to my fork to get the best result, define an export OPENCV_BUILD_ROOT=~/opencv The OpenCV build script can be called from the command line without an extra environment variable. Tested on Linux / MacOS X M1 / Windows. Currently, only 2 samples failed. |
@wandenberg Sorry for the delay, but since i'm having contributor rights, i will try to review this :-) The PR is great, but there is a lack of testing coverage for OpenCV 4.5 on travis I feel it would be good to add 4.5.x version in travis in the matrix in https://github.com/justadudewhohacks/opencv4nodejs/blob/master/.travis.yml Can you please also add some tests specifically related to your changes on 4.5 using Thanks for your help |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment in #762 (comment)
e375c97
to
3bcea9f
Compare
@piercus Sorry for the delay. I tried to change the version for OpenCV4.5.5 on travis.yml and on appveyour.yml, but this made the test fail. Probably I am missing something on the configuration. |
Ok thanks for the follow up ! |
No description provided.