Finding index value in BW image

1 次查看(过去 30 天)
How do i find the index value of a pixel in a black and white image without using the imtool function?
assume that the coordinate as [X, Y]

采纳的回答

Image Analyst
Image Analyst 2014-5-14
indexValue = grayImage(Y, X);

更多回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by