-
一个较为不错的图象的边缘检测的SOBEL的算法,直接可以进行特征的提取...
一个较为不错的图象的边缘检测的SOBEL的算法,直接可以进行特征的提取-A relatively good image SOBEL edge detection algorithms, can be characterized by direct extraction
- 2022-01-25 19:12:54下载
- 积分: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
-
Matlab中编写将彩色图像颜色传递给灰度图像的函数
Matlab中编写将彩色图像颜色传递给灰度图像的函数-Matlab prepared color image color will be passed to a function of gray image
- 2022-03-22 19:56:14下载
- 积分:1
-
基于模糊聚类分割的图像分割算法
图像分割 模糊聚类分割算法 通过MATLAB实现的C聚类分割算法,输入分割类别数。可以得到分割后的图像对比-Image segmentation algorithm based on fuzzy clustering partition
- 2022-11-15 02:55:03下载
- 积分:1
-
matlab编写的图像处理正则化软件包。包含了基本的数字图像处理正则化...
matlab编写的图像处理正则化软件包。包含了基本的数字图像处理正则化-Matlab prepared by the image processing Regularization package. Contains a basic digital image processing Regularization
- 2023-06-21 08:05:04下载
- 积分:1
-
A fast Matlab Paint GUI that works similarly to the Windows Paint program (excep...
A fast Matlab Paint GUI that works similarly to the Windows Paint program (except for the ROI image
- 2022-06-27 03:35:54下载
- 积分:1
-
Visual C++MATLAB图像处理与识别实用案例精选之直方图均衡算法的源程序,含标准测试图片...
Visual C++MATLAB图像处理与识别实用案例精选之直方图均衡算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition practical case Featured"s histogram equalization algorithm source procedures, with the standard test pictures
- 2023-08-13 07:30:02下载
- 积分:1
-
visual c++数字图象处理典型算法及实现
visual c++数字图象处理典型算法及实现-visual c++ typical digital image processing algorithm and realize
- 2022-02-27 01:42:01下载
- 积分:1
-
The source is to find the detecting object center in anti
The source is to find the detecting object center in anti-projection image.particularly,it can detct colorful object.
- 2022-06-25 22:49:53下载
- 积分: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