The present invention relates to a color balance control method for color correction, and more particularly to an automatic color balance control method based on background analysis.
Certain types of light cause images captured by image sensors to have a color cast. The color cast is a color deviation phenomenon that colors are not represented in normal intensities. In general, the human eye does not notice the unnatural color because our eyes and brains can adjust and compensate for different types of light in ways that image sensors cannot. The color cast degrades image quality by reducing the saturation of the colors and giving it an overall drab look. Removing the color cast is the most important issue to improve image appearance.
Color cast can be compensated by color balance to recover the normal image. Color balance is the global adjustment of the intensities of the colors (typically red, green, and blue primary colors) to render specific color correctly, particularly neutral color. The general method is sometimes called gray balance, neutral balance, or white balance.
Because an image is formed from the light reflected by objects in a scene, the color of the source lighting is normally what affects color balance. The most used way of achieving color balance is to measure the color of the light source and adjust the image accordingly. Because the eye accommodates, the lighting for any scene should be “white”. Hence, the filter or filter-equivalent adjustment of an image corrects the measured light source to a standard “white”.
For a photographic or videographic apparatus, there are several ways for performing white balance control. The first one is that the user may select the ambient illumination condition manually such as sunlight, shade or incandescent light. The camera has a built-in table recording the mapping between the ambient illumination condition and the gain values. Accordingly, the camera adjusts the color intensities with the gain values obtained from the built-in table. Another option on some cameras is a button which user may press when the camera is pointed at a white region. In addition, some cameras may have automatic white balance function to automatically detect and compensate color cast.
Please refer to
When objects are moving in and out the frames frequently, the automatic white balance function may count against color correction. The moving objects affect the environment detection of the camera, and continuous variation in light source is detected, but in fact, a stable light source is still provided. The disturbance to the environment detection causes the camera continuously to change the compensation for the color derivation, but the change is unnecessary. Therefore, the conventional automatic white balance control is quite crude.
Consequently, there is a need of providing an improved automatic color balance control method for automatically and properly performing color correction in response to the ambient illumination condition. It is desired that the detection ability is not affected by the moving of objects so that a proper control is made to provide satisfactory color correction.
The present invention provides an automatic color balance control method for color balancing an image. At first, the background is extracted from the image by an object detection procedure. Then, the background is analyzed to get the color deviation information. According to the color deviation information, the control method adjusts the gain value to adjust the color value of the image. Accordingly, the control method can properly adjust the color of the image according to the light source by removing the influence of the moving foreground objects.
In an embodiment, the color deviation information of the background is obtained by comparing the background with a color distribution model like a gray world model.
The above contents of the present invention will become more readily apparent to those ordinarily skilled in the art after reviewing the following detailed description and accompanying drawings, in which:
The present invention will now be described more specifically with reference to the following embodiments. It is to be noted that the following descriptions of preferred embodiments of this invention are presented herein for purpose of illustration and description only. It is not intended to be exhaustive or to be limited to the precise form disclosed.
Please refer to
In another embodiment, if a foreground object is not moving for a period of time, the foreground object may be integrated into the background for the color balance analysis because it can be considered as one part of the background in a sense.
From the above description, it is noted that properly separating the foreground object(s) from the background is essential to the present automatic color balance control method. There are several known approaches for extracting the foreground pixels from the image, for example frame difference, region merge and background subtraction. Since background subtraction has the highest reliability, it may be used for segmenting the foreground object from the image in order to analyze the color balance of the background.
A more reliable procedure to extract foreground object from the image is described herein. This object detection procedure can be applied to the present automatic color balance control method to reach better control performance. Please refer to
Then, the binary mask is processed by the object acquisition block 304 to collect the features of the foreground pixels and grouping related foreground pixels into foreground objects. A typical method for acquiring foreground objects is connected component labeling algorithm. At this stage, the feature of each segmented foreground object, for example color distribution, center of mass and size, is calculated. At last, the foreground objects in different images are tracked by the object tracking block 306 by comparing the acquired features of corresponding foreground objects in sequential images to realize their changes in appearances and positions. The analysis results are outputted and the object information such as object speed, object species and object interaction is thus received. The analysis results are also processed by the object prediction block 308 to get the prediction information for the segmentation of the next image.
The sensitivity and the threshold value for object segmentation are variable along the entire image. If the pixel is supposed to be a foreground pixel, the threshold value for this pixel decreases to raise the sensitivity of the segmentation procedure. Otherwise, if the pixel is supposed to be a background pixel, the threshold value for this pixel increases to lower the sensitivity of the segmentation procedure.
From the above description, the object prediction information fed back to the object segmentation block 302 affects the controllable threshold value very much. Some object prediction information is explained herein. The object prediction information may include object motion information, object species information, environment information, object depth information, interaction information, etc.
Object motion information includes speed and position of the foreground object. It is basic information associated with other object prediction information.
Object species information indicates the species of the foreground object, for example a car, a bike or a human. It is apparent that the predicted speed is from fast to slow in this order. Furthermore, a human usually has more irregular moving track than a car. Hence, for a human, more historical images are required to analyze and predict the position in the next image.
Environment information indicates where the foreground object is located. If the foreground object is moving down a hill, the acceleration results in an increasing speed. If the foreground object is moving toward a nearby exit, it may predict that the foreground object disappears in the next image and no predict position is provided for the object segmentation block.
Object depth information indicates a distance between the foreground object and the camera. If the foreground object is moving toward the camera, the size of the object becomes bigger and bigger in the following images. On the contrary, if the foreground object is moving away from the camera, the foreground object is of smaller and smaller size.
Interaction information is high-level and more complicated information. For example, one person is moving behind a pillar. The person temporarily disappears in the images. The object prediction block can predict the moving after he appears again according to the historical images before his walking behind the pillar.
The object motion information is taken as an example for further description. The position and motion vector of foreground object k at time t is respectively expressed as Pos(Obj(k), t) and MV(Obj(k), t).
MV(Obj(k), t)=Pos(Obj(k), t)−Pos(Obj(k), t−1) (1)
A motion prediction function MP(Obj(k), t) is defined as:
MP(Obj(k), t)=(MV(Obj(k), t)+MV(Obj(k), t−1)+MV(Obj(k), t−2)+ . . . )low
A low pass filter is used in the above equation to filter out the possible noise. Accordingly, the predicted position of the foreground object Predict_pos(Obj(k), t+1) may be obtained by adding the motion prediction function to the current position as the following equation:
Predict_pos(Obj(k), t+1)=Pos(Obj(k), t)+MP(Obj(k), t) (3)
Thus, pixels within the prediction region of the foreground object are preliminarily considered as foreground pixels.
This object detection procedure utilizes the prediction information of foreground objects to facilitate the segmentation determination of the pixels. The variable threshold value flexibly adjusts the segmentation sensitivities along the entire image so as to increases the accuracy of object segmentation. It is particularly applicable to the present automatic color balance control method because of the accurate object detection ability.
In summary, the present automatic color balance control method takes advantage of object detection technique to distinguish the foreground object from the background. The method analyzes the color balance of the background rather than the entire image. Hence, the present control method can accurately determine the color deviation resulting from the light source without analyzing the moving objects. Since the background does not considerably vary for a period of time, the variation in background color truly reflects the variation in the light source. Under stable light source, fluctuation in image color is thus avoided even though objects appear and disappear in a short time.
While the invention has been described in terms of what is presently considered to be the most practical and preferred embodiments, it is to be understood that the invention needs not to be limited to the disclosed embodiment. On the contrary, it is intended to cover various modifications and similar arrangements included within the spirit and scope of the appended claims which are to be accorded with the broadest interpretation so as to encompass all such modifications and similar structures.
Number | Date | Country | Kind |
---|---|---|---|
097121632 | Jun 2008 | TW | national |