Hi,
Based on the video recording of the 2025 lecture (
link, 28:22 ~ 29:27), Slide 20 should be interpreted as follows:
1. for a teapot, bounding box is the smallest cube or rectangle that contains it.
2. its convex hull is essentially the
smallest convex object that contains it.
3. its visual hull is the volume you will get by doing space carving with a number of cameras.
4. The smallest/best visual hull can be obtained by doing space carving with
infinite number of views.
5. The
best visual hull you can get is actually between the convex hull and the real thing.
Therefore, regarding Question 16, “its visual hull as seen from N cameras” is not necessarily contained in the convex hull. For example, when N = 1, the visual hull may extend over an infinitely large region, and therefore would not be contained in the convex hull.
Regarding the cylinder example, since the cylinder itself is convex, its convex hull, i.e. the smallest convex object that contains it, should be the cylinder itself rather than the rectangular prism.
Best,