Image Analysis and Computer Vision

Politecnico di Milano, 2024/2025

This page collects some material for the the practical sessions of Image Analysis and Computer Vision taught by Prof. Caglioti. Please consult weebep for other resources.


Theses in Computer Vision available!

If you are interested in doing a thesis in Computer Vision send an email to schedule a meeting!


Material

  • Shared folder collecting the “todo” source files and the data I used during the practical sessions.
  • Recordings of my practical sessions link
  • The template for the report of the final project: zip file

Homogeneous coordinates, lines and vanishing points

  • Introduction to MatLab: demo code.
  • Introduction to image processing in MatLab: demo code.
  • Homogenous coordinates, points line and duality: demo code.
  • Drawing a cube in isometric projection: demo code.

Extra:

  • Vanishing points, vanishing lines and affine rectification: demo code.
  • Affine measurements of objects on a plane: demo code.
  • Horizon from three equally spaced coplanar lines: demo code.

Conic and Homography estimation via DLT

Here are some of the functions employed (please note that these functions are for didactic purposes only).

Rectifications

Robust fitting