Intensity Values
Show older comments
Hi. I'm attempting to find the fringe visibility of an interference pattern from a diffraction grating, using MATLAB. I have an image of this pattern, and have used the following code so far in MATLAB:
myimage = imread('IMG_0166.JPG') image = rgb2gray(myimage); imshow(image)
I'm struggling to find a way in which i can go about obtaining the intensity values from this image.
Any help would be appreciated,
Thanks.
Answers (2)
Walter Roberson
on 13 Mar 2011
0 votes
Please clarify what you mean by the "intensity values". The grayscale version of the image is already the relative intensity where intensity means luminosity under the presumption of linear response of the sensors. If you are looking for absolute luminosity then you need a calibration.
Luke
on 13 Mar 2011
0 votes
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!