MATLAB: How to get the pixel values for array of selected coordinates of an Image

image processing

Suppose, I have an Image I. An array of selected coordinates contains coordinates as elements less than or equal to the number of pixels in the image. How to get the pixel values for those coordinates?

Best Answer

doc interp2
Related Question