• Stars
    star
    225
  • Rank 177,187 (Top 4 %)
  • Language
    C++
  • Created almost 10 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenCV Implementation of different optical flow algorithms
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