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

조회 수: 8 (최근 30일)
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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by