Intro Imaging
Intro Imaging
1
Applications
• Medical Imaging
CT image of a
patient’s abdomen
liver
kidney
kidney
2
Visible Man Slice Through Lung
3
3D Reconstruction of the Blood Vessel Tree
4
CBIR of Mouse Eye Images for Genetic Studies
5
Robotics
• 2D Gray-tone or Color Images
“Mars” rover
• 3D Range Images
What am I?
6
Image Databases:
7
Abstract Regions for Object Recognition
8
Documents:
9
10
Insect Recognition for Ecology
11
Surveillance: Object and Event Recognition in Aerial Videos
12
Color Regions Structure Regions
Video Analysis
14
Digital Image Terminology:
0 0 0 0 1 0 0
pixel (with value 94)
0 0 1 1 1 0 0
0 1 95 96 94 93 92 its 3x3 neighborhood
0 0 92 93 93 92 92
0 0 93 93 94 92 93 region of medium
0 1 92 93 93 93 93 intensity
0 0 94 95 95 96 95
resolution (7x7)
• binary image
• gray-scale (or gray-tone) image
• color image
• multi-spectral image
• range image
• labeled image 15
Goals of Image and Video Analysis
• low-level
image image
• mid-level
image features
• high-level
features analysis
17
Low-Level
sharpening
blurring
18
Low-Level
Canny
ORT
data
structure
circular arcs and line segments 19
edge image
Mid-level
K-means
clustering
(followed by
connected
component
analysis)
data
structure
20
Low- to High-Level
low-level
edge image
mid-level
consistent
high-level line clusters
Building Recognition
21
Imaging and Image Representation
Sensing Process
Typical Sensing Devices
Problems with Digital Images
Image Formats
Relationship of 3D Scenes to 2D Images
Other Types of Sensors
22
Images: 2D projections of 3D
The 3D world has color, texture, surfaces,
volumes, light sources, objects, motion, …
A 2D image is a projection of a scene from a
specific viewpoint.
23
Images as Functions
24
Image vs Matrix
Digital images (or just “images”) are typically stored in a matrix.
26
Imaging Process
Light reaches
surfaces in 3D
Surfaces reflect
Sensor element
receives light
energy
Intensity counts
Angles count
Material counts
29
Blooming Problem with Arrays
Difficult to insulate
adjacent sensing
elements.
Charge often leaks
from hot cells to
neighbors, making
bright regions larger.
30
8-bit intensity can be clipped
Dark grid intersections
at left were actually
brightest of scene.
In A/D conversion the
bright values were
clipped to lower
values.
31
Lens distortion distorts image
“Barrel distortion” of
rectangular grid is
common for cheap
lenses ($50)
Precision lenses can
cost $1000 or more.
Zoom lenses often
show severe
distortion.
32
Resolution
• resolution: precision of the sensor
36
PBM/PGM/PPM Codes
• P1: ascii binary (PBM)
38
From 3D Scenes to 2D Images
• Object
• World
• Camera
• Real Image
• Pixel Image
39
3D Sensors
MRA (angiograph)
Laser range finders showing blood flow.
CT, MRI, and
ultrasound machines
Sonar sensors
Tactile sensors
(pressure arrays)
Structured light
sensors
Stereo
40
Where do we go next?
41