-
wavelet_inhancement
利用小波实现图像的融合,从两幅模糊的原始图像中回复出原来的图像(Using wavelet analysis for a given image enhancement processing, after the decomposition of image, contour by the low frequency part representation, characterization details with high frequency part.
)
- 2014-03-21 13:32:16下载
- 积分:1
-
OpenSURF_version1c
基于SURF算法的图像拼接程序,执行效率高于SIFT算法(Executive efficient than SIFT algorithm based on the the SURF algorithm of image stitching procedure)
- 2020-09-07 18:18:03下载
- 积分:1
-
RayTracer
VB像素光影跟踪(图像渲染)工具,有需要的就下载吧。(VB Tracking pixel lighting (image rendering) tools, there is a need to download it.)
- 2013-08-04 15:09:52下载
- 积分:1
-
powell
说明: powell刚性图像配准,c++代码,通过查找非相关方向进行配准.(Polwell rigid image registration, c++ code, by looking for non-related directions for registration.)
- 2020-06-16 10:20:01下载
- 积分:1
-
326318
简单水印制作源码,程序结合易语言扩展界面支持库,实现了加载水印效果图和设置水印效果的功能(Simple watermarking source code , the program combined with easy language support library expansion interface , to achieve a load diagram and set watermark watermark function)
- 2016-05-06 21:50:17下载
- 积分:1
-
jiang
VC图像编辑软件 就要卷积模糊和卷积模糊加噪
以不同方法(大于等于2)实现图像的模糊效果(局部或全局)。并以BMP格式存储。(soft)
- 2010-03-07 13:57:45下载
- 积分:1
-
extractdata
提取人脸表情库中的图像数据,可提取任一种表情、任一个人或任一复本(extract the image data of facial expression database:JAFFE database。it is able to extract any expression, subject and copy of JAFFE database)
- 2009-03-30 10:35:19下载
- 积分: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
-
111-30
模式识别相关技术,EM算法简介,EM算法是关于半监督学习的一种技术(Pattern recognition technology, EM algorithm About, EM algorithm is on a semi-supervised learning techniques)
- 2008-04-01 09:02:12下载
- 积分:1
-
MTF
说明: 在光学系统中根据光学系统的孔径函数生成MTF曲线(n the optical system, the MTF curve is generated according to the aperture function of the optical system)
- 2021-04-28 09:08:44下载
- 积分:1