AT70.20: Applied Machine Vision, Midterm Exam: Mon Feb 27, 2017
AT70.20: Applied Machine Vision, Midterm Exam: Mon Feb 27, 2017
Name: Solution
Student ID:
Guidelines:
READ EACH QUESTION CAREFULLY.
This is exam is 2.5 hours.
Fill in your name and student ID above.
Fill in each question with your answer below. Images should be inserted inline into the
document.
When you are finished, export this document as a PDF file with filename IDmidterm.pdf,
e.g., 104259midterm.pdf if your student ID is 104259. Please take care to name your
file properly.
Be sure to check that your PDF displays correctly in Adobe Reader or evince.
At the end of the exam, copy your PDF file to the proctor's memory stick.
After you have copied your PDF to the proctor's memory stick, email the PDF file to
mdailey@ait.asia and note that the emailed copy is just a backup. It is your
responsibility to ensure that your file is properly copied to the proctor's memory stick.
While working on the exam, you may use any resources available in your books, personal notes,
and on the Internet, but you MAY NOT INTERACT WITH LIVE HUMAN BEINGS. You
cannot send email to anyone (except for the instructor, AFTER you have finished the exam),
receive email from anyone, chat with anyone, or do instant messaging with anyone. Be sure to
TURN OFF your mobile phone and any instant messaging, chat, and email clients BEFORE
THE EXAM STARTS. Anyone caught violating these procedures by the proctors will be dealt
with severely, including an F for the course, a letter in your file, and a letter to the Dean.
This is a long exam. You can't afford to spend too much time searching the Internet for the
answer. Spend your time thinking, designing, and coding, not searching.
Use your time wisely. Note that I give partial credit, so you should be sure to attempt every
question, even if your solution is not quite perfect.
Relax, enjoy the exam, use your brain, and good luck!
Question 1 (15 points)
Let L be the 3D line formed by the intersection of the planes
-0.130672 X + 0.038257 Y + 0.203049 Z - 0.812205 = 0
and
1.090194 X - 0.239195 Y + 1.335786 Z + 0.738230 = 0.
Find the intersection of L with the planes Z = 0 and Z = 1.
L is all linear combinations of the vectors in the basis of the null space of the linear homogeneous
system, i.e.,
-0.19420 -0.79339
0.93841 -0.32145
0.25026 0.46371
0.13801 0.22843
Two points on the line are thus (-1.4071, 6.7996, 1.8134) and (-3.4732, -1.4072, 2.0300). For z=0 we
have
(15.88609, 75.49135, 0.00000)
and for z=2 we have
(6.3495, 37.6103, 1.0000).