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

Probabilistic Reasoning and Learning Homework 8

In the last homework, I an calculating the results for a real application with both value iteration and policy iteration. In that application, I need to find a way to derive an algorithm to leave a dungeon made by obstacles `#`. Other than that, convergence for iterative policy evaluation is calculated. Codes are also attached