블로그 이미지
Leeway is... the freedom that someone has to take the action they want to or to change their plans.
maetel

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

calendar

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
  • total
  • today
  • yesterday

Category

2011. 6. 16. 02:05 Computer Vision
Digital Image Processing, 3rd ed.
Rafael C. Gonzalez & Richard E. Woods
Prentice Hall, 2008

google books: http://books.google.com/books?id=8uGOnjRGEzoC
official website: http://www.imageprocessingplace.com/

Rafael C. Gonzalez 
http://www.eecs.utk.edu/people/faculty/emeritus/gonzalez/main


1. Introduction
 
1.1 What is digital image processing?

digital image processing; processing digital images by means of a digital computer

picture elements = image elements = pels = pixels

image processing -> image analysis -> computer vision



- low-level process: both inputs and outputs are images
  eg. image preprocessing to reduce noise, contrast enhancement, image sharpening
- mid-level process:  inputs generally are images, but its outputs are attributes like edges, contours, identity of objects
  eg. segmentation, description of the objects, classification (recognition)
- higher-level process: recognized objects performs the cognitive functions associated with vision


   
1.2 The origins of digital image processing

halftone 망판(網版)화
http://terms.naver.com/entry.nhn?docId=270950
http://terms.naver.com/entry.nhn?docId=64830

 
http://en.wikipedia.org/wiki/Bartlane_cable_picture_transmission_system

http://en.wikipedia.org/wiki/Punched_tape


"modern digital computer"
with the introduction by John von Neumann of two key concepts: (1) a memory (2) conditional branching, which are the foundation of a CPU
+
mass storage & display systems
=> digital image processing


 
> the birth of digital image processing

- space probe

Work on using computer techniques for improving images from a space probe began at the Jet Propulsion Laboratory (Pasadena, California) in 1964 when pictures of the moon transmitted by Ranger 7 were processed by a computer to correct various types of image distortion inherent in the on-board television camera.

- medical diagnosis
Tomography consists of algorithms that use the sensed data to construct an image that represents a "slice" through the object. Motion of the object in a direction perpendicular to the ring of detectors produces a set of such slices, which constitute a three-dimensional rendition of the inside of the object. Tomography was invented independently by Sir Godfrey N. Hounsfield and Professor Allan M. Cormack, who shared the 1979 Nobel Prize in Medicine for their invention.



computerized axial tomography (CAT) http://en.wikipedia.org/wiki/Computerized_axial_tomography
서울대학교병원: 컴퓨터 단층 촬영 (Computed Tomography)


> applications of digital image processing 
   (1) for human interpretation
   (2) for machine perception


1.3 Examples of fields that use digital image processing

http://en.wikipedia.org/wiki/Electromagnetic_spectrum


http://en.wikipedia.org/wiki/Gamma_ray

positron emission tomography (PET) http://en.wikipedia.org/wiki/Positron_emission_tomography
양전자방출 단층촬영술 http://100.naver.com/100.nhn?docid=281698

http://en.wikipedia.org/wiki/X_ray

http://en.wikipedia.org/wiki/Ultraviolet

fluorescence microscopy http://en.wikipedia.org/wiki/Fluorescence_microscope
형광현미경 http://terms.naver.com/entry.nhn?docId=434197

http://en.wikipedia.org/wiki/Visible_light

light microscopy http://en.wikipedia.org/wiki/Light_microscopy#Optical_microscopy

http://en.wikipedia.org/wiki/Infrared

http://en.wikipedia.org/wiki/Thematic_map

http://landsat.gsfc.nasa.gov/images/

http://en.wikipedia.org/wiki/Multispectral_imaging

http://en.wikipedia.org/wiki/Defense_Meteorological_Satellite_Program

National Oceanic and Atmospheric Administration (NOAA) http://www.noaa.gov

http://en.wikipedia.org/wiki/Structured_light

Perceptics Corporation http://www.perceptics.com/

radar = radio detection and ranging  http://en.wikipedia.org/wiki/Radar

사이언스올 과학용어사전: 전파(radio wave) 

http://en.wikipedia.org/wiki/Magnetic_resonance_imaging

http://en.wikipedia.org/wiki/Microwaves


acoustic imaging
electron microscopy
synthetic (computer-generated) imaging


psi 평방 인치당 파운드(pounds per square inch: 타이어 등의 압력을 나타낼 때 씀) http://en.wikipedia.org/wiki/Pounds_per_square_inch

http://en.wikipedia.org/wiki/Ultrasound_imaging

http://en.wikipedia.org/wiki/Electron_microscope

transmission electron microscope (TEM) http://en.wikipedia.org/wiki/Transmission_electron_microscopy
투과전자현미경 (透過電子顯微鏡) http://terms.naver.com/entry.nhn?docId=432217

scanning electron microscope (SEM) http://en.wikipedia.org/wiki/Scanning_electron_microscope
주사전자현미경 (走査電子顯微鏡) http://terms.naver.com/entry.nhn?docId=422329


http://en.wikipedia.org/wiki/Fractal

tiling http://en.wikipedia.org/wiki/Tessellation

http://en.wikipedia.org/wiki/3d_modeling

http://en.wikipedia.org/wiki/3D_visualization


1.4 Fundamental steps in digital image processing

image acquisition,
image enhancement,
image restoration,
color image processing,
wavelets (-> image data compression / pyramidal representation),
compression,
morphological processing,
segmentation,
(boundary/regional) representation & description (feature selection),
recognition 


1.5 Components of an image processing system

- sensing - physical device (image sensor) + digitizer

- specialized image processing hardware - digitizer + ALU
http://en.wikipedia.org/wiki/Arithmetic_logic_unit

- general-purpose computer

- software - a package of specialized modules 

- mass storage - computer memory / frame buffers (=> zoom, scroll, pan)
http://en.wikipedia.org/wiki/Frame_buffer













 
posted by maetel