-
该源码是spiht多集树集合编码算法的图像编码,
该源码是spiht多集树集合编码算法的图像编码,-The source tree is a collection of episodes SPIHT coding algorithm image coding,
- 2023-04-06 16:25:02下载
- 积分: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
-
图像处理入门C源码分析,非常经典的入门资料,源代码丰富,讲解也非常详细,适合初学者....
图像处理入门C源码分析,非常经典的入门资料,源代码丰富,讲解也非常详细,适合初学者.-image processing portal C source code analysis, very classic introductory information on the source rich, also explain in great detail, for beginners.
- 2022-02-13 18:08:14下载
- 积分:1
-
粒子滤波器源代码,有助于学习。附有图像序列。
粒子滤波器源代码,有助于学习。附有图像序列。-Particle Filter source code, contribute to learning. With image sequences.
- 2022-05-18 14:47:56下载
- 积分:1
-
几种图像质量评价的功能。包括峰值信噪比PSNR,平均值…
几个关于图像质量评价的函数。包括psnr峰值信噪比,均方误差rms,正则均方误差nmse等。可用于去噪图像和压缩图像的质量评价-several image quality evaluation of the function. Including psnr PSNR, mean square error rms, it is mean-square error nmse other. Images can be used for de-noising and compression of image quality evaluation
- 2022-11-28 04:45:04下载
- 积分:1
-
非常全面的生物信号分析工具包,能够详细分析信号时域频域、相位等特性,针对于生物信号有良好效果。...
非常全面的生物信号分析工具包,能够详细分析信号时域频域、相位等特性,针对于生物信号有良好效果。-an excellent signal processing toolbox, it could give a detailed analysis on time series, frequency and phase. it is really useful on biomedical signal processing.
- 2023-04-13 12:00:04下载
- 积分:1
-
人脸的检测与定位人脸定位实例,可以实现人脸的检测
人脸的检测与定位人脸定位实例,可以实现人脸的检测-rljc
- 2022-06-28 05:41:21下载
- 积分:1
-
本代码实现了基于BMP图像进行形态学运算等算法,算法已经过调试,希望对大家有帮助
本代码实现了基于BMP图像进行形态学运算等算法,算法已经过调试,希望对大家有帮助-Realize this code BMP image-based computing, such as morphological algorithm have been debug, and they hope to have everyone help
- 2022-07-01 04:07:33下载
- 积分:1
-
1>图像处理系列之一--读写篇
涵盖内容:
1>图像处理简介
2>常用图像文件格式说明
3>BMP图像文件读写...
1>图像处理系列之一--读写篇
涵盖内容:
1>图像处理简介
2>常用图像文件格式说明
3>BMP图像文件读写
涉及VC知识主要有:
1>消息添加
2>文件读写
3>串行化
实验环境:
Win+VC6.0
实验图片在Imagetest子目录下Data文件夹中.-1
- 2022-04-08 06:05:08下载
- 积分:1
-
Environment in matlab7.0 realize the image smoothing process
在matlab7.0环境下实现的图像平滑程序-Environment in matlab7.0 realize the image smoothing process
- 2022-10-16 02:25:03下载
- 积分:1