Description: DoG(Difference of Gaussian)滤波算子,主要用于边缘特征提取,用于模式识别中的分割预处理。其主要参数为两个高斯函数的方差,针对方差设计可以对不同的图像特征情况下有不同的表现。-DoG (Difference of Gaussian) filtering operator, the edge feature extraction is mainly used for pattern recognition of the partition pretreatment. The main parameters for the two Gaussian function of variance, the variance for design characteristics of the different images have different circumstances performance. Platform: |
Size: 2048 |
Author:wang |
Hits:
Description: matlab 的 Difference of Gaussian 算法实现,很常用的算法-matlab the Difference of Gaussian algorithm, it is commonly used algorithm Platform: |
Size: 2048 |
Author:周凯 |
Hits:
Description: This a MATLAB implementation of the SIFT keypoint detector and descriptor -do_gaussian: generate Gaussian scale space of input image
do_diffofg: generate Difference of Gaussian (DoG) scale space
do_localmax: local extrema as the potential keypoints
do_extrefine: refine the keypoints by discarding the ones with low contrast and along an edge
do_orientation: compute the orientation of a support region of keypoint
do_descriptor: compute the descriptor of a keypoint based on image gradients.
do_match: match two images based on the nearest neighbor principle and spatial consistency.
do_sift: generate the SIFT descriptors for a given input image. It basically s all the functions above.
Platform: |
Size: 1257472 |
Author:崔雪红 |
Hits: