Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Enhancing low contrast color images via pythagorean interval-valued fuzzy sets and CLAHE

Abstract

This study presents a pythagorean fuzzy set-based framework combined with contrast-limited adaptive histogram equalization (CLAHE) for low-light color image enhancement. Low-light color images often suffer from poor contrast, reduced visibility, and brightness distortion. To address these challenges, the proposed method employs pythagorean fuzzy sets to model pixel-level uncertainty more flexibly than conventional fuzzy representations. The method first transforms the input image into a pythagorean fuzzy image using a parameterized nonlinear membership mapping and then applies adaptive CLAHE to enhance contrast while preserving color fidelity. Experimental results on benchmark datasets demonstrate that the proposed approach improves visual quality and achieves competitive quantitative performance compared with existing enhancement techniques. Performance is evaluated using entropy, absolute mean brightness error, contrast improvement index, correlation coefficient, structural similarity index, and the natural image quality evaluator. The results highlight the effectiveness of integrating pythagorean fuzzy uncertainty modeling with adaptive contrast enhancement for low-light color image processing.

1. Introduction

Image enhancement plays a critical role in improving visual perception for computer vision, pattern recognition, and digital image processing applications. Images captured under low-light conditions often suffer from poor contrast, reduced visibility, brightness distortion, and loss of fine details, which degrade subsequent analysis and interpretation. Developing effective techniques to enhance low-light color images while achieving controlled brightness adjustment and preserving color fidelity therefore remains an active research problem.

Histogram-based contrast enhancement techniques have been widely explored due to their simplicity and effectiveness. Histogram Equalization (HE), introduced by Pizer et al. [1], laid the foundation for adaptive contrast enhancement. Numerous variants have been proposed to address the limitations of conventional HE. Kapoor et al. [2] improved color quality in underexposed images using HE, while Ibrahim et al. [3] proposed dynamic histogram equalization to preserve brightness. Contrast Limited Adaptive Histogram Equalization (CLAHE) has gained prominence for controlling over-enhancement and noise amplification in low-light images, with approaches based on rayleigh distributions, laplacian filtering, and adaptive gamma correction demonstrating improved visibility, color quality, and naturalness [46].

More recent studies have combined CLAHE with filtering, tone mapping, retinex-based correction, and optimization strategies to improve contrast and brightness consistency in challenging illumination conditions [713]. Despite these advances, histogram-based approaches primarily operate on intensity distributions and do not explicitly model uncertainty in low-light regions. As a result, they may produce over-enhancement, brightness shifts, or color distortion when applied to severely degraded images. To overcome these limitations, fuzzy set theory has been widely employed in image enhancement. Since the introduction of fuzzy sets by Zadeh [14], various fuzzy-based methods have been proposed, including type-2 fuzzy logic [15], intuitionistic fuzzy generators [16], and fuzzy histogram equalization techniques [17]. More recent works have explored adaptive fuzzy models, clustering-based enhancement, and optimization-driven fuzzy frameworks to improve robustness under uneven illumination [1820]. Fuzzy learning-based and neighborhood-aware enhancement strategies have also been explored to improve local contrast and detail preservation under complex lighting conditions [2123]. Recent approaches have also explored separating brightness and color components using learning-based strategies for low-light enhancement [24]. Pythagorean fuzzy sets (PFS), an extension of intuitionistic fuzzy sets, offer greater flexibility in uncertainty modeling by relaxing the constraint between membership and non-membership degrees. This property has motivated their application in medical image segmentation and fusion tasks [25,26]. However, their use in low-light color image enhancement remains relatively limited. Existing PFS and interval-valued intuitionistic fuzzy set-based enhancement methods often rely on fixed or heuristic membership generators and apply contrast enhancement techniques, such as CLAHE, as independent post-processing steps [27,28]. Other fuzzy enhancement operators and generators have been proposed to adaptively regulate pixel membership and local contrast, although their effectiveness may degrade for high-resolution or severely low-light images [29, 30]. Such sequential designs may not sufficiently adapt to diverse contrast distributions and can lead to brightness inconsistency or over-enhancement under highly nonuniform illumination.

Although several fuzzy and pythagorean fuzzy-based image enhancement methods have been reported, their design philosophies differ from the proposed approach. Intuitionistic fuzzy and interval-valued intuitionistic fuzzy methods typically employ predefined membership mappings and treat contrast enhancement as a separate processing stage, which limits their adaptability in severely low-light regions where pixel intensities are highly compressed and noise sensitivity is elevated. Existing pythagorean fuzzy-based studies primarily focus on segmentation, fusion, or decision-making applications, and their direct applicability to low-light color image enhancement is therefore limited. In contrast, the proposed method introduces a parameterized nonlinear membership mapping tailored for low-light contrast redistribution and integrates pythagorean fuzzy modeling with CLAHE within a unified enhancement framework. This joint formulation enables uncertainty modeling and local contrast enhancement to cooperatively regulate brightness, contrast, and color fidelity, rather than treating these aspects independently.

Motivated by these observations, this paper presents a hybrid low-light color image enhancement framework that combines pythagorean fuzzy modeling with contrast-limited adaptive histogram equalization. The proposed approach first constructs a pythagorean fuzzy image using a parameterized nonlinear membership function to represent pixel-level uncertainty in low-light regions. CLAHE is then applied to adaptively enhance local contrast while controlling over-enhancement and preserving color fidelity. By jointly leveraging uncertainty-aware fuzzy modeling and contrast-limited histogram equalization, the proposed framework aims to achieve balanced contrast enhancement and controlled brightness adjustment across a wide range of low-light color images.

The main contributions of this paper are summarized as follows:

  • A parameterized nonlinear increasing membership function is introduced to construct pythagorean fuzzy images, enabling flexible and adaptive modeling of pixel-level uncertainty in low-light color images.
  • A unified low-light image enhancement framework is proposed by integrating pythagorean fuzzy modeling with CLAHE, allowing uncertainty modeling and contrast enhancement to jointly regulate brightness, contrast, and color fidelity.

1.1. Organization

This manuscript is organized as follows. Section 2 describes the initial steps involved in constructing the fuzzy set. Section 3 presents the proposed pythagorean fuzzy image enhancement method. Section 4 reports the experimental results and provides a detailed analysis of the proposed approach. Section 5 presents an ablation study highlighting the contributions of individual components. Section 6 analyzes the computational time complexity of the proposed method in comparison with existing approaches. Section 7 discusses the advantages and limitations of the method. Finally, Section 8 concludes the paper and outlines potential directions for future research.

2. Preliminaries

2.1. Fuzzy set

Let X be the universe of discourse x ∈ X  then a fuzzy set A in X is defined as a set of ordered pairs as

(1)

where is called the membership function of x in A.

2.2. Intuitionistic fuzzy set [31,32]

An intuitionistic fuzzy set in X is defined as

(2)

where are the belongingness and non-belongingness degrees of an element x in with the condition .

2.3. Interval-valued intuitionistic fuzzy set (IVIFS) [33]

An IVIFS over X can be expressed as

(3)

where and are the intervals of members and non-members, respectively, and

2.4. Construction of IVIFS

Consider the mapping [33] described as

(4)

where

with the conditions:

The following is how we define the membership and non-membership widths:

(5)(6)

2.5. Pythagorean fuzzy set

Let X be an universe of discourse. A set

(7)

is called a Pythagorean fuzzy set [25] if it satisfies the condition

, ,

where indicates the membership degree of x with regard to P, indicates the non-membership degree of x with regard to P and

is called the hesitation membership degree of x with regard to P. The pair is referred to as a pythagorean fuzzy number.

2.6. Histogram equalization(HE)

A histogram in image processing displays the distribution of gray levels. HE [34] is a technique that redistributes these levels to produce a more uniform distribution, which increases contrast. Nevertheless, the procedure occasionally leads to an excessively bright and contrasted image.

2.7. Contrast Limited Adaptive Histogram Equalization (CLAHE)

CLAHE [4] reduces noise by controlling contrast amplification, which enhances AHE. Although CLAHE is generally superior to standard histogram equalization, it can struggle with very dark images. A PFI based strategy is proposed to address this. By specifying the necessary intensity increments before using CLAHE, these images solve the issue of artifacts in dark areas.

2.8. Shannon entropy

Shannon entropy [35] calculates the information content of an image. This method uses all available image data to calculate the degree of ambiguity or chance inherent in the image. The following equation expresses the calculation of entropy:

(8)

where i and j denote two different intensity values of the images, and represents the number of co-occurrences of i and j.

3. Proposed Pythagorean Fuzzy Image (PFI)

To construct the pythagorean fuzzy image (PFI), the source image I is first fuzzified using the following normalization process:

(9)

where denotes the luminance value of the (i,j)th pixel, and and represent the highest and lowest pixel values of image I, respectively.

The membership and non-membership functions are then defined as

(10)

Although parameterized pythagorean fuzzy formulations have been reported previously for tasks such as segmentation and decision-making, those formulations are not designed for pixel-wise contrast redistribution in low-light images. In contrast, the increasing function introduced here is specifically constructed to adaptively regulate membership evolution for low-light image enhancement while satisfying pythagorean fuzzy constraints.

Let us consider the following increasing function:

(11)

where

with

(12)

Accordingly,

(13)

where . Based on the IFS, the degree of membership is computed by applying the following generator:

(14)

Using fuzzy negation, the corresponding non-membership degree of the pythagorean fuzzy set is expressed as

(15)(16)

Finally, the indeterminacy degree is computed as

(17)

3.1. Defuzzification [36]

Defuzzification is the process of transforming a fuzzy set into a crisp value. In the context of distorted image restoration, an analogous procedure is applied. At the discrete spatial location (i,j), the fuzzy representation of the pixel’s intensity is mapped to a deterministic, crisp intensity value using a defuzzification function, typically expressed as an equation.

(18)

Accordingly, the enhanced image is defuzzified at each pixel location (i,j) using the following equation:

(19)

The proposed method introduces a significant advancement over existing fuzzy-based image enhancement techniques, particularly those using IFG and IVIFS. While IFG and IVIFS operate under the linear constraint , the proposed approach employs PFS, which generalizes this relationship to . This quadratic formulation allows for a broader and more flexible representation of uncertainty, especially in low-illumination regions where pixel classification is inherently ambiguous. The hesitation degree in PFS provides an additional degree of freedom to adaptively modulate intensity correction during the defuzzification process, thereby enhancing detail preservation in dark areas.

Our method introduces a nonlinear exponential membership generator controlled by a tunable parameter , which defines a smooth and adaptive mapping of pixel intensities to membership values. While the generator governs the evolution of membership functions, the validity of the pythagorean fuzzy set satisfying the constraint is ensured through the subsequent construction of the non-membership and hesitation degrees. The combined use of this fuzzy framework with CLAHE enables both global uncertainty modeling and localized contrast enhancement. Together, these innovations lead to improved visual quality and competitive quantitative performance, as demonstrated in the comparative analysis against IFG- and IVIFS-based models.

Algorithm 1 Pseudo-code of Proposed method for Enhancing Low-Contrast Images

Require: Low-light images

1:  for i = 1 to m do

2:   for j = 1 to n do

3:    Fuzzification:

          

4:  end for

5: end for

6:   for i = 1 to m do

7:     for j = 1 to n do

8:      for α = 0.1:0.1:1.0 do

9:         Compute membership values:

                    

10:         Compute non-membership values:

                     

11:         end for

12:         Compute hesitation degree:

                      

13:  end for

14: end for

15:  for i = 1 to m do

16:   for j = 1 to n do

17:    for β = 0.1:0.1:1.0 do

18:     Determine PFIVI image:

                  

19:     Apply CLAHE to

20:    Compute entropy of

21:   end for

22:  end for

23: end for

24: Defuzzification

                      

Ensure: Enhanced image Penh.

4. Experiment and result analysis

The proposed framework was implemented on a Windows 10 (64-bit) system equipped with an Intel(R) Core(TM) i3-1005G1 CPU operating at a base frequency of 1.20 GHz, 4 GB of RAM, and a 1.14 TB hard disk. All experiments were conducted using MATLAB R2023a with the Image Processing Toolbox.

4.1. Parameter selection

The proposed enhancement framework employs two key parameters, namely the fuzzification parameter and the hesitation weighting parameter , which jointly control the construction of the interval-valued pythagorean fuzzy image. In the experiments, was uniformly sampled in the range [0.1, 1.0] using 10 discrete values, while was also varied in the range [0.1, 1.0] with 10 discrete values. This resulted in a total of 100 combinations for each input image.

For each parameter pair, the pythagorean fuzzy membership, non-membership, and hesitation degrees were computed using a nonlinear exponential mapping that satisfies the pythagorean fuzzy constraint. The hesitation degree was scaled by the parameter to regulate the contribution of uncertainty during enhancement. An interval-valued pythagorean fuzzy image was then constructed by combining the membership and weighted hesitation components.

Contrast enhancement was performed by applying contrast-limited adaptive histogram equalization (CLAHE) to the value channel in the HSV color space. Entropy was computed on each CLAHE-enhanced candidate image and used as the selection criterion to identify the optimal output and the corresponding pair. All parameter ranges and step sizes were fixed and applied consistently across all datasets to ensure reproducibility.

Following the parameter selection procedure, the enhancement process is carried out according to Algorithm 1. For each pair, the input image is fuzzified into membership, non-membership, and hesitation components, and a corresponding interval-valued pythagorean fuzzy image is constructed. CLAHE is then applied to generate a contrast-enhanced candidate image. Entropy is computed for each CLAHE-enhanced candidate, and the pair corresponding to the maximum entropy is selected. The final enhanced image is obtained through defuzzification using the selected parameters.

Data description: Experiments were conducted on four benchmark low-light datasets: LOL [44], LIME [39], MEF [45], and NPE [46]. The datasets are publicly available from figshare at https://doi.org/10.6084/m9.figshare.27192921. For qualitative evaluation, a sample of 20 images from LOL(1–8), MEF(9–13), LIME(14–17), and NPE(18–20) was shown in Figs 3 and 4. The first column displays the original low light images, and the subsequent columns show results from HE, CLAHE, BPDHE, LightenNet [37], FlightNet [38], LIME [39], IFA [40], NIFG [27], ZeroDCE [41], ZeroDCE++ [42], URetinex [43], and the proposed method.

The results indicate that the proposed method yields competitive and visually improved outputs compared to existing techniques. Entropy values for different methods are compared in Table 1, indicating that the proposed approach achieves higher entropy values, reflecting increased information content. AMBE results are reported in Table 2, where higher values indicate stronger brightness deviation from the corresponding low-light input images rather than improved brightness preservation, and are highlighted accordingly. Quantitative performance in terms of CII is presented in Table 3, where higher values indicate better contrast enhancement and are highlighted. Results for CC and SSIM are reported in Tables 4 and 5, respectively. NIQE results are shown in Table 6, where lower values indicate better perceptual quality and are highlighted accordingly.

thumbnail
Table 1. The entropy of the images depicted in Figs 3 and 4.

https://doi.org/10.1371/journal.pone.0354362.t001

thumbnail
Table 2. The AMBE of the images depicted in Figs 3 and 4.

https://doi.org/10.1371/journal.pone.0354362.t002

thumbnail
Table 3. The CII of the images depicted in Figs 3 and 4.

https://doi.org/10.1371/journal.pone.0354362.t003

thumbnail
Table 4. The Correlation coefficient of the images depicted in Figs 3 and 4.

https://doi.org/10.1371/journal.pone.0354362.t004

thumbnail
Table 5. The SSIM of the images depicted in Figs 3 and 4.

https://doi.org/10.1371/journal.pone.0354362.t005

thumbnail
Table 6. The NIQE of the images depicted in Figs 3 and 4.

https://doi.org/10.1371/journal.pone.0354362.t006

The fuzzy-based enhancement process is summarized in Algorithm 1, the workflow of the proposed technique is presented in Fig 1 and visualized using an image in Fig 2, and the comparative analysis of competing methods is presented in Figs 3 and 4. To preserve color fidelity in low light conditions, the hesitation degree regulates pixel-level enhancement intensity. This mechanism prevents over-enhancement in uniform or chromatically sensitive regions, thereby maintaining natural color tones. Additionally, applying CLAHE only after the fuzzy transformation helps avoid early noise amplification. Although the proposed method does not explicitly include a noise suppression stage, the uncertainty modeling through hesitation inherently reduces the enhancement weights for noisy or ambiguous pixels, leading to a more visually balanced result.

thumbnail
Fig 2. Image transformation of the proposed method.

https://doi.org/10.1371/journal.pone.0354362.g002

thumbnail
Fig 3. Comparison of image enhancement results from different techniques.

https://doi.org/10.1371/journal.pone.0354362.g003

thumbnail
Fig 4. Comparison of image enhancement results from different techniques.

https://doi.org/10.1371/journal.pone.0354362.g004

4.2. Performance metrics

4.2.1. Absolute Mean Brightness Error (AMBE).

AMBE [47] measures the absolute difference between the mean brightness values of the original and enhanced images and is commonly used to assess brightness preservation during image enhancement. Formally, lower AMBE values indicate better preservation of the original image brightness, whereas higher AMBE values correspond to larger brightness deviations introduced by the enhancement process.

(20)

where mb(OI) and mb(EO) denote the mean brightness of the original input image and the enhanced output image, respectively. In the context of low-light image enhancement, strict brightness preservation is not always desirable, as effective illumination correction typically requires an increase in overall brightness. Therefore, in this work, AMBE is reported in Table 2 to quantify the degree of brightness modification introduced by the enhancement process rather than as a standalone indicator of visual quality.

4.2.2. Contrast improvement index (CII).

CII [48] measures the change in contrast between an original and enhanced output image. A CII value greater than 1 indicates improved contrast in the enhanced image.

The Contrast Improvement Index (CII) is defined as:

(21)

where OI represents the mean intensity value of the original image and EO refers to the mean intensity value of the corresponding enhanced image. The proposed image enhancement method shows superior performance compared to existing methods, as demonstrated by the comparative results presented in Table 3.

4.2.3. Correlation coefficient (CC).

(22)

where denotes the mean gray values of the corresponding pixels in the enhanced picture and the high resolution images and denotes the average gray value of both images [27]. If the correlation coefficient is closer to 1, it indicates that there is a minimal change between the original and enhanced images, where the information of the image is largely preserved. If the correlation coefficient is close to 0, it indicates that there is a significant difference between them, which implies that the enhancement would have destroyed the original details. In our work, it is shown that the correlation coefficient values are neither maximum nor minimum as in Table 4. This shows that the proposed method enhances the original image by preserving the details but not destroying it, as the values are closer to 1.

4.2.4. Structural Similarity Index (SSIM).

(23)

where c1 and c2 are positive constants. i and o represent original and enhanced images. and represent the mean intensities of i and o respectively. represents the covariance of i and o. and are the variances of i and o, respectively. The SSIM [49] values of the proposed method are displayed in Table 5.

5. Ablation study

An ablation study on 5 representative images from the LOL(600x400 resolution) and MEF datasets evaluated five configurations: PFS with fixed , PFS without hesitation, PFS only, CLAHE only, and the proposed method. The observed average values of entropy, AMBE, CII, CC, and SSIM are presented in Table 7, and the visual representation is shown in Fig 5 of a single image. The results show that fixing or removing hesitation reduces adaptability; PFS alone preserves structure but lacks contrast enhancement, while CLAHE alone boosts contrast but may cause brightness inconsistencies. The proposed method achieves a balanced improvement by combining the strengths of both approaches.

thumbnail
Table 7. Ablation study on representative images from the LOL and MEF datasets.

https://doi.org/10.1371/journal.pone.0354362.t007

thumbnail
Fig 5. Visual comparison of ablation study variants.

https://doi.org/10.1371/journal.pone.0354362.g005

6. Time complexity analysis

The computational efficiency of the proposed method was evaluated against LIME, IFA, NIFG, and LightNet using the 20 test images presented in Figs 3 and 4. The execution times (in seconds) for each method are summarized in Table 8. The results demonstrate that the proposed method achieves a balanced trade off between processing speed and image quality, making it suitable for near real-time low light enhancement tasks, particularly in resource constrained environments.

thumbnail
Table 8. Time complexity of the images shown in Figs 3 and 4.

https://doi.org/10.1371/journal.pone.0354362.t008

7. Advantages and limitations

The benefits of the suggested approach are as follows:

  1. a) The introduced pythagorean fuzzy method effectively tackles the issues related to the enhancement of low light images.
  2. b) Comparative evaluation, illustrated in Table 1, shows that the proposed algorithm significantly enhances image quality compared to current techniques.
  3. c) The suggested method delivers benchmark results that exceed those of previous approaches, as outlined in the performance metrics (Tables 1-6).
  4. d) The combination of the pythagorean fuzzy method with CLAHE produces better outcomes when compared with other existing techniques.

Limitations:

  1. a) The proposed method is specifically optimized for enhancing low light images.
  2. b) Although it effectively preserves image details, it may introduce noise in very dark regions of low contrast images during the enhancement process.

8. Conclusion

This study proposes a novel pythagorean intuitionistic fuzzy enhancement technique for low light images. By adapting the CLAHE framework through the proposed method, improved image quality is achieved. Experimental results demonstrate that the technique effectively enhances color and contrast while preserving the natural appearance of the images. Compared to conventional methods such as HE, CLAHE, BPDHE, LightenNet, FlightNet, LIME, IFA, NIFG, ZeroDCE, ZeroDCE++, URetinex, and the proposed approach yields superior performance. Quantitative evaluation using metrics such as entropy, AMBE, CII, CC, SSIM, and NIQE confirms the method’s effectiveness in enhancing both the visual quality and structural integrity of images. Future work may extend this technique to various datasets and explore its application in video enhancement.

Supporting information

S1 File. Images presented in Figs 3 and 5.

https://doi.org/10.1371/journal.pone.0354362.s001

(RAR)

Acknowledgments

The authors would like to acknowledge Vellore Institute of Technology, Vellore, for providing library and internet facilities that supported this research.

References

  1. 1. Pizer SM, Amburn EP, Austin JD, Cromartie R, Geselowitz A, Greer T, et al. Adaptive histogram equalization and its variations. Computer Vision, Graphics, and Image Processing. 1987;39(3):355–68.
  2. 2. Kapoor K, Arora S. Colour Image Enhancement based on Histogram Equalization. ECIJ. 2015;4(3):73–82.
  3. 3. Ibrahim H, Pik Kong N. Brightness Preserving Dynamic Histogram Equalization for Image Contrast Enhancement. IEEE Trans Consumer Electron. 2007;53(4):1752–8.
  4. 4. Yadav G, Maheshwari S, Agarwal A. Contrast limited adaptive histogram equalization based enhancement for real time video system. In: 2014 International Conference on Advances in Computing, Communications and Informatics (ICACCI), 2014. 2392–7. https://doi.org/10.1109/icacci.2014.6968381
  5. 5. Bhairannawar S, Patil A, Janmane A, Huilgol M. Color image enhancement using Laplacian filter and contrast limited adaptive histogram equalization. In: 2017 Innovations in Power and Advanced Computing Technologies (i-PACT), 2017. 1–5.
  6. 6. Veluchamy M, Subramani B. Image contrast and color enhancement using adaptive gamma correction and histogram equalization. Optik. 2019;183:329–37.
  7. 7. Thepade SD, Pardhi PM. Contrast enhancement with brightness preservation of low light images using a blending of CLAHE and BPDHE histogram equalization methods. Int j inf tecnol. 2022;14(6):3047–56.
  8. 8. Liu S, Long W, Li Y, Cheng H. Low-light image enhancement based on membership function and gamma correction. Multimed Tools Appl. 2021;81(16):22087–109.
  9. 9. Liu X, Wu Z, Wang X. Validity of non-local mean filter and novel denoising method. Virtual Reality & Intelligent Hardware. 2023;5(4):338–50.
  10. 10. Subramani B, Veluchamy M. Bilateral tone mapping scheme for color correction and contrast adjustment in nearly invisible medical images. Color Research & Application. 2023;48(6):748–60.
  11. 11. Veluchamy M, Subramani B. Artificial bee Colony optimized image enhancement framework for invisible images. Multimed Tools Appl. 2022;82(3):3627–46.
  12. 12. Subramani B, Veluchamy M. Cuckoo search optimization‐based image color and detail enhancement for contrast distorted images. Color Research & Application. 2022;47(4):1005–22.
  13. 13. Veluchamy M, Subramani B. Detail preserving noise aware retinex model for low light image enhancement. J Opt. 2025.
  14. 14. Zadeh LA. Fuzzy sets. Information and Control. 1965;8(3):338–53.
  15. 15. Ensafi P, Tizhoosh HR. Type-2 Fuzzy Image Enhancement. Lecture Notes in Computer Science. Springer Berlin Heidelberg. 2005. p. 159–66. https://doi.org/10.1007/11559573_20
  16. 16. Chaira T. Enhancement of medical images in an Atanassov’s’t intuitionistic fuzzy domain using an alternative intuitionistic fuzzy generator with application to image segmentation. Journal of Intelligent & Fuzzy Systems. 2014;27(3):1347–59.
  17. 17. Sesadri U, Nagaraju C, Ramakrishna M. Fuzzy histogram equalization for image enhancement. International Journal of Emerging Technology and Advanced Engineering. 2018;8(7).
  18. 18. Li C, Liu J, Wu Q, Bi L. An adaptive enhancement method for low illumination color images. Appl Intell. 2020;51(1):202–22.
  19. 19. Sharma T, Verma NK. Adaptive Interval Type-2 Fuzzy Filter: An AI Agent for Handling Uncertainties to Preserve Image Naturalness. IEEE Trans Artif Intell. 2021;2(1):83–92.
  20. 20. Yang L, Zenian S, Zakaria R. Image Enhancement Method based on an Improved Fuzzy C-Means Clustering. IJACSA. 2022;13(8).
  21. 21. Guo H, Sheng B, Li P, Chen CLP. Multiview High Dynamic Range Image Synthesis Using Fuzzy Broad Learning System. IEEE Trans Cybern. 2021;51(5):2735–47. pmid:31484152
  22. 22. Yu C-Y, Lin H-Y, Lin C-J. Image contrast expand enhancement system based on fuzzy theory. Microsyst Technol. 2019;27(4):1579–87.
  23. 23. Venkatesh S, De Britto CJ, Subhashini P, Somasundaram K. Image enhancement and implementation of CLAHE algorithm and bilinear interpolation. Cybernetics and Systems. 2022;:1–13.
  24. 24. Guo X, Hu Q. Low-light Image Enhancement via Breaking Down the Darkness. Int J Comput Vis. 2022;131(1):48–66.
  25. 25. Premalatha R, Dhanalakshmi P. Enhancement and segmentation of medical images through pythagorean fuzzy sets-An innovative approach. Neural Comput Appl. 2022;34(14):11553–69. pmid:35250182
  26. 26. Haribabu M, Guruviah V. Enhanced multimodal medical image fusion based on Pythagorean fuzzy set: an innovative approach. Sci Rep. 2023;13(1):16726. pmid:37794125
  27. 27. Jebadass JR, Balasubramaniam P. Low contrast enhancement technique for color images using interval-valued intuitionistic fuzzy sets with contrast limited adaptive histogram equalization. Soft Comput. 2022;26(10):4949–60.
  28. 28. Jebadass JR, Balasubramaniam P. Color image enhancement technique based on interval-valued intuitionistic fuzzy set. Information Sciences. 2024;653:119811.
  29. 29. Yang L, Zenian S, Zakaria R. Fuzzy image enhancement based on an adjustable intensifier operator. Journal of Image and Graphics. 2023;11(2):146–52.
  30. 30. Selvam C, Jebadass RJJ, Sundaram D, Shanmugam L. A novel intuitionistic fuzzy generator for low-contrast color image enhancement technique. Information Fusion. 2024;108:102365.
  31. 31. Bustince H, Kacprzyk J, Mohedano V. Intuitionistic fuzzy generators Application to intuitionistic fuzzy complementation. Fuzzy Sets and Systems. 2000;114(3):485–504.
  32. 32. Chaira T. Fuzzy Set and Its Extension: The Intuitionistic Fuzzy Set. Hoboken, NJ: John Wiley & Sons; 2019.
  33. 33. Ananthi VP, Balasubramaniam P, Kalaiselvi T. A new fuzzy clustering algorithm for the segmentation of brain tumor. Soft Comput. 2015;20(12):4859–79.
  34. 34. Muhammad Abubakar F. Image Enhancement using Histogram Equalization and Spatial Filtering. IJSR. 2012;1(3):15–20.
  35. 35. Somvanshi SS, Kunwar P, Tomar S, Singh M. Comparative statistical analysis of the quality of image enhancement techniques. International Journal of Image and Data Fusion. 2017;9(2):131–51.
  36. 36. Radhika C, Parvathi R. Defuzzification of intuitionistic fuzzy sets. Notes Intuitionistic Fuzzy Sets. 2016;22(5):19–26.
  37. 37. Li C, Guo J, Porikli F, Pang Y. LightenNet: A Convolutional Neural Network for weakly illuminated image enhancement. Pattern Recognition Letters. 2018;104:15–22.
  38. 38. Özcan M, Ergezer H, Ayazoğlu M. FLIGHT Mode On: A Feather-Light Network for Low-Light Image Enhancement. In: 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), 2023. 4226–35. https://doi.org/10.1109/cvprw59228.2023.00445
  39. 39. Xiaojie Guo, Yu Li, Haibin Ling. LIME: Low-Light Image Enhancement via Illumination Map Estimation. IEEE Trans Image Process. 2017;26(2):982–93. pmid:28113318
  40. 40. Jebadass JR, Balasubramaniam P. Low light enhancement algorithm for color images using intuitionistic fuzzy sets with histogram equalization. Multimed Tools Appl. 2022;81(6):8093–106.
  41. 41. Guo C, Li C, Guo J, Loy CC, Hou J, Kwong S, et al. Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement. In: 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020. 1777–86. https://doi.org/10.1109/cvpr42600.2020.00185
  42. 42. Li C, Guo C, Loy CC. Learning to Enhance Low-Light Image via Zero-Reference Deep Curve Estimation. IEEE Trans Pattern Anal Mach Intell. 2022;44(8):4225–38. pmid:33656989
  43. 43. Wu W, Weng J, Zhang P, Wang X, Yang W, Jiang J. URetinex-Net: Retinex-based Deep Unfolding Network for Low-light Image Enhancement. In: 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022. 5891–900. https://doi.org/10.1109/cvpr52688.2022.00581
  44. 44. Wei C, Wang W, Yang W, Liu J. Deep retinex decomposition for low-light enhancement. arXiv preprint. 2018. https://arxiv.org/abs/1808.04560
  45. 45. Lee C, Lee C, Lee Y-Y, Kim C-S. Power-constrained contrast enhancement for emissive displays based on histogram equalization. IEEE Trans Image Process. 2012;21(1):80–93. pmid:21672675
  46. 46. Wang S, Zheng J, Hu H-M, Li B. Naturalness preserved enhancement algorithm for non-uniform illumination images. IEEE Trans Image Process. 2013;22(9):3538–48. pmid:23661319
  47. 47. Gupta B, Tiwari M. Minimum mean brightness error contrast enhancement of color images using adaptive gamma correction with color preserving framework. Optik. 2016;127(4):1671–6.
  48. 48. Mittal P, Saini RK, Jain NK. Image Enhancement Using Fuzzy Logic Techniques. Advances in Intelligent Systems and Computing. Springer Singapore. 2018. p. 537–46. https://doi.org/10.1007/978-981-13-0589-4_50
  49. 49. Chinnappan RR, Sundaram D. A low-light video enhancement approach using novel intuitionistic fuzzy generator. Eur Phys J Spec Top. 2024;234(8):2613–25.