This is a fork of the original OpenCV library. I am currently working on adding a Julia binding using the same generator used for python.
Status: currently prototyping and exploring use of libcxxwrap.
There are already some bindings:
They are built using Cxx.jl, which allows to call C++ function from Julia. Here I am trying the opposite approach: providing Julia functions by generating C++ code. This is the approach used by the official OpenCV binding.
By using a generator along with some custom code it should be possible to provide a fast binding with a proper Julia interface.
- Homepage: https://opencv.org
- Docs: https://docs.opencv.org/master/
- Q&A forum: http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
Please read the contribution guidelines before starting work on a pull request.
- One pull request per issue;
- Choose the right base branch;
- Include tests and documentation;
- Clean up "oops" commits before submitting;
- Follow the coding style guide.