没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
内容概要:本文介绍了利用奇异值分解(SVD)进行图像压缩的基本数学理论和技术细节,并展示了应用效果以及与传统JPEG压缩对比的优点,详细探讨了不同参数设置对图像质量和压缩比的影响。 适用人群:专注于信号处理的研究员、数据分析师和技术专家;从事图像编码相关工作的程序员。 使用场景及目标:适用于图像处理领域的应用场景,在需要高效储存并保持一定质量水平时,可以运用SVD压缩算法来减小占用的空间。 其他说明:选择合适的重要系数值‘k’来确保既能达到期望的压缩率又不会使重建后的图片质量降低过多是图像压缩的核心课题之一,文中提供了依据实际效果调整参数的方法和标准。
资源推荐
资源详情
资源评论
International Journal of Advancements in Research & Technology, Volume 2, Issue 8, August-2013 244
ISSN 2278-7763
Copyright © 2013 SciResPub. IJOART
Image Compression using Singular Value
Decomposition
Miss Samruddhi Kahu Ms. Reena Rahate
Associate Engineer Professor, Department of Electronics and Communication
Marvell Technologies Shri Ramdeobaba College of Engg. and Management
Pune, India. Nagpur, India.
samruddhikahu@gmail.com reenapalashn@rediffmail.com
Abstract: The Singular Value Decomposition expresses image
data in terms of number of eigen vectors depending upon the
dimension of an image. The psycho visual redundancies in an
image are used for compression. Thus an image can be
compressed without affecting the image quality. This paper
presents one such image compression technique called as SVD.
Basic mathematics of SVD is dealt with in detail and results of
applying SVD on an image are also discussed. The MSE and
compression ratio are used as thresholding, parameters for
reconstruction. SVD is applied on variety of images for
experimentation. The work is concentrated to reduce the number
of eigen values required to reconstruct an image.
Keywords – SVD, Image Compression techniques, Image
Processing
.
I. INTRODUCTION
With the advancement in technology, multimedia content
of digital information is increasing day by day. Which mainly
comprises of images either pictures or video frames. Hence
storage and transmission of these images requires a large
memory space and bandwidth. The solution to this problem is
to reduce the storage space required for these images which
can be done by compressing the image while maintaining
acceptable image quality. Many methods are available for
compression of still images. But the most widely used image
compression technique today is JPEG (Joint Photographic
Experts Group) which uses DCT (Discrete Cosine Transform)
for compression of images. In this paper we are discussing a
image compression technique called SVD (Singular Valued
Decomposition).
Even though DCT gives high energy compaction as
compared to SVD which gives optimal energy compaction,
SVD performs better than DCT in case of images having high
standard deviation (i.e. higher pixel quality).
SVD is a linear matrix transformation used for
compressing images. Using SVD an image matrix is
represented as the product of three matrices U, S, and V where
S is a diagonal matrix whose diagonal entries are singular
values of matrix A. The image A can also be represented by
using less number of singular values, thus, presenting
necessary features of an image while compressing it. The
compressed image requires less storage space as compared to
the original image. To choose the value of k i.e. number of
Eigen values for compression and reconstruction of the image
is an important decision for acceptable reconstruction. It
varies with application and in this work compression ratio is
used to select the number of Eigen values out of the
maximum. It is observed that if the value of k chosen is equal
to the rank of the image, the reconstructed image is closer to
the original image. As the value of k decreases from the rank
image quality degrades. Second observation is that as the
compression ratio is high image quality is poorer and if
compression ratio is low, image with superior quality can be
reconstructed but with less compression. Therefore
compression ratio and image quality is required to select
appropriately.
Section I presents literature survey and brief outline
of the paper. Section II presents the SVD computations on
images. Section III presents the experimentation and the
proposed procedure to estimate the percentage of eigenvectors
required to reconstruct the original image using the SVD and
PSNR. Section IV presents the results and the discussions.
Finally Section V presents the conclusion.
II. B
ASIC MATHEMATICS
Singular Value Decomposition(SVD) is a linear
image matrix transformation in which an image matrix G is
decomposed into 3 component matrices L, D & R such that
G = LDR
T
(1)
where G is a m × n matrix
D is a m × n diagonal matrix in which the entries
along the diagonal of D are singular values of G. Singular
value of a matrix is calculated by taking square root of its
eigen value.
L is a m × m matrix containing left singular vectors
of G and
R is a n × n matrix containing right singular vectors
of G.
L and R are orthonormal matrices which means
LL
T
= I and RR
T
= I
In matrix form equation (1) can be written as
σ
1
0 0……… 0 r
1
0 σ
2
0 0 ………….0 r
2
G = [l
1
, l
2
,………,l
m
] 0 0 σ
3
0 0 0 …… .
. . .
. σ
r
.
0 0 ……………. σ
N
r
n
IJOART
资源评论
Yasen.M
- 粉丝: 2108
- 资源: 67
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功