Skip to content
Optical Flow implementation.
JavaScript CSS
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
dist
src
test
.editorconfig
.gitattributes
.gitignore
.jshintrc
Gruntfile.js
LICENSE.txt
README.md
bower.json
index.html
package.json

README.md

OpticalFlow.js

Optical Flow implementation

About

A JavaScript library by Roman Bartusiak.

Current Version: 0.0.7

Installation

Using Bower:

bower install optical-flow.js

Or grab the source (minified).

Usage

Basic usage is as follows:

var opticalFlow=new OpticalFlow(config);
var flowData=opticalFlow.getFlowData([frame1,frame2]);

License

MIT. See LICENSE.txt in this directory.

Something went wrong with that request. Please try again.