Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Im going over this paper by Vogel A Direct Numerical Approach to Perspective Shape-from-Shading. I have a problem in the way they define the normalized image brightness I(x) as:

I(x) = E(x)/sigma

where sigma "depends on the albedo of the surface and the intensity of the light source".

I am estimating the albedo with the formula given here. As the albedo is in the range of [0, 1], and the max light intensity is 255, I'm guessing that sigma must be atmost 255. However, in the paper the authors have taken a value of 1000.

It would be great if someone could explain why, and where I'm wrong.

Thanks

question from:https://stackoverflow.com/questions/65873691/normalizing-image-in-shape-from-shading

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...