What is the structure tensor, how is it computed in 2D/3D and what do the eigenvalues of the structure tensor tell us about the local image structure?
The structure tensor is a matrix derived from the intensity gradient of the image (2x2 for 2D images and 3x3 for volumetric images)
The eigenvectors and the associated eigenvalues determine the direction and values of the largest changes of the intensity in the given image region or object.
How does the Harris-Stevens corner detector work?
The Harris-Stevens detector derives a criterion for a corner based on the obtained eigenvalues of the structure tensor.
Procedure:
How does template matching work?
The image correlation operator can be exploited to find matches of a sub-image in the original image.
● Slide query patch over the image and compute correlation at each location.
● The image correlation operator can be exploited to find matches of a sub-image in the original image:
● Locations with maximum correlation represent the best match.
● However, correlation is sensitive to amplitude changes.