Chap01a DigitalImages
Chap01a DigitalImages
1,17/01/17
Chapter 01a
Fotogrametri Dijital
Compiled & developed by
Saptomo H Mertotaroeno, Ir., M.Sc.
[email protected]
PENDAHULUAN
Pattern recognition
(e.g., automatically locate
the fiducial marks)
DIGITAL IMAGES
10101110
10101110 = 1 x 27 + 0 x 26 + 1 x 25 + 0 x 24 + 1 x 23 + 1 x 22 + 1 x 21 + 0 x 20
= 128 + 0 + 32 + 0 + 8 + 4 + 2 + 0
= 174
11111111
11111111 = 1 x 27 + 1 x 26 + 1 x 25 + 1 x 24 + 1 x 23 + 1 x 22 + 1 x 21 + 1 x 20
= 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1
= 255
09/10/2024 03:26 AM Fotogrametri Dijital, SHM 14
Discrete Sampling & Spatial Resolution
• Digital images are produced through a process referred to as
discrete sampling.
‐ In this process, a small image areas (a pixel) is “sensed” to
determine the amount of electromagnetic energy given off by the
corresponding patch of the surface on the object.
‐ Discrete sampling of an image has two fundamental
characteristics, geometric resolution and radiometric resolution
(quantization and spectral resolution).
• Geometric (or spatial) resolution refers to the physical size of
an individual pixel, with smaller pixel sizes corresponding to
higher geometric resolution.
‐ Geometric resolution is important for feature recognition in
digital photographs.
09/10/2024 03:26 AM Fotogrametri Dijital, SHM 15
The effect of
different geometric
resolutions on
image clarity.
Geometric resolution
is important for
feature recognition in
digital photographs.
(UV region is
seldom used near infrared (NIR)
for P&RS)
• Solution.
Number of pixels per channel = 3000 X 3000 = 9,000,000 pixels
Bytes per pixel = (3 channels) X (1 byte) = 3 bytes
Image size = (9,000,000 pixels) X (3 bytes/pixel) = 27,000,000 bytes
Transfer time = (27,000,000 bytes)/(100,000 bytes/s) = 270 s, or 4.5 min
Coordinate transfor-
mation : (image coor-
dinate system) ↔
(photo coordinate
system), plus resam-
pling.
09/10/2024 03:26 AM Fotogrametri Dijital, SHM 36
Digital Image vs Photo Coordinate System (2)
(from digital camera)
y0
y
y’
x’
x0 (photo coordinate system)
“right-handed coordinate system)”
x’ = y – y0
y’ = x0 – x
(translation from
Digital Image Coordinate System
x to
(digital image coordinate system) Photo Coordinate System)
“right-handed coordinate system”
x’
y0 (photo coordinate system)
“right-handed coordinate system)”
x’ = x – x0
y’ = y0 – y
(translation from
Digital Image Coordinate System
y to
(digital image coordinate system) Photo Coordinate System)
“non-right-handed coordinate system”
(“non-right-handed”)
(“right-handed”)
The process :
The digital number of each pixel in an original image is input to a
computer, with its inherent row and column location.
The computer operates on the digital number according to some
preselected mathematical function or functions.
Stores the results in another array which represents the new or
modified image.
09/10/2024 03:26 AM Fotogrametri Dijital, SHM 42
Digital Image Processing (2)
DIP is strictly concerned with the image values of each pixel.
There is no consideration of the content of the image.
Visualization Acquisition
(Scanner & Digital Camera)
Enhancement &
Image Storage
Restoration Processing
Segmentation Compression
09/10/2024 03:26 AM 45
Image Enhancement
(Radiometric Processing)
Aknowledgements
Some data, information, illustrations, and diagrams in this presentation are quoted
from .ppt files developed by Dr. Ir. Bobby S Dipokusumo, M.Sc, and Dr. Ir. Andri
Hernandi, MT.
Fotogrametri Dijital
Compiled & developed by
Saptomo H Mertotaroeno, Ir., M.Sc.
[email protected]