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

Julia v1.0 support #13

Open
clynamen opened this issue May 19, 2019 · 6 comments
Open

Julia v1.0 support #13

clynamen opened this issue May 19, 2019 · 6 comments

Comments

@clynamen
Copy link

clynamen commented May 19, 2019

Is the package being used with Julia v1.0

ERROR: LoadError: UndefVarError: Pkg not defined
Stacktrace:
 [1] top-level scope at none:0
 [2] top-level scope at none:2
in expression starting at /home/clynamen/.julia/dev/LibOpenCV/src/LibOpenCV.jl:16
ERROR: LoadError: Failed to precompile LibOpenCV [2e9a2e08-be7e-5a1b-a90f-356e9880f052] to /home/clynamen/.julia/compiled/v1.1/LibOpenCV/bexDj.ji.

I see the package is not updated since a while... are there any plan to update it? I would like to help with the development

@r9y9
Copy link
Member

r9y9 commented May 20, 2019

I'm sorry but I don't have time to maintain the packages. Please feel free to fork the repo, or I can give you commit access if you want.

@clynamen
Copy link
Author

@r9y9 I see, I will fork the repo. It would be great to have PRs reviewed or commit access, both are fine for me.
I aim to restore the package for Julia v1.1 first and then focus on bringing support for more modules

@clynamen
Copy link
Author

I am currently evaluating to use the original OpenCV generator for python. Their approach could provide a more customizable and versatile binding, I will explore this option for a while https://github.com/clynamen/opencv

@archit120
Copy link

Hi @clynamen

I'm looking to work on this problem of integrating OpenCV with Julia as a part of GSoC 2020. Could you guide me a bit with regards to your findings on which way to create these bindings would be better? I looked at your https://github.com/clynamen/opencv and this approach seems interesting, on the other hand this repository already has some of the groundwork done.

@clynamen
Copy link
Author

Hello @archit120,
some months ago I wrote a few notes here but I didn't make any interesting progress. I still think the approach followed by the python API would be the best also for Julia.

I was trying to extend https://github.com/JuliaInterop/CxxWrap.jl for adding optional and positional parameters, but I am now focused on other projects.

@archit120
Copy link

Does CxxWrap.jl not support optional and positional parameters?

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

No branches or pull requests

3 participants