Is this grayscale image?

1 次查看(过去 30 天)
A= zeros(10,10);
B=ones(10,10);
C=[ A B A B A B A];
D=[C;C;C;C;C;C;C;C];
imshow(D)

采纳的回答

Walter Roberson
Walter Roberson 2021-12-13
Yes.
It could also be considered a black and white image.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Feature Detection and Extraction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by