/isolator

Let's stay in "absolute solitude" at everywhere you like!

Primary LanguageScalaBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Isolator

Summary

I got the idea from the following Japanese blog post. (thanks!)

Examples

Prerequisites

Isolator requires Java bindings for OpenCV. OpenCV also requires JDK and Ant to build them. See the document for more details.

$ curl -OL https://github.com/Itseez/opencv/archive/2.4.9.zip -o opencv-2.4.9.zip
$ unzip opencv-2.4.9.zip
$ cd opencv-2.4.9
$ mkdir build
$ cd build/
$ cmake -DBUILD_SHARED_LIBS=OFF ..
$ make -j8

Copy both opencv-249.jar and libopencv_java249.so to lib/ directory after the build is successful.

Usage

$ bin/isolator <input> <output>