-
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
-
automatically transform domain values, see procedures for the two binary images...
自动域值变换,见程序,用于图象二值化,可用于电子警察中的号拍定位-automatically transform domain values, see procedures for the two binary images can be used for electronic police, the shoot location
- 2022-01-26 07:24:32下载
- 积分:1
-
flash导航条,大家在网站设计的时候经常会遇到如何设计自己导航条的问题,一些精美的导航条实例给大家...
flash导航条,大家在网站设计的时候经常会遇到如何设计自己导航条的问题,一些精美的导航条实例给大家-flash navigation bar, web design in the U.S. often encounter how to design their own navigation bar, some fine examples of the navigation bar to the U.S.
- 2022-03-19 17:04:08下载
- 积分:1
-
图象灰度变换的源代码 VC6.0下调试
图象灰度变换的源代码 VC6.0下调试...
图象灰度变换的源代码 VC6.0下调试
图象灰度变换的源代码 VC6.0下调试-Image gray-scale transformation of the source code under VC6.0 debugger image gray-scale transformation of the source code under VC6.0 debugger
- 2023-08-30 07:05:08下载
- 积分:1
-
This program is used to read ppm format image. It s simple but useful for the pe...
This program is used to read ppm format image. It s simple but useful for the people who want to understand the basic idea of digital image processing.
- 2022-07-15 06:53:46下载
- 积分:1
-
Image processing platform, the realization of the basic image operation function...
图像处理平台,实现基本图像操作功能,包括:图像缩放、裁剪、导航、漫游、鹰眼等。-Image processing platform, the realization of the basic image operation functions, including: image scaling, cutting, navigation, roaming, such as Eagle Eye.
- 2022-09-08 23:05:02下载
- 积分:1
-
肤色检测代码,精确度能有80左右。matlab代码
肤色检测代码,精确度能有80左右。matlab代码
-Color detection code, accuracy can have 80 or so. matlab code
- 2023-08-01 16:05:04下载
- 积分:1
-
BITMAP images all show the entire intelligence BYTE
BITMAP图象的各个BYTE情报全显示-BITMAP images all show the entire intelligence BYTE
- 2022-06-29 19:12:32下载
- 积分:1
-
图像小波变换的matlab代码,包含测试图片和使用
图像小波变换matlab代码,含有测试图象和使用说明-Image wavelet transform matlab code, containing the test images and use
- 2022-01-22 13:01:22下载
- 积分:1
-
Wavelet packet denoising of compression, using matlab programming, useful for th...
小波去噪的压缩包,用matlab编程,对去噪有用-Wavelet packet denoising of compression, using matlab programming, useful for the denoising
- 2022-08-03 11:43:10下载
- 积分:1