Azzera filtri
Azzera filtri

find a row containing maximum number of black pixel in an image??

1 visualizzazione (ultimi 30 giorni)
I am working on a project where i want to find out the shirolekha of devnagri script. I want to replace those black shirolekha with white pixel

Risposte (1)

jonas
jonas il 24 Set 2018
Modificato: jonas il 24 Set 2018
This is a response to the question in the title. I don't know what shirolekha means.
[~,row]=max(sum(~IM,2))

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