i'm doing project and need to calculate intensity value of a specific pixel in an image. I am using the following code. Is it right? plz help us.. rgbImage = imread('car.jpg'); grayImage = rgb2gray(rgbImage); impixel(grayImage)
John Williams answered .
2025-11-20
Intensity_at_location = grayImage(RowIndex, ColumnIndex)