Shot Detection

From Robert-Depot
Revision as of 08:53, 30 October 2012 by Rtwomey (talk | contribs) (Created page with "=About= Automatic video shot detection (awesome!) *http://johmathe.name/shotdetect.html =Install= *Install XCode command line tools for your os. *<code>git clone git://github.com...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

About

Automatic video shot detection (awesome!)

Install

mkdir -p build cd build cmake -D USE_WXWIDGETS:BOOL=OFF .. <pre> *use homebrew to install any missing dependencies.