Is this grayscale image?

조회 수: 1 (최근 30일)
Kiha Kim
Kiha Kim 2021년 12월 13일
답변: Walter Roberson 2021년 12월 13일
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