Image processing Fundamental.pptx
Image processing Fundamental.pptx
Sanjay Bhanderi
Pixel
— the elements of a digital image
b=M×N×k
g(x,y) = t(f(x,y))
Image Morphological
Restoration Processing
Image
Segmentation
Enhancement
Image Object
Acquisition Recognition
Representation
Problem Domain
& Description
Colour Image Image
Processing Compression
Pattern Recognition and Image Analysis
Image Interpolation
• Interpolation is used in tasks such as zooming,
shrinking, rotating, and geometrically
correcting digital images.
• Interpolation is the process of using known
data to estimate values at unknown locations.
• Nearest Neighbor Interpolation because it
assigns to each new location the intensity of
its nearest neighbor in the original image
• Adjacency
Let V be the set of intensity values
• Adjacency
Let V be the set of intensity values
(ii) q is in the set ND(p) and the set N4(p) ∩ N4(p) has no pixels whose values
are from V.
• Path
A (digital) path (or curve) from pixel p with coordinates (x0, y0) to pixel q with
coordinates (xn, yn) is a sequence of distinct pixels with coordinates
We can define 4-, 8-, and m-paths based on the type of adjacency used.
The 8-path from (1,3) to (3,3): The m-path from (1,3) to (3,3):
(i) (1,3), (1,2), (2,2), (3,3) (1,3), (1,2), (2,2), (3,3)
(ii) (1,3), (2,2), (3,3)
• Connected in S
Let S represent a subset of pixels in an image. Two pixels p with
coordinates (x0, y0) and q with coordinates (xn, yn) are said to be
connected in S if there exists a path
Where
• For every pixel p in S, the set of pixels in S that are connected to p is called a
connected component of S.
• Two regions, Ri and Rj are said to be adjacent if their union forms a connected
set.
• Regions that are not to be adjacent are said to be disjoint.
• Given pixels p, q and z with coordinates (x, y), (s, t), (u, v)
respectively, the distance function D has following
properties:
b. D(p, q) = D(q, p)
a. Euclidean Distance :
De(p, q) = [(x-s)2 + (y-t)2]1/2
• Affine transform
• Given T(u, v), the original image f(x, y) can be recoverd using
the inverse tranformation of T(u, v).
convolution = cross-correlation
Thank You.