Assignments and solutions for the Fundamental 3D Computer Vision (CE-344) course at Sharif University of Technology
-
This assignment contains four questions, each focusing on different image processing tasks such as:
- DFT
- Fourier transform implementation
- Image smoothing
- Color space conversion, and noise removal
For reading the notebook you can see here.
-
This assignment contains four parts:
- Implementing camera matrix and camera projection
- Obtaining camera matrix for a particular example
- Applying the camera matrix to a vector
- Changing R and T
-
This assignment contains three parts:
- Understanding Rotations in-depth!
- Estimating Camera Pose from 2D-3D correspondences
- Image Mosaicing
-
Understanding Rotations in-depth!: In this question, we want to visualize some rotations in 3D Space. we will get to understand what are quaternions, and rotation matrices. We will also see how to convert between these representations.
-
Estimating Camera Pose from 2D-3D correspondences: In this question, you are given a set of 2D-3D correspondences. You are also given the intrinsic parameters of the camera. You need to estimate the pose of the camera (R & T) in the world coordinate system.
-
Image Mosaicing: The task of image mosaicing is something we use everyday to create panoramas. In this question, we want to create a panorama from a set of images. We will use the homography matrix to do so.
The final result:
-
This assignment contains two parts:
- Implementing the eight-point algorithm.
- Implementing the normalized eight-point algorithm.
Input images:
Result: