Sift Flashcards
(7 cards)
Scale normalization
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
Detection of scale summary
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
SIFT
find local max/min of diff of gaussians over space and scale
Compute invariant feature descriptors
SIFT algorithm
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 to get rid of key points
Remove low contrast points
Remove after edge responses
Orientation assignment
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
Properties of sift
Can handle changes in viewpoint
Cane handle Illumination
Fast and efficient- can run in real time