[SOLVED] ADIPVC-Homework 4

30.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Consider a pair of images of the same scene (AF1.jpg and AF2.jpg) taken by the same affine camera from two different viewing positions (as attached with the assignment).  Assume AF1.jpg is the reference image. Perform the following operations.

  • Form a set of pairs of corresponding points using key point extraction and feature descriptors (e.g. SIFT or SURF). You may use functions provided by the development environment for these

operations.  20

  • Compute Fundamental matrix using RANSAC algorithm. Compute the

epipoles. 40

  • Draw the epipolar lines corresponding to the key point set

selected by the RANSAC.   20 (iv) Compute 3D  coordinates of the scene. 20

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.