-
数字图象处理中常遇见的图象融合相关源代码
数字图象处理中常遇见的图象融合相关源代码-Digital image processing of image fusion is often met the relevant source code
- 2022-03-03 19:37:11下载
- 积分:1
-
- 2022-07-24 03:58:26下载
- 积分:1
-
小波变换应用程序,支持24位图像的处理。在VC6.0下通过编译
小波变换应用程序,支持24位图像的处理。在VC6.0下通过编译-Wavelet transform applications, support for 24-bit image processing. Adopted in the VC6.0 compiler
- 2023-07-09 19:35:03下载
- 积分: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
-
颜色直方图
一种基于图像颜色直方图的颜色检索方法,编程实现图形用户接口GUI。-A color histogram-based color image retrieval method, graphical user interface programming GUI.
- 2022-01-22 07:10:52下载
- 积分:1
-
在matlab下实现的有关穷块匹配的代码。
在matlab下实现的有关穷块匹配的代码。-In matlab of the poor under the block-matching code.
- 2023-06-08 17:25:03下载
- 积分:1
-
图像的简单操作,比如:读取,显示,膨胀,腐蚀,边缘提取,等等。...
图像的简单操作,比如:读取,显示,膨胀,腐蚀,边缘提取,等等。-image of a simple operation, such as : read, display, expansion, corrosion, edge extraction, and so on.
- 2022-03-22 22:30:48下载
- 积分:1
-
图像增强的C++源程序,效果非常好,彩图ok
图像增强的C++源程序,效果非常好,彩图ok-Image enhancement of the C++ source code, the effect is very good, Wallpapers ok
- 2022-07-04 20:32:03下载
- 积分:1
-
此包包含matlab文件,符合隐树模型的马尔可夫…
This packet contains the MATLAB files that fit a hidden Markov tree model to the contourlet coefficients of images. The files require the contourlet Toolbox, which can be downloaded from http://www.programsalon.com/downloads121/sourcecode/graph/detail516305.html.
- 2023-03-29 18:25:04下载
- 积分:1
-
采用国际标准测试图lena进行测试。分别采用“基于像素放大原理的图像放大”、“基于双线性插值原理的图像放大”两种方法进行图像分割。并附有注释、程序清晰、易于阅读...
采用国际标准测试图lena进行测试。分别采用“基于像素放大原理的图像放大”、“基于双线性插值原理的图像放大”两种方法进行图像分割。并附有注释、程序清晰、易于阅读。相信图像初学者阅读后必定会有很大的-image enlarge, pixel enlarge based method, bi-linear insert method
- 2022-03-22 22:30:06下载
- 积分:1