peterkrenn / optical-flow

Web application for optical flow background processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optical Flow

A web application for optical flow background processing

Setup

The lucas-kanade-opencv video processor requires OpenCV:

$ brew install opencv

Background processing is handled by Resque and depends on Redis:

$ brew install redis

Create a .fog_config.yml in your home directory.

Running the test suite

Run the specs with

$ rake spec

or

$ rspec spec

or run them automatically, faster and on file modification with

$ guard

About

Web application for optical flow background processing

License:MIT License


Languages

Language:Ruby 98.4%Language:CoffeeScript 1.4%Language:JavaScript 0.2%