-
pgopher_source_v7.1.108
一款操作色谱、光谱图的程序,功能非常全面。包括谱峰的识别、积分,谱的叠加。(An operating chromatographic spectrum program, very comprehensive. Including the identification of the peak spectrum, integral, superposition.)
- 2021-02-09 15:09:53下载
- 积分: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
-
matlab_video_cature
视频图像处理,可以实时处理视频数据,包括canny算子,边缘检测等(video image processing, real-time processing video data, including the canny operator, edge detection, etc.)
- 2007-04-08 21:39:55下载
- 积分:1
-
imnoise2
matlab中imnoise2.m文件函数源代码(Matlab imnoise2.m file function source code)
- 2017-09-12 21:34:21下载
- 积分:1
-
CVPR09-ScSPM
基于稀疏编码和线性塔式匹配的图像分类算法。(This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification".
)
- 2010-11-18 22:12:00下载
- 积分:1
-
SFS相关所有
说明: 利用SFS算法实现3D图像重建,附带有图片实现(3D Image Reconstruction Using SFS Algorithms)
- 2019-04-25 10:34:23下载
- 积分:1
-
hong_enhancement
指纹图像增强,gabor滤波器,包括形态学分割,形态学细化,加窗短时傅里叶变换增强,方向图估计及平滑,纹线频率估计及平滑(Fingerprint image enhancement, gabor filters, normalization, equalization, morphological segmentation, morphological thinning, windowed short time Fourier transform enhanced estimates and smooth pattern, ridge frequency estimation and smoothing)
- 2011-06-11 14:59:15下载
- 积分:1
-
GaborTexture
使用MFC以及Gabor小波处理进行图像的特征纹理提取(Using MFC and Gabor wavelet to extract texture features for image)
- 2011-10-07 08:46:32下载
- 积分:1
-
smooth
图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
- 2013-09-19 21:16:46下载
- 积分:1
-
srad
srad斑点去噪各向异性扩散滤波器,代码很短,本身该方法就含有不少的偏微分方程,看懂需要仔细研究。(srad, speckle denoising anisotropic diffusion filter)
- 2014-02-08 18:03:45下载
- 积分:1