-
TV
说明: 基于最小变分方法的快速图像复原方法,图像复原质量不变的情况下,加速算法的效率。(Image restoration based on Total Variation.)
- 2009-07-28 06:08:44下载
- 积分:1
-
VariousSRinNonlinearity
介绍了不同非线性模型在随机共振中的应用,像饱和非线性,阈值非线性等(Describes the different nonlinear model of stochastic resonance in the application, such as nonlinear saturation threshold nonlinearity. . . .)
- 2020-12-28 10:09:02下载
- 积分:1
-
Pedestrian-Detection
一个简单的基于HOG的行人检测程序,MATLAB编写,其中read me文档解释的较为详细。(A simple HOG based pedestrian detection program, MATLAB write, read me the document which explains in some detail.)
- 2011-11-16 15:30:01下载
- 积分:1
-
ss2005.11.29
主要用于打开8位、24位BMP图像,并对其进行相应的处理,如:颜色分量提取,检测等(key to open the eight, 24 BMP images, and its corresponding treatment, such as : color component extraction, testing)
- 2007-05-16 10:40:59下载
- 积分: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
-
multifocus
针对同一场景可见光与红外图像的融合问题,提出了一种新的多尺度对比度塔图像融合方法. 该方法
利用对比度金字塔数据结构得到图像的多分辨序列,采用基于视觉特性的融合算子在图像的相应各级上融
合源图像的细节,再通过金字塔逆变换重构出最终融合图像. 这种图像处理方法具自适应性,不随各自输入
图像的灰度特性而改变,同时增强了融合图像的对比度,产生了较好的视觉处理效果.(for the same scene of visible and infrared images of integration, proposed a new multi-scale tower contrast images. The use of contrast pyramid data structure Image multiresolution sequence, based on visual characteristics of the integration operator of the image corresponding levels of integration details of the source image, through the inverse pyramid transform eventually fused images. This image processing method has adaptability without their input image with the gray characteristics change, while enhancing the integration of the contrast of the image. have a better visual effect.)
- 2020-07-17 17:48:48下载
- 积分:1
-
Harris
用MATLAB实现亚像素角点检测,简单实用(Using MATLAB to achieve sub-pixel corner detection, simple and practical)
- 2020-10-06 11:17:39下载
- 积分:1
-
compare_segmentations
用于评价图像分割算法性能的代码,包中的word文档对所用方法进行了简单的说明,还列出了具体的参考文献(Image segmentation algorithm for evaluating the performance of the code, including the word document on the methods for a simple explanation, but also a list of specific references)
- 2009-04-14 16:56:17下载
- 积分:1
-
数字图像处理标准测试图
一些常见的图像处理方面的图像(尺寸不一)(Some common image processing aspects (different sizes))
- 2018-05-03 10:36:13下载
- 积分:1
-
tv-method-for-image-inpainting
TV模型用于图像修复,能够实现较好的图像修复效果,是基于偏微分方程的方法(TV model for image restoration, and to achieve better image restoration effect is a method based on partial differential equations)
- 2012-06-25 10:29:19下载
- 积分:1