Question
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)
Related Questions
Expert Answer
John Williams
PhD Expert
Answered Aug 15, 2026
Intensity_at_location = grayImage(RowIndex, ColumnIndex)
Have a different question? Ask here