From abd1054ec1b62837304e13a945dbb65404ccea96 Mon Sep 17 00:00:00 2001 From: Christian Kurz Date: Tue, 12 Feb 2019 11:32:52 +0100 Subject: [PATCH] Fix headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e37acbc..bb4262e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -##OpenCV.jl +## OpenCV.jl The OpenCV (C++) interface for Julia. @@ -23,7 +23,7 @@ OpenCV.jl has OpenCL support for GPU image processing. This has been made easie 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. -##Installation +## Installation Install `julia 0.6.0` and `Cxx.jl` according to the following [instructions](https://github.com/Keno/Cxx.jl/blob/master/README.md). For Mac OSX, you can use the pre-compiled shared libraries (.dylib) and headers (.hpp) included in OpenCV.jl. However, you can also compile OpenCV from source with the instructions below.