Contributor
Archit Rungta

OpenCV bindings for Julia


Mentors
Sayan Sinha, Vadim Pisarevsky
Organization
OpenCV

This project aims at creating comprehensive wrapping for OpenCV that allows OpenCV’s functions to be called from Julia. The final bindings would directly utilize the C++ functions of OpenCV using CxxWrap.jl for maximum speed and would cover most of OpenCV’s vast library of functions. The API would utilize Julia's inbuilt arrays similar to Python bindings and would look as close as possible.