light-source-direction-estimation
Does anyone have a C code for light-source-direction-estimation-from-a-single-image?
Basically this link says it all : http://bit.ly/126QQRX
Steps to follow:
BTW looking at how recent these papers are (techniques invented in 2009-2010 are considered new in computer vision) it will be hard to find a copy paste algorithm. You will have to dig in it yourself unfortionately.
Asked: 2013-03-31 05:43:19 -0600
Seen: 1,649 times
Last updated: Apr 01 '13
-1 due to code begging
Like @Guanta said, please put some effort in it. IF you have googled for an approach, try implementing it and get back here with your suggestions and problems. Just posting a question which is basically telling us 'please solve my high school project' will not get you anywhere on this forum.
@StevenPuttemans: thanks for writing a more comprehensive statement, I was too lazy :)
Yes,it was too begging. Then, I would appreciate it if anyone could suggest where to find the algolithm so that I could implement it into C codes partly using OpenCV libraries.
I found a couple of papers where I could read a complete light-direction-estimation algorithm without communicating with each author. Though each algorithm has some strong limitations such as spherical for depicted objects, it will do as a starting point anyway, thanks.
Accept answers if our help satisfied your needs :)