

Install julia 0.6.0 and Cxx.jl according to the following instructions. The OpenCV API is extensively documented - rather than repeating the entire documentation here, the primary focus is on implementation of image processing and computer vision algorithms to suport Julia applications.
INSTALL OPENCV ON MAC OSX SIERRA HOW TO
See section below on how to implement GPU-enabled code in OpenCV.jl. This is invaluable for supporting real-time applications in Julia. GPU-supported code can display improvements in processing speed up to 30 fold. This has been made easier recently by a smooth and transparent interface (T-API). OpenCV.jl has OpenCL support for GPU image processing. (Most OpenCV C++ functions are already supported in OpenCV.jl by using calls directly to C++, with some caveats). Work is ongoing to wrap the rest of the modules including advanced object detection and tracking algorithms.

It relies primarily on ( ), the Julia C++ foreign function interface (FFI). OpenCV.jl aims to provide an interface for ( ) computer vision applications (C++) directly in ( ).
