/OpticalFlowImplementations

Implements Dense optical flow algorithms from scratch

Primary LanguageC++

OpticalFlow Implementations

A simple library with Implementations of various OpticalFlow methods using Classical Computer vision approaches.

Dense Optical Flow Methods

  • Block matching
  • Horn & Shunck

Depends on:

  • stb_image headers
  • Eigen3 Library

sample outputs -There is a slight inward movement in the simulated images

Frame1 Frame2
yos1 yos2

Block Matching with windows size 7

block matching

Horn and Schunk - 40 iterations with alpha 100

yos1