From: bhupender on 29 Apr 2010 13:53 i want to increase brightness in the image like if some image is taken in evening time then i want to make it look like that has been taken in day time actually i have a image which is half taken in day and half taken in evening and i have stitched the both images now i want to make that stitched image look like it has been taken in day time
From: ImageAnalyst on 29 Apr 2010 14:52 bhupender: You need to do histogram matching of the dark half to your bright half. The best method I've seen for doing that is from Grundland and Dodgson: http://www.cl.cam.ac.uk/~mg290/Portfolio/ColorHistogramWarp.html This will only match colors and intensities. It won't add shadows or change shadow orientation - for that you'd need a 3D model of your scenery and light source(s).
From: bhupender on 30 Apr 2010 11:25 thanx how should i implement it in matlab?
|
Pages: 1 Prev: Color classification using a neural network Next: Calling MuPad procedures from MATLAB |