Finding index value in BW image

1 vue (au cours des 30 derniers jours)
MUHAMAD NUR AFIF
MUHAMAD NUR AFIF le 14 Mai 2014
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]

Réponse acceptée

Image Analyst
Image Analyst le 14 Mai 2014
indexValue = grayImage(Y, X);

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by