Tagged Questions
The image-enhancement tag has no wiki summary.
5
votes
3answers
561 views
averaging mask and laplacian mask in image processing
in a given application I apply an averaging mask to input images to reduce noise, and then a Laplacian mask to enhance small details. Anyone knows if I Would get the same results if I reverse the ...
4
votes
7answers
2k views
What software would you recommend for image enhancement prior to OCR (Optical Character Recognition)?
We are currently researching ways of enhancing image quality prior to submission to OCR. The OCR engine we are currently utilizing is the Scansoft API from Nuance (v15). We were researching the Lead ...
2
votes
3answers
87 views
Measure distance between images
Regarding my question about Gaussian noise reduction, I would like to know of a simple method to quantify the success of a noise reduction filter.
I've attempted a few methods of noise reduction and ...
2
votes
5answers
378 views
uneven illuminated images
How to get rid of uneven illumination from images, that contain text data, usually printed but may be handwritten? It can have some spots of lights because the light reflected while making picture.
...
0
votes
0answers
109 views
Fuzzy Image Enhancement
I need to implement an algorithm that makes Fuzzy Image Enhancement but I can't find any implementations to start with. Could you point me to some (googled with no success).
0
votes
2answers
392 views
CSI style zoom in and enhance now possible? [closed]
I have always thought the way they zoom in and enhance on TV and movies was strictly impossible. Essentially because you cannot create more information that there is to begin with.
There were ways to ...
0
votes
1answer
190 views
Imagemagick or similar for scripted image enhancement
I found the following algorithm to work fairly well for enhancement of various images of whiteboards, etc:
duplicate the layer, make sure the top layer is active
(gaussian)blur the new layer. You ...
0
votes
1answer
100 views
What is a good way of Enhancing contrast of color images?
I split color image for 3 channels and made a contrast enhancement of each channel.
Then merged them together, I like the image at the result, but it has different colors.
Black objects became yellow ...