BlobDetector, Laplacian of Gaussian, Harris, Canny
Find the full answers under Explanations.pdf
d. Perform Canny edge detection, with different parameters. e. Calculate Harris corners for 2 sets of parameters.
- Build pyramids:
- Create Gaussian filters with increasing scale.
- Create Pyramids with corresponding filters. Normalize by sigma^2.
- Non maximum supression - Search for local maxima both in image space and in scale space.
- Present results over various scales.