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.