Intensity Values
9 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(2 个)
Walter Roberson
2011-3-13
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.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!