Is my uint16 image matrix and RGB image?

1 Ansicht (letzte 30 Tage)
ARN
ARN am 18 Nov. 2019
Kommentiert: ARN am 19 Nov. 2019
Hi,
I received data set from somewhere and it is matrix of uint16 (spectrogram). I researched and i couldn't find myself a satisfactory answer. Are the unit16 images an rgb images? Is there a way to determine that?

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 18 Nov. 2019
Bearbeitet: KALYAN ACHARJYA am 18 Nov. 2019
Are the unit16 images an rgb images? Is there a way to determine that?
No, it doesnot mean that, this mean data types
Check the following:
[r c ch_num]=size(image);
If ch_num=3, you can say, it be RGB Image
or other ways
if size(image,3)==3
  1 Kommentar
ARN
ARN am 19 Nov. 2019
as i said i got it in matrix and i can tell its not 3-dimensional matrix. I would just go with 1

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by