a very brief inroduction to image processing using processing bob pilgrim feb 11, 2014

8
A Very Brief Inroduction to Image Processing using Processing.org Bob Pilgrim Feb 11, 2014

Upload: inga

Post on 23-Feb-2016

22 views

Category:

Documents


0 download

DESCRIPTION

A Very Brief Inroduction to Image Processing using Processing.org Bob Pilgrim Feb 11, 2014. Each Pixel in an Image is Made up of Three Primary Colors. R. B. G. Color Invert (A Pixel-Level Operation). R -> 255 - R G -> 255 - G B -> 255 - B. Pixel (RGB Values). - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: A Very Brief Inroduction to Image Processing using Processing Bob Pilgrim Feb 11, 2014

A Very Brief Inroduction toImage Processing

using Processing.org

Bob Pilgrim

Feb 11, 2014

Page 2: A Very Brief Inroduction to Image Processing using Processing Bob Pilgrim Feb 11, 2014

R

GB

Each Pixel in an Image is Made up of Three Primary Colors

Page 3: A Very Brief Inroduction to Image Processing using Processing Bob Pilgrim Feb 11, 2014

Color Invert (A Pixel-Level Operation)

R -> 255 - RG -> 255 - GB -> 255 - B

Page 4: A Very Brief Inroduction to Image Processing using Processing Bob Pilgrim Feb 11, 2014

Pixel (RGB Values)

Page 5: A Very Brief Inroduction to Image Processing using Processing Bob Pilgrim Feb 11, 2014

Template Operations on Images

Page 6: A Very Brief Inroduction to Image Processing using Processing Bob Pilgrim Feb 11, 2014

Image Smoothing (Blur)

Page 7: A Very Brief Inroduction to Image Processing using Processing Bob Pilgrim Feb 11, 2014

http://processing.org/

Page 8: A Very Brief Inroduction to Image Processing using Processing Bob Pilgrim Feb 11, 2014

http://www.processing.org/tutorials/pixels/