Skip to content

okankop/flow_computation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flow Computation

Optical flow extraction code using OpenCV. The code is taken from the offical OpenCV documentation. Currently Brox algorithm is used for GPU. Optical flow frames are scaled according to the maximum value appeared in absolute values of horizontal and vertical components and mapped discretely into the interval [0, 255]. By means of this step, the range of optical flow frames becomes same as RGB images.

Compilation

Run ./compile in order to compile.

Help

Type ./optical_flow -h to see the help message below.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published