搜索资源列表
test4
- matlab数字图象处理 -Matlab digital image processing digital image processing Matlab Matlab digital image processing
test4
- 分水岭算法,试过了还不错,里面有详细的说明,挺好用的!-Watershed algorithm
test4
- 图像的合成,主要是彩色图像的和成,在其中用了两种不同的方法进行合成,目的是展示不同的效果。-Image synthesis, mainly for color images and into, among them with the two different methods to carry on the synthesis, the purpose is to show different effects.
test4
- 自编实现otsu自动阈值分割,结合Hough变换检测直线函数-Self-realization otsu automatic threshold segmentation, combined with Hough transform detection linear function
test4
- 算法描述 SIFT特征不只具有尺度不变性,即使改变旋转角度,图像亮度或拍摄视角,仍然能够得到好的检测效果。整个算法分为以下几个部分: (1)构造尺度空间:DoG尺度空间 (2)检测DoG尺度空间极值点 (3)去除不好的特征点 (4)给特征点赋值一个128维的方向参数。每个关键点都包含三个信息:位置、尺度和方向。 (5)关键点描述子的生成: 首先将坐标轴旋转为关键点的方向,以确保旋转不变性。以关键点为中心取8×8的窗口。 (6)最后进行特征匹配。(Algorithm descr i