Clear Filters
Clear Filters

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

1 view (last 30 days)
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

Answers (1)

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

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!