convert from hsi to rgb in matlab with out using hsi2rgb and convert from rgb to hsv in matlab with out using hsi2rgb
8 ビュー (過去 30 日間)
古いコメントを表示
convert from hsi to rgb in matlab with out using hsi2rgb and convert from rgb to hsv in matlab with out using hsi2rgb
0 件のコメント
回答 (2 件)
Image Analyst
2017 年 4 月 1 日
1 件のコメント
Pushkar Khatri
2019 年 3 月 8 日
there is hsv to rgb conversion but no formula for hyperspectral image to rgb conversion (hsi2rgb). Can you please provide solution for that too?
Thanks in advance
DGM
2023 年 6 月 27 日
MATLAB/IPT do not have tools for HSI or HSL. There are multiple submissions on the File Exchange, some of which are only one-way, some of which have bugs. This portion of MIMT includes bidirectional HSI-RGB conversion tools:
If you're trying to create false-color images from hyperspectral data, you can use colorize(). That requires you have IPT and a newer version, and you need to install the Hyperspectral Imaging Library.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!