-
pipeidian_eight
计算机视觉中得八点算法,采用SVD分解最小二乘解来求基本矩阵,这是模拟仿真实验程序。(Was 8:00 in computer vision algorithms, using SVD decomposition least-squares solution to seek the fundamental matrix, which is simulation, experimental procedure.)
- 2009-11-10 13:07:39下载
- 积分:1
-
JPEGCompression
编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
hkdes_1.0
Object Recognition with Hierarchical Kernel Descriptors,In IEEE International Conference on Computer Vision and Pattern Recognition (CVPR), 2011.(Hierarchical Kernel Descriptors.)
- 2012-04-21 11:04:00下载
- 积分:1
-
radardetectandspeed
此matlab程序属于雷达信号处理领域,用于检测目标和对目标测速。(This matlab program belongs to the field of radar signal processing for detecting the target and the target speed.)
- 2020-12-07 17:49:21下载
- 积分:1
-
虹膜识别算法源代码code
说明: 实现虹膜的预处理、识别等功能,使用matlab实现(iris source code ,using matlab)
- 2020-02-13 10:24:56下载
- 积分:1
-
111
将鱼眼图像展开成柱面图像的matlab程序(Expand the fish eye image into a cylindrical image matlab program)
- 2011-05-23 11:45:47下载
- 积分:1
-
pingjia
图像处理效果评价,评价指标包括峰值信噪比,熵,以及均方误差,具体公式请参考相关文献(photo)
- 2009-05-13 17:06:28下载
- 积分:1
-
新建文件夹
说明: 图像拼接的Harris 算法,精确有效,实现图像无缝拼接,多幅图片显示,谢谢,希望得到采纳(image mosaicHarris algorithm for image mosaic, accurate and effective, seamless image mosaic)
- 2019-05-17 12:05:35下载
- 积分:1
-
LMS_NLMS
实现基本的LMS算法和归一化LMS算法学习曲线的比较仿真(LMS algorithm and normalized LMS algorithm learning curve comparing simulation)
- 2012-05-27 00:32:42下载
- 积分:1
-
TemplateTrans
数字图像处理中图像的增强方便的源代码,包括图像灰度修正,图像的平滑,中值滤波,图像的锐化,伪彩色和假彩色的增强等(Digital image processing image enhancement convenient source code, including the gray correction, image smoothing, median filtering, image sharpening, pseudo-color and false color enhancement, etc.)
- 2013-12-02 10:50:31下载
- 积分:1