Msccomputerscience.com. Compression is a key aspect of multimedia It is a technique used in almost all multimedia application Compression is done on source.

Slides:



Advertisements
Similar presentations
History of image processing History of image processing In the 1970s, digital image processing proliferated, when cheaper computers and dedicated hardware.
Advertisements

Information Sources And Signals
What is a Wavelet? Haar Wavelet A wavelet is a function that has finite energy and has an average of zero. Here are some examples of mother wavelets:
SWE 423: Multimedia Systems
Compression & Huffman Codes
Compression Techniques. Digital Compression Concepts ● Compression techniques are used to replace a file with another that is smaller ● Decompression.
T.Sharon-A.Frank 1 Multimedia Size of Data Frame.
SWE 423: Multimedia Systems Chapter 7: Data Compression (4)
Fundamentals of Multimedia Chapter 7 Lossless Compression Algorithms Ze-Nian Li and Mark S. Drew 건국대학교 인터넷미디어공학부 임 창 훈.
T.Sharon-A.Frank 1 Multimedia Image Compression 2 T.Sharon-A.Frank Coding Techniques – Hybrid.
Lossless Compression - I Hao Jiang Computer Science Department Sept. 13, 2007.
Data Compression Basics & Huffman Coding
Data dan Teknologi Multimedia Sesi 08 Nofriyadi Nurdam.
©Brooks/Cole, 2003 Chapter 15 Data Compression. ©Brooks/Cole, 2003 Realize the need for data compression. Differentiate between lossless and lossy compression.
1 JPEG Compression CSC361/661 Burg/Wong. 2 Fact about JPEG Compression JPEG stands for Joint Photographic Experts Group JPEG compression is used with.jpg.
Image Compression JPEG. Fact about JPEG Compression JPEG stands for Joint Photographic Experts Group JPEG compression is used with.jpg and can be embedded.
Joint Picture Experts Group(JPEG)
Lecture 10 Data Compression.
Data Compression and Security Chapter 20, Exploring the Digital Domain.
Chapter 2 Source Coding (part 2)
Compression is the reduction in size of data in order to save space or transmission time. And its used just about everywhere. All the images you get on.
Text Compression Spring 2007 CSE, POSTECH. 2 2 Data Compression Deals with reducing the size of data – Reduce storage space and hence storage cost Compression.
MULTIMEDIA TECHNOLOGY SMM 3001 DATA COMPRESSION. In this chapter The basic principles for compressing data The basic principles for compressing data Data.
Audio Compression Usha Sree CMSC 691M 10/12/04. Motivation Efficient Storage Streaming Interactive Multimedia Applications.
Multimedia Specification Design and Production 2012 / Semester 1 / L3 Lecturer: Dr. Nikos Gazepidis
JPEG. The JPEG Standard JPEG is an image compression standard which was accepted as an international standard in  Developed by the Joint Photographic.
Data Compression. Compression? Compression refers to the ways in which the amount of data needed to store an image or other file can be reduced. This.
JPEG CIS 658 Fall 2005.
In this lecture, you will learn: 1 Basic ideas of video compression General types of compression methods.
1 Classification of Compression Methods. 2 Data Compression  A means of reducing the size of blocks of data by removing  Unused material: e.g.) silence.
Introduction Tsung-Yi Wu Introduction  What is a multimedia system? –A multimedia system supports the integrated storage, transmission and representation.
Addressing Image Compression Techniques on current Internet Technologies By: Eduardo J. Moreira & Onyeka Ezenwoye CIS-6931 Term Paper.
Lossless Compression CIS 465 Multimedia. Compression Compression: the process of coding that will effectively reduce the total number of bits needed to.
1 Image Formats. 2 Color representation An image = a collection of picture elements (pixels) Each pixel has a “color” Different types of pixels Binary.
Outline Kinds of Coding Need for Compression Basic Types Taxonomy Performance Metrics.
Compression There is need for compression: bandwidth constraints of multimedia applications exceed the capability of communication channels Ex. QCIF bit.
COMPRESSION. Compression in General: Why Compress? So Many Bits, So Little Time (Space) CD audio rate: 2 * 2 * 8 * = 1,411,200 bps CD audio storage:
Huffman Code and Data Decomposition Pranav Shah CS157B.
Advances in digital image compression techniques Guojun Lu, Computer Communications, Vol. 16, No. 4, Apr, 1993, pp
Data Compression Reduce the size of data.  Reduces storage space and hence storage cost. Compression ratio = original data size/compressed data size.
Lecture 4: Lossless Compression(1) Hongli Luo Fall 2011.
The task of compression consists of two components, an encoding algorithm that takes a file and generates a “compressed” representation (hopefully with.
Chapter 3 Data Representation. 2 Compressing Files.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
CS 1501: Algorithm Implementation LZW Data Compression.
STATISTIC & INFORMATION THEORY (CSNB134) MODULE 11 COMPRESSION.
Project Proposal Audio Compression Variants
Sound (analogue signal). time Sound (analogue signal) time.
Introduction to JPEG m Akram Ben Ahmed
Multi-media Data compression
1 Data Compression Hae-sun Jung CS146 Dr. Sin-Min Lee Spring 2004.
1 Part A Multimedia Production Chapter 2 Multimedia Basics Digitization, Coding-decoding and Compression Information and Communication Technology.
By Dr. Hadi AL Saadi Lossy Compression. Source coding is based on changing of the original image content. Also called semantic-based coding High compression.
Computer Sciences Department1. 2 Data Compression and techniques.
Progressive transmission of spatial data Prof. Wenwen Li School of Geographical Sciences and Urban Planning 5644 Coor Hall
IS502:M ULTIMEDIA D ESIGN FOR I NFORMATION S YSTEM M ULTIMEDIA OF D ATA C OMPRESSION Presenter Name: Mahmood A.Moneim Supervised By: Prof. Hesham A.Hefny.
1 SWE 423 – Multimedia System. 2 SWE Multimedia System Introduction  Compression is the process of coding that will effectively reduce the total.
Submitted To-: Submitted By-: Mrs.Sushma Rani (HOD) Aashish Kr. Goyal (IT-7th) Deepak Soni (IT-8 th )
1 Chapter 3 Text and image compression Compression principles u Source encoders and destination decoders u Lossless and lossy compression u Entropy.
CSI-447: Multimedia Systems
IMAGE COMPRESSION.
Why Compress? To reduce the volume of data to be transmitted (text, fax, images) To reduce the bandwidth required for transmission and to reduce storage.
Data Compression Reduce the size of data.
Compression, Lossy, Lossless
Fourier Transform and Data Compression
UNIT IV.
Using NFFI Web Services on the tactical level: An evaluation of compression techniques 13th ICCRTS: C2 for Complex Endeavors Frank T. Johnsen.
JPEG Still Image Data Compression Standard
Image Coding and Compression
WJEC GCSE Computer Science
Presentation transcript:

msccomputerscience.com

Compression is a key aspect of multimedia It is a technique used in almost all multimedia application Compression is done on source information before its transmission. msccomputerscience.com

Why do we need compression? To reduce the volume of information to be transmitted. To reduce the bandwidth required for transmission. msccomputerscience.com

Compression principles Source encoders and destination decoders Lossless and lossy compression Entropy encoding Source encoding msccomputerscience.com

Source encoders and destination decoders Before Transmitting source information, a compression algorithm is applied Source encoder’s main function is to carry out compression algorithm on source information The destination produces the original source by applying decompression algorithm The main function of destination decoder is to carry out decompression algorithm. msccomputerscience.com

Lossless and lossy compression Compression algorithm can eitherbe lossy/lossy In lossless compression algorithm, aim is to reduce amount of source information to be transmitted such a way that when compressed information is decompressed there is no loss of information. Lossless compression is Reversible Used for text file transmission msccomputerscience.com

Lossy compression algorithm,is used when there is no need of reproduce exact copy of source information and only approximated version is sufficient Lossy compression is used for image/audio/video transmission Since it is not detectable by the sensitivity of eye msccomputerscience.com

Entropy encoding Eentropy encoding is lossless and independent compression of information Entropy encoding is concerned with representation of information Two widely used entropy encoding techniques Runlength encoding Statistical encoding msccomputerscience.com

Source encoding This method is used to produce an alternate form of representation,that is compressed form of source (or) a representation suitable for application of compression DCT is an example where we can illustrate,this source encoding msccomputerscience.com