Expert Image Processing Question:

Write short notes on neighbors of a pixel?

Tweet Share WhatsApp

Answer:

The pixel p at co-ordinates (x, y) has 4 neighbors (ie) 2 horizontal and 2 vertical neighbors whose co-ordinates is given by (x+1, y), (x-1,y), (x,y-1), (x, y+1). This is called as direct neighbors. It is denoted by N4(P)
Four diagonal neighbors of p have co-ordinates (x+1, y+1), (x+1,y-1), (x-1, y-1),
(x-1, y+1). It is denoted by ND(4).
Eight neighbors of p denoted by N8(P) is a combination of 4 direct neighbors and 4 diagonal neighbors.

Download Image Processing Expert PDF Read All 57 Image Processing Expert Questions
Previous QuestionNext Question
Specify the elements of DIP system?The smallest discernible change in intensity level is called ____________
a) Intensity Resolution
b) Contour
c) Saturation
d) Contrast