Return coordinate of a first nonzero value pixel from a matrix of an image.

1 visualizzazione (ultimi 30 giorni)
Hai friends, I have a binary image. I want my function return coordinate of the first nonzero value pixel from a selected row. How can I achieve this ? Thankq..

Risposta accettata

Walter Roberson
Walter Roberson il 10 Dic 2011
find(YourImage(TheRow,:),1)

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by