How to decompose the image into illumination and reflectance components using Matlab?

11 ビュー (過去 30 日間)
ghada sandoub
ghada sandoub 2020 年 2 月 21 日
回答済み: Xiaotao Chen 2021 年 3 月 3 日
I have an image (L) and I want to estimate the illumination component (I) and the reflectance component (R) separately. Does anyone know how to do this in Matlab?
oR if I estimated the illumination I , how to estimate the reflectance R using the following equation on Matlab?
R(i,j) = log ( L(i,j)) - log ( I(i,j))
I did this on matlab :
R = log ( L+1) - log(I-1)
but all the values of R are negative !!!!. is it normal ?????? any help would be appreciated
  1 件のコメント
Xiaotao Chen
Xiaotao Chen 2021 年 3 月 3 日
Hi, sir. I am also learning the separation of reflection field and light field, can we talk about it?

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

回答 (1 件)

Xiaotao Chen
Xiaotao Chen 2021 年 3 月 3 日
Hi, sir. I am also learning the separation of reflection field and light field, can we talk about it?

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by