-
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
-
regiongrowing.py.tar
segmentation using region growing in an image
- 2016-10-31 07:59:01下载
- 积分:1
-
weinafilter
本程序可实现维纳滤波,可应用于反褶积等反问题的求解过程中,是非常简单实用的(This program can be realized Wiener filter can be applied to deconvolution inverse problems and the process is very simple and practical)
- 2016-07-25 20:18:58下载
- 积分:1
-
parallel_algorithm_of_wavelet
用于图象处理的小波变换并行算法,本文在二进小波变换及Mallat快速算法原理的基础上,分析了小波变换的
可并行成分,研究了小波变换的并行算法.算法分析表明,并行小波变换可以有效
地提高运行速度,其并行处理效率也接近理想状态.(image processing for the wavelet transform parallel algorithm, In this paper, two Progressive Mallat wavelet transform and fast algorithm on the basis of principle, Analysis of the wavelet transform the parallel components of wavelet transform the parallel algorithm. algorithm analysis showed that Parallel wavelet transform effectively increase the operating speed and its parallel processing efficiency is close to the ideal state.)
- 2007-05-08 10:42:38下载
- 积分:1
-
winform与内嵌echarts的数据交互,让数据动起来
之前下载了winform实现Echart统计图(基于webBrowser)有了echart在winform的应用。但发现他实际上是静态页面的,统计图未有数据交互功能。本例主要通过C#winform给echart赋值,实现数据动态交互。
- 2021-05-06下载
- 积分:1
-
MS_matlab
mean shift 均值漂移算法的matlab实现,大家可以看看,比较实用(mean shift algorithm matlab mean-shift realize, we can look at more practical)
- 2008-08-22 10:41:25下载
- 积分:1
-
05 数字图像典型隐写术与隐写检测【二】
说明: 关于数字图像一些典型隐写的隐写分析。隐写、分析和提取的讲解(Steganalysis of Some Typical Steganography in Digital Images)
- 2019-05-21 10:54:55下载
- 积分:1
-
Gabor_GLM_FEX
视网膜血管检测的Gabor变换和机器学习,教程
本教程将演示如何Gabor变换和广义
的线性模型(GLM)可用于视网膜血管检测
图像。
,我们将尝试检测视网膜血管从
的训练图像,首先,Gabor滤波器与图像卷积。
GLM将使用Gabor变换的图像特征确定
(独立变量)和容器的位置
为结果(因变量)。( Retinal Vessel Detection by Gabor Transform and Machine Learning, a Tutorial
This tutorial will demonstrate how Gabor transforms and generalized
linear model (GLM) can be used for detection of retinal vessels in
images.
Specifically, we will attempt to detect the retinal vessels a
training image , by first, convoluting multiple Gabor filters with the image.
A GLM will be determined using the Gabor transformed images as features
(the independent variables), and the locations of the vessels
as the outcome (the dependent variable).)
- 2017-05-11 12:25:03下载
- 积分:1
-
AGCWD
來自於2012年IEEE TIP的論文 Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution ,其功能為透過分析影像中的直方圖統計資訊,達到快速增強影像對比的結果。(From the 2012 IEEE TIP paper "Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution"which functions as a histogram of the image by analyzing statistical information, to quickly enhance image contrast.)
- 2021-01-27 16:48:42下载
- 积分:1
-
C-Vsegmentation-
对于图像图形处理,基于先验形状、窄带法的CV模型的分割方法,有举例说明,效果明显。(For image and graphics processing, segmentation method based on a priori shape, Narrow Band CV model, there are illustrated, the effect is obvious.)
- 2016-05-31 10:36:20下载
- 积分:1