-
主要是对图像实现DFT,DCT变换,利用二维小波分析对图像作二层小波分解,显示条状图,十字图及频谱等...
主要是对图像实现DFT,DCT变换,利用二维小波分析对图像作二层小波分解,显示条状图,十字图及频谱等-Realize the image is mainly DFT, DCT transform, the use of two-dimensional wavelet analysis of images for the second floor of wavelet decomposition, indicating strip maps, charts and cross spectrum
- 2022-07-12 18:15:16下载
- 积分:1
-
对图像进行模糊..适用于PGM图像
对图像进行bluring..
适用于pgm图像-right image bluring .. applicable to the pgm images
- 2022-05-26 23:27:59下载
- 积分:1
-
给出了基于小波分析的图像融合技术,并对其进行了分析和研究。
本代码提供了基于小波分析的图象融合技术,提供了多个融合算子-provide the code based on wavelet analysis of the image fusion technology, and a number of integration Operator
- 2022-02-02 22:08:52下载
- 积分:1
-
该文件包括四个图像的预处理程序,分别为图像的卷积运算、生成浮雕、粒化图像及扩散图像。对图像初学者有帮助。...
该文件包括四个图像的预处理程序,分别为图像的卷积运算、生成浮雕、粒化图像及扩散图像。对图像初学者有帮助。-including 4 of the document image preprocessing procedures for the image convolution operation, production of arms tablets of the proliferation of images and image. Image beginners to help.
- 2022-03-15 13:49:31下载
- 积分:1
-
实现图像数据的JPEG
实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以进行有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be lossy compression can also be carried out
- 2022-05-08 03:47:34下载
- 积分: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
-
二阶巴特沃斯(Butterworth)高通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里....
二阶巴特沃斯(Butterworth)高通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里.-second-order Butterworth (Butterworth) high-pass filtering, Final results showed. Photo will be directly extracted and procedures on the same document folder.
- 2022-03-11 01:25:12下载
- 积分:1
-
本程序是实现灰度处理的方法,通过这种方法计算灰度分割门限,进行图像灰度处理...
本程序是实现灰度处理的方法,通过这种方法计算灰度分割门限,进行图像灰度处理-This program is to achieve gray-scale processing methods, by which method gray-scale segmentation threshold for image gray-scale processing
- 2022-01-25 23:59:05下载
- 积分:1
-
第二届全国高校 BBS 程序开发大赛四大独立奖项最佳创意奖
第二届全国高校 BBS 程序开发大赛四大独立奖项最佳创意奖-Second National College BBS Development Competition four separate awards best creative award
- 2022-01-28 08:24:07下载
- 积分:1
-
很实用的彩色图像增强程序 基于HSV彩色空间变换
很实用的彩色图像增强程序 基于HSV彩色空间变换-Very practical color image enhancement procedures Based on HSV color space conversion
- 2022-07-03 14:29:09下载
- 积分:1