How to calculate intensity value of a single pixel in an image ?

A
Aislinn · Oct 26, 2020 · 2K views
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)
Expert Answer
Profile picture of John Williams
John Williams PhD Expert
Answered Aug 15, 2026
Intensity_at_location = grayImage(RowIndex, ColumnIndex)
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!