Is this grayscale image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Kiha Kim
am 13 Dez. 2021
Beantwortet: Walter Roberson
am 13 Dez. 2021
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)
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 13 Dez. 2021
Yes.
It could also be considered a black and white image.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Feature Detection and Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!