-
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
-
morphological Skeleton extraction methods, for the purpose of extracting informa...
用形态学方法提取骨架线,由明暗度提取外形信息,LOG滤波器提取边缘-morphological Skeleton extraction methods, for the purpose of extracting information form, the edge detection filter LOG
- 2022-02-11 20:05:55下载
- 积分:1
-
Nunes J.C编写的经验模态分解,用于二维图像处理。
Nunes J.C编写的经验模态分解,用于二维图像处理。
- 2022-03-01 21:34:53下载
- 积分:1
-
文本模式的纹理映射,血浆,和3D
Textmode Texture Mapping,Plasma, and 3D
- 2022-08-15 15:36:20下载
- 积分:1
-
数字图像 图形处理 visual c++ 开发
转制代换的源代码
数字图像 图形处理 visual c++ 开发
转制代换的源代码-digital image graphics processing visual c conversion substitution development of source code
- 2022-07-17 05:47:16下载
- 积分:1
-
Thinning algorithm, is designed to do graduate students for reference, have a hi...
细化算法,正在做毕业设计的同学可以参考一下,有较高的参考价值-Thinning algorithm, is designed to do graduate students for reference, have a high reference value
- 2022-02-16 06:01:58下载
- 积分:1
-
描述:从一个图像文件,它生成一个txt文件包含了…
Description: Starting from an image file, it generates a .txt file containing the image in Ascii text format.
- 2022-04-18 07:45:41下载
- 积分:1
-
粒子滤波器源代码,有助于学习。附有图像序列。
粒子滤波器源代码,有助于学习。附有图像序列。-Particle Filter source code, contribute to learning. With image sequences.
- 2022-05-18 14:47:56下载
- 积分:1
-
采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波...
采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波-MATLAB using the function affected by noise interference filter2 images mean filter P0308: Image Adaptive Weiner Filter
- 2022-11-03 04:05:03下载
- 积分:1
-
this function is getting the background by mean function for rael time .
the f...
this function is getting the background by mean function for rael time .
the function calc the mean of every pixel .
- 2023-04-21 20:00:02下载
- 积分:1