image processing ch1: introduction prepared by: tahani khatib aou

10
Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

Upload: dwain-day

Post on 04-Jan-2016

248 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

Image Processing

Ch1: Introduction

Prepared by: Tahani KhatibAOU

Page 2: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

What is digital Image?

digital image: function of 2 variables, f(x,y), where x and y are spatial coordinates,

Pixels (pels): Elements of the digital image , each has intensity.

Intensity of pixel: the amplitudeغزارة of gray level (in gray scale images)

Note: images can be: binary, grayscale, color.

Ch1, lesson1: digital image processing

Page 3: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

What is digital image?The image consists of finite number of pixels ( f(x,y) )

pixel

Every pixel Is an intersection تقاطع between a row and a column.

every pixel has intensity كثافة

Ex:

f(4,3)= 123

Refers to a pixel existing on the intersection between row 4 with column 3, and its intensity is 123.

Ch1, lesson1: digital image processing

Page 4: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

Binary ImagesBinary images are images that have been quantized to two values, usually denoted 0 and 1, but often with pixel values 0 and 255, representing black and white .

Remember: images can be: binary, grayscale, color.

Ch1, lesson1: digital image processing

Page 5: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

Grayscale Images A grayscale (or graylevel) image is simply

one in which the only colors are shades of gray (0 – 255)

Page 6: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

Color Images Color image: A color image contains pixels

each of which holds three intensity values corresponding to the red, green, and blue or( RGB)

Page 7: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

What is digital image processing?

processing digital images by means of a digital computer.

This includes:

Analyze the imageتحليل Manipulate it تعديل Store it حفظDisplay it عرض

Ch1, lesson1: digital image processing

Page 8: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

What are digital image processing levels?

low level processes: primitive operations ex: reduce noise, enhance contrast enhancement and sharpening.

تحسينها نريد قديمة صورة مثال Mid: segmentation (partitioning image as

regions and objects).حوافه: لنبرز حاسوبيا تعديلها نريد لكرسي صورة مثال

High –level: recognizing objectsعليه: يتعرف ان الحاسوب نريد فيه لمشتبه صورة مثال

Ch1, lesson1: digital image processing

Page 9: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

Fundamental steps in digital image processing

Ch1, lesson2: Fundamental steps in digital image processing

Page 10: Image Processing Ch1: Introduction Prepared by: Tahani Khatib AOU

Image acquisition (ch2): capturing an image in digital form Image enhancement (ch3,4): making an image look better in a subjective way. Image restoration (ch5): improving the appearance of any image objectively. Color image processing (ch6): color models and basic color processing Wavelets and multiresolution processing (ch7): Wavelet transform in one and two dimensions. Image compression (ch8): reducing the stored and transmitted image data. Morphological image processing (ch9): extracting image components that are useful in the representation and description of shape. Image segmentation (ch10): partitioning an image into its constituent parts or objects. Representation and description (ch11) : boundary representation vs. region representation. Boundary descriptors vs. region descriptors. Recognition (ch12): assigning a label to an object based on its descriptors

Ch1, lesson2: Fundamentals steps in digital image processingFundamentals steps in digital image processing