Finding index value in BW image

1 visualizzazione (ultimi 30 giorni)
MUHAMAD NUR AFIF
MUHAMAD NUR AFIF il 14 Mag 2014
Risposto: Image Analyst il 14 Mag 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]

Risposta accettata

Image Analyst
Image Analyst il 14 Mag 2014
indexValue = grayImage(Y, X);

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by