-
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
-
基于SIFT的图像配准,这只是基中的一部分,想知道其他的请稍候...
基于SIFT的图像配准,这只是基中的一部分,想知道其他的请稍候-SIFT-based image registration, this is only part of the base, would like to know the other please wait
- 2022-02-25 20:06:39下载
- 积分:1
-
可以实现彩色,灰度图像的任意级别的DWT变换,其中变换层数由用户自己指定。...
可以实现彩色,灰度图像的任意级别的DWT变换,其中变换层数由用户自己指定。-Can achieve color, gray-scale images of arbitrary level DWT transformation, which transforms layers specified by the user.
- 2022-05-23 01:59:43下载
- 积分:1
-
基本的图像变换,包括:动态显示,几何变换,灰度变换,变换域处理,图像分割,小波变换等...
基本的图像变换,包括:动态显示,几何变换,灰度变换,变换域处理,图像分割,小波变换等-The basic image transformation, including: dynamic display, geometric transform, grayscale transform, transform domain processing, image segmentation, wavelet transform, etc.
- 2023-07-17 05:05:04下载
- 积分:1
-
MultiScale Retinex 色彩恒常性的彩色图像增强算法
MultiScale Retinex 色彩恒常性的彩色图像增强算法-Color constancy MultiScale Retinex for Color Image Enhancement Algorithm
- 2023-06-23 15:20:04下载
- 积分:1
-
一些基本的图像处理源程序,以及用于图像处理的基本matlab操作程序...
一些基本的图像处理源程序,以及用于图像处理的基本matlab操作程序-some basic image processing program, and for the basic image processing procedures Matlab
- 2023-07-23 22:15:02下载
- 积分:1
-
维纳滤波器的实现
the realization of Wiener filter
- 2022-02-13 18:19:36下载
- 积分:1
-
把YVU色彩空间的图像转换成RGB色彩空间图像,程序用VC++环境开发,enjoy it!...
把YVU色彩空间的图像转换成RGB色彩空间图像,程序用VC++环境开发,enjoy it!-put YVU color space of images converted into RGB color space images, procedures VC environment development, enjoy it!
- 2022-06-26 18:07:44下载
- 积分:1
-
滤波器网上找到的在MATLAB中实现的可能有问题在这里和大家分享一下一起研究...
滤波器网上找到的在MATLAB中实现的可能有问题在这里和大家分享一下一起研究-Filters found in the online MATLAB realized there may be a problem here and everyone together to share research
- 2022-04-10 04:00:21下载
- 积分:1
-
针对图像的灰度变换,阈值,直方图,线性灰度变化,灰度分布均衡化的程序。取自《vc++图像处理程序设计》第4章...
针对图像的灰度变换,阈值,直方图,线性灰度变化,灰度分布均衡化的程序。取自《vc++图像处理程序设计》第4章-For the image gray-scale transformation, threshold, histogram, linear gray scale, gray scale distribution of equalization process. Retrieved from " vc++ image processing program design," Chapter 4
- 2022-03-12 12:38:46下载
- 积分:1