asus4 / CinderOpenCv3Sample

OpenCV 3 Tracking API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cinder OpenCV3 Sample with macOS

Setup

# Download opencv 3.2.0 framework
curl -o libs/opencv2.framework.zip http://ibu.tokyo/downloads/opencv-3.2.0.framework.zip
unzip libs/opencv2.framework.zip -d libs


# Skip if you already have Cinder
# Download cinder
git submodule update --init --recursive

# Build cinder
./Cinder/proj/xcode/fullbuild.sh

About

OpenCV 3 Tracking API


Languages

Language:C++ 98.4%Language:C 1.6%