Girish Mahajan (Editor)

Pixel connectivity

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In image processing and image recognition, pixel connectivity is the way in which pixels in 2-dimensional (or voxels in 3-dimensional) images relate to their neighbors.

Contents

4-connected

4-connected pixels are neighbors to every pixel that touches one of their edges. These pixels are connected horizontally and vertically. In terms of pixel coordinates, every pixel that has the coordinates

( x ± 1 , y ) or ( x , y ± 1 )

is connected to the pixel at ( x , y ) .

6-connected

6-connected pixels are neighbors to every pixel that touches one of their corners (which includes pixels that touch one of their edges) in a hexagonal grid or stretcher bond rectangular grid.

There are several ways to map hexagonal tiles to integer pixel coordinates. With one method, in addition to the 4-connected pixels, the two pixels at coordinates ( x + 1 , y + 1 ) and ( x 1 , y 1 ) are connected to the pixel at ( x , y ) .

8-connected

8-connected pixels are neighbors to every pixel that touches one of their edges or corners. These pixels are connected horizontally, vertically, and diagonally. In addition to 4-connected pixels, each pixel with coordinates ( x ± 1 , y ± 1 ) is connected to the pixel at ( x , y ) .

6-connected

6-connected pixels are neighbors to every pixel that touches one of their faces. These pixels are connected along one of the primary axes. Each pixel with coordinates ( x ± 1 , y , z ) , ( x , y ± 1 , z ) , or ( x , y , z ± 1 ) is connected to the pixel at ( x , y , z ) .

18-connected

18-connected pixels are neighbors to every pixel that touches one of their faces or edges. These pixels are connected along either one or two of the primary axes. In addition to 6-connected pixels, each pixel with coordinates ( x ± 1 , y ± 1 , z ) , ( x ± 1 , y 1 , z ) , ( x ± 1 , y , z ± 1 ) , ( x ± 1 , y , z 1 ) , ( x , y ± 1 , z ± 1 ) , or ( x , y ± 1 , z 1 ) is connected to the pixel at ( x , y , z ) .

26-connected

26-connected pixels are neighbors to every pixel that touches one of their faces, edges, or corners. These pixels are connected along either one, two, or all three of the primary axes. In addition to 18-connected pixels, each pixel with coordinates ( x ± 1 , y ± 1 , z ± 1 ) , ( x ± 1 , y ± 1 , z 1 ) , ( x ± 1 , y 1 , z ± 1 ) , or ( x 1 , y ± 1 , z ± 1 ) is connected to the pixel at ( x , y , z ) .

References

Pixel connectivity Wikipedia