You're given an image straight out of the camera pipeline. What - - PowerPoint PPT Presentation

you re given an image straight out of the camera pipeline
SMART_READER_LITE
LIVE PREVIEW

You're given an image straight out of the camera pipeline. What - - PowerPoint PPT Presentation

You're given an image straight out of the camera pipeline. What techniques can you think of to compress that image? (i.e., reduce the bits necessary to store it) EE 193 Imaging systems: Image compression Steven Bell 24 October 2019 Bitmap


slide-1
SLIDE 1

You're given an image straight out of the camera pipeline. What techniques can you think of to compress that image? (i.e., reduce the bits necessary to store it)

slide-2
SLIDE 2

EE 193

Steven Bell 24 October 2019

Imaging systems: Image compression

slide-3
SLIDE 3

Bitmap (.bmp) and Portable Graymap (.pgm)

No compression Store metadata in a small header Image data follows, as a binary or ASCII blob

P3 100 75 255 # And off we go! 62 53 PPM (portable pixmap) file

File type Width/height Max value / bit depth

slide-4
SLIDE 4

Graphics Interchange Format (.gif)

Only 8-bit (256 colors), but can use a palette Dithering can reduce the banding effects Compressed using Lempel-Ziv-Welch (LZW)

slide-5
SLIDE 5

Portable Network Graphics (.png)

Created as a free/open alternative to GIF

slide-6
SLIDE 6

Joint Picture Experts Group (.jpg, .jpeg)

Designed for natural images (and not digital-born graphics) Exploits sparsity in the frequency domain

slide-7
SLIDE 7

A few more...

JPEG-2000 TIFF