Next Article in Journal
West Bay Business District in Doha, State of Qatar: Envisioning a Vibrant Transit-Oriented Development
Previous Article in Journal
A Unique Transdisciplinary Engineering-Based Integrated Approach for the Design of Temporary Refugee Housing Using Kano, HOQ/QFD, TRIZ, AD, ISM and DSM Tools
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Chroma Enhancement in CIELAB Color Space Using a Lookup Table

1
Department of Culture and Creative Arts, Yamaguchi Prefectural University, Yamaguchi 753-8502, Japan
2
Graduate School of Sciences and Technology for Innovation, Yamaguchi University, Yamaguchi 753-8512, Japan
*
Author to whom correspondence should be addressed.
Submission received: 16 March 2021 / Revised: 19 April 2021 / Accepted: 10 May 2021 / Published: 14 May 2021
(This article belongs to the Section Electrical Engineering Design)

Abstract

:
In this study, we present a method of chroma enhancement in the CIELAB color space and compare it with that in the RGB color space. Color image enhancement using the CIELAB color space has the disadvantage that the color gamut problem occurs because the conversion to the RGB color space is necessary to display the image. However, since the CIELAB color space is based on human visual perception, the quality of the resulting images is expected to be higher than that of the RGB color space. In the method using the CIELAB color space, we introduce a lookup table to reduce the calculation costs. Experiments comparing image enhancement results obtained from two color spaces are performed using several digital images.

1. Introduction

Color digital images have been used in various situations in daily life due to the development of digital devices and Internet technologies. Therefore, it is necessary to improve the quality of these color digital images depending on their application [1,2].
The choice of color space when performing color image enhancement is an important factor that influences the quality of the resulting images [3]. The RGB color space is a typical color space for digital image processing. An arbitrary color in the RGB color space is represented by the ratio of the three primary colors of R (red), G (green), and B (blue). Meanwhile, the three attributes of color (i.e., hue, chroma, and lightness) are more useful when specifying a certain color based on human sensitivities than the RGB components [4]. These three attributes of color can also be geometrically defined in the RGB color space. Naik et al. clarified the conditions for preserving the hue in the RGB color space and demonstrated the method of image enhancement with its conditions [5]. Furthermore, several image enhancement methods have been proposed with reference to Naik’s method [6,7,8,9,10,11,12,13]. These methods make it possible to suppress hue distortion when image enhancement is applied in the RGB color space. Color image enhancement in the RGB color space has the advantage of not causing the color gamut problem, because the conversion to other color spaces is unnecessary. Furthermore, the relationship between hue, chroma, and lightness is easy to formulate, and the algorithm for color image enhancement can be expressed simply. However, since these attributes defined in the RGB color space are not based on human visual perception as in uniform color spaces, the quality of the resulting images may not be sufficient.
When focusing on human visual perception, the color spaces that can directly represent colors by using hue, chroma, and lightness, such as the HSI [14,15,16,17,18] and CIELAB [19,20,21,22,23,24,25] color spaces, are more useful than the RGB color space. Previously, we proposed an image enhancement method in the CIELAB color space, which is one of the uniform color spaces. In our previous method [22], a color gamut adjustment is applied to address the problem that may occur when inversely converting processed color components in the CIELAB color space to the RGB color space. However, in this method, there is a problem in that the calculation cost is high because it is necessary to solve the third-order polynomial for the pixels outside the color gamut. In this study, we introduce a lookup table that stores the maximum chroma values at sample points of hue and lightness. Finally, we compare the results obtained from the methods using the RGB and CIELAB color spaces.
The remainder of this paper is organized as follows: Section 2 and Section 3 explain the chroma enhancement methods in the RGB and CIELAB color spaces, respectively. In Section 4, a lookup table introduced in a method using CIELAB color space is described. Section 5 provides the experimental results of applying the proposed chroma enhancement methods to several digital images. Section 6 presents the conclusions of our study.

2. Chroma Enhancement in RGB Color Space

The RGB color space is usually used to represent color digital images acquired by various digital devices. In this section, we describe a method to enhance the chroma while preserving the hue and lightness in the RGB color space.

2.1. Equal Hue and Equal Lightness in RGB Color Space

In this study, sRGB is assumed as the RGB color space. Let I ( i , j ) be the input digital image at the pixel ( i , j ) . I ( i , j ) have the three RGB components I r ( i , j ) , I g ( i , j ) , I b ( i , j ) . Here, each RGB component is assumed to be normalized to the interval [ 0 , 1 ] . For simplicity of notation, we omit ( i , j ) after this.
Let J be the RGB color components after applying color image enhancement to I. When J have the same hue as I, they are obtained as follows [5]:
J = α I + β e ,
where e = ( 1 , 1 , 1 ) . Equation (1) is the plane equation passing through ( 0 , 0 , 0 ) , ( 1 , 1 , 1 ) , and I with the parameters α and β . The lightness of I is given by the inner product of I and V = ( V r , V g , V b ) :
V · I = l .
In our previous method [11], we employed V = e / 3 . In this study, to correspond to the lightness defined in the CIELAB color space, let V be (0.2126, 0.7152, 0.0722), where V · e = 1 .
Here, the lightness is kept at l before and after color image enhancement. That is,
V · J = l .
By calculating the inner products of both sides of Equation (1) and V, and substituting Equations (2) and (3) for the calculation result, we get
β = l α l .
Hence, by substituting Equation (4) for Equation (1), we get
J = α I l e + l e .
The chroma enhancement is executed by selecting the appropriate RGB color components on the straight line J (Figure 1).

2.2. Chroma in RGB Color Space

In the HSI color space with a cylindrical coordinate system (Figure 2), the hue, H, and the chroma, S, are obtained as follows [26]:
H ( I ) = arctan 3 ( I g I b ) 2 I r I g I b ,
S ( I ) = ( I r I g ) 2 + ( I g I b ) 2 + ( I b I r ) 2 3 .
From Equations (5) and (6), H ( I ) = H ( J ) . This indicates that the hue is preserved after the chroma enhancement.
In addition, S( I ) can be rewritten as
S ( I ) = I I · e e e e ,
where · indicates the Euclidean distance. Equation (8) represents the distance between I and the achromatic axis, e, as shown in Figure 1. That is, the chroma of a color in the RGB color space increases as the color moves away from the achromatic axis, e. Thus, from Equation (5), the chroma of J becomes larger than that of I as α increases from 1.
Figure 2. HSI color space with cylindrical coordinate system.
Figure 2. HSI color space with cylindrical coordinate system.
Designs 05 00032 g002

2.3. Chroma Enhancement Method

Let O be the intersection point between the straight line, J, and the boundary surface of the RGB color space. O has the maximum chroma among the colors that are of equal hue and equal lightness with the input color, I. The enhanced color is decided by using the distance, D γ , as follows:
J = D γ O l e + l e .
Here, D γ is obtained as
D γ = I l e O l e ) 1 / γ ,
where γ is the parameter that determines the degree of the chroma enhancement. J coincides with I when γ = 1 and coincides with O having the maximum chroma when γ owing to D γ 1 . Hence, by setting the parameter γ to a value larger than 1, we get a color with a chroma larger than that of the input color, I.

3. Chroma Enhancement in CIELAB Color Space

The definitions of hue, chroma, and, lightness in the RGB color space may not exactly match human visual perception because it is not a uniform color space. In this section, we present a method to enhance the chroma while preserving the hue and lightness in the CIELAB color space, which is one of the uniform color spaces.
Let F E be the input value of a nonlinear RGB component. E takes any one of r, g, and b, which indicate the red, green, and blue components, respectively. The nonlinear RGB component F E is converted to the linear RGB component F E as follows [27]:
F E = F E / 12.92 F E 0.03928 F E + 0.055 1.055 2.4 otherwise .
The RGB color components, ( F r , F g , F b ) , are first converted to the CIEXYZ color components, ( X , Y , Z ) , by the following linear transformation:
X Y Z = 0.4124 0.3576 0.1805 0.2126 0.7152 0.0722 0.0193 0.1192 0.9505 F r F g F b .
Next, ( X , Y , Z ) are converted to the CIELAB color components, ( L * , a * , b * ) , by the following nonlinear transformation [28]:
L * = 116 f ( Y / Y n ) 16 ,
a * = 500 f ( X / X n ) f ( Y / Y n ) ,
b * = 200 f ( Y / Y n ) f ( Z / Z n ) ,
where the function, f, is defined by
f ( x ) = x 1 / 3 x > 0.008856 7.787 x + 16 / 116 o t h e r w i s e .
Here, L * is the lightness, and a * and b * represent the chromaticity indices of redness, greenness and yellowness, and blueness. X n , Y n , and Z n are the CIEXYZ values for the reference white of the illuminant CIE D65 and are 0.9505, 1.000, and 1.089, respectively. Note that 0 X / X n , Y / Y n , and Z / Z n 1 and 0 L * 100 . The chroma, C * , and the hue, h, in the CIELAB color space are obtained by C * = ( a * ) 2 + ( b * ) 2 and h = arctan ( b * / a * ) , respectively. Here, C * 0 and 0 h < 360 . In this study, let h = 0 in the case of C * < 0.1 because h becomes very sensitive to the change in a * or b * when C * is very small.
The chroma enhancement is conducted in the CIELAB color space while preserving the hue. The enhanced chroma, C e * , is obtained by
C e * = ( k a * ) 2 + ( k b * ) 2 = k C * ,
where k is the parameter that determines the degree of the chroma enhancement. When applying the chroma enhancement by Equation (17), the hue, h, is preserved regardless of the value of k owing to h = arctan ( k b * / k a * ) = arctan ( b * / a * ) . When the lightness is not changed before and after image enhancement, the CIELAB color components after the chroma enhancement are given by ( L * , k a * , k b * ) . The final RGB color components, ( G r , G g , G b ) , are obtained by converting ( L * , k a * , k b * ) to the RGB color space. However, it is unknown whether ( G r , G g , G b ) is within the color gamut of the RGB color space. Therefore, it is necessary to address the color gamut problem.

4. Color Gamut Adjustment after Chroma Enhancement Using Lookup Table

When image enhancement is conducted in the CIELAB color space, some pixels of the enhanced image may not be correctly converted into the RGB color space. In this section, as a solution to this problem, we propose a method of color gamut adjustment using a lookup table.

4.1. Relationship among Hue, Chroma, and Lightness

In our previous method [22], to handle the color gamut problem, Equations (14) and (15) are reformulated using variables related to hue, chroma, and lightness as follows:
f ( X / X n ) = sgn ( a * ) C * 500 1 + H 2 + f ( Y / Y n ) ,
f ( Z / Z n ) = sgn ( b * ) C * 200 1 + ( 1 / H 2 ) + f ( Y / Y n ) ,
where H = b * / a * and sgn ( · ) is the sign function defined as follows:
sgn ( x ) = 1 x > 0 0 x = 0 1 x < 0 .
f ( X / X n ) and f ( Z / Z n ) are the equations of straight lines with C * as a variable when H and f ( Y / Y n ) , which are related to the hue and lightness, are fixed. Therefore, the color gamut problem is solved by finding the maximum value of C * at arbitrary hue and lightness.

4.2. Preparation of Lookup Table

We proposed a color gamut adjustment method that obtains the maximum chroma values while preserving the lightness and hue according to the range of Y. However, our previous method has a problem in that the calculation cost is high because it is necessary to solve the third-order polynomial for the pixels outside the color gamut.
Therefore, we introduced a lookup table to reduce the calculation cost. The lookup table stores the maximum chroma values at the sampled Y and h. The procedure of making the lookup table is as follows: First, Y and h are sampled at 100 points from 0.005 to 0.995 with a step of 0.01 and at 360 points from 0.5 to 359.5 with a step of 1, respectively. Next, the maximum chroma values are calculated at these 36,000 points of ( Y , h ) using our previous method. Let t ( m , n ) be the element of the lookup table, where m = { 1 , 2 , , 100 } and n = { 1 , 2 , , 360 } . t ( m , n ) stores the maximum chroma value at the point, ( Y = 0.005 + 0.01 ( m 1 ) , h = 0.5 + ( n 1 ) ). Figure 3 shows the lookup table obtained by the above procedure. This indicates the maximum chroma for a given hue and lightness.

4.3. Determination Method for Maximum Chroma Value Using Lookup Table

The approximate maximum chroma value of an arbitrary point, ( Y , h ) , can be obtained by the lookup table. Y and h are first converted to the integers as follows:
i Y = round ( 100 Y ) ,
i h = round ( h ) ,
where round ( · ) is the function that rounds to the nearest integer.
The point ( Y , h ) is located inside the quadrangle with four vertices, namely, ( i Y , i h ) , ( i Y + 1 , i h ) , ( i Y , i h + 1 ) , and ( i Y + 1 , i h + 1 ) , as shown in Figure 4. Therefore, in the proposed method, the maximum chroma value of the point, ( Y , h ) , is assigned the minimum value among the four elements of the lookup table on the above points as follows:
C LT * = MIN t ( i Y , i h ) , t ( i Y + 1 , i h ) , t ( i Y , i h + 1 ) , t ( i Y + 1 , i h + 1 ) ,
where MIN ( · ) is the function that finds the minimum value in any given data. However, C LT * is set to 0 when i Y = 0 and i Y = 100 , corresponding to black and white. In addition, when i h = 0 and i h = 360 , the following formula is used
C LT * = MIN t ( i Y , 1 ) , t ( i Y + 1 , 1 ) , t ( i Y , 360 ) , t ( i Y + 1 , 360 ) .

4.4. RGB Components after Color Gamut Adjustment

The approximate maximum chroma C LT * of the color gamut that is determined by h and Y is extracted from the lookup table by the procedure in Section 4.3. Substituting C LT * for Equations (18) and (19), we get
f ( X / X n ) = sgn ( a * ) C LT * 500 1 + H 2 + f ( Y / Y n ) ,
f ( Z / Z n ) = sgn ( b * ) C LT * 200 1 + ( 1 / H 2 ) + f ( Y / Y n ) ,
f ( Y / Y n ) = L * + 16 116 .
Figure 5 shows f ( X / X n ) and f ( Z / Z n ) at ( Y = 0.005 + 0.01 ( 20 1 ) , h = 0.5 + ( 30 1 ) ). By applying the inverse function of f ( α ) to the above equations, we get
X = X n f 1 f ( X / X n ) ,
Z = Z n f 1 f ( Z / Z n ) ,
Y = Y n f 1 f ( Y / Y n ) .
Here, f 1 ( α ) is defined as follows:
f 1 ( x ) = x 3 x > 0.20689 x 16 / 116 7.787 o t h e r w i s e .
( G r , G g , G b ) are obtained by converting ( X , Y, Z ) to the RGB color space by using the inverse of the matrix used in Equation (12):
G r G g G b = 3.2410 1.5374 0.4986 0.9692 1.8760 0.0416 0.0556 0.2040 1.0570 X Y Z .
Finally, the nonlinear RGB component G E of the output image is obtained as
G E = 12.92 G E G E 0.0304 1.055 G E ( 1.0 / 2.4 ) 0.055 otherwise .
Figure 5. f ( X / X n ) and f ( Z / Z n ) plotted as a function of C * at ( Y = 0.005 + 0.01 ( 20 1 ) , h = 0.5 + ( 30 1 ) ). In this case, C LT * is 89.941.
Figure 5. f ( X / X n ) and f ( Z / Z n ) plotted as a function of C * at ( Y = 0.005 + 0.01 ( 20 1 ) , h = 0.5 + ( 30 1 ) ). In this case, C LT * is 89.941.
Designs 05 00032 g005

5. Experiments

5.1. Chroma Enhancement

To illustrate the effectiveness of the proposed method, experiments are conducted using seven digital images: Pepper, Mandrill, Sailboat, Airplane, Balloon, Earth, and Lenna [29]. These are 24-bit color images of 256 × 256 pixels in size.
Figure A1 shows the experimental results of seven digital images. We can see that the large red bell peppers in Figure A1d1,e1 are deeper red than that in Figure A1b1. In addition, the blue part of the mandrill’s face in Figure A1d2,e2, the trunks and branches of the trees in Figure A1d3,e3, the clouds in Figure A1d4,e4, and the Earth in Figure A1d6,e6 are not over-enhanced compared to those in Figure A1b2–b4,b6.
To evaluate the quality of enhanced images from a perceptual point of view objectively, the difference related to hue between the enhanced and original images is calculated as follows [30]:
| Δ h * | = 2 C e * C o * sin | h e h o | 2 ,
where h e and h o are the hues of the corresponding pixels in the enhanced and original images, respectively. Similarly, C e * and C o * refer to the chromas. · is the absolute value. In addition, the differences, Δ L * = L e * L o * and Δ C * = C e * C o * , related to lightness and chroma are calculated to confirm the degree of image enhancement. Here, L e * and L o * refer to the lightnesses in the same meaning as above.
Table A1 shows the averages and standard deviations of | Δ h * | , Δ L * , and Δ C * over all pixels in Figure A1. From the results of | Δ h * | , we can see that | Δ h * | and Δ C * of the proposed method (e1–e7) are not so different from that of our previous method (d1–d7). In addition, the limitation of our previous method is trying to approximate Equation (16) by f ( x ) = x 1 / 3 when applying color gamut adjustment. Therefore, when the lightness is very low, it becomes an approximate solution [22]. Since the present method using the lookup table selects the minimum chroma value among the four surrounding elements, the resulting color is highly likely to exist within the color gamut, and then it is thought that | Δ h * | becomes smaller than that of our previous method. That is, the lookup table can achieve the image enhancement without significantly deteriorating the quality.

5.2. Combination of Lightness and Chroma Enhancement

The advantage of using the CIELAB color space compared to the RGB color space is that the chroma and lightness components are completely independent. The proposed lookup table can also be applied when both the lightness and chroma are enhanced. Here, the lightness is enhanced as follows:
L e * = 100 L o * 100 1 / p ,
where p is the parameter that determines the degree of lightness enhancement.
The proposed method is compared with the method of Ref. [5] using histogram equalization, the method of Ref. [7] using the parameters ( l , r , λ ) = ( exp ( 9 / 2 ) , exp ( 9 / 2 ) , 1 / 2 ) [31], and the RGB chroma enhancement in Section 2, in which histogram equalization is applied to the lightness.
Figure A2 show the experimental results of four digital images. These are 24-bit color images of 960 × 1280 pixels, 1478 × 1108 pixels and 1280 × 622 pixels, 623 × 1280 pixels in size, respectively. We can see that Figure A2e1–e4 are more naturally enhanced in comparison to Figure A2b1,c1,d1,b2,c2,d2 and Figure A2b3,c3,d3,b4,c4,d4. Especially, the colors of the cat and various objects in Figure A2e4 are well reproduced.
Table A2 shows the averages and standard deviations of | Δ h * | , Δ L * , and Δ C * over all pixels in Figure A2. We can see that | Δ h * | of the proposed method (e1–e4) provides better results than those of the other methods (b1–b4, c1–c4, and d1–d4).

5.3. Computational Load

Our previous method is computationally expensive. In contrast, the computational costs of the proposed method are low because it uses the lookup table. The flow of the proposed method is as follows:
Step 1. 
Input image is converted to the CIELAB color space.
Step 2. 
Image enhancement is executed by either Equations (17) or (35), or both.
Step 3. 
Enhanced image is converted to the RGB color space.
Step 4. 
If the pixels in the enhanced image are outside the color gamut of the RGB color space, the color gamut adjustment is executed by the lookup table.
The execution times required to obtain Figure A1e1–e7 and Figure A2e1–e4 using CPU Intel(R) Core(TM) i5-5200U, RAM 8GB, MATLAB R2020a are 0.33 s, 0.33 s, 0.32 s, 0.31 s, 0.31 s, 0.32 s, 0.33 s and 3.78 s, 4.98 s, 2.58 s, 2.05 s, respectively.

6. Conclusions

In this study, we proposed a method of chroma enhancement in the CIELAB color space, which incorporates a lookup table and compared it with that in the RGB color space. The lookup table was implemented to solve the color gamut problem that occurs when inversely converting the CIELAB color space to the RGB color space at low computational costs. The experimental results showed that the proposed method using the CIELAB color space provides better results than that of the RGB color space, especially when performing both the lightness and chroma enhancement.
However, since the methods using the RGB color space does not require the color space conversion, the formulation for image enhancement can be easily realized in comparison to those using the HSI or the CIELAB color space. Furthermore, the color gamut problem does not occur when image enhancement is performed in the RGB color space.
Therefore, the proposed method needs to be further improved its performance. The CIELAB color space is not a complete uniform color space. This limits the performance of the proposed method. Hence, it is expected to extend the proposed method by considering better uniform color spaces that accurately simulate human vision such as DIN99d [32] and CAM02-UCS [33].
Future works are needed to confirm the validity of the images resulting from the proposed method via psychometric assessment and to further improve the quality of enhanced images by refining the accuracy of the maximum chroma assignment by the lookup table [34].

Author Contributions

Conceptualization: N.S.; Methodology: T.A. Both authors contributed equally to this article. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Figure A1. Experimental results: (1) Pepper, (2) Mandrill, (3) Sailboat, (4) Airplane, (5) Balloon, (6) Earth, and (7) Lenna. (a1a7) Original images. Output images by (b1b7) chroma enhancement (RGB, γ = 10 ), (c1c7) chroma enhancement (CIELAB, k = 5 ), (d1d7) chroma enhancement (CIELAB, k = 5 ) and color gamut adjustment by our previous method, and (e1e7) chroma enhancement (CIELAB, k = 5 ) and color gamut adjustment by the lookup table.
Figure A1. Experimental results: (1) Pepper, (2) Mandrill, (3) Sailboat, (4) Airplane, (5) Balloon, (6) Earth, and (7) Lenna. (a1a7) Original images. Output images by (b1b7) chroma enhancement (RGB, γ = 10 ), (c1c7) chroma enhancement (CIELAB, k = 5 ), (d1d7) chroma enhancement (CIELAB, k = 5 ) and color gamut adjustment by our previous method, and (e1e7) chroma enhancement (CIELAB, k = 5 ) and color gamut adjustment by the lookup table.
Designs 05 00032 g0a1
Figure A2. Experimental results. (a1,a2) Original images. Output images by (b1,b2) chroma and lightness enhancement (RGB, γ = 10 , histogram equalization), (c1,c2) the method of Ref. [5] using histogram equalization, (d1,d2) the method of Ref. [7] using default parameters, (e1,e2) chroma and lightness enhancement (CIELAB, k = 5 , p = 1.5 ), and (f1,f2) chroma and lightness enhancement (CIELAB, k = 5 , p = 1.5 ) and color gamut adjustment by the lookup table. (a3,a4) Original images. Output images by (b3,b4) chroma and lightness enhancement (RGB, γ = 10 , histogram equalization), (c3,c4) the method of Ref. [5] using histogram equalization, (d3,d4) the method of Ref. [7] using default parameters, (e3,e4) chroma and lightness enhancement (CIELAB, k = 5 , p = 1.5 ), and (f3,f4) chroma and lightness enhancement (CIELAB, k = 5 , p = 1.5 ) and color gamut adjustment by the lookup table.
Figure A2. Experimental results. (a1,a2) Original images. Output images by (b1,b2) chroma and lightness enhancement (RGB, γ = 10 , histogram equalization), (c1,c2) the method of Ref. [5] using histogram equalization, (d1,d2) the method of Ref. [7] using default parameters, (e1,e2) chroma and lightness enhancement (CIELAB, k = 5 , p = 1.5 ), and (f1,f2) chroma and lightness enhancement (CIELAB, k = 5 , p = 1.5 ) and color gamut adjustment by the lookup table. (a3,a4) Original images. Output images by (b3,b4) chroma and lightness enhancement (RGB, γ = 10 , histogram equalization), (c3,c4) the method of Ref. [5] using histogram equalization, (d3,d4) the method of Ref. [7] using default parameters, (e3,e4) chroma and lightness enhancement (CIELAB, k = 5 , p = 1.5 ), and (f3,f4) chroma and lightness enhancement (CIELAB, k = 5 , p = 1.5 ) and color gamut adjustment by the lookup table.
Designs 05 00032 g0a2aDesigns 05 00032 g0a2b
Table A1. Averages and standard deviations of | Δ h * | , Δ L * , and Δ C * in Figure A1.
Table A1. Averages and standard deviations of | Δ h * | , Δ L * , and Δ C * in Figure A1.
| Δ h * | Δ L * Δ C *
avestdavestdavestd
(b1)3.8362.1420.0000.00033.04014.823
(c1)12.6459.6647.9538.20346.22313.035
(d1)0.2240.6990.0290.17123.94016.369
(e1)0.0160.1500.0310.22722.80216.691
(b2)1.3491.2100.0000.00032.04917.907
(c2)6.7637.4330.9503.49135.60215.934
(d2)0.0170.1290.0030.02628.58514.542
(e2)0.0090.1000.0030.02127.82914.601
(b3)2.3502.7240.0000.00036.77710.661
(c3)5.8696.6326.9468.62643.62114.031
(d3)0.1630.5020.0020.00329.88012.455
(e3)0.0360.2120.0030.01028.77413.066
(b4)0.4210.8360.0000.00024.53510.445
(c4)0.9132.5240.8454.03124.93324.783
(d4)0.0030.0200.0040.00921.15319.274
(e4)0.0030.0020.0040.00320.45018.558
(b5)0.8560.9510.0000.00033.38414.116
(c5)2.5596.6200.5141.37840.06218.335
(d5)0.0030.0160.0020.00336.95317.623
(e5)0.0020.0080.0020.00336.61117.439
(b6)1.0580.6810.0000.00034.59814.955
(c6)1.9071.2648.70414.99172.09714.419
(d6)0.0030.0010.0030.00249.01525.670
(e6)0.0040.0010.0030.00246.92625.850
(b7)0.5130.3470.0000.00019.75613.775
(c7)10.6796.9364.05514.98854.9519.873
(d7)0.0050.0030.0000.00226.86313.405
(e7)0.0030.0010.0000.00125.31313.703
Table A2. Averages and standard deviations of | Δ h * | , Δ L * , and Δ C * in Figure A2.
Table A2. Averages and standard deviations of | Δ h * | , Δ L * , and Δ C * in Figure A2.
| Δ h * | Δ L * Δ C *
avestdavestdavestd
(b1)0.9911.1401.9906.49424.76817.487
(c1)0.0240.0702.7206.483−1.2472.203
(d1)0.1690.6264.8425.1713.6035.657
(e1)0.8412.08111.4292.93124.76516.642
(f1)0.0070.06411.2962.30922.81114.573
(b2)1.9671.2312.2738.38633.52817.005
(c2)0.1310.1743.9708.482−5.3534.661
(d2)0.1540.4583.7553.9473.6503.324
(e2)4.2415.69512.2124.61046.18920.786
(f2)0.0050.03811.6093.90338.46419.173
(b3)0.7170.693−14.62719.23314.35313.810
(c3)0.0030.006−14.05418.193−4.9515.504
(d3)0.0650.135−3.7003.6291.3011.067
(e3)13.0155.4957.5502.90431.5145.773
(f3)0.0020.0048.6531.53620.92211.502
(b4)0.1140.25844.57229.0795.86510.769
(c4)0.0950.25744.66629.078−4.1966.154
(d4)0.0430.5312.9234.0380.6802.680
(e4)2.5055.2965.3176.73421.03525.491
(f4)0.0070.0945.4295.98914.28518.111

References

  1. Hsu, E.; Mertens, T.; Paris, S.; Avidan, S.; Durand, F. Light mixture estimation for spatially varying white balance. ACM Trans. Graph. 2008, 27, 1–7. [Google Scholar] [CrossRef] [Green Version]
  2. He, K.; Sun, J.; Tang, X. Single image haze removal using dark channel prior. IEEE Trans. Patt. Anal. Mach. Intell. 2011, 33, 2341–2353. [Google Scholar]
  3. Asmare, M.H.; Asirvadam, V.S.; Iznita, L. Color space selection for color image enhancement applications. In Proceedings of the International Conference on Signal Acquisition and Processing (ICSAP 2009), Kuala Lumpur, Malaysia, 3–5 April 2009; pp. 208–212. [Google Scholar]
  4. Hunt, R.W.G.; Pointer, M.R. Measuring Colour, 4th ed.; Wiley: Chichester, UK, 2013; p. 159. [Google Scholar]
  5. Naik, S.K.; Murthy, C.A. Hue-preserving color image enhancement without gamut problem. IEEE Trans. Image Process. 2003, 12, 1591–1598. [Google Scholar] [CrossRef]
  6. Yang, S.; Lee, B. Hue-preserving gamut mapping with high saturation. Electron. Lett. 2013, 49, 1221–1222. [Google Scholar] [CrossRef]
  7. Nikolova, M.; Steidl, G. Fast hue and range preserving histogram specification: Theory and new algorithms for color image enhancement. IEEE Trans. Image Process. 2014, 23, 4087–4100. [Google Scholar] [CrossRef] [Green Version]
  8. Pierre, F.; Aujol, J.-F.; Bugeau, A.; Ta, V.-T. Luminance-hue specification in the RGB Space. In Scale Space and Variational Methods in Computer Vision (SSVM); Springer: Berlin, Germany, 2015; pp. 413–424. [Google Scholar]
  9. Fitschen, J.H.; Nikolova, M.; Pierre, F.; Steidl, G. A variational model for color assignment. In Scale Space and Variational Methods in Computer Vision (SSVM); Springer: Berlin, Germany, 2015; pp. 437–448. [Google Scholar]
  10. Pierre, F.; Aujol, J.-F.; Bugeau, A.; Steidl, G.; Ta, V.-T. Hue-preserving perceptual contrast enhancement. In Proceedings of the International Conference on Image Processing (ICIP 2016), Phoenix, AZ, USA, 25–28 September 2016; pp. 4067–4071. [Google Scholar]
  11. Azetsu, T.; Ueda, C.; Suetake, N.; Uchino, E. Color image enhancement by saturation adjustment while preserving hue in RGB color space. J. Inst. Image Inf. Telev. Eng. 2014, 68, J482–J487. (In Japanese) [Google Scholar]
  12. Ueda, C.; Ibata, M.; Azetsu, T.; Suetake, N.; Uchino, E. Food image enhancement by adjusting intensity and saturation in RGB color space. IEICE Trans. Fundam. 2015, E98-A, 2220–2228. [Google Scholar] [CrossRef]
  13. Kamiyama, M.; Taguchi, A. Hue-preserving color image processing with a high arbitrariness in RGB color space. IEICE Trans. Fundam. 2017, E100-A, 2256–2265. [Google Scholar] [CrossRef]
  14. Pitas, I.; Kiniklis, P. Multichannel techniques in color image enhancement and modeling. IEEE Trans. Image Process. 1996, 5, 168–171. [Google Scholar] [CrossRef] [PubMed]
  15. Bassiou, N.; Kotropoulos, C. Color image histogram equalization by absolute discounting back off. Comput. Vis. Image Underst. 2007, 107, 108–122. [Google Scholar] [CrossRef]
  16. Chien, C.L.; Tseng, D.C. Color image enhancement with exact HSI color model. Int. J. Innov. Comput. Inf. Control 2011, 7, 6691–6710. [Google Scholar]
  17. Yoshinari, K.; Murahira, K.; Hoshi, Y.; Taguchi, A. Color image enhancement in improved HSI color space. In Proceedings of the 2013 International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS 2013), Naha-shi, Japan, 12–15 November 2013; pp. 429–434. [Google Scholar]
  18. Taguchi, A.; Hoshi, Y. Color image enhancement in HSI color space without gamut problem. IEICE Trans. Fundam. 2015, E98-A, 792–795. [Google Scholar] [CrossRef]
  19. Fairchild, M.D.; Pirrotta, E. Predicting the lightness of chromatic object colors using CIELAB. Color Res. Appl. 1991, 16, 385–393. [Google Scholar] [CrossRef]
  20. Tanaka, G. Chroma enhancement method considering effect of lightness and hue. IEICE Tech. Rep. 2012, 112, 19–22. (In Japanese) [Google Scholar]
  21. Ueda, C.; Azetsu, T.; Suetake, N.; Uchino, E. Color transfer method preserving perceived lightness. Opt. Rev. 2016, 23, 470–478. [Google Scholar] [CrossRef]
  22. Azetsu, T.; Suetake, N. Hue-preserving image enhancement in CIELAB color space considering color gamut. Opt. Rev. 2019, 26, 283–294. [Google Scholar] [CrossRef]
  23. Fuentes, S.; Viejo, C.G.; Chauhan, S.S.; Joy, A.; Tongson, E.; Dunshea, F.R. Non-invasive sheep biometrics obtained by computer vision algorithms and machine learning modeling using integrated visible/infrared thermal cameras. Sensors 2020, 20, 6334. [Google Scholar] [CrossRef]
  24. Cugmas, B.; Sˇtruc, E. Accuracy of an affordable smartphone-based teledermoscopy system for color measurements in canine skin. Sensors 2020, 20, 6234. [Google Scholar] [CrossRef] [PubMed]
  25. Simko, I. Predictive modeling of a leaf conceptual midpoint quasi-color (CMQ) using an artificial neural network. Sensors 2020, 20, 3938. [Google Scholar] [CrossRef] [PubMed]
  26. Pitas, I. Digital Image Processing Algorithms and Applications; Wiley-Interscience: New York, NY, USA, 2000; pp. 31–34. [Google Scholar]
  27. IEC 61966-2-1. Multimedia Systems and Equipment—Colour Measurement and Management—Part2-1: Colour Management—Default RGB Colour Space—sRGB. 1999. Available online: https://webstore.iec.ch/publication/6169 (accessed on 15 March 2021).
  28. Fairchild, M.D. Color Appearance Models, 3rd ed.; Wiley: Chichester, UK, 2013; p. 201. [Google Scholar]
  29. The Standard Image Data-BAse (SIDBA). Available online: http://www.ess.ic.kanagawa-it.ac.jp/app_images_j.html (accessed on 15 March 2021).
  30. CIE Publication. “Colorimetry”, No.15; CIE Central Bureau: Vienna, Austria, 2004. [Google Scholar]
  31. Ha¨user, S.; Steidl, G.; Nikolova, M. Hue and Range Preserving RGB Image Enhancement (RGB-HP-ENHANCE), Preprint. 2015. Available online: http://www.mathematik.uni-kl.de/imagepro/forschung/software/rgb-hp-enhance/ (accessed on 15 March 2021).
  32. Cui, G.; Luo, M.R.; Rigg, B.; Roesler, G.; Witt, K. Uniform colour spaces based on the DIN99 colour-difference formula. Color Res. Appl. 2002, 27, 282–290. [Google Scholar] [CrossRef]
  33. Luo, M.R.; Cui, G.; Li, C. Uniform colour spaces based on CIECAMO2 colour appearance model. Color Res. Appl. 2006, 31, 320–330. [Google Scholar] [CrossRef]
  34. Villecco, F. On the evaluation of errors in the virtual design of mechanical systems. Machines 2018, 6, 36. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Straight line J satisfying equal hue and equal lightness in RGB color space, and chroma S of each color on J.
Figure 1. Straight line J satisfying equal hue and equal lightness in RGB color space, and chroma S of each color on J.
Designs 05 00032 g001
Figure 3. Lookup table plotted with contour lines. n, hue; m, lightness.
Figure 3. Lookup table plotted with contour lines. n, hue; m, lightness.
Designs 05 00032 g003
Figure 4. Assignment of maximum chroma value using lookup table.
Figure 4. Assignment of maximum chroma value using lookup table.
Designs 05 00032 g004
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Azetsu, T.; Suetake, N. Chroma Enhancement in CIELAB Color Space Using a Lookup Table. Designs 2021, 5, 32. https://0-doi-org.brum.beds.ac.uk/10.3390/designs5020032

AMA Style

Azetsu T, Suetake N. Chroma Enhancement in CIELAB Color Space Using a Lookup Table. Designs. 2021; 5(2):32. https://0-doi-org.brum.beds.ac.uk/10.3390/designs5020032

Chicago/Turabian Style

Azetsu, Tadahiro, and Noriaki Suetake. 2021. "Chroma Enhancement in CIELAB Color Space Using a Lookup Table" Designs 5, no. 2: 32. https://0-doi-org.brum.beds.ac.uk/10.3390/designs5020032

Article Metrics

Back to TopTop