Skip to content

velicanerdem/Bio_inspired_Optical_flow

 
 

Repository files navigation

Bio-Inspired Computer Vision: Optical flow estimation using space-time separable filters

This project is imported from

The repository contains the following:

-Python code: folder:src

1.optical_flow.ipynb

a.definitions of spatial and temporal filters
b. visualization of filters above in 2d or 3d view
c.implementation of equation (Eq 23) in 1[@tschechneBioInspiredOpticFlow2014] and visualization
d.using aggregation to calculate the velocity at each pixel for optical flow based on separable filters and visualization(Eq.33 1)
e. .npy files are the intermediate files

-Dataset:

This is the dataset which is used in this project.For this dataset, only event.txt is used.

One can also find other datasets in here: http://rpg.ifi.uzh.ch/davis_data.html

-Figures:

the generated figures are saved in the folder: output_figures

-Slides:

This is the folder contains the slides which explains some general ideas of this project.

Dependencies of this code

numpy,
matplotlib,
pandas,
opencv (cv2),

References

About

Bio-inspired computer vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 100.0%