2.image formation (backup slide 2)

46
Image Formation Image Source: http://www.sprawls.org/resources/CTIMG/module.htm#1 Department of Computer Science And Engineering Shahjalal University of Science and Technology Nashid Alam Registration No: 2012321028 [email protected] Masters -2 Presentation (Backup Slides# 2) Slide Courtesy : Dr. Mohammed Jahirul Islam

Upload: nashid-alam

Post on 16-Jul-2015

53 views

Category:

Education


2 download

TRANSCRIPT

Page 1: 2.Image formation (Backup slide 2)

Image Formation

Image Source:http://www.sprawls.org/resources/CTIMG/module.htm#1

Department of Computer Science And Engineering

Shahjalal University of Science and Technology

Nashid AlamRegistration No: 2012321028

[email protected] Masters -2 Presentation

(Backup Slides# 2)

Slide Courtesy :

Dr. Mohammed Jahirul Islam

Page 2: 2.Image formation (Backup slide 2)

Image Formation

Page 3: 2.Image formation (Backup slide 2)

Image Formation

Page 4: 2.Image formation (Backup slide 2)

Image Formation

Page 5: 2.Image formation (Backup slide 2)

Image Formation

Mammography Machine

Mammography Machine

Page 6: 2.Image formation (Backup slide 2)

Image Formation

Page 7: 2.Image formation (Backup slide 2)

Image Formation

Page 8: 2.Image formation (Backup slide 2)

Image Formation

Original image from MIAS database

Grayscale (Unit8 )Intensity range: 0-255

(3 channel)

Page 9: 2.Image formation (Backup slide 2)

Image Formation

Grayscale (Unit8 )Intensity range: 0-255

(3 channel)To

Grayscale ( Uint8)Intensity range: 0-255

(single channel)

rgb2

gray(img)

Page 10: 2.Image formation (Backup slide 2)

Image Formation

im2double(img)

Intensity Range: 0-1 (3 channel)

Page 11: 2.Image formation (Backup slide 2)

Image Formation

I2 = im2double(I1)

converts the intensity

image I1 to double

precision,

rescaling the data if

necessary.

Page 12: 2.Image formation (Backup slide 2)

Image Formation

Grayscale (Double)Intensity range: 0-1

(3 channel)To

Grayscale ( Double )Intensity range: 0-1

(single channel)

rgb2gray(im)

Page 13: 2.Image formation (Backup slide 2)

Image Formation

Page 14: 2.Image formation (Backup slide 2)

Image Formation

Page 15: 2.Image formation (Backup slide 2)

Image Formation

Along x-axis

Along Y-axis

Page 16: 2.Image formation (Backup slide 2)

Image Formation

Page 17: 2.Image formation (Backup slide 2)

Image Formation

Page 18: 2.Image formation (Backup slide 2)

Image Formation

Page 19: 2.Image formation (Backup slide 2)

Image Formation

Page 20: 2.Image formation (Backup slide 2)

Image Formation

Page 21: 2.Image formation (Backup slide 2)

Digital Image

Page 22: 2.Image formation (Backup slide 2)

Digital Image

Intensity range: 0-255 (3 channel)

Intensity range: 0-255 (single channel)

Page 23: 2.Image formation (Backup slide 2)

Digital Image

Page 24: 2.Image formation (Backup slide 2)

Digital Image

Page 25: 2.Image formation (Backup slide 2)

Digital Image

Page 26: 2.Image formation (Backup slide 2)

A Simple Image Formation Model

Page 27: 2.Image formation (Backup slide 2)

A Simple Image

Formation ModelThe Illumination- Reflectance Model

Page 28: 2.Image formation (Backup slide 2)

A Simple Image

Formation ModelThe Illumination- Reflectance Model

Image as 2D lightIntensity function

Reflection

Illumination

Page 29: 2.Image formation (Backup slide 2)

Simple Imaging Model

Page 30: 2.Image formation (Backup slide 2)

Simple Imaging Model

Page 31: 2.Image formation (Backup slide 2)

Simple Imaging Model

Page 32: 2.Image formation (Backup slide 2)

Simple Imaging Model

Page 33: 2.Image formation (Backup slide 2)
Page 34: 2.Image formation (Backup slide 2)
Page 35: 2.Image formation (Backup slide 2)
Page 36: 2.Image formation (Backup slide 2)

• Consists of 322 images-- Contains left and right breast images for 161 patients

• Every image is 1024 X 1024 pixels in size

• Represents each pixel with an 8-bit word(8 bit to represent each pixel)

• (0-255)=256 gray level (Monochrome image)• No. of bit required to store image, b= M*N*k

(2k= 256; k=8,M=N=1024)

MIAS Database

Mammography Image Analysis Society (MIAS) -An organization of UK research groups

Database: http://skye.icr.ac.uk/miasdb/miasdb.html

Page 37: 2.Image formation (Backup slide 2)

• (0-255)=256 gray level (Monochrome image)• No. of bit required to store image, b= M*N*k

(2k= 256; k=8,M=N=1024)

MIAS Database

Mammography Image Analysis Society (MIAS) -An organization of UK research groups

Database: http://skye.icr.ac.uk/miasdb/miasdb.html

•No. of bit required to store image, b= M*N*k =(1024*1024*8) bit=8,388,608 bit

Page 38: 2.Image formation (Backup slide 2)
Page 39: 2.Image formation (Backup slide 2)
Page 40: 2.Image formation (Backup slide 2)
Page 41: 2.Image formation (Backup slide 2)
Page 42: 2.Image formation (Backup slide 2)
Page 43: 2.Image formation (Backup slide 2)
Page 44: 2.Image formation (Backup slide 2)
Page 45: 2.Image formation (Backup slide 2)
Page 46: 2.Image formation (Backup slide 2)