MATLAB: Shadow Removal Using Intensity Surfaces and Texture Anchor Points

enhancementImage Processing ToolboxMATLABsegmentationshadow detectionshadow removal

I am working on removal of shadows from a single image.The shadows from the image must be detected first and then it has to removed. Currently i am using region growing technique for detecting the shadow. Is there any other method for this? plz help me out..

Best Answer

This seems more like an image processing question than a MATLAB question. Maybe you should try the sci.image.processing newsgroup, because there's nothing "built into" MATLAB to do shadow removal. If you have some question about code, for example you coded up this algorithm: http://www.cs.huji.ac.il/~danix/ShadowRemoval/index.html then this forum might help you with coding questions.
Related Question