Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Two-view Geometry and Correspondence Matching For this project, you will implement the epipolar geometry and normalized cross correlation (NCC) to find correspondences across two calibrated camera images

Two-view Geometry and Correspondence Matching For this project, you will implement the epipolar geometry and normalized cross correlation (NCC) to find correspondences across two calibrated camera images

Computer Science

Two-view Geometry and Correspondence Matching
For this project, you will implement the epipolar geometry and normalized cross
correlation (NCC) to find correspondences across two calibrated camera images. You
are provided with the extrinsics between two cameras and their individual intrinsics. The
goal is: given two captured images by the two cameras, your program is able to
automatically find the correspondence between them using fundamental matrix
transformation and NCC matching.
Input Data
(1) You are provided two image files:
Example 1
Example 2
The two examples above demonstrate two images captured by the left and right
cameras at the same time. By selecting one pixel on the right image (example 1) , an
epipoloar line is automatically found from the left image and the correspondence is
identified by NCC (indicated by the green circle). Example 2 shows a similar example
but selecting a pixel from the left the image and found the correspondence from the
right one.
(2) The calibration result file (processed by Matlab Toolbox):
This sample shows the two cameras’ intrinsics and extrinsics:
fc_left - the left camera’s focal length (fx and fy)
cc_left - the left camera’s center offset (cx and cy)
Rotation vector - the relative rotation between the left and right cameras.
Translation vector - the relative position between the left and right cameras.
The data after the “ ± ” symbol are the error deviation, you can simply ignore
them. Also the “skew” and “distortion” are parameters about the lens, which are
not necessary for the project.
What you should achieve?
(1) Successfully load and display two (left and right) color images at the same time. (10%)
(2) Successfully load the intrinsics and extrinsics file (.txt) into OpenCV matrix. (10%)
(3) Successfully use camera intrinsics and extrinsics to assemble a fundamental matrix.
(25%)
(4) User selects a pixel on the left image by left mouse clicking. Your code should
successfully render a corresponding epipolar line on the right image. This epipolar line
should pass through the correspondence on the right image. (25%)
(5) Successfully implement NCC to find correspondence from the right image. (25%)
(6) Write up a “.pdf” document with several pairs of sample images showing the rendered
epipolar line and correspondence results. (5%)

Option 1

Low Cost Option
Download this past answer in few clicks

28.99 USD

PURCHASE SOLUTION

Already member?


Option 2

Custom new solution created by our subject matter experts

GET A QUOTE

Related Questions