ece4580:questionsformative
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece4580:questionsformative [2017/01/31 10:23] – [Topic 3: Camera Calibration] pvela | ece4580:questionsformative [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ECE4580: Formative Questions ====== | ====== ECE4580: Formative Questions ====== | ||
- | The questions below are meant to highlight key aspects or principles related to the reading. | + | The questions below are meant to highlight key aspects or principles related to the reading. |
- | ==== Topic 1: Image Formation ==== | + | ===== Topic 1: Image Formation |
------------ | ------------ | ||
Line 25: | Line 25: | ||
equations? (related to Question 4.3 part 3) | equations? (related to Question 4.3 part 3) | ||
- | ==== Topic 2: Camera Geometry ==== | + | ===== Topic 2: Camera Geometry |
------------ | ------------ | ||
Line 45: | Line 45: | ||
- | ==== Topic 3: Camera Calibration ==== | + | ===== Topic 3: Camera Calibration |
------------ | ------------ | ||
Line 57: | Line 57: | ||
The recommended reading for the document is just up to Sections 2 and 3. Feel free to skim the remainder of the document since it has an interesting application (3D reconstruction of a face from two structured light views). There is a 3D scanner in the Inventure studio that uses a similar strategy (e.g., structured light) to generate 3D models of small objects. | The recommended reading for the document is just up to Sections 2 and 3. Feel free to skim the remainder of the document since it has an interesting application (3D reconstruction of a face from two structured light views). There is a 3D scanner in the Inventure studio that uses a similar strategy (e.g., structured light) to generate 3D models of small objects. | ||
+ | **Question 3:** Read up on QR decomposition (also called QR factorization). | ||
+ | [[https:// | ||
+ | - Given a real-valued matrix A, explain what the QR decomposition of the matrix A is. | ||
+ | - How does the decomposition relate to the camera projection matrix M? | ||
+ | - What utility would knowing about the QR decomposition have? | ||
+ | In my notes, I use the symbol M, however Szeleski (Sec 2.1.5) and the DLT reading use the symbol P to denote the camera (projection) matrix. | ||
- | ==== Topic 4: Stereo and Multiview Geometry ==== | + | ===== Topic 4: Stereo and Multiview Geometry |
------------ | ------------ | ||
Line 71: | Line 77: | ||
- | ==== Topic 5: Images as Functions ==== | + | ===== Topic 5: Images as Functions |
------------ | ------------ | ||
- | ==== Topic 6: Optimization in Computer Vision ==== | + | **Question 1:** What is a convolution kernel? What relationship is there with Fourier analysis? What purpose would a convolution kernel serve in image processing? |
+ | |||
+ | |||
+ | |||
+ | ===== Topic 6: Optimization in Computer Vision | ||
------------ | ------------ | ||
+ | |||
+ | **Question 1:** The simplest and most brute-force method for performing classification is known as nearest neighbor search. | ||
+ | There is an extension called k-nn (of k nearest neighbors). | ||
+ | |||
+ | **Question 2:** What is a Voronoi diagram (or Voronoi partition)? | ||
+ | |||
+ | ===== Topic 7: Bayesian Statistics in Computer Vision ===== | ||
+ | ------------ | ||
+ | |||
+ | **Question 1:** What is Bayes' Rule? Why is it important to be aware of Bayes' rule when making decisions based on binary tests? | ||
+ | |||
+ | ===== Topic 8: Optical Flow ===== | ||
+ | ------------ | ||
+ | |||
+ | **Question 1:** What is the optical flow constraint? Why is it ill-posed (e.g., degenerate)? | ||
+ | |||
+ | **Question 2:** What favorite trick do we apply to the optical flow constraint to obtain a well-posed optimization problem for dense optical flow? | ||
+ | |||
+ | **Question 3:** // | ||
ece4580/questionsformative.1485876211.txt.gz · Last modified: 2024/08/20 21:38 (external edit)