InterviewSolution
Saved Bookmarks
| 1. |
Row-column deletion method of Image Shrinking is an equivalent process to which method of Zooming?(a) Bilinear Interpolation(b) Contouring(c) Pixel Replication(d) There is no such equivalent processThis question was posed to me in an internship interview.My doubt is from Zooming and Shrinking Digital Images in section Image Enhancement of Digital Image Processing |
|
Answer» RIGHT choice is (C) Pixel Replication Explanation: Row-column deletion METHOD is used to shrink an image by one-half, one-fourth and so on. In case of one-half we delete every other row and column. |
|