フィルターのクリア

what does 4D of an image indicates?

19 ビュー (過去 30 日間)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013 年 3 月 12 日
2D means, row and columns of an image.. 3D means.. row,column,RGB... in 4D, what are the dimensions it indicates?

採用された回答

Image Analyst
Image Analyst 2013 年 3 月 12 日
If you have multiple multispectral images then it's a 4D image, for example a stack of color confocal microscopy images where each slice/layer is a 3 color (RGB) image. Or the Visible Human though they may store their data in some special format on disk.
Another example would be a color video where each color frame is a 3D image but you have multiple frames taken at different times. So the 4th dimension is time.
  1 件のコメント
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013 年 3 月 12 日
thanks image analyst and thanks walter.. you have multiple frames taken at different times. So the 4th dimension is time. this will match my requirement.

サインインしてコメントする。

その他の回答 (1 件)

Jan
Jan 2013 年 3 月 12 日
It depends. The 4th component could mean an alpha channel, see "RGBA". Or the image is not stored in RGB colors, but in the CMYK color model. Or you have 4 different layers of grayscale images, e.g. stored in a TIFF file. Or it is any other 4 channel image taken by a camera which records 4 different wavelengths, perhaps green and 3 different infra-read-channels.
  3 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 12 日
The 4th dimension is probably for an image sequence. I(:,:,:,J) being for the J'th image.
Image Analyst
Image Analyst 2013 年 3 月 12 日
A multispectral image is a 3D image no matter how many spectral channels it has. If you have multiple multispectral images then it's a 4D image, for example a stack of color confocal microscopy images where each slice/layer is a 3 color (RGB) image.

サインインしてコメントする。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by