Sift Flashcards

1
Q

Scale normalization

A

Characteristic scale of blob by convincing it with Laplacian a at several scales to find max-response

Response decays as scale increases
Must be multiplied by theta^2 to keep in check

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Detection of scale summary

A

Scale-space kernel is Gaussian

Detect peaks with Gaussian pyramid

Difference of Gaussian with constant ration of scales is close in approximation to scale-normalized Laplacian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SIFT

A

find local max/min of diff of gaussians over space and scale

Compute invariant feature descriptors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SIFT algorithm

A

Construct sample space

LOG approx by DOG

locate DOG extrema

Key point localization

Assign orientation to key points

Generate key point descriptors (SIFT features)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to get rid of key points

A

Remove low contrast points

Remove after edge responses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Orientation assignment

A

Create weighted histogram of local gradient directions in neighborhood of key point

Weights are
Gradient magnitude
Distance to key point
Theta = 1.5 * scale of key point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Properties of sift

A

Can handle changes in viewpoint
Cane handle Illumination
Fast and efficient- can run in real time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly