フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to scan the image in specific region is all white?

2 ビュー (過去 30 日間)
Nurul Najmah
Nurul Najmah 2015 年 5 月 5 日
閉鎖済み: Walter Roberson 2015 年 5 月 5 日
true
final= maxxImage(60:100, :);
if all(final == 0)
disp('rows were all pure white');
else
disp('there was at least one pixel somewhere in one of the rows that was not pure white');
end
from the maxxImage(BinaryImage),i want to find whether the value in region row(60 to 100),all columns is all white. and display the result. when its no true,its display its not pure white.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by