Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 819 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 819 Bytes

StereoMatching

Experimenting with stereo matching

File and folder structure

  • data folder: contains images and depth results
    • My results are not optimal, have a lot of noise and are slow I'll work on
      • reducing noise
      • optimizing computing time
  • Stereo folder contains my attmpt at trying to organize the "taxonomy" of stereo in classes for an easy pipeline (It's rushed)
    • Costs: different cost functions
    • Aggregation: only fixed window for now
    • Disparity computing : the different global and energy minimization algorithms besides WTA
    • Disparity refinment: nothing yet
  • utilities : data loading and visulisation

Acknowlegments