SIFT_matlabe1
代码说明:
This is 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. )
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


