1. There are different relationships between pixels including neighborhood, adjacency, connectivity, and paths.
2. Neighborhood refers to the pixels surrounding a given pixel. Adjacency means two pixels are connected based on a similarity criterion.
3. Connectivity determines if pixels are adjacent in a certain sense like 4-connected or 8-connected based on their neighborhoods.