Image Analysis and Computer Vision

Politecnico di Milano, 2024/2025

This page collects material for the Image Analysis and Computer Vision course taught by Prof. Caglioti. In particular, here you will find some material for the practical sessions. You can consult both weebep and Prof. Boracchi’s page 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! We will update you on the latest opportunities available.


Material

  • Shared folder collecting the “todo” source files and the data I used during the practical sessions.
  • 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