MCQOPTIONS
Saved Bookmarks
| 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, y-1) |
| A. | nThis set of pixels is called ____________ |
| B. | t4-neighbors of p |
| C. | tDiagonal neighbors |
| D. | t8-neighbors |
| E. | tNone of the mentioned |
| Answer» C. tDiagonal neighbors | |