In the written part, we are asked to solve some problems in our textbook, Bishop. Later on, we need to derive the updates for logistic regression and Softmax regression and run experiments on them to verify our derivations. Experiments results and codes are included in report.
Category: Winter (2016)
Computer Vision II Homework 5
In the written part, I am asked to calculate the closet point on a line to origin. In the programming part, I need to find out the fundamental matrix with following steps: feature detection, feature matching, outlier rejection, linear estimation, and non-linear estimation. The former three parts are very similar to what I have done
Computer Vision II Homework 4
From Hw1, I have detected the corner and matching between two 2D images. Now, my task is to find out the projection matrix to map 2D points in first image to second image. To fulfill this task, I need to further run outlier rejections, linear estimation, non-linear estimation. For outliner rejections, I still use the
Computer Vision II Homework 3
In this homework, we are again given 2D and 3D points and their correspondence. On top of that, we assume the camera is calibrated and the calibration matrix is given. There are three steps before we finalize our answer to this problem: outlier rejection, linear estimation, and non-linear estimation. For outlier rejection, its maximum number
Computer Vision II Homework 2
In this homework, we are given two sets of points, 3D points in real world and 2D points in a camera image, and their correspondence. Our task is find out the camera projection matrix with both linear estimation and non-linear estimation. Linear estimation is quite straightforward; however, the error is 9.1697 in denormalized space. For
Computer Vision II Homework 1
For the written part of this homework, I need to calculate the intersection between a line and a plane and between a line and a quadric. For the programming part, I am given two images with slightly shift. I need to redo what I have done in one of my homework in last quarter: feature
Algorithm Design and Analysis Theory Homework
This is a collection of all theory problems I have in this class. There are overall twelve submissions in one report file. Some verification codes are all included.
Recent Comments