JPEG-master

所属分类:其他
开发工具:matlab
文件大小:586KB
下载次数:1
上传日期:2020-11-03 20:53:34
上 传 者ken47
说明:  steganographie jpeg

文件列表:
jpeg (0, 2016-07-14)
jpeg\code_category_AC.m (12098, 2016-07-14)
jpeg\code_category_DC.m (1219, 2016-07-14)
jpeg\code_value.m (822, 2016-07-14)
jpeg\codifAC.m (2342, 2016-07-14)
jpeg\codifDC.m (1287, 2016-07-14)
jpeg\decode_category_AC.m (60235, 2016-07-14)
jpeg\decode_category_DC.m (2934, 2016-07-14)
jpeg\decode_value.m (929, 2016-07-14)
jpeg\decodifAC.m (1246, 2016-07-14)
jpeg\decodifDC.m (1398, 2016-07-14)
jpeg\find_category_AC.m (1294, 2016-07-14)
jpeg\find_category_DC.m (1346, 2016-07-14)
jpeg\izigzag.m (1854, 2016-07-14)
jpeg\jpeg.m (4496, 2016-07-14)
jpeg\kodim14.bmp (394294, 2016-07-14)
jpeg\matlab.mat (304372, 2016-07-14)
jpeg\zigzag.m (2354, 2016-07-14)

# JPEG Compression Jpeg Compression algorithm based on Chapter 7 of book Image and Video Compression for Multimedia Engineering. The code is for Matlab and its development was part of a university course called Image and Video Codification Systems. This course is in the second year of Audiovisual Systems Engineering Degree at Universitat Pompeu Fabra (Barcelona). How to use it: - Download zip or clone the repository to your Desktop. - Open the unzipped folder in your Matlab current folder directory. - Drag the example image named ‘kodim14.bmp’ to the Command Window and save its data to the workspace. It should appear the data of the image ‘cdata’ and its colormap. - Type [jpeg_decoded] = jpeg[cdata] in the Command Window and insert the compression factor you want to use. - Wait until the process is done and you’ll see the image. Algorithm constraints: - The input images have to be in grayscale. - The size of the image in both rows and columns has to be multiple of 8. If these two conditions are not met, the behavior of the algorithm will not probably be the expected.

近期下载者

相关文件


收藏者