|
1. Feature Detection
a) Harris Detector
Assume structure tensor for each pixel is S. The cornerness response function is R = det(S) - k (Tr(S))2, usually k = 0.04 - 0.06.
Without non-maximum supression, the first 2000 corners looks like the following:
|
||
b) After radius 10 non-maximum supression, the results are:
|
||
c) From the following two images, we can see:
1) NCC matching obtain more correct match than SSD matching
2) most matches using SSD focus on trees and grass which has large color difference between left and right image
3) most matches using NCC focus on building and pillar, which has minor color difference.
|
||||||||
2. Two View Image Alignment
a) The inliers obtained by affine RANSAC is
|
||||
bc) The result by affine warp and homography warp is shown in the following images.
|
||
a) Align Translation Set
Because there is no skew, perspective etc. component, there is very minor difference between the aligned images.
|
||||
Align Rotation Set
|
||||