OpenCV.jl
OpenCV.jl copied to clipboard
The OpenCV (C++) interface for Julia
Please let the argument of waitkey to be an Int (not only Int32) # waitKey waitkey(delay) = @cxx cv::waitKey(delay)
I suppose alike what we have done for image conversion in case of grayscale and binary (cd
GSoC 2k18
Considering that the application process for GSoC has already begun, I was wondering what are the top priority modules that are supposed to be wrapped during the course of GSoC...
I have just formatted the markdown in the README. Also, using `` tags to change color of text/headings is not supported in GitHub markdown yet ([source](https://help.github.com/categories/writing-on-github/)) so that was removed
Hi @maxruby! Thanks for this awesome work. When I say "people" I obviously mean me, but I suspect I'm not alone. Some people think that the syntax of `Images.jl` is...
First, let me say - Thank you and a great job. An excellent package. There are two questions I wanted to ask you: 1. When installing, you require the "viz"...
Roadmap
As the application process for GSoC has begun, I was wondering what are the top priority modules that are supposed to be wrapped during the course of GSoC timeline. I...
I finally got OpenCV.jl to work on my ubuntu 14.04. In the example on **Getting and setting selected pixel values** using _method 1_, I get the following I run `pixset`....