how to find the pixel value for an image in matlab

Answers (1)

Assuming you have read your image into a 3D array, then:
pixelValue = yourImage(row, column, sliceNumber);

Categories

Asked:

on 7 Jan 2014

Answered:

on 7 Jan 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!