-
dingbiao
摄像机定标。用matlab程序编写的将世界坐标系下的坐标转到图像坐标系的m文件(Camera calibration. M file matlab program the coordinates in the world coordinate system to image coordinate system)
- 2012-11-27 10:17:31下载
- 积分:1
-
retinex
MSR图像增强算法,基于MATLAB7.6,处理后的图像效果不错。(The MSR image restoring algorithm, the result is good for people studying.)
- 2011-04-21 14:58:45下载
- 积分: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
-
lungSegmentation
用单阈值三种方法实现肺野分割的Matlab程序(A single threshold value of three methods of achieving lung field segmentation of the Matlab program)
- 2010-01-13 10:39:50下载
- 积分:1
-
XIAOBOFENJIE
小波分解,db4小波分解,分解为4层,可以直接运行(Wavelet decomposition, db4 wavelet decomposition, decomposition level of three layers, can be directly run)
- 2015-09-06 21:32:22下载
- 积分:1
-
Vehicle-License-Plate-Localisation-r
说明: 车牌识别,图像分割出车牌,然后进行具体识别,matlab源代码(vehicle license plate recognition)
- 2019-06-27 17:27:50下载
- 积分:1
-
ICA
本文首先概述了独立成分分析与盲信号分离, 主成分分析的关系, 然后系统地介绍了该技术的基本概念和数据模型, 对现今比较流行的各种独立成分分析算法进行了剖析和总结。最后对独立成分分析的发展及应用前景作了展望(In this paper, an overview of independent component analysis and blind signal separation, principal component analysis of the relationship, and then systematically introduces the basic concept of the technology and data models for today' s more popular variety of independent component analysis algorithm is analyzed and summarized. Finally, independent component analysis of the development and application prospects are described)
- 2020-11-26 11:49:31下载
- 积分:1
-
mubiaogenzong
目标跟踪源码,MATLAB编写的!里面包含三个子函数!(target tracking source, MATLAB! Functions of which contains three!)
- 2006-08-12 10:14:10下载
- 积分:1
-
lowpass
实现巴特沃斯低通滤波器的小程序,大家看看能不能参考一下。(Butterworth low-pass filter program, see if you can refer to.)
- 2012-05-05 11:45:23下载
- 积分:1
-
compare_SSIM
说明: 给定两张图片,利用ssim来计算两张图片他们之间的ssim相似度(compute ssim between two images)
- 2020-09-13 17:47:58下载
- 积分:1