OpenCV.jl icon indicating copy to clipboard operation
OpenCV.jl copied to clipboard

The OpenCV (C++) interface for Julia

Results 16 OpenCV.jl issues
Sort by recently updated
recently updated
newest added

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

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...

enhancement

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"...

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`....