フィルターのクリア

How can I combine the separated H, S, V components into a single image?

3 ビュー (過去 30 日間)
Vishnu R
Vishnu R 2015 年 10 月 14 日
コメント済み: Thorsten 2015 年 10 月 14 日
Separated H, S, and equalized V components can be joined into a single image

回答 (1 件)

Thorsten
Thorsten 2015 年 10 月 14 日
If you store the individual layers in H, S, and V, you can assemble them along the third dimension using
HSV = cat(3, H, S, V);
  6 件のコメント
Jan
Jan 2015 年 10 月 14 日
Of course. Simply "equilize" V before applying the concatenation.
Thorsten
Thorsten 2015 年 10 月 14 日
Please be more specific about how you equalized V and what error occurs.

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

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by