Search
The input data can be downloaded from submission system: the image daliborka_01.jpg, coordinates of 3D points x and their projections u (in the file daliborka_01-ux.mat), and point index vector ix.
daliborka_01.jpg
x
u
daliborka_01-ux.mat
ix
Q
Q, points_sel, err_max, err_points, Q_all = estimate_Q( u, x, ix )
points_sel
err_max
err_points
Q_all
point_sel
log10()
02_Q_maxerr.pdf
'b.
'y.
'ro
02_Q_projections.pdf
02_Q_projections_errors.pdf
02_Q_pointerr.pdf
(Note: do not forget to create figure titles and describe axes where appropriate.)
Upload an archive containing the following files:
estimate_Q.m
hw02.m
hw02.py
estimate_Q
The input entry point script hw02 should make all the required figures, output files and prints without manual intervention.
hw02
Note: The required files must be in the root directory of the archive.