Skip to content

Tools to extract dense optical flow from videos, based on OpenCV

Notifications You must be signed in to change notification settings

Jangol/dense_flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extracting dense flow field given a video.

####Depencies:

  • LibZip: to install on ubuntu apt-get install libzip-dev on mac brew install libzip

###Install

git clone --recursive http://github.com/yjxiong/dense_flow
mkdir build && cd build
cmake .. && make -j

###Usage

./extract_gpu -f test.avi -x tmp/flow_x -y tmp/flow_y -i tmp/image -b 20 -t 1 -d 0 -s 1 -o dir
  • test.avi: input video
  • tmp: folder containing RGB images and optical flow images
  • dir: output generated images to folder. if set to zip, will write images to zip files instead.

About

Tools to extract dense optical flow from videos, based on OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.5%
  • MATLAB 16.9%
  • CMake 10.5%
  • Python 9.1%