Home Research Teaching Software


 
  INF573   INF573 - Analyse d'Images et Vision par Ordinateur
   

Project #1: Generic RANSAC and panorama

  • Implement a generic RANSAC function using optimal C++ constructions (templates, functors, etc.)
  • Test it: estimate a mean line.
  • Use it to estimate homographies.
  • Find a way to stitch all the images of the second dataset into one large image

Projet #2: Graphcut and photomontage

  • Implement one of these methods #1, #2 or #3

Projet #3: Stereovision and disparity

  • Use graph cuts to estimate disparity on a stereo pair (case where the smoothing term is |f_p - f_q| )
  • Or use region growing with Harris seeds

Projet #4:

  • Propose your own project: samples