-
Notifications
You must be signed in to change notification settings - Fork 773
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 4 #568
Comments
I've ported the project to opencv4, you can check it out here It compiles nicely with OpenCV 4.1.0, some SegFaults with newer QT5 versions are also fixed. However, the fork is not downwards compatible to CV2/CV3, and the boost components (boost, adaboost, forest, etc.) need to be rewritten from ground up to work with OpenCV4; so that's a TODO which is marked in the code as such. If any of the maintainers is interested, please create an appropriate branch here so I would open a PR to merge the port into the branch. |
Thank you for sharing this. We have in mind upgrading to OpenCV 4.x, but haven't made the time. We'll take a look at when we're ready to upgrade. |
@dnandha hey, I'm trying to build your port but it fails with the following error, How did you solve this? opencv 4.1.0 doesn't export libopencv_config and nonfree. Is something missing? |
@canuysal you need to compile the opencv using the extra modules you could find the extra module here: https://github.com/opencv/opencv_contrib After download it please set the CMake variable at this way
After that you may be able to use the openbr tool, have fun ^^ |
I have interest in convert this project to opencv4.
Do you also have this interest?
Add me as a contributor
The text was updated successfully, but these errors were encountered: