AyanHaldar Image Processing
AyanHaldar Image Processing
Abstract:
Understanding pixel neighbourhoods and connectivity is vital in
digital image processing for tasks like segmentation, edge detection,
and object recognition. This report examines various types of pixel
adjacency, including 4-connectivity, 8-connectivity, and m-
connectivity, highlighting their significance in different
applications. Analysing these connectivity models enhances image
interpretation, facilitating advancements in computer vision and
pattern recognition.
Introduction:
Digital images are structured as matrices of pixels, where each pixel
holds an intensity or colour value. The spatial relationships among
pixels significantly influence image processing operations.
Neighbourhood and connectivity concepts define how pixels relate to
one another, playing a critical role in region segmentation, boundary
identification, and morphological transformations. This report
explores pixel adjacency types and their relevance in digital image
analysis.
Main Context:
1. 4-Adjacency
In 4-adjacency, a pixel is linked to its four immediate neighbours:
left, right, top, and bottom, forming what is known as the von
Neumann neighbourhood.
2. 8-Adjacency
In 8-adjacency, a pixel is connected to all eight surrounding
pixels, including diagonals, forming the Moore neighbourhood.
1. Binary Connectivity
Binary images, consisting of only two intensity levels (0 and 1),
rely on connectivity rules to form regions:
2. Gray-Level Connectivity
In grayscale images, connectivity is defined based on pixel
intensity similarities. Thresholding techniques determine which
pixels belong to a region, ensuring effective segmentation and
clustering.
1. Image Segmentation
3. Morphological Operations
4. Object Recognition
In object recognition, understanding pixel connectivity enables
accurate identification of shapes, sizes, and orientations. By
evaluating pixel relationships, algorithms classify objects and
improve detection accuracy in applications like facial recognition
and medical imaging.
Conclusion:
Reference: