Motion Estimation with Optical Flow :
with Horn & Schunck Algorithm
-- using Variational method (Calculus of Variations)
-- implementation of the discrete version
-- experimenting with different values of the hyperparamater λ
with Lucas-Kanade
-- using method of Least Squares
-- experimenting with different window sizes
all implementations are done with python
couple of frames used as input are (consecutive) frames extracted from Hamburg Taxi video frame sequences
#computervision #imageprocessing #imageprocessingpython #python #algorithm #machinelearning #calculus #calculusofvariations