-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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 3] update to v3.4.7 #7658
Conversation
We should have separate PRs for both versions, so that improvements on OpenCV 4 don't get delayed because of OpenCV3. |
as of now, any touch on opencv4 is not an improvement to the port itself, it is just to ease alignment. I am trying to uniform ports so that mainteinance can be very easy also on "older" opencv3 |
Base work should be ready. |
I also tried to minimize raw diffs between opencv4 and opencv3 ports. They should look as similar as possible. Any difference should be due to something necessary, otherwise I tried to remove all of them. Naming inside the control file, names of the patches themselves, ... |
This LGTM, @cenit are there any other pending changes? |
I know you're joking (right? 😅), but I got word from a team that might actually want to use OpenCV 2.4, (luckily they're aware of |
Nothing pending for now. You can merge I was joking, yes, but the PR for 2.4 is easy to be reopened... #7849 |
align the portfile to the opencv4 one to ease mainteinance