Intensity Values
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Walter Roberson
el 13 de Mzo. de 2011
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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!