Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 431 Bytes

File metadata and controls

22 lines (15 loc) · 431 Bytes

V3D Flow Builder

The V3D Flow Builder is a GPU based tool that calculates the optical flow between two input images.

It can be used by slowmoVideo.

Building

On Ubuntu 20.04, install the requirements freeglut3-dev libopencv-dev libglew-dev

git submodule update --init
mkdir build
cd build
cmake ..
make

# use compiled binary at v3d-flow-builder/build/src/slowmoFlowBuilder
# or install:
sudo make install