convert from hsi to rgb in matlab with out using hsi2rgb and convert from rgb to hsv in matlab with out using hsi2rgb

조회 수: 16 (최근 30일)
convert from hsi to rgb in matlab with out using hsi2rgb and convert from rgb to hsv in matlab with out using hsi2rgb

답변 (2개)

Image Analyst
Image Analyst 2017년 4월 1일
The formulas are here: http://www.easyrgb.com/en/math.php
  댓글 수: 1
Pushkar Khatri
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
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.

카테고리

Help CenterFile Exchange에서 Display Point Clouds에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by