-
The procedure for the wavelet image denoising matlab source code, content is ver...
该程序为小波图像去噪的matlab原代码,内容很丰富,大家可以共享-The procedure for the wavelet image denoising matlab source code, content is very rich, we can all share the
- 2022-01-31 01:18:09下载
- 积分:1
-
1)具体功能为:鼠标绘制折线,给出折线的缓冲区宽度,提取出折线的平行线.
2)本程序是利用地图代数中距离变换的方法(栅格方法),提取折线的平行线.和笔者前一...
1)具体功能为:鼠标绘制折线,给出折线的缓冲区宽度,提取出折线的平行线.
2)本程序是利用地图代数中距离变换的方法(栅格方法),提取折线的平行线.和笔者前一阵子上传的折线的平行线算法(矢量方法)可做对比
3)注:矢量方法中没有考虑垂直的特殊情况,增加个判断条件便可消除.
-1) the specific features as follows: the mouse line drawing, broken line give the width of the buffer, to extract the broken line parallel line .2) This procedure is the use of map algebra in the distance transform method (grid method), Extraction of broken parallel lines. and the author of the line long ago From the parallel line algorithm (vector method) can be compared 3) Note: The vector method does not consider the special circumstances of the vertical, increasing the conditions of a judge could be removed.
- 2023-03-14 00:45:03下载
- 积分:1
-
get the image threshold by iterative algorithm in matlab. And transform the gray...
在matlab环境下,利用迭代法求图像阈值,然后实现图像的二值化处理.-get the image threshold by iterative algorithm in matlab. And transform the gray image into binary image.
- 2022-01-25 16:08:07下载
- 积分:1
-
用matlab编写的盲卷积滤波复原技术,调用deconvblind函数。具有很好的效果...
用matlab编写的盲卷积滤波复原技术,调用deconvblind函数。具有很好的效果-Prepared using matlab convolution filtering blind rehabilitation technology, Calling deconvblind function. With good results
- 2022-01-26 01:48:39下载
- 积分:1
-
连接边缘算法提取的孤立点,实现图像边缘连接
连接边缘算法提取的孤立点,实现图像边缘连接-link the point to get edges in the image
- 2022-02-14 13:57:00下载
- 积分:1
-
SART代数迭代算法,CT系统中经典算法
SART代数迭代算法,CT系统中经典算法-SART
- 2022-01-28 01:23:47下载
- 积分:1
-
纹理分析的一个简单的例子,可以供大家参考
一个简单的纹理分析例子,可以供大家参考;-Texture analysis of a simple example, you can for your reference
- 2022-04-24 08:37:40下载
- 积分:1
-
Polygon Fill Algorithm Implementation
多边形填充算法的实现-Polygon Fill Algorithm Implementation
- 2023-04-19 14:50:03下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
本代码实现了对BMP图像进行几何变换,如缩放、旋转,平移等
本代码实现了对BMP图像进行几何变换,如缩放、旋转,平移等-Realize this code BMP images of geometric transformations, such as scaling, rotation, translation, etc.
- 2022-05-20 02:10:44下载
- 积分:1