okapies / isolator

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

Home Page:http://okapies.hateblo.jp/entry/2014/07/10/001227

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

http://okapies.hateblo.jp/entry/2014/07/10/001227

License:BSD 2-Clause "Simplified" License


Languages

Language:Scala 98.8%Language:Shell 1.2%