Image standarization technique methods

asked 2017-04-25 00:34:11 -0600

ansh gravatar image

updated 2017-04-25 11:41:07 -0600

I want to know what are the types of image standardizations techniques available. For example, I'm working on hemoglobin concentration detection using photographs in which the patient pull lower conjunctiva downwards with one hand while holding a color calibration card in the other hand. All images are standardized to enable comparison using a previously established method. First, each image was split into its component 8-bit red, green and blue channels. Each channel’s brightness was adjusted by multiplying its brightness by 200/MB where MB is the mean brightness of the color calibration card’s white square. At this point, the channels were duplicated, with one set merged to produce a 24-bit white-balanced image.

This image standardization technique is not perfect and many times give wrong results. Is there any better image standardization technique available. Any idea or right direction will be helpful.

Edit:

Sample image

edit retag flag offensive close merge delete

Comments

It's easier to answer if you give some example images.

Anyway, you can try histogram equalization, it might help.

kbarni gravatar imagekbarni ( 2017-04-25 09:14:55 -0600 )edit

use google with keywords "white balance algorithm mars probe" : Robotics, Vision and Control: Fundamental Algorithms in MATLAB

LBerger gravatar imageLBerger ( 2017-04-25 16:31:28 -0600 )edit

@LBerger I was not able to find the algorithm used. I found PDFs using of grey calibration but unable to find the algorithm. Could you please tell me where to find the algorithm.

ansh gravatar imageansh ( 2017-04-29 02:53:22 -0600 )edit