lanzhzh / dense_flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample code for extrating dense flow field given a video.

Usage:
./denseFlow_gpu -f test.avi -x tmp/flow_x -y tmp/flow_x -i tmp/image -b 20 -t 1 -d 0 -s 1
test.avi: input video
tmp: folder containing RGB images and optical flow images

About


Languages

Language:C++ 65.3%Language:MATLAB 32.6%Language:CMake 2.1%