フィルターのクリア

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

1 回表示 (過去 30 日間)
shubham tawade
shubham tawade 2018 年 9 月 24 日
コメント済み: shubham tawade 2018 年 10 月 2 日
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

回答 (1 件)

jonas
jonas 2018 年 9 月 24 日
編集済み: jonas 2018 年 9 月 24 日
This is a response to the question in the title. I don't know what shirolekha means.
[~,row]=max(sum(~IM,2))

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by