19ECE454 Image Processing_SET `1
19ECE454 Image Processing_SET `1
Dynamic range: Ratio of maximum measurable intensity to minimum detectable intensity level. - Upper limit is
determined by saturation and lower limit by noise
images whose gray levels span a significant portion of the gray scale as having a high dynamic range.
Conversely, an image with low dynamic range tends to have a dull, washed out gray look.
• The total number, b, of bits required to store a digital image is
• b = M*N*k --(k –count of bits)
• When an image can have 2^k gray levels,it is common practice to
refer to the image as a“k-bit image.”
• For example,an image with 256 possible gray-level values is called
an 8-bit image.
• Note that storagere quirements for 8-bit images of size 1024*1024
and higher are not insignificant.
Linear vs. coordinate indexing
• In image processing, linear indexing and coordinate indexing are
two ways to access pixel values,
• but they interpret the image matrix differently.
• 1. Coordinate Indexing (Row-Column):
• Uses (row, column) to locate a pixel.
• 2. Linear Indexing (Flattened Array):
• Treats the 2D matrix as a 1D array by stacking rows (or columns)
sequentially.
• Indexing is by a single number (alpha)
Spatial resolution
• Spatial resolution is the smallest discernible detail in an image.
• Suppose that we construct a chart with vertical lines of width W,
with the space between the lines also having width W.
• A line pair consists of one such line and its adjacent space. Thus,
the width of a line pair is 2W,and there are 1/2W line pairs per unit
distance.
• Largest number of discernible line pairs/unit distance
• Dots/inch –Printing industry
• In US – dpi (unit) newspaper – 75dpi
Effect of reducing Spatial Resolution
Lower resolution images
are smaller in size
Original size 2136*2136
72dpi size 165*166 - degraded
Effects of varying the number of intensity
levels – spatial resolution constant
y
y-1
x x+1
x-1
Two Regions that are not
adjacent are said to be disjoint
- Inner border
- Outer border
The concept of an edge is found frequently in discussions dealing with regions and boundaries.
key difference - The boundary of a finite region forms a closed path -“global”concept.
edges are formed from pixels with derivative values that exceed a preset threshold.
possible to link edge points into edge segments - these segments linked - a way that correspond to boundaries,
but this is not always the case.
The one exception in which edges and boundaries correspond is in binary images - the edge extracted from a
binary region will be the same as the region boundary.
• Elementwise product –
• Hadamard product—
multiplying pair of pixels
Linear / Non linear
Operator H
• Additivity
• Homogeneity
Image of same size
Output same size as input
• The variances are arrays of same size as
input image, and there is a scalar variance
values for each pixel location
As K increases???
In order to avoid blurring and other artifacts ,
images to be registered
24 bit images – consists
of three 8 bit channels