Skip to content

3dify/stabilize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stabilize set of images

usage

install with node-gyp

  $ git clone git@github.com:3Dify/stabilize.git
  $ cd myProject
  $ npm install ../stabilize # <= this should build the module

or

npm install --save https://github.com/3dify/stabilize.git

usage

var stabilize = require('stabilize');

// existing images array
var orig = ['img1.jpg', 'img2.jpg'];
// non existing image names with same length
var dest = ['img1_d.jpg', 'img2_d.jpg'];

stabilize(orig, dest);

notes

needs opencv to be installed in the system and the normal npm build tools

it will chash irrecuperabily if there are not enough matches between two contiguous images to calculate the displacement

the execution will completelly block node until finishing, all is very untested atm

the uderlying algorithm can be found here http://nghiaho.com/uploads/videostabKalman.cpp

About

stabilize set of images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published