-
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
-
c++ builder 图形图象处理(不规则图形的动画技术)
图形的移动,可以改变其水平和垂直距离,
以及速度...
c++ builder 图形图象处理(不规则图形的动画技术)
图形的移动,可以改变其水平和垂直距离,
以及速度-c builder graphic image processing (irregular graphics animation technology) mobile graphics, can change its horizontal and vertical distance, and speed
- 2023-08-03 13:20:04下载
- 积分:1
-
提取EXIF信息的数码相机的照片,几乎所有的…
用于提取数码相机相片中的EXIF信息,几乎所有的信息都可以提取出来-For extracting digital camera photos in the EXIF information, almost all of the information can be extracted
- 2022-06-17 19:25:53下载
- 积分:1
-
这个工具箱在一个比较通用的方式中实现了该算法。
This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising.
-This toolbox implements the algorithm in a fairly general way in a C file that can be called f rom Matlab. It allows to perform the traditiona l NL-means for denoising (for both B
- 2022-07-22 22:37:00下载
- 积分:1
-
自己做的数字图像处理,用matlab做的gui界面。
自己做的数字图像处理,用matlab做的gui界面。-Make their own digital image processing, matlab to do with the gui interface.
- 2022-03-21 10:28:18下载
- 积分:1
-
图像缩放,更好
图像缩放,效果较好,三次插值法,能较高质量缩放图像-Image scaling, better-performing, three interpolation can be higher quality zoom images
- 2022-07-10 21:20:28下载
- 积分:1
-
“visual c++实践与提高”一书中的图像融合源码,十分有用
“visual c++实践与提高”一书中的图像融合源码,十分有用
- 2022-04-10 07:14:17下载
- 积分:1
-
里面是各种图像处理的算法,包括边缘算法等
里面是各种图像处理的算法,包括边缘算法等-There is a variety of image processing algorithms, including algorithms such as edge
- 2022-03-10 09:49:26下载
- 积分:1
-
大津(最大类间差法)灰度图的二值自动分割,返回灰度的分割值。...
大津(最大类间差法)灰度图的二值自动分割,返回灰度的分割值。-Otsu (the largest category among poor) grayscale value of the two automatic segmentation, Gray returned to the division of value.
- 2022-08-02 22:54:57下载
- 积分:1
-
lab2xyz 从lab色域 到xyz色域,计算设备无关的颜色值
lab2xyz 从lab色域 到xyz色域,计算设备无关的颜色值-lab2xyz gamut from the lab to the xyz color gamut, computing device-independent color value
- 2022-03-17 20:20:42下载
- 积分:1