This document discusses pixel relationships and neighborhood concepts in digital images. It defines a pixel and pixel connectivity. There are different types of pixel neighborhoods, including 4-neighbor, 8-neighbor, and diagonal neighbors. Connected components are sets of pixels that are connected based on pixel adjacency. Algorithms can label connected components and identify distinct image regions. Various distance measures quantify how close pixels are, such as Euclidean, Manhattan, and chessboard distances. Arithmetic and logical operators can combine pixel values from different images. Neighborhood operations apply functions to pixels based on their values and those of nearby pixels.
Related topics: