DoG为带通滤波器(a band-pass filter),能同时滤除图像中的噪声及同质区域(removes high frequency components representing noise, and also some low frequency components representing the homogeneous areas in the image);仅保留通带内边缘信号(the frequency components in the passing band are assumed to be associated to the edges in the images)。
核矩阵各元素之和必须为零(the sum or average of all elements of the kernel matrix to be zero)。
边缘检测步骤:
DoG滤波(applying DoG to the image)
过零检测(detection of zero-crossings in the image)
门限判决(threshold the zero-crossings to keep only those strong ones (large difference between the positive maximum and the negative minimum))