Which of the following describes a 'blob' in the context of computer vision?
Question 2
The Laplacian of Gaussian (LoG) filter is particularly effective at detecting blobs of a specific size. How does the size of the blob relate to the standard deviation ($\sigma$) of the Gaussian kernel?
Question 3
When implementing the Difference of Gaussians (DoG) method, how are the two Gaussian-smoothed images typically generated to approximate the LoG?
Question 4
In the Determinant of Hessian (DoH) method for blob detection, what is the significance of finding local maxima in the determinant of the Hessian matrix?
Question 5
Which of the following is a primary reason for using multi-scale approaches in blob detection?