

MCQOPTIONS
Saved Bookmarks
1. |
A pixel p at coordinates (x, y) has neighbors whose coordinates are given by:(x+1, y), (x-1, y), (x, y+1), (x, y-1)This set of pixels is called ____________ |
A. | 4-neighbors of p |
B. | Diagonal neighbors |
C. | 8-neighbors |
D. | None of the mentioned |
Answer» B. Diagonal neighbors | |