|
Here are the transcripts of the matlab sessions (in order of presentation). - When you use regionprops after background subtraction and binarization, for detecting the ball centroid in the video frames, you may get many regions for each frame. This is due to problems in the binarization. You can ask regionprops to also compute the area of each region, and consider the largest region for each frame as the region you are interested in. Or, you may apply morphological processing like binary opening or closure before applying regionprops.
- For drawing a 3D object on the sheets of paper, you need to find the vertical vanishing point. You can do this if you know the horizon line and the camera intrinsic parameters.
- Even if you can not solve few points, you should still submit the homework and try to complete it as much as possible!
If you have any question or spot any error, please contact me. You can find the materials by Giacomo Boracchi on image processing here. Dec 11 2009: Homework available here. Includes document (with requirements and rules) and data. NEW Feb 5 2010: a couple of well-done homeworks as a solution example. - By Fabio Beltramini (in italian).
Note that in Part 3, point 2 there is an imprecision as the following sentence is false: "le rette sarebbero state parallele e si sarebbero intersecate in un solo punto solo se l’immagine della traiettoria fosse stata una parabola e non una generica conica". - By Giovanni Condello (in english).
Note that the first section in Part 1, point 6 is wrong, as the world -> image transform is more general than an affine transform.
|