tags:

views:

59

answers:

2

Hi Guys,

I have a question on how to remove shadow and reflection on the signboard on the images. I have no idea abt how it is done.

I am doing coding in C#, emguCV (opencv wrapper)

I am seeking help on this issue. Thank you very much.

This is the example: (I can't post a picture cos i am a new user) http://img85.imageshack.us/img85/7826/reflectionshadowimages.png

A: 

We did something similiar in openCV before. We tried to get a acceptable result in photoshop and applied the same filter with openCV then. But image processing like that is no easy task, even in PS you have to be good to get nice results.

atamanroman
How can I do an image enhancement on these imagesPotential Problem1.Image is partially shaded 2.Image contains reflected image on the image3.Image too dark or too brightThe pic can be found in here (Look at the signboard)http://img85.imageshack.us/img85/7826/reflectionshadowimages.png
H-TWO-O
play with the levels, but reflections will be hard
atamanroman
what do u mean play with the levels?
H-TWO-O
maybe you should get a bit into graphics before you start automated image correction :>
atamanroman
A: 

Maybe you could try with filtering (e.g. Gaussian or similar) or histogram equalizing.

Adi