Presentation Graphics

  • Uploaded by: kipruto cheruiyot
  • 0
  • 0
  • April 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Presentation Graphics as PDF for free.

More details

  • Words: 1,962
  • Pages: 37
2-D Compression Technique for Computer Graphics Data Models. Cheruiyot W.Kipruto; (PhD Computer Science Student) No:084608005 ADVANCED COMPUTER GRAPHICS PRESENTATION Supervisor: Dr. Lei Wang

College of Information Science and Engineering. Central South University. Changsha, Hunan, 410083, P.R China.

OUTLINE • BACKGROUND • RELATIONSHIPS BETWEEN GRAPHICS AND IMAGES • WHY COMPRESS GRAPHICS DATA? • STEPS • CONCLUSION • REFERENCES

BACKGROUND • Computer Graphics Modeling is used in many fields: Computer-Aided Design (CAD), Visualisation, Business Graphics, Scientific Visualisation, Geographical Information Systems (GIS), Image Processing, Education & Training, etc.

• Developed using the basic model designs from Graphics Languages or Software Packages.

Relationship Between Images and Graphics: • Graphics Models can be converted to Images using different Techniques (in different standard file formats).

• Images vs. Graphics

– images are sequences of picture elements, graphics are a series of commands. – images are captured, graphics are created.

But – graphics can be converted into (synthetic) images

Relationship Between Images and Graphics (contd…) • Raster graphics appear onscreen very quickly. • Raster graphics are great for converting and representing very complicated graphics into images. • Converted images can now be compressed using the various techniques.

Table 1: Relationships between CG and IP and topics related or shared between both disciplines. Computer graphics Synthesis

Shared/related

Image processing

Image

Rendering

Volume/perception/ color

Processing Filtering Thresholding

supersampling

filtering

Texture mapping Texture filtering

Image 2D

Animation

image

Morphing

Types of Computer Graphics • There are 2 types : - raster (composed of pixels) and - vector (composed of paths). Bitmap image uses a grid of individual pixels where each pixel can be a different color or shade. Bitmaps are composed of pixels. • Raster Files – Def: Graphics in which a display image is composed of an array of pixel arranged in rows and columns. – Suited for the storage of real-world images. – JPEG is used /Applied to Raster Graphics.

Examples of Raster Graphics

List of Raster File Types – – – – – – –

AutoCAD Format 2-D (.dxf) Computer Graphics Metafile (.cgm) Graphics Interchange Format (.gif) JPEG File Interchange Format (.jpg) Kodak Photo CD (.pcd) Macintosh PICT (.pct) etc

Basically… • For ease of use, the graphic Models must be compressed • Various methods exists: Laplacian methods-for 3 D objects Differential coordinate representation Fourier Analysis for 3 D objects Various methods for 2 D objects

Definition • What is Data Compression? • Data Compression, sometimes known as "packing," refers to the creation of a smaller file from a larger file (or group of files). Alternatively, from Webopedia, compression is "storing data in a format that requires less space than usual."

Why Graphics Compression? • Complex datasets for use on the Internet, wireless devices, and in other bandwidth-and storage--limited applications. • To get interesting data faster: MP3 for Video music, JPEG and GIF for images, and MPEG4, Quicktime, and DVD for movies/ cartoons.

In Summary: • Storage - Compressed files take up less space. • Speed/efficiency - In many cases smaller files can be executed or read in less time. • Bandwidth/transfer time - Smaller files take less time to download/upload.

JPEG as a graphics compression technique: • JPEG compression is widely used in distribution and storage of images – based on the DCT – It assumes a fixed 2 D topology

• 3D imaging is being used in many applications – Animation, computer graphics, games – JPEG does not work on 3D structures

• 3D objects are very large – Object graphs can have hundreds of thousands of vertices and edges

• Challenge: Application of 2 D techniques to 3-D

JPEG as a graphics compression technique (contd…) • The JPEG format can be used by most applications and all browsers • It has very good compression algorithms • It stores a good quality image in a remarkably small file with little or no loss of quality

Requirements – implementation is independent of image size and applicable to any image and pixel aspect ratio. – Image content may be of any complexity (with any statistical characteristics). – should achieve very good compression ratio and good quality image. – should run on as many available platforms as possible. – Sequential decoding (line-by-line) and progressive decoding (refinement of the whole image) should be possible.

Processing Steps Uncompressed Image Image Preparation Pixel, Block, MCU

Image Preparation Prediction FDCT

Baseline Sequential Mode Block, MCU 8bits/pixel

Transformation Source Coding lossy DCT

Quantization

Compressed Image

Entropy Encoding Run-length Huffman Arithmetic

Run-length Huffman

Expanded Lossy Mode 12 bits/pixel

Layered coding

Lossless Mode

Hierarchical Mode

2-16 bits/pixel

Predictive Entropy coding

Switch between lossy DCT and lossless technique

Image Preparation (General Image Model) – The image preparation model in JPEG is very general. – It is independent from image Parameters such as image size, image and pixel ratio. – Source image consists of 1 to 255 components (planes). • For example, each component Ci (1≤ i ≤ 255) may be assigned to YUV, RGB or YIQ signals.

Image Preparation (contd…) Ci

Xi Cn

...

Yi

C2 C1 Division of the source image into planes

Image Preparation (cont.) – Each pixel is presented by ‘p’ bits, value is in the range of (2^p -1). – All pixels of all components within the same image are coded with the same number of bits. • Lossy modes of JPEG use precision of 8-12 bits per pixel. • Lossless mode uses precision of 2 up to 12 bits per pixel. • If JPEG application makes use of any other number of bits, then application must perform a suitable image transformation to the well-defined number of bits/pixel (JPEG standard).

Components and Resolutions Components with the same resolution X1 Y1

A1 A2

X2

X3

B1 B2

C1 C2

Y2

X1 = X2 = X3

Y3

An

Y1 = Y2 = Y3

Bn

Cn

RGB - 3 equal components Gray Scale has a single component

Components with different resolution X1 X2 A1 A2

X3

B1 B2

Y1

Y2

An

C1 C2

Y1 = Y2 = Y3

Y3

Bn/2

X1 = 2X2 = 2X3

Cn/2

YUV color image processing uses X1 = 4X2 = 4X3 Y1 = 4Y2 = 4Y3

Image Preparation (Dimensions of a Compressed Image) • We define – X_max = max(X_i) – Y_max = max(Y_i) – H_i - relative horizontal sampling ratio for each component, where X_i = X_max × H_i/H_max – V_i - relative vertical sampling ratio for each component, where Y_i = Y_max × V_i/V_max » H_i, V_i are integers and in the range of [1,4]. This definition is needed for interleaving of components.

Image Preparation (Blocks) – Images are divided into data units, called blocks • Lossy modes operate on blocks of 8X8 pixels. • Lossless modes operate on data units equal to 1 pixel. • DCT transformation operates on blocks.

– Data units are processed component by component and passed to image processing. – Processing of data units per component can be • Non-interleaved data ordering – Left to right, top to bottom

• Interleaved data ordering

Image Preparation (Minimum Coded Units - MCUs) – Interleaved Data units of different components are combined to minimum coded units (MCUs). • If image has the same resolution, then MCU consists of exactly one data unit for each component. – Decoder displays the image MCU by MCU.

• If image has different resolution for single components, then reconstruction of MCUs is more complex. – For each component, determine regions of the data units. Each component has same number of regions, MCU corresponds to one region. – Data units in a region are ordered left-right, top-bottom – Build MCU

• JPEG standard - only 4 components can be encoded in interleaved mode

Image Processing • After image preparation, – uncompressed image samples are grouped into data units of 8x8 pixels and passed to the JPEG encoder • order of the data units is defined by the MCUs • precision 8 bits/pixel represents the baseline mode • values are in the range of [0,255];

Image Processing (contd…) • First step: – pixel values the range (0-255) are shifted (ZEROSHIFT) into the range [-128,127] with 0 in the center. • Values in the 8x8 pixel are defined by S_yx with y,x in the range [0,7] and there are 64 sampled values S_yx in each block.

– DCT maps values from time to frequency domain. • 1D Forward Discrete Cosine Transformation • 2D Forward Discrete Cosine Transformation

Image Processing (DCT) 1D Forward Discrete Cosine Transformation 7

S(u) = C(u) — ∑ 2

x=0

( —)

S(x) cos

(2x+1)uπ

2D Forward Discrete Cosine Transformation

S(v,u) =

1 — 4

7

C(u)C(v) ∑

x=0

7

∑ S(y,x) cos y=0

S(x) - 1D sampled value C(u) - scaling coefficient S(u) - 1D DCT coefficient (transforms S(x) into frequency domain)

16

( —) ( —) (2x+1)u π 16

C(u), C(v) = 1/√2 for u,v = 0, C(u), C(v) = 1 otherwise S(y,x) - 2D sampled values C(u),C(v) - scaling coefficients S(v,u) - 2D DCT coefficients

cos

(2y+1)vπ 16

7

Image Processing (DCT) – S(v,u) coefficients: – S(0,0) includes the lowest frequency in both directions and it is called the DC coefficient. S(0,0) determines the fundamental color of the BLOCK(64 pixels). For this coefficient the frequency is equal 0 in both directions.

– S(0,1)…S(7,7) are called AC coefficients. Their frequency is non-zero in one or both directions. There exist many AC coefficients with a value around 0.

Entropy Encoding – After image processing we have quantized DC and AC coefficients. – Initial step of entropy encoding is to map 8x8 plane into 64 element vector

. . . Zig zag scan

Entropy encoding DC Coefficient Processing – Treat quantized DC coefficients separately from AC coefficients. • DC coefficients determine the basic color of the data unit. • DC coefficient is large and varied, but often close to previous value. • Use difference encoding.

Entropy Encoding AC Coefficient Processing – DCT processing of AC coefficients • follows zig-zag sequence which means that the coefficients with lower frequencies are encoded first, followed by higher frequencies. • Implies that we can get a sequence of similar data bytes, hence can apply entropy encoding. • JPEG standard specifies Huffman or Arithmetic encoding, in baseline mode only Huffman Coding is used.

Quantization • GOAL: To throw out bits. • Example: – 101101 = 45 (6 bits). – We can truncate this to 4 bits: 1011 - 11 – or 3 bits 101 = 5 (original value - 40) or 110 = 6 (value = 48)

• Uniform quantization is achieved by dividing the DCT coefficient value S(v,u) by N and rounding the result. • In S(v,u) how many bits do we throw away? • ANSWER: Use quantization tables

Quantization Tables – Quantization tables consist of 64 elements – Each value is 8 bits - Q_vu

• Using quantization tables we get new compressed values

– Sq_vu = S_vu / Q_vu

for each u,v in range [0,7]

• Dequantization must use the same tables. • Custom Quantization tables can be put in the image/scan headers. • Algorithms used packaged as software for use in Image Data Compression…

CONCLUSION • The technique explained is not suitable for all graphics formats • Techniques learned can be applied to 3 D graphics • Further reading needed.

References • • • •

http://www.3dcompression.com/ http://www.cc.gatech.edu/~lindstro/papers/floatzip/paper http://profs.logti.etsmtl.ca/paquette/Research/Papers/Paq http://profs.logti.etsmtl.ca/paquette/Research/Pape rs/Paquette.2004.cge/Paquette.2004.cge.pdf

References Books • – [Foley et al. 1990] Foley, J., Van Dam, A., Feiner, S., And Hughes, J. 1990. Computer Graphics Principles and Practice, 2nd ed. Addison-Wesley. • – [Gonzalez & Woods 2002] Gonzalez, R., And Woods, R. 2002. Digital Image Processing, 2nd ed. Prentice Hall. • – [Hearn & Baker 2004] Hearn, D., And Baker, M. 2004. Computer Graphics with OpenGL, 3rd ed. Prentice Hall. • [Watt & Policarpo 1998] Watt, A., And Policarpo, F. 1998. The Computer Image. Addison-Wesley.

Thank you Everyone…

Related Documents

Presentation Graphics
April 2020 2
Graphics
November 2019 36
Graphics
May 2020 21
Image & Graphics
June 2020 11

More Documents from ""

Presentation Graphics
April 2020 2