-
txcl
说明: 实现了图像的打开功能,并能实现图像打开时的扫描,渐进,马赛克等功能(To realize the image of the open function, and can achieve image scans open, progressive, mosaic and other functions)
- 2010-04-18 22:43:57下载
- 积分:1
-
signal-analysis
说明: dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.(document the use of DCT transform dctcom.m completion of the input image compression imagecbe.m completion of the two RGB input image with wavelet analysis method of image fusion imagecom.m completion of the input RGB image using wavelet analysis method automatically drop noise, the threshold of high-frequency coefficient, noise reduction effect and the results of the percentage of wavelet1D.m completion of the input signals of one-dimensional discrete wavelet multi-scale decomposition wavelet2D completion of the input signals of two-dimensional discrete wavelet multi-scale decomposition zigzag.m completed the input of 8* 8 matrix of data collected in accordance with the zigzag order.)
- 2008-10-04 22:38:10下载
- 积分:1
-
AnimatePicture
C#模拟播放连续的图片为GIF动画,模拟出播放GIF的动画效果,在Debug/bin目录下,有很多的图像文件,有VS的可重新修改源码,适合学习,源码简单。(C# analog playback consecutive pictures as an animated GIF, animated GIF to simulate the effect of playing in Debug/bin directory, there are a lot of image files, there VS can re-edit the source code, suitable for learning, simple source.)
- 2014-09-18 15:29:53下载
- 积分:1
-
zhifangtuzengqiang
图像增强利用直方图均衡来达到增强图像对比度的目的,从而来实现增强图像的效果(Image enhancement using histogram equalization to achieve the purpose of enhancing image contrast and thus to realize the effect of enhanced images)
- 2008-05-17 09:59:09下载
- 积分: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
-
Kriging
基于克里金的插值算法,在此基础上生成等直线图,功能强大!(Based on Kriging interpolation algorithm generation based on this line graph, powerful!)
- 2016-10-19 11:08:50下载
- 积分:1
-
图像位层显示demo
说明: 256灰度图像的位图二值化matlab程序
在经典图像教材中均有提及,现在用matlab来思想演示(to display the bitmap ,use the matlab method)
- 2005-09-03 11:06:46下载
- 积分:1
-
plate
说明: 此程序是关于车牌识别重的一个重要环节——图像的二值化过程,希望能给你一些帮助(this program is heavy on the license plate to identify an important part of the-- the two values image process and hope to give you some help)
- 2006-04-01 09:36:42下载
- 积分:1
-
shadow-removal
该代码用于在视觉智能监控/视频监控/视觉监控/视频智能监控中,消除阴影。阴影消除对视频监控具有重要的意义,能够有效地降低阴影对目标检测的影响,减小误检率和漏检率,提高对目标的识别效率以及监控系统的稳定性和可靠性。(This code is used to remove shadow in visual intelligent surveillance/video surveillance/visual surveillance/video intelligent surveillance. Shadow removal plays a important role in video surveillance. It reduce the affection of shadow in object detection, decrease false detection rate and missing rate, and improve the stability and reliability of surveillance system.)
- 2011-07-02 07:28:36下载
- 积分:1
-
SARdenoising1
基于NSCT的SAR图像自适应去噪程序,须在NSCT工具包里面运行。(SAR images denosing base on NSCT !!!)
- 2010-05-07 00:04:47下载
- 积分:1