Skip to content
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

Support OpenCV 4 on macOS with MacPorts #62

Open
3 of 4 tasks
w-m opened this issue Feb 28, 2020 · 1 comment
Open
3 of 4 tasks

Support OpenCV 4 on macOS with MacPorts #62

w-m opened this issue Feb 28, 2020 · 1 comment
Labels

Comments

@w-m
Copy link
Member

w-m commented Feb 28, 2020

The OpenCV 4.1.1 that comes pre-installed on the Jetson Nano does not have the old CV_XYZ constants anymore, see #59. Checking with findContours, they were used in OpenCV 2.4, but from OpenCV 3.0 they changed to the namespaced cv::XYZ.

TODO:

  • have a builder with OpenCV 4
  • change constants to namespaced versions
  • require minimum OpenCV 3 in CMake
  • support with the macOS MacPorts build
@w-m w-m mentioned this issue May 2, 2020
5 tasks
@w-m w-m added the Build label May 3, 2020
@w-m w-m changed the title Support OpenCV 4 Support OpenCV 4 on macOS with MacPorts Jun 28, 2020
@w-m
Copy link
Member Author

w-m commented Jun 28, 2020

All platforms except for macOS/MacPorts working currently. MacPorts issue: #76 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant