Page 1 of 1

A pixel p at coordinates (x, y) has neighbors whose coordinates are given by: (x+1, y+1), (x+1, y-1), (x-1, y+1), (x-1,

Posted: Thu Jul 14, 2022 10:06 am
by answerhappygod
a) 4-neighbors of p
b) Diagonal neighbors
c) 8-neighbors
d) None of the mentioned