SlideShare a Scribd company logo
International INTERNATIONAL Journal of Advanced JOURNAL Research OF ADVANCED in Engineering RESEARCH and Technology IN (IJARET), ENGINEERING 
ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
AND TECHNOLOGY (IJARET) 
ISSN 0976 - 6480 (Print) 
ISSN 0976 - 6499 (Online) 
Volume 5, Issue 11, November (2014), pp. 37-45 
© IAEME: www.iaeme.com/ IJARET.asp 
Journal Impact Factor (2014): 7.8273 (Calculated by GISI) 
www.jifactor.com 
IJARET 
© I A E M E 
ANALYSIS OF COLLABORATIVE LEARNING METHODS 
FOR IMAGE CONTRAST ENHANCEMENT 
Santhosh Kumar K.L1, Jharna Majumdar2 
1Assistant Prof, Dept of CSE (PG), Nitte Meenakshi Institute of Technology,Bangalore, India 
2Dean R&D, Prof and Head CSE (PG), Nitte Meenakshi Institute of Technology,Bangalore, India 
37 
ABSTRACT 
Image enhancement is an important area in digital image processing. Basically, the idea 
behind enhancement techniques is to bring out detail that is obscured, or simply to highlight certain 
features of interest in an image. In this paper, we propose a modified version of collaborative 
learning method, first proposed by Chang et al [4]. We combine the random spatial sampling concept 
from existing collaborative learning method with block-based histogram equalization with sliding 
window concept. The experimental study is done using a set of underwater and medical images. It is 
seen that the method proposed in this paper gives better results compared to the conventional 
collaborative learning method. To demonstrate the effectiveness of our method, we have used a set 
of quality metric parameters, which measures the quality of enhancement. 
Keywords: Image Enhancement, Histogram Equalization, Collaborative Learning; Quality Metric 
parameters 
I. INTRODUCTION 
Contrast enhancement adjusts the brightness intensity of the image by stretching brightness 
values between dark and bright area. The output of this process will produce clearer image to the 
eyes or assist feature extraction processing in computer vision system. There are two approaches of 
contrast enhancement, global and local [1]. 
Global approaches improve image quality through brightness intensity values redistribution 
of the whole image. However this leads to the washed-out effect due to the change of the average 
intensity to middle level. This problem often occurs in low contrast images with narrow gray level 
distribution. This leads to large number of noises termed as over-equalize process. These issues were
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
overcome by varying the gray-scale transformation on each small block of the image. This is termed 
as local contrast enhancement [1-2]. 
The traditional histogram equalization technique is based on a transformation using the 
histogram of the entire image to obtain a contrast-enhanced image with a more uniform histogram. 
Although histogram equalization used on the entire image enhances the contrast to a large extent to 
produce a better visualization effect, it still cannot discriminate details in homogeneous regions in 
the image [3]. 
Block-based histogram equalization methods such as adaptive histogram equalization (AHE) 
and contrast limited adaptive histogram equalization (CLAHE) consider only a local window or 
neighboring windows for contrast enhancement [3]. The collaborative learning (CL) enhancement 
algorithm [4-5] is derived from collaborative learning in knowledge creating communities. The use 
of collaborative learning helps to determine each pixel’s final gray level from multiple perspectives. 
In this paper, we propose a method which is a combination of collaborative learning method 
and the block-based histogram equalization with sliding window approaches. Each pixel’s gray level 
is determined from multiple randomly selected sliding windows; the conventional histogram 
equalization method is applied for each of the sliding windows, the monotonically increasing 
ordering is modified in order to enhance resolution with contextual information. The rest of the paper 
contains quality metric parameters, results, analysis using underwater and medical images. 
38 
II. EXISTING METHODS 
A. HISTOGRAM EQUALIZATION (HE) 
Histogram equalization is a process which transforms a histogram with closely grouped 
values to spread out into a flat or equalized histogram [1-5]. This method is widely used for contrast 
enhancement in a variety of applications due to its simple function and effectiveness. If r is a random 
variable that represents one gray level of an image, the transformation of histogram equalization can 
be represented as v=T(r), where v has a uniform distribution that can be used for the 
=  
r 
( ) ( ) 
r T r p x dx 
0 
construction of the output image. Typically r is set to lie within the closed interval [0, 1], where r=0 
represents black and r=1 represents white. The original image and the contrast enhanced image can 
be characterized by probability density functions (PDFs) pr(r) and pv(v) respectively. If the 
cumulative density functions (CDF) can be considered as monotonically increasing in the interval [0, 
1]. The transformation-based function (CDF) can be considered as monotonically increasing in the 
interval [0, 1]. The transformation-based CDF of r can output a uniform density distribution to 
enhance the contrast of the original image. 
One drawback of the histogram equalization can be found on the fact that the brightness of an 
image can be changed after the histogram equalization, which is mainly due to the flattening 
property of the histogram equalization. HE normally changes the brightness of the input image 
significantly, makes some of the uniform regions of the output image become saturated with very 
bright or very dark intensities. Although a wide variety of approaches have been used for 
enhancement, histogram equalization continues to be one of the most commonly used contrast 
enhancement techniques, and it is the basis of many derivatives. 
B. COLLABORATIVE LEARNING (CL) METHOD 
The collaborative learning (CL) enhancement algorithm is derived from collaborative 
learning in knowledge creating communities [4]. The use of collaborative learning helps to 
determine each pixel’s final gray level from multiple perspectives. It does not restrict the 
determination of each pixel’s gray level by contexts in the local window. A strategy to set each
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
pixel’s gray level according to both local and global information is used. The contrast is enhanced by 
random spatial sampling and global normalization of histogram equalized sub-images. 
Algorithm: Collaborative Learning for Image Contrast Enhancement 
Manual Input: NIL 
1. For a given image I, the centre (enX(),enY()) of h randomly chosen window is 
calculated, the width and height of the  window are calculated from inW() and 
WinH() 
39 
2. N such sub-images S(i) 
WinW(i)xWinH(i) are extracted and Histogram Equalized. 
3. For every pixel (, ) in the image I, the number of sub-images that cover (,) is calculated 
with ount(,). 
4. The histogram-equalized gray level of each pixel (, ) in image I is accumulated from N 
sub-images as acc(,). 
5. The average histogram-equalized gray level of each pixel (, )is then calculated from 
ave(,). 
6. The gray level of each pixel in the image ave is normalized into the range 0-255; this gives 
the Collaborative Learning enhanced image. 
The average histogram-equalized gray level can reflect the current viewing perspective as one 
individual’s viewpoint in the community. Because these N (set N to 500) sub-images have different 
window sizes and locations, the histogram equalization is performed with different image 
information, which provides different image enhancement perspectives. The N distinct individuals 
focus on N different portions of the image from different perspectives, with the combined result of a 
global view for image enhancement. Conceptually this is similar to a community of distinct human 
learners, each with a unique knowledge background, and a unique understanding of shared 
information. By combining the perspectives from their unique viewpoints, they benefit from each 
other’s understanding, and the overall group achieves a more knowledgeable and informed state. 
III. PROPOSED METHODOLOGY 
The main aim of our approach is to provide the better contrast enhancement compare to the 
existing collaborative learning method. As mentioned above we added block-based histogram 
equalization with sliding window concept to the collaborative learning strategy. The sizes of the 
widow are chosen randomly for N number of times. For every window the histogram equalization is 
calculated. Further the enhanced sub-images are accumulated in the output image. Due to N different 
window sizes, the histogram equalization is performed with different image information, which 
provides different image enhancement perspectives. At last combined result of a global view for 
image enhancement are provided. The different portions of the image from different perspectives are 
combined to get the result of a global view for image enhancement. 
Algorithm: Modified Collaborative Learning for Image Contrast Enhancement 
Manual Input: N- the number of passes 
1. For a given image I, the width and height of the Nth window is calculated randomly from 
inW() and WinH()
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
( ) ( ) ( , ) , , ( ) ( ) ( ) ( )( , ) 
40 
1 
 (1) 
× 
2 ) ( +  
2 
 
 
= × 
rand W 
WinW i 
1 
 (1) 
× 
( ) 2 +  
2 
 
 
= × 
rand H 
WinH i 
2. Use this window to extract sub-image, Histogram Equalize it and accumulate in 	cc, slide the 
window horizontally and vertically covering entire image. 
N 
[ ( ) ] 
= 
= ¶ × × × 
i 
i i 
acc I m n m n S WinW i WinH i EquS WinW i WinH i m n 
1 
3. For every pixel (, ) in the image I, the number of sub-images that cover (,) is calculated 
with Count (,). 
4. Do the steps 1 to 3 for N times. Accumulate result from each passes in 	cc. 
5. Average 	vg calculated using Iacc and Count (, ) and normalized to the range 0-255, ICE 
gives the enhanced image. 
( , ) 
I m n 
( , ) 
I m n acc 
( , ) 
Count m n 
ave = 
 
 
 
( , ) min( ) 
I m n I 
ave ave 
= 255 
 
× 
− 
CE I I 
− 
max( ) min( ) 
( , ) 
ave ave 
I m n 
The proposed method is a modified form of Collaborative Learning algorithm. In this 
algorithm, each P number of passes, the window size is calculated randomly. With this window size 
a sub-image is extracted from image I, Histogram equalized and placed in an output image. This 
window is slid horizontally and vertically over the entire image in a single pass. In the next pass 
another window size is generated and the procedure is repeated. A counter keeps counting the 
number of times a pixel is being histogram equalized. The results from each pass are accumulated in 
the output image. The accumulated output image is averaged with help of counter and normalized to 
range 0 to 255. 
The main limitation of a histogram-based sliding window is its high computational cost. For 
an image of size n x n, a window of size r x r and a histogram of dimension B, a straightforward 
method scans n2 windows, scans r2 pixels per window to construct the histogram and scans B bins of 
the histogram to evaluate the objective function. 
IV. QUALITY METRICS FOR IMAGE ENHANCEMENT 
Image quality measurement is crucial for most image processing applications. The measures 
used to determine the quality of an image is called Quality Metrics (QM). Generally speaking, an 
image quality metric has three kinds of applications: First, it can be used to monitor image quality 
for quality control systems. Second, it can be employed to benchmark image processing systems and 
algorithms. Third, it can be embedded into an image processing system to optimize the algorithms 
and the parameter settings. There are two kinds of quality measurements: Subjective and Objective 
quality metrics. The principle of subjective methods is that groups of assessors (or even a single 
assessor) judge the quality of an image being presented to them. The subjective quality measurement 
Mean Opinion Score (MOS) has been used for many years. However, the MOS method is too
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
inconvenient, slow and expensive for practical usage. The objective image quality metrics can 
predict perceived image and video quality automatically [5]. 
In this paper we implemented eight subjective quality metrics and study their suitability for 
assessing the quality of image enhancement. The parameters are Entropy, Visibility, Global Contrast 
(GC), Spatial Frequency (SF), Fitness Measure (FM), Average Local Variances ALVs- ALVS (ALV 
in Smooth region), ALVD (ALV in Detail region), and ALVE (ALV in Edge region). Detail 
calculation of the parameters is given in Appendix-1. 
Fig. 1 shows the general framework of the algorithm used for quality parameters study. We 
have taken two sample images of very high and very low contrast and applied the above parameters 
to study their effectiveness for different algorithms. Table 1 shows the sample result. 
Fig.1. General Framework of Single Input Single Output Algorithm Quality Study 
Fig. 2(a) Low Contrast image (b) High Contrast image 
Table-I.The Comparison of Quality Metric of Low and High contrast Images 
Quality Metrics Low Contrast Image High Contrast Image 
Entropy 4.889 7.143 
GC 71.848 2809.554 
Visibility 165.465 1782.335 
SF 2.845 28.156 
FM 10.994 18.999 
ALVS 0.000 2.958 
ALVD 11.989 9.036 
ALVE 12.670 13.763 
41
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
It is seen from Table-I that the values of Entropy, Global Contrast, Visibility, Spatial 
Frequency, Fitness Measure ALVS and ALVE increase as the image goes from low contrast to high 
contrast. The value of ALVD decreases as the image goes from low contrast to high contrast. We 
used these quality metric parameters to justify the effectiveness of the proposed algorithm in 
comparison with the conventional collaborative method. 
42 
V. RESULTS AND DISCUSSION 
We used two underwater (Image 1  Image 2) and two medical test images (Image 3  
Image 4) for our experiment. We compared the proposed method with the traditional histogram 
equalization and collaborative learning algorithms (Fig 3 to Fig 6). We set N=10 in the experiment. 
The main goal of histogram equalization is to stretch the dynamic range of the pixel values in such a 
way that light pixels may turn lighter, while the comparatively dark pixels may become even darker. 
Table-II.The Comparison of Quality Metric Parameters for Test Images 
Image # 
QMs 
Methods 
Entropy GC Visibility SF FM ALVS ALVD ALVE 
Image 1 
Original Image 6.852 1218.553 1167.172 14.496 8.946 0.000 100.288 148.182 
Histogram Equalization 6.771 5491.869 1697.728 37.657 12.419 1.333 89.432 158.490 
Collaborative Learning 7.872 4921.837 1814.569 39.798 21.674 5.484 78.001 189.580 
Proposed Method 7.944 5713.111 2542.647 44.753 22.009 6.089 69.844 192.411 
Image 2 
Original Image 6.112 676.742 1535.379 11.648 3.532 0.000 86.719 157.274 
Histogram Equalization 5.958 5152.155 1698.787 21.904 9.631 0.892 74.021 161.641 
Collaborative Learning 7.803 3693.134 2557.098 26.274 20.879 7.023 61.196 189.992 
Proposed Method 7.810 5548.870 3575.928 27.696 21.153 7.101 39.058 198.521 
Image 3 
Original Image 6.633 1052.361 1641.020 12.562 6.112 0.922 48.352 130.826 
Histogram Equalization 6.507 5038.691 1739.003 29.334 11.322 0.948 43.455 142.353 
Collaborative Learning 7.718 4658.443 1917.394 28.985 20.825 5.677 35.004 195.301 
Proposed Method 7.877 5205.184 2362.796 32.130 21.470 6.209 31.342 197.771 
Image 4 
Original Image 7.755 3790.265 1307.996 10.135 5.322 3.750 83.293 102.041 
Histogram Equalization 7.517 4966.780 1680.597 14.822 7.673 4.996 80.868 188.567 
Collaborative Learning 7.876 4391.498 1695.379 16.536 20.657 5.263 78.770 193.565 
Proposed Method 7.932 5386.849 1777.053 22.936 21.170 5.387 75.313 203.157 
Further, the collaborative learning algorithm not only enhanced the whole image contrast, but 
also discriminated details in relatively homogeneous regions. But the proposed method establishes 
more effectiveness. As can be seen from Table II, the proposed method gives better subjective image 
qualities compared to the histogram equalization and collaborative learning methods. 
Fig.3. “Image 1” (a) Original, (b) Histogram Equalization, (c) Collaborative Learning, (d) Proposed Method
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
Fig.4. “Image 2” (a) Original, (b) Histogram Equalization, (c) Collaborative Learning, (d) Proposed Method 
Fig.5. “Image 3” (a) Original, (b) Histogram Equalization, (c) Collaborative Learning, (d) Proposed Method 
Fig.6. “Image 4” (a) Original, (b) Histogram Equalization, (c) Collaborative Learning, (d) Proposed Method 
43 
VI. CONCLUSION 
We have proposed a new image contrast enhancement method which is the combination of 
collaborative learning and histogram-based sliding window. First, we explained the importance of 
image contrast enhancement. Then, we explained different histogram equalization methodologies. To 
prove our results we have taken different quality metric parameters from which our method provides 
better enhancement results compared to the other histogram-based methods such as histogram 
equalization and collaborative learning methods. In future the proposed method can be extended 
using efficient histogram-based sliding window to minimize the high computation cost. 
VII. ACKNOWLEDGMENTS 
The authors express their sincere gratitude to Prof N R Shetty, Director, Nitte Meenakshi 
Institute of Technology and Dr H C Nagaraj, Principal, Nitte Meenakshi Institute of Technology for 
providing encouragement, support and the infrastructure to carry out the research.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
44 
VIII. REFERENCES 
[1] Siti Arpah Bt Ahmadi, Mohd Nasir Taib, Noor Elaiza A.Khalid. The Effect of Sharp 
Contrast-Limited Adaptive Histogram Equalization (SCLAHE) on Intra-oral Dental 
Radiograph Images. 2010 IEEE EMBS Conference on Biomedical Engineering  Sciences 
(IECBES 2010), Kuala Lumpur, Malaysia 
[2] Ramyashree N, Pavithra P, Shruthi T V, Dr. JharnaMajumdar. Enhacement of Aerial and 
Medical Image using Multi resolution pyramid. Special Issue of IJCCT Vol. 1 Issue 2,3,4; 
International Conferecnce - ACCTA-2010 
[3] Stephen M. Pizer, E. Philip Amburn, John D. Austin, Robert Cromartie. Adaptive Histogram 
Equalization and Its Variations. COMPUTER VISION, GRAPICS, AND IMAGE 
PROCESSING 39, 355-368 (1987) 
[4] Yuchou Chang, Dah-Jye Lee, James Archibald and Yi Hong. Using Collaborative Learning 
for Image Contrast Ehnancement. IEEE 2008 
[5] Zhou Wang, Alan C. Bovik, Ligang Lu. WHY IS IMAGE QUALITY ASSESSMENT SO 
DIFFICULT? IBM Research Lab 2003 
[6] Zhengmao Ye. Objective Assessment of Nonlinear Segmentation Approaches to Gray Level 
Underwater Images. ICGST-GVIP Journal, ISSN 1687-398X, Volume (9), Issue (II), April 
2009 
[7] Jia-Guu Leu. Image Contrast Enhancement Based on the Intensities of Edge Pixels. CVGIP: 
Graphical Models and Image Processing Vol. 54, No. 6, November, pp. 497-506, 1992. 
[8] Sonja Grgi c Mislav Grgic Marta Mrak. Reliability of Objective Picture Quality Measures. 
Journal of ELECTRICAL ENGINEERING, VOL. 55, NO. 1-2, 2004, 3-10 
[9] Munteanu C and Rosa A. Gray-Scale Image Enhancement as an Automatic Process Driven 
by Evolution. IEEE Transactions on Systems, Man, and Cybernetics—Part B: Cybernetics, 
Vol. 34, No. 2, April 2004. 
[10] Iyad Jafar Hao Ying. A New Method for Image Contrast Enhancement Based on Automatic 
Specification of Local Histograms. IJCSNS International Journal of Computer Science and 
Network Security, VOL.7 No.7, July 2007 
[11] Xiaoyuan Su and Taghi M. Khoshgoftaar “Review Article : A Survey of Collaborative 
Filtering Techniques”,Advances in Artificial Intelligence, Volume 2009 
[12] Manikanta Arrepu, Adaptive Enhancement of Aerial  Medical Images. M.Tech Thesis. 
March 2010 
[13] Kapoor, A., Caicedo, J., Lischinski, D., And Kang, S. “Collaborative Personalization of 
Image Enhancement” IJCV, 2013 
[14] Peter O’Donovan, Aseem Agarwala, Aaron Hertzmann, “Collaborative Filtering of Color 
Aesthetics” Proceedings of the Workshop on Computational Aesthetics, CAe 2014 
[15] Manav Jaiswal, Akshay Gavandi, Kundan Srivastav and Dr. Srija Unnikrishnan, “Motion- 
Sensed Rtos-Based Application Control Using Image Processing” International journal of 
Computer Engineering  Technology (IJCET), Volume 4, Issue 6, 2013, pp. 337 - 346, ISSN 
Print: 0976 – 6367, ISSN Online: 0976 – 6375 
APPENDIX-1 QUALITY METRIC PARAMETERS 
A. ENTROPY 
The entropy [6] also called discrete entropy is a measure of information content in an image 
and is given by, 
 = 
= − 
255 
0 2 ( ) log ( ( )) 
Entropy p k p k 
k
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 
Where p(k) is the probability distribution function. Larger the entropy, larger is the 
information contained in the image and hence more details are visible in the image. 
M ( , ) 
− 
+ 
F m n 
1 
a μ 
μ 
SF = R 2 + C 2 M 
N 
2 
1  
− = − 
= = 
1 2 
j 
k 
M 
N 
1  
− = − 
= = 
1 j 
2 
( ) 
n I 
FM = E I + e 
ln(ln ( ) ) H I 
( width * height 
) 
45 
B. GLOBAL CONTRAST (GC) 
The global contrast [7] value of an image is defined as the second central moment of its 
histogram divided by N, the total number of pixels in the image. 
( i − 
μ )2 hist ( i 
) 
N 
L 
i = 
= 0 
Where, μ is the average intensity of the image, hist(i) is the number of pixels in the image 
GC 
with the intensity value i and L is the highest intensity value. 
C. VISIBILITY 
The visibility is a measure of clarity of being visible in the image. Where μ is the mean 
intensity value of the image and  is a visual constant which varies from 0.6 to 0.7 
N 
 
m 
= 1 n 
= 
1 
D. SPATIAL FREQUENCY (SF) 
The SF [8] indicates the overall activity level in an image. SF is defined as follows: 
( x x 
) 
j , k j , k 1MN 
R 
2 
, 1, ( ) 
k 
j k j k x x 
M 
C 
Where R is row frequency, C is column frequency and xj,k denotes the pixel intensity values of 
image; M and N are numbers of pixels in horizontal and vertical directions. 
E. FITNESS MEASURE (FM) 
The Fitness measure [9] depends on the entropy H(I), no. of edges n(I) and the intensity of 
edges E(I). Compared to the original image, the enhanced version should have a higher intensity of 
the edges. 
( ) 
F. AVERAGE LOCAL VARIANCES (ALVS) 
A set of three measures of local variance called ALVs (average local variances) has been 
used to evaluate the extent of enhancement. The steps involved in computing the ALVs can be 
summarized as: 
• For each pixel do the following: 
a. Calculate the local standard deviation (LSD) in the 3x3 window centred on the pixel. 
b. Classify each pixel according to the following rules 
LSD  T1 - Smooth Region (Calculate the average local variance in smooth region – AVLS) 
T1 = LSD  T2 - Detail Region (Calculate the average local variance in Detail region – ALVD) 
T2 = LSD - Edge Region (Calculate the average local variance in Edge region – ALVE) 
• We have taken the default value T1=3 and T2=12.

More Related Content

What's hot

Image in Painting Techniques: A survey
Image in Painting Techniques: A survey Image in Painting Techniques: A survey
Image in Painting Techniques: A survey
IOSR Journals
 
Image Inpainting Using Deep Learning
Image Inpainting Using Deep Learning Image Inpainting Using Deep Learning
Image Inpainting Using Deep Learning
MohammadPooya Malek
 
A Survey on Exemplar-Based Image Inpainting Techniques
A Survey on Exemplar-Based Image Inpainting TechniquesA Survey on Exemplar-Based Image Inpainting Techniques
A Survey on Exemplar-Based Image Inpainting Techniques
ijsrd.com
 
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
ijcseit
 
Ijetr021211
Ijetr021211Ijetr021211
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
IJSRD
 
Image Inpainting
Image InpaintingImage Inpainting
Image Inpainting
IJERA Editor
 
An Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement TechniquesAn Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement Techniques
IJMER
 
Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2
Prashant Sharma
 
Region filling and object removal by exemplar based image inpainting
Region filling and object removal by exemplar based image inpaintingRegion filling and object removal by exemplar based image inpainting
Region filling and object removal by exemplar based image inpainting
Woonghee Lee
 
A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...
eSAT Publishing House
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid Technique
INFOGAIN PUBLICATION
 
D046022629
D046022629D046022629
D046022629
IJERA Editor
 
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
CSCJournals
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
IJEACS
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
IRJET Journal
 
Comparison of image segmentation
Comparison of image segmentationComparison of image segmentation
Comparison of image segmentation
Haitham Ahmed
 
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
sipij
 

What's hot (19)

Image in Painting Techniques: A survey
Image in Painting Techniques: A survey Image in Painting Techniques: A survey
Image in Painting Techniques: A survey
 
Image Inpainting Using Deep Learning
Image Inpainting Using Deep Learning Image Inpainting Using Deep Learning
Image Inpainting Using Deep Learning
 
A Survey on Exemplar-Based Image Inpainting Techniques
A Survey on Exemplar-Based Image Inpainting TechniquesA Survey on Exemplar-Based Image Inpainting Techniques
A Survey on Exemplar-Based Image Inpainting Techniques
 
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
 
Image Inpainting
Image InpaintingImage Inpainting
Image Inpainting
 
An Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement TechniquesAn Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement Techniques
 
Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2
 
Region filling and object removal by exemplar based image inpainting
Region filling and object removal by exemplar based image inpaintingRegion filling and object removal by exemplar based image inpainting
Region filling and object removal by exemplar based image inpainting
 
A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid Technique
 
D046022629
D046022629D046022629
D046022629
 
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
 
Comparison of image segmentation
Comparison of image segmentationComparison of image segmentation
Comparison of image segmentation
 
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
 
G0813841
G0813841G0813841
G0813841
 

Similar to Analysis of collaborative learning methods for image contrast enhancement

Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed Images
Dr. Amarjeet Singh
 
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
INFOGAIN PUBLICATION
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
iosrjce
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
IOSR Journals
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016
Editor IJCATR
 
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
IAEME Publication
 
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
pharmaindexing
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
Jim Jimenez
 
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
IJMER
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
ER Publication.org
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
Samrudh Keshava Kumar
 
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
ijma
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...
ijma
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
garudht
 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
idescitation
 

Similar to Analysis of collaborative learning methods for image contrast enhancement (20)

Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed Images
 
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016
 
F0342032038
F0342032038F0342032038
F0342032038
 
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
 
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
 
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
 
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
 
4
44
4
 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
IAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
IAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
IAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 

Recently uploaded (20)

ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 

Analysis of collaborative learning methods for image contrast enhancement

  • 1. International INTERNATIONAL Journal of Advanced JOURNAL Research OF ADVANCED in Engineering RESEARCH and Technology IN (IJARET), ENGINEERING ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME AND TECHNOLOGY (IJARET) ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME: www.iaeme.com/ IJARET.asp Journal Impact Factor (2014): 7.8273 (Calculated by GISI) www.jifactor.com IJARET © I A E M E ANALYSIS OF COLLABORATIVE LEARNING METHODS FOR IMAGE CONTRAST ENHANCEMENT Santhosh Kumar K.L1, Jharna Majumdar2 1Assistant Prof, Dept of CSE (PG), Nitte Meenakshi Institute of Technology,Bangalore, India 2Dean R&D, Prof and Head CSE (PG), Nitte Meenakshi Institute of Technology,Bangalore, India 37 ABSTRACT Image enhancement is an important area in digital image processing. Basically, the idea behind enhancement techniques is to bring out detail that is obscured, or simply to highlight certain features of interest in an image. In this paper, we propose a modified version of collaborative learning method, first proposed by Chang et al [4]. We combine the random spatial sampling concept from existing collaborative learning method with block-based histogram equalization with sliding window concept. The experimental study is done using a set of underwater and medical images. It is seen that the method proposed in this paper gives better results compared to the conventional collaborative learning method. To demonstrate the effectiveness of our method, we have used a set of quality metric parameters, which measures the quality of enhancement. Keywords: Image Enhancement, Histogram Equalization, Collaborative Learning; Quality Metric parameters I. INTRODUCTION Contrast enhancement adjusts the brightness intensity of the image by stretching brightness values between dark and bright area. The output of this process will produce clearer image to the eyes or assist feature extraction processing in computer vision system. There are two approaches of contrast enhancement, global and local [1]. Global approaches improve image quality through brightness intensity values redistribution of the whole image. However this leads to the washed-out effect due to the change of the average intensity to middle level. This problem often occurs in low contrast images with narrow gray level distribution. This leads to large number of noises termed as over-equalize process. These issues were
  • 2. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME overcome by varying the gray-scale transformation on each small block of the image. This is termed as local contrast enhancement [1-2]. The traditional histogram equalization technique is based on a transformation using the histogram of the entire image to obtain a contrast-enhanced image with a more uniform histogram. Although histogram equalization used on the entire image enhances the contrast to a large extent to produce a better visualization effect, it still cannot discriminate details in homogeneous regions in the image [3]. Block-based histogram equalization methods such as adaptive histogram equalization (AHE) and contrast limited adaptive histogram equalization (CLAHE) consider only a local window or neighboring windows for contrast enhancement [3]. The collaborative learning (CL) enhancement algorithm [4-5] is derived from collaborative learning in knowledge creating communities. The use of collaborative learning helps to determine each pixel’s final gray level from multiple perspectives. In this paper, we propose a method which is a combination of collaborative learning method and the block-based histogram equalization with sliding window approaches. Each pixel’s gray level is determined from multiple randomly selected sliding windows; the conventional histogram equalization method is applied for each of the sliding windows, the monotonically increasing ordering is modified in order to enhance resolution with contextual information. The rest of the paper contains quality metric parameters, results, analysis using underwater and medical images. 38 II. EXISTING METHODS A. HISTOGRAM EQUALIZATION (HE) Histogram equalization is a process which transforms a histogram with closely grouped values to spread out into a flat or equalized histogram [1-5]. This method is widely used for contrast enhancement in a variety of applications due to its simple function and effectiveness. If r is a random variable that represents one gray level of an image, the transformation of histogram equalization can be represented as v=T(r), where v has a uniform distribution that can be used for the = r ( ) ( ) r T r p x dx 0 construction of the output image. Typically r is set to lie within the closed interval [0, 1], where r=0 represents black and r=1 represents white. The original image and the contrast enhanced image can be characterized by probability density functions (PDFs) pr(r) and pv(v) respectively. If the cumulative density functions (CDF) can be considered as monotonically increasing in the interval [0, 1]. The transformation-based function (CDF) can be considered as monotonically increasing in the interval [0, 1]. The transformation-based CDF of r can output a uniform density distribution to enhance the contrast of the original image. One drawback of the histogram equalization can be found on the fact that the brightness of an image can be changed after the histogram equalization, which is mainly due to the flattening property of the histogram equalization. HE normally changes the brightness of the input image significantly, makes some of the uniform regions of the output image become saturated with very bright or very dark intensities. Although a wide variety of approaches have been used for enhancement, histogram equalization continues to be one of the most commonly used contrast enhancement techniques, and it is the basis of many derivatives. B. COLLABORATIVE LEARNING (CL) METHOD The collaborative learning (CL) enhancement algorithm is derived from collaborative learning in knowledge creating communities [4]. The use of collaborative learning helps to determine each pixel’s final gray level from multiple perspectives. It does not restrict the determination of each pixel’s gray level by contexts in the local window. A strategy to set each
  • 3. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME pixel’s gray level according to both local and global information is used. The contrast is enhanced by random spatial sampling and global normalization of histogram equalized sub-images. Algorithm: Collaborative Learning for Image Contrast Enhancement Manual Input: NIL 1. For a given image I, the centre (enX(),enY()) of h randomly chosen window is calculated, the width and height of the window are calculated from inW() and WinH() 39 2. N such sub-images S(i) WinW(i)xWinH(i) are extracted and Histogram Equalized. 3. For every pixel (, ) in the image I, the number of sub-images that cover (,) is calculated with ount(,). 4. The histogram-equalized gray level of each pixel (, ) in image I is accumulated from N sub-images as acc(,). 5. The average histogram-equalized gray level of each pixel (, )is then calculated from ave(,). 6. The gray level of each pixel in the image ave is normalized into the range 0-255; this gives the Collaborative Learning enhanced image. The average histogram-equalized gray level can reflect the current viewing perspective as one individual’s viewpoint in the community. Because these N (set N to 500) sub-images have different window sizes and locations, the histogram equalization is performed with different image information, which provides different image enhancement perspectives. The N distinct individuals focus on N different portions of the image from different perspectives, with the combined result of a global view for image enhancement. Conceptually this is similar to a community of distinct human learners, each with a unique knowledge background, and a unique understanding of shared information. By combining the perspectives from their unique viewpoints, they benefit from each other’s understanding, and the overall group achieves a more knowledgeable and informed state. III. PROPOSED METHODOLOGY The main aim of our approach is to provide the better contrast enhancement compare to the existing collaborative learning method. As mentioned above we added block-based histogram equalization with sliding window concept to the collaborative learning strategy. The sizes of the widow are chosen randomly for N number of times. For every window the histogram equalization is calculated. Further the enhanced sub-images are accumulated in the output image. Due to N different window sizes, the histogram equalization is performed with different image information, which provides different image enhancement perspectives. At last combined result of a global view for image enhancement are provided. The different portions of the image from different perspectives are combined to get the result of a global view for image enhancement. Algorithm: Modified Collaborative Learning for Image Contrast Enhancement Manual Input: N- the number of passes 1. For a given image I, the width and height of the Nth window is calculated randomly from inW() and WinH()
  • 4. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME ( ) ( ) ( , ) , , ( ) ( ) ( ) ( )( , ) 40 1 (1) × 2 ) ( + 2 = × rand W WinW i 1 (1) × ( ) 2 + 2 = × rand H WinH i 2. Use this window to extract sub-image, Histogram Equalize it and accumulate in cc, slide the window horizontally and vertically covering entire image. N [ ( ) ] = = ¶ × × × i i i acc I m n m n S WinW i WinH i EquS WinW i WinH i m n 1 3. For every pixel (, ) in the image I, the number of sub-images that cover (,) is calculated with Count (,). 4. Do the steps 1 to 3 for N times. Accumulate result from each passes in cc. 5. Average vg calculated using Iacc and Count (, ) and normalized to the range 0-255, ICE gives the enhanced image. ( , ) I m n ( , ) I m n acc ( , ) Count m n ave = ( , ) min( ) I m n I ave ave = 255 × − CE I I − max( ) min( ) ( , ) ave ave I m n The proposed method is a modified form of Collaborative Learning algorithm. In this algorithm, each P number of passes, the window size is calculated randomly. With this window size a sub-image is extracted from image I, Histogram equalized and placed in an output image. This window is slid horizontally and vertically over the entire image in a single pass. In the next pass another window size is generated and the procedure is repeated. A counter keeps counting the number of times a pixel is being histogram equalized. The results from each pass are accumulated in the output image. The accumulated output image is averaged with help of counter and normalized to range 0 to 255. The main limitation of a histogram-based sliding window is its high computational cost. For an image of size n x n, a window of size r x r and a histogram of dimension B, a straightforward method scans n2 windows, scans r2 pixels per window to construct the histogram and scans B bins of the histogram to evaluate the objective function. IV. QUALITY METRICS FOR IMAGE ENHANCEMENT Image quality measurement is crucial for most image processing applications. The measures used to determine the quality of an image is called Quality Metrics (QM). Generally speaking, an image quality metric has three kinds of applications: First, it can be used to monitor image quality for quality control systems. Second, it can be employed to benchmark image processing systems and algorithms. Third, it can be embedded into an image processing system to optimize the algorithms and the parameter settings. There are two kinds of quality measurements: Subjective and Objective quality metrics. The principle of subjective methods is that groups of assessors (or even a single assessor) judge the quality of an image being presented to them. The subjective quality measurement Mean Opinion Score (MOS) has been used for many years. However, the MOS method is too
  • 5. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME inconvenient, slow and expensive for practical usage. The objective image quality metrics can predict perceived image and video quality automatically [5]. In this paper we implemented eight subjective quality metrics and study their suitability for assessing the quality of image enhancement. The parameters are Entropy, Visibility, Global Contrast (GC), Spatial Frequency (SF), Fitness Measure (FM), Average Local Variances ALVs- ALVS (ALV in Smooth region), ALVD (ALV in Detail region), and ALVE (ALV in Edge region). Detail calculation of the parameters is given in Appendix-1. Fig. 1 shows the general framework of the algorithm used for quality parameters study. We have taken two sample images of very high and very low contrast and applied the above parameters to study their effectiveness for different algorithms. Table 1 shows the sample result. Fig.1. General Framework of Single Input Single Output Algorithm Quality Study Fig. 2(a) Low Contrast image (b) High Contrast image Table-I.The Comparison of Quality Metric of Low and High contrast Images Quality Metrics Low Contrast Image High Contrast Image Entropy 4.889 7.143 GC 71.848 2809.554 Visibility 165.465 1782.335 SF 2.845 28.156 FM 10.994 18.999 ALVS 0.000 2.958 ALVD 11.989 9.036 ALVE 12.670 13.763 41
  • 6. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME It is seen from Table-I that the values of Entropy, Global Contrast, Visibility, Spatial Frequency, Fitness Measure ALVS and ALVE increase as the image goes from low contrast to high contrast. The value of ALVD decreases as the image goes from low contrast to high contrast. We used these quality metric parameters to justify the effectiveness of the proposed algorithm in comparison with the conventional collaborative method. 42 V. RESULTS AND DISCUSSION We used two underwater (Image 1 Image 2) and two medical test images (Image 3 Image 4) for our experiment. We compared the proposed method with the traditional histogram equalization and collaborative learning algorithms (Fig 3 to Fig 6). We set N=10 in the experiment. The main goal of histogram equalization is to stretch the dynamic range of the pixel values in such a way that light pixels may turn lighter, while the comparatively dark pixels may become even darker. Table-II.The Comparison of Quality Metric Parameters for Test Images Image # QMs Methods Entropy GC Visibility SF FM ALVS ALVD ALVE Image 1 Original Image 6.852 1218.553 1167.172 14.496 8.946 0.000 100.288 148.182 Histogram Equalization 6.771 5491.869 1697.728 37.657 12.419 1.333 89.432 158.490 Collaborative Learning 7.872 4921.837 1814.569 39.798 21.674 5.484 78.001 189.580 Proposed Method 7.944 5713.111 2542.647 44.753 22.009 6.089 69.844 192.411 Image 2 Original Image 6.112 676.742 1535.379 11.648 3.532 0.000 86.719 157.274 Histogram Equalization 5.958 5152.155 1698.787 21.904 9.631 0.892 74.021 161.641 Collaborative Learning 7.803 3693.134 2557.098 26.274 20.879 7.023 61.196 189.992 Proposed Method 7.810 5548.870 3575.928 27.696 21.153 7.101 39.058 198.521 Image 3 Original Image 6.633 1052.361 1641.020 12.562 6.112 0.922 48.352 130.826 Histogram Equalization 6.507 5038.691 1739.003 29.334 11.322 0.948 43.455 142.353 Collaborative Learning 7.718 4658.443 1917.394 28.985 20.825 5.677 35.004 195.301 Proposed Method 7.877 5205.184 2362.796 32.130 21.470 6.209 31.342 197.771 Image 4 Original Image 7.755 3790.265 1307.996 10.135 5.322 3.750 83.293 102.041 Histogram Equalization 7.517 4966.780 1680.597 14.822 7.673 4.996 80.868 188.567 Collaborative Learning 7.876 4391.498 1695.379 16.536 20.657 5.263 78.770 193.565 Proposed Method 7.932 5386.849 1777.053 22.936 21.170 5.387 75.313 203.157 Further, the collaborative learning algorithm not only enhanced the whole image contrast, but also discriminated details in relatively homogeneous regions. But the proposed method establishes more effectiveness. As can be seen from Table II, the proposed method gives better subjective image qualities compared to the histogram equalization and collaborative learning methods. Fig.3. “Image 1” (a) Original, (b) Histogram Equalization, (c) Collaborative Learning, (d) Proposed Method
  • 7. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME Fig.4. “Image 2” (a) Original, (b) Histogram Equalization, (c) Collaborative Learning, (d) Proposed Method Fig.5. “Image 3” (a) Original, (b) Histogram Equalization, (c) Collaborative Learning, (d) Proposed Method Fig.6. “Image 4” (a) Original, (b) Histogram Equalization, (c) Collaborative Learning, (d) Proposed Method 43 VI. CONCLUSION We have proposed a new image contrast enhancement method which is the combination of collaborative learning and histogram-based sliding window. First, we explained the importance of image contrast enhancement. Then, we explained different histogram equalization methodologies. To prove our results we have taken different quality metric parameters from which our method provides better enhancement results compared to the other histogram-based methods such as histogram equalization and collaborative learning methods. In future the proposed method can be extended using efficient histogram-based sliding window to minimize the high computation cost. VII. ACKNOWLEDGMENTS The authors express their sincere gratitude to Prof N R Shetty, Director, Nitte Meenakshi Institute of Technology and Dr H C Nagaraj, Principal, Nitte Meenakshi Institute of Technology for providing encouragement, support and the infrastructure to carry out the research.
  • 8. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME 44 VIII. REFERENCES [1] Siti Arpah Bt Ahmadi, Mohd Nasir Taib, Noor Elaiza A.Khalid. The Effect of Sharp Contrast-Limited Adaptive Histogram Equalization (SCLAHE) on Intra-oral Dental Radiograph Images. 2010 IEEE EMBS Conference on Biomedical Engineering Sciences (IECBES 2010), Kuala Lumpur, Malaysia [2] Ramyashree N, Pavithra P, Shruthi T V, Dr. JharnaMajumdar. Enhacement of Aerial and Medical Image using Multi resolution pyramid. Special Issue of IJCCT Vol. 1 Issue 2,3,4; International Conferecnce - ACCTA-2010 [3] Stephen M. Pizer, E. Philip Amburn, John D. Austin, Robert Cromartie. Adaptive Histogram Equalization and Its Variations. COMPUTER VISION, GRAPICS, AND IMAGE PROCESSING 39, 355-368 (1987) [4] Yuchou Chang, Dah-Jye Lee, James Archibald and Yi Hong. Using Collaborative Learning for Image Contrast Ehnancement. IEEE 2008 [5] Zhou Wang, Alan C. Bovik, Ligang Lu. WHY IS IMAGE QUALITY ASSESSMENT SO DIFFICULT? IBM Research Lab 2003 [6] Zhengmao Ye. Objective Assessment of Nonlinear Segmentation Approaches to Gray Level Underwater Images. ICGST-GVIP Journal, ISSN 1687-398X, Volume (9), Issue (II), April 2009 [7] Jia-Guu Leu. Image Contrast Enhancement Based on the Intensities of Edge Pixels. CVGIP: Graphical Models and Image Processing Vol. 54, No. 6, November, pp. 497-506, 1992. [8] Sonja Grgi c Mislav Grgic Marta Mrak. Reliability of Objective Picture Quality Measures. Journal of ELECTRICAL ENGINEERING, VOL. 55, NO. 1-2, 2004, 3-10 [9] Munteanu C and Rosa A. Gray-Scale Image Enhancement as an Automatic Process Driven by Evolution. IEEE Transactions on Systems, Man, and Cybernetics—Part B: Cybernetics, Vol. 34, No. 2, April 2004. [10] Iyad Jafar Hao Ying. A New Method for Image Contrast Enhancement Based on Automatic Specification of Local Histograms. IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.7, July 2007 [11] Xiaoyuan Su and Taghi M. Khoshgoftaar “Review Article : A Survey of Collaborative Filtering Techniques”,Advances in Artificial Intelligence, Volume 2009 [12] Manikanta Arrepu, Adaptive Enhancement of Aerial Medical Images. M.Tech Thesis. March 2010 [13] Kapoor, A., Caicedo, J., Lischinski, D., And Kang, S. “Collaborative Personalization of Image Enhancement” IJCV, 2013 [14] Peter O’Donovan, Aseem Agarwala, Aaron Hertzmann, “Collaborative Filtering of Color Aesthetics” Proceedings of the Workshop on Computational Aesthetics, CAe 2014 [15] Manav Jaiswal, Akshay Gavandi, Kundan Srivastav and Dr. Srija Unnikrishnan, “Motion- Sensed Rtos-Based Application Control Using Image Processing” International journal of Computer Engineering Technology (IJCET), Volume 4, Issue 6, 2013, pp. 337 - 346, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375 APPENDIX-1 QUALITY METRIC PARAMETERS A. ENTROPY The entropy [6] also called discrete entropy is a measure of information content in an image and is given by, = = − 255 0 2 ( ) log ( ( )) Entropy p k p k k
  • 9. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 5, Issue 11, November (2014), pp. 37-45 © IAEME Where p(k) is the probability distribution function. Larger the entropy, larger is the information contained in the image and hence more details are visible in the image. M ( , ) − + F m n 1 a μ μ SF = R 2 + C 2 M N 2 1 − = − = = 1 2 j k M N 1 − = − = = 1 j 2 ( ) n I FM = E I + e ln(ln ( ) ) H I ( width * height ) 45 B. GLOBAL CONTRAST (GC) The global contrast [7] value of an image is defined as the second central moment of its histogram divided by N, the total number of pixels in the image. ( i − μ )2 hist ( i ) N L i = = 0 Where, μ is the average intensity of the image, hist(i) is the number of pixels in the image GC with the intensity value i and L is the highest intensity value. C. VISIBILITY The visibility is a measure of clarity of being visible in the image. Where μ is the mean intensity value of the image and is a visual constant which varies from 0.6 to 0.7 N m = 1 n = 1 D. SPATIAL FREQUENCY (SF) The SF [8] indicates the overall activity level in an image. SF is defined as follows: ( x x ) j , k j , k 1MN R 2 , 1, ( ) k j k j k x x M C Where R is row frequency, C is column frequency and xj,k denotes the pixel intensity values of image; M and N are numbers of pixels in horizontal and vertical directions. E. FITNESS MEASURE (FM) The Fitness measure [9] depends on the entropy H(I), no. of edges n(I) and the intensity of edges E(I). Compared to the original image, the enhanced version should have a higher intensity of the edges. ( ) F. AVERAGE LOCAL VARIANCES (ALVS) A set of three measures of local variance called ALVs (average local variances) has been used to evaluate the extent of enhancement. The steps involved in computing the ALVs can be summarized as: • For each pixel do the following: a. Calculate the local standard deviation (LSD) in the 3x3 window centred on the pixel. b. Classify each pixel according to the following rules LSD T1 - Smooth Region (Calculate the average local variance in smooth region – AVLS) T1 = LSD T2 - Detail Region (Calculate the average local variance in Detail region – ALVD) T2 = LSD - Edge Region (Calculate the average local variance in Edge region – ALVE) • We have taken the default value T1=3 and T2=12.