SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645
www.ijmer.com 2073 | Page
1
M. Padma Sailaja, 2
M. Sirisha
1, 2,
M. Tech Student, Assistant Professor Dept. Of ECE, DVR&DHS MIC College of Technology,
Kanchikacherla, A.P, India
ABSTRACT: Visual enhancement techniques provide different approaches for improving visual quality of displays under
Low backlight conditions for saving the battery. The existing techniques provide the visual quality may be for noise free
images only. This method proposes an algorithm that provides the visual quality for both images and display of systems even
the images are corrupted with the noise under low backlight.
This method first proposes a median filter for removing the impulse noise which is the salt and
pepper noise. Then using dilation method of morphological operations for providing better growth or thickness of
images so that if any breaks in a image it will be repaired. Then designing a linear spatial filter which is the laplacian
operator for sharpening of the image used to enhance the details of an image that has been blurred. After that
constrained L0 gradient image decomposition is used for separation of base layer and detail layer, and also median-
preserving gamma correction is used to alter the output levels of a monitor and a JND-based Boosting for detail
enhancement. Experimental results show that this approach performs better than the existing methods.
KEYWORDS: Median filter, Dilation operation, Laplacian operator, Constrained L0 gradient image decomposition,
Median-preserving gamma correction, Low backlight display, Just-Noticeable Difference (JND).
I. INTRODUCTION
DISPLAYS are known to be among the largest power consuming components on a modern mobile device like
Touch screens and pad-like devices. Now a days the needs of displays increases. The battery life of displays on the
handheld devices is hard to save.So for saving the battery life, this method proposed the concept of Backlight Scaling
and also enhancing the image signals for better visual quality of displays and images. In this using only 40%
backlight more battery power will be saved.
Maintaining image quality under various lighting conditions is critical to portable multimedia devices. This paper
proposes a technique to maintain the visual quality for both images and also display of systems while the images are
corrupted with noise also under low back-light.The first step in the proposed algorithm is for removing the impulse noise
which is the salt and pepper noise by using median filter. Then for providing better growth or thickness of images a
dilation method of morphological operations is used. So that if any breaks in an image it will be repaired. Then the
linear spatial filter which is the laplacian operator is used for sharpening of the image and to enhance the details of an
image that has been blurred.Now after using laplacian operator, based on L0 gradient the image is separated into base
layer and detail layer. Then this method proposes a median-preserving gamma correction for controlling the brightness of
an image. Meanwhile boost the detail layer using our JND profile.
In this method visual enhancement work for all types of backlight-scaled displays with better image quality is
proposed.
II. PROPOSED SYSTEM
Based on the Human visual system (HVS) this method proposes the algorithm of image quality enhancement that
preserves the perceptual quality of images displayed under extremely low back-light conditions. In this system the brightness
of a pixel on the display is the product of transmittance and backlight illumination. The figure:1 shows the system pipeline.
First in this method convert the RGB image to HSV image. The image is separated in to H (hue), S (saturation) and V
(illumination). The H and S given directly to the output block. The V is having the illumination signal V(x,y) is taken for our
system .
A. Median Filter
The V(x,y) which is taken is given to the median filter to remove the noise (salt & pepper) when the illumination
signal is corrupted by impulse noise (salt &pepper) which is caused while taking the image itself. This noise can be caused
by sharp & sudden disturbances in the image signal. An effective noise reduction method for this type of noise is the usage
of a median filter. The median filter is a technique, often used to remove noise. Median filtering is very widely used in
digital image processing because it preserves edges while removing noise.It replaces the value of the center pixel with the
median of the intensity values in the neighborhood of that pixel. So here the illumination signal V(x,y) is given to the median
filter and the filtered output is represented as Vm(x,y).
Visual Quality for both Images and Display of Systems
by Visual Enhancement under Low-Backlight
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645
www.ijmer.com 2074 | Page
Fig.1: system pipeline
B. Dilation operation
Dilation is the operation that “grows” or “thickness” objects in an image thickening are controlled by a shape
referred to structuring element. The structuring element is moved across every pixel in the original image to give a pixel in
a new processed image. The value of this new pixel depends on the operation performed.
1. If the origin of the structuring element coincides with a 'white' pixel in the image, there is no change; move to the next
pixel.
2. If the origin of the structuring element coincides with a 'black' in the image, make black all pixels from the image covered
by the structuring element.
Fig: 2 Structuring element shapes
The structuring element can have any shape. Typical shapes are presented in figure:2.Dilation of image f by
structuring element s is given by f s.The structuring element s is positioned with its origin at (x,y).The new pixel value is
determined using the rule:
Hit: Any on pixel in the structuring element covers an on pixel in the image.So Vd(x,y) is the signal after dilation
operation, this signal is given to laplacian operator.
C. Laplacian operation
It can be beneficial to obtain several enhanced images with variety of approaches.Here the approach after dilation
operation, image enhancement is done for sharpness of the details using linear spatial filter of laplacian operator. Sharpening
in spatial filter is to highlight fine detail in an image and to enhance detail that has been blurred, either in error or as a natural
effect of a particular method of image acquisition. In Spatial Filtering Process Simply move the filter mask from point to
point in an image. Many spatial filters are implemented with convolution masks. Since the operations performed in the
convolution are linear, these types of filters are called linear filters. So here we are using the linear spatial filter of laplacian
operator (linear operator) denoted as:
 2
),(),(
2
2
2
2
2
y
yxf
x
yxf
f






We have different laplacian operators in that here this method uses a laplacian operator having the center coefficient 8 for
better sharpening. The mask shows in the figure.3.
Fig.3: Laplacian operator 8

)1(
otherwise0
hitsif1
),(




fs
yxg
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645
www.ijmer.com 2075 | Page
So move the filter mask from point to point in an image. Equation (3) is used depending on the center coefficient.











),(),(
),(),(
),(
2
2
yxfyxf
yxfyxf
yxg (3)
So finally after applying the laplacian operation to the illumination signal of Vd(x,y) it will get the V1(x,y) which is used for
further process.
D. Constrained L0 gradient image decomposition
Now V1(x,y) is the signal after laplacian operation. So first this method Decompose the illumination signal
V1(x,y) in to base layer B1(x,y) and detail layer D1(x,y) using the constrained L0 gradient minimization. The original
L0 gradient minimization is represented as follows:
)4(),(.
),(
|),(),(|
),(
min
2
11 yxC
yx
yxByxV
yxB
 
In this L0-gradient minimization C(x,y) represents number of non-zero gradient. Where       0,||,#, 1  yxByxyxC
where # denotes the numbers of pixels while  denotes the difference operator. Since the L0-norm of gradient represents
the numbers of non-zero gradient, it is generally counted on the positions containing strong edges. Based on this observation
multiplying the Edge (x,y) to the C(x,y) [1]
         )5(0.,.,,#, 1  yxByxEdgeyxyxC
Here Edge (x,y) obtained by adopting the first order Gaussian (FDOG) edge detection on V1(x,y) with a threshold. The
thresholds of FDOG and edge map are set to 0.75 and 0.2, respectively. Introducing Edge(x,y) in to minimization can
eliminate some inappropriate and speed up the whole process. In this gauss gradient is used. Gradient using first order
derivative of Gaussian for edge detection. This function outputs the gradient image using 2-D Gaussian kernel. Determining
the size of the kernel and generating 2-D Gaussian kernel along both x and y directions. Applying 2-D filtering by
introducing Edge(x,y) process can eliminate in appropriate things. So by taking the absolute values of x and y in a gauss
gradient this method can detect the edges or boundaries of a signal. As it is tough to calculate the (4) referring [2] to
approximate the L0-norm of gradient by introducing the two auxiliary variables of ax(x,y) and ay(x,y) corresponding to the
two variables shown here )()),(()()),(( 11 yx yxBandyxB  Now the L0 gradient minimization is represented as:
   
 
 
 
 
 
  )6(,
,
,
,
.,.
2
,
,,min
,,
2
1
2
1
11
1














  yxa
yxB
yxa
yxB
yxC
yx
yxByxV
aaB
y
y
x
x
yx

Where C(x,y) is represented in equation (5) and β is an automatic tuning parameter to control the similarity between
variables ax (x,y) and ay (x,y) and their corresponding gradients. The parameters when doing the L0 smoothing while getting
the base layer the smoothing weight λ is set to 0.01, while β is set to 0.02 and is multiplied by 2 during iterations, kappa
Parameter that controls the rate, kappa = 2 is suggested for natural images.βmax has the fixed value of 1e5 [2].Equation (6)
is solved by alternatively minimizing B1, ax, ay. We fix one set of variables while obtain another set of variables.
Finding B1:
Fixing ax (x,y) and ay (x,y) to obtain B1(x,y). This is by solving the quadratic cost function in a linear system:
   
 
 
 
 
   7,
,
,
,
,
,,
1
min
2
1
2
12
1
1
yxa
yxB
yxa
yxB
yx
yxByxV
B
y
y
x
x 




 

Finding ax and ay:
In this iteration, fixing B1(x,y) to obtain new ax (x,y) and ay (x,y) by solving the cost function:
           8,
,
,
,
,
,
min
2
1
2
1
yxa
yxB
yxa
yxB
yxC
aa y
y
x
xyx









Where the L0-norm of gradient can be modeled as:          )9(,,.,, yxayxaHyxEdgeyxC yx 
Where H (|ax(x,y)|+ |ay(x,y)|) is the binary function.Returning 1 when (|ax(x,y)|+|ay(x,y)|) ≠0 and returning 0 otherwise.
By calculating (7) and (8) final Base layer B1(x,y) is obtained from the L0-gradient minimization. The illumination signal is
V1(x,y) from the laplacian operator. So the detail layer is obtained by the difference between illumination signal V1(x,y) and
the base layer B1(x,y). i.e. D1(x,y) = V1(x,y) – B1(x,y) (10)
The detail layer which is useful for the JND for extracting the details and boosting the low intensity regions of the image.
If center coefficient is negative
If center coefficient is positive
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645
www.ijmer.com 2076 | Page
E. Median-Preserving Gamma Correction
Since this method compress the range of illumination to simulate low backlight that is applying the 40 % scaling.
This method uses only 40% backlight. So this method adopt a Gamma Correction - controls the overall brightness of an
image. In other words to enhance the contrast of the displayed images. It is a setting that determines how bright the output of
the display will be.
Therefore, "gamma correction" is used to alter the output levels of a monitor. The gamma setting affects both the
brightness and the contrast of the display. The reason gamma correction is used is because the input signal, or voltage, sent
to a monitor is not high enough to create a bright image. Therefore, if the gamma is not altered, the images on the screen
would be dark and difficult to see. By applying gamma correction, the brightness and contrast of the display are enhanced,
making the images appear brighter and more natural looking. Here in this system it uses the gamma correction to alter the
output levels of the signals when applying the scaling to the input signal. The concept of gamma can be applied to any
nonlinear relationship. For the power law relationship Vout = Vin
γ
, the curve on a log–log plot is a straight line, with slope
everywhere equal to gamma.(slope is represented here by the derivative operator):
)11(
)log(
)log(
in
out
vd
vd

Based on this the gamma is represented in the median preserving gamma correction is:
   
   
)12(
,.log
,log
1
1
yxBsmedian
yxBmedian

This method adopt gamma correction and let the median of the scaled brightness approximate to the median of the original
brightness this design forces the final scaled base layer to maintain the brightness of the original full backlight. Suppose if
the γ < 1 the image is weighted toward higher (brighter) output values. If γ > 1 the image is weighted toward lower (darker)
output values. If γ = 1 the transformation has no effect on the image.An underexposed photograph can be corrected using
gamma correction with γ < 1. An overexposed photograph can be corrected using gamma correction with γ > 1. Using eq
(12) the value of γ=0.25 is obtained. By this if the γ < 1 the image is weighted toward higher (brighter) output values. The
final scaled base layer will come out after applying scaling of 40% backlight which is denoted as denoted as Bs(x,y).
The final scaled base layer can be obtained:
)13(
),(
..),( max1








 

W
JyxB
WsyxBs
Where W is the white value (equal to 255 in 8-bits image or 1 in normalized images) and J max is the maximum value of
human JND. Referring to [3] and have J max=µ+σ. W.Here µ and σ are constants.
F. JND-Based Detail Boosting
Just noticeable difference (JND) is the smallest difference in a specified modality of sensory input that is detectable by a
human being.Just-noticeable-difference (JND) is the smallest stimulus for human vision to perceive the difference between
the operating pixel intensity and its background intensity. Since the flowers are salient as compared to the rest regions, the
flowers are enhanced more strongly by using our JND-Based detail boosting.The idea of using this JND is to keep the detail
content of the image in the visible luminance range. In addition to the new scaled Bs(x,y).It also enhance the detail layer
D1(x,y) to ease human perception. This method proposes a detail boosting method based on JND.
Two-layer image decomposition architecture based on the just noticeable difference (JND) theory is proposed for
extracting the details, and a boosting scheme is applied to the details that are in the low intensity regions of the image.
Modifying J max=µ+σ. W for the purpose of obtaining the JND is:
     14,., yxByxJND s
 
The parameters of JND are µ is set to 4 and σ is set to 0.015 and Jmax is 0.02. The enhanced detail layer DEN(x,y) is obtained
from the JND-Based detail Boosting by using
       15
,
.,, 1 




 

W
yxJNDW
yxDyxDEN
The final enhanced V-signal can be obtained by combining the Enhanced detail layer DEN(x,y) from the JND-Based detail
boosting and scaled base layer B(x,y) from median-preserving gamma correction.
i.e VS(x,y) = Bs(x,y) + DEN (x,y) (16)
Now the final enhanced V-Signal is denoted as Vs(x,y) and the original Hue signal H(x,y) and saturation signal S(x,y) of
the input HSV image will combined in the output block in order to get the output in the form of HSV. Now finally the
system converts the HSV output in to RGB image.
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645
www.ijmer.com 2077 | Page
III. RESULTS
Fig. 4: The results: (a) original image, full 100% backlight: s=1, (b) original image, linear-scaled to 40% backlight:
s=0.4, (c) our result using 40% backlight: s=0.4 with improved visual quality of image and also display.
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645
www.ijmer.com 2078 | Page
IV. CONCLUSION
This method propose a system which provides the visual quality for both images and display of systems by
visual enhancement under low back-light conditions even though the images are corrupted with the noise under low
backlight.
So for saving the battery life, this method proposed the concept of Backlight Scaling and also enhancing the
image signals for better visual quality of displays and images. If using only 40% backlight then more battery power
is saved. This system can not only prolong the battery life but also enhance visual quality. In this work, visual enhancement
framework for all kinds of backlight-scaled displays with better image quality is proposed.
The Experimental result shows that the proposed system performs better than the many existing systems.
REFERENCES
[1]. Soo-Chang Pei, Fellow, IEEE, Chih-Tsung Shen, and Tzu-Yen Lee “Visual Enhancement Using Constrained L0 Gradient Image
Decomposition for Low Backlight Displays” IEEE Signal Processing Letters, VOL. 19, NO. 12, December 2012.
[2]. L. Xu, C. Lu, Y. Xu, and J. Jia, “Image smoothing via l0 gradient minimization,”ACM Trans Graph., vol. 30, no. 6, 2011.
[3]. D. Choi, I. Jang, M. Kim, and N. Kim, “Color image enhancement based on single-scale retinex with a JND-based nonlinear filter,”
in IEEE Symp. Circuit and Syst., 2007, pp. 3948–3951.
[4]. T.-H. Huang, C.-K. Liang, S.-L. Yeh, and H. H. Chen, “JND-based enhancement of perceptibility for dim images,” in IEEE Conf.
Image Process., 2008, pp. 1752–1755
[5]. P.-S. Tsai, C.-K. Liang, T.-H.Huang, and H. H. Chen,“Image enhancement for backlight-scaled TFT-LCD displays,” IEEE Trans.
Circuits Syst. Video Technol., vol. 19, no. 4, pp. 574–583, 2009.
[6]. C. Lee, C. Lee, Y.-Y. Lee, and C.-S.Kim,“Power-constrained contrast enhancement for emissive displays based on histogram
equalization,”IEEE Trans. Image Process., vol. 21, no. 1, pp. 80–93, Jan. 2012.
[7]. http://www.mathworks.in

Contenu connexe

Tendances

Naveen 9911103606 major ppt
Naveen 9911103606 major pptNaveen 9911103606 major ppt
Naveen 9911103606 major pptNaveen Rajgariya
 
Gradient-Based Low-Light Image Enhancement
Gradient-Based Low-Light Image EnhancementGradient-Based Low-Light Image Enhancement
Gradient-Based Low-Light Image EnhancementMasayuki Tanaka
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...eSAT Journals
 
Digital image forgery detection
Digital image forgery detectionDigital image forgery detection
Digital image forgery detectionAB Rizvi
 
Detecting image splicing in the wild Web
Detecting image splicing in the wild WebDetecting image splicing in the wild Web
Detecting image splicing in the wild WebSymeon Papadopoulos
 
The application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale imagesThe application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale imagesNisar Ahmed Rana
 
Removal of Gaussian noise on the image edges using the Prewitt operator and t...
Removal of Gaussian noise on the image edges using the Prewitt operator and t...Removal of Gaussian noise on the image edges using the Prewitt operator and t...
Removal of Gaussian noise on the image edges using the Prewitt operator and t...IOSR Journals
 
Image restoration yogesh 201410048
Image restoration yogesh 201410048Image restoration yogesh 201410048
Image restoration yogesh 201410048yogesh kumar
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)Mathankumar S
 
Region duplication forgery detection in digital images
Region duplication forgery detection  in digital imagesRegion duplication forgery detection  in digital images
Region duplication forgery detection in digital imagesRupesh Ambatwad
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysisMohsin Siddique
 
Blind detection of image manipulation @ PoliMi
Blind detection of image manipulation @ PoliMiBlind detection of image manipulation @ PoliMi
Blind detection of image manipulation @ PoliMiGiorgio Sironi
 
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...IRJET Journal
 
Exploring Methods to Improve Edge Detection with Canny Algorithm
Exploring Methods to Improve Edge Detection with Canny AlgorithmExploring Methods to Improve Edge Detection with Canny Algorithm
Exploring Methods to Improve Edge Detection with Canny AlgorithmPrasad Thakur
 
Analysis and Detection of Image Forgery Methodologies
Analysis and Detection of Image Forgery MethodologiesAnalysis and Detection of Image Forgery Methodologies
Analysis and Detection of Image Forgery Methodologiesijsrd.com
 
Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)VARUN KUMAR
 

Tendances (20)

final_project
final_projectfinal_project
final_project
 
Blurred image recognization system
Blurred image recognization systemBlurred image recognization system
Blurred image recognization system
 
Naveen 9911103606 major ppt
Naveen 9911103606 major pptNaveen 9911103606 major ppt
Naveen 9911103606 major ppt
 
Gradient-Based Low-Light Image Enhancement
Gradient-Based Low-Light Image EnhancementGradient-Based Low-Light Image Enhancement
Gradient-Based Low-Light Image Enhancement
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 
Digital image forgery detection
Digital image forgery detectionDigital image forgery detection
Digital image forgery detection
 
Detecting image splicing in the wild Web
Detecting image splicing in the wild WebDetecting image splicing in the wild Web
Detecting image splicing in the wild Web
 
The application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale imagesThe application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale images
 
Removal of Gaussian noise on the image edges using the Prewitt operator and t...
Removal of Gaussian noise on the image edges using the Prewitt operator and t...Removal of Gaussian noise on the image edges using the Prewitt operator and t...
Removal of Gaussian noise on the image edges using the Prewitt operator and t...
 
Image restoration yogesh 201410048
Image restoration yogesh 201410048Image restoration yogesh 201410048
Image restoration yogesh 201410048
 
G0443640
G0443640G0443640
G0443640
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)
 
Region duplication forgery detection in digital images
Region duplication forgery detection  in digital imagesRegion duplication forgery detection  in digital images
Region duplication forgery detection in digital images
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysis
 
Blind detection of image manipulation @ PoliMi
Blind detection of image manipulation @ PoliMiBlind detection of image manipulation @ PoliMi
Blind detection of image manipulation @ PoliMi
 
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
 
Exploring Methods to Improve Edge Detection with Canny Algorithm
Exploring Methods to Improve Edge Detection with Canny AlgorithmExploring Methods to Improve Edge Detection with Canny Algorithm
Exploring Methods to Improve Edge Detection with Canny Algorithm
 
20120140502012
2012014050201220120140502012
20120140502012
 
Analysis and Detection of Image Forgery Methodologies
Analysis and Detection of Image Forgery MethodologiesAnalysis and Detection of Image Forgery Methodologies
Analysis and Detection of Image Forgery Methodologies
 
Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)
 

En vedette

Cq3210191021
Cq3210191021Cq3210191021
Cq3210191021IJMER
 
Modelling Nozzle throat as Rocket exhaust
Modelling Nozzle throat as Rocket exhaustModelling Nozzle throat as Rocket exhaust
Modelling Nozzle throat as Rocket exhaustIJMER
 
In Multi-Hop Routing identifying trusted paths through TARF in Wireless sens...
In Multi-Hop Routing identifying trusted paths through TARF in  Wireless sens...In Multi-Hop Routing identifying trusted paths through TARF in  Wireless sens...
In Multi-Hop Routing identifying trusted paths through TARF in Wireless sens...IJMER
 
Ax2641084110
Ax2641084110Ax2641084110
Ax2641084110IJMER
 
Cl32990995
Cl32990995Cl32990995
Cl32990995IJMER
 
Helicopter Flapping Under Dynamic Stall
Helicopter Flapping Under Dynamic StallHelicopter Flapping Under Dynamic Stall
Helicopter Flapping Under Dynamic StallIJMER
 
Enhanced K-Mean Algorithm to Improve Decision Support System Under Uncertain ...
Enhanced K-Mean Algorithm to Improve Decision Support System Under Uncertain ...Enhanced K-Mean Algorithm to Improve Decision Support System Under Uncertain ...
Enhanced K-Mean Algorithm to Improve Decision Support System Under Uncertain ...IJMER
 
User Interactive Color Transformation between Images
User Interactive Color Transformation between ImagesUser Interactive Color Transformation between Images
User Interactive Color Transformation between ImagesIJMER
 
Optimal Control Problem and Power-Efficient Medical Image Processing Using Puma
Optimal Control Problem and Power-Efficient Medical Image Processing Using PumaOptimal Control Problem and Power-Efficient Medical Image Processing Using Puma
Optimal Control Problem and Power-Efficient Medical Image Processing Using PumaIJMER
 
Cr31406410
Cr31406410Cr31406410
Cr31406410IJMER
 
Impact of Medical Mal-Practice in India
Impact of Medical Mal-Practice in IndiaImpact of Medical Mal-Practice in India
Impact of Medical Mal-Practice in IndiaIJMER
 
Aw32736738
Aw32736738Aw32736738
Aw32736738IJMER
 
Bh32793797
Bh32793797Bh32793797
Bh32793797IJMER
 
Dd3210971099
Dd3210971099Dd3210971099
Dd3210971099IJMER
 
Cc31331335
Cc31331335Cc31331335
Cc31331335IJMER
 
Bc32769772
Bc32769772Bc32769772
Bc32769772IJMER
 
Analysis and Improved Operation of PEBB Based 5-Level Voltage Source Convert...
Analysis and Improved Operation of PEBB Based 5-Level  Voltage Source Convert...Analysis and Improved Operation of PEBB Based 5-Level  Voltage Source Convert...
Analysis and Improved Operation of PEBB Based 5-Level Voltage Source Convert...IJMER
 
Optimization of machining parameters of Electric Discharge Machining for 202 ...
Optimization of machining parameters of Electric Discharge Machining for 202 ...Optimization of machining parameters of Electric Discharge Machining for 202 ...
Optimization of machining parameters of Electric Discharge Machining for 202 ...IJMER
 
Load balancing in Content Delivery Networks in Novel Distributed Equilibrium
Load balancing in Content Delivery Networks in Novel Distributed EquilibriumLoad balancing in Content Delivery Networks in Novel Distributed Equilibrium
Load balancing in Content Delivery Networks in Novel Distributed EquilibriumIJMER
 
Conversion of Artificial Neural Networks (ANN) To Autonomous Neural Networks
Conversion of Artificial Neural Networks (ANN) To Autonomous Neural NetworksConversion of Artificial Neural Networks (ANN) To Autonomous Neural Networks
Conversion of Artificial Neural Networks (ANN) To Autonomous Neural NetworksIJMER
 

En vedette (20)

Cq3210191021
Cq3210191021Cq3210191021
Cq3210191021
 
Modelling Nozzle throat as Rocket exhaust
Modelling Nozzle throat as Rocket exhaustModelling Nozzle throat as Rocket exhaust
Modelling Nozzle throat as Rocket exhaust
 
In Multi-Hop Routing identifying trusted paths through TARF in Wireless sens...
In Multi-Hop Routing identifying trusted paths through TARF in  Wireless sens...In Multi-Hop Routing identifying trusted paths through TARF in  Wireless sens...
In Multi-Hop Routing identifying trusted paths through TARF in Wireless sens...
 
Ax2641084110
Ax2641084110Ax2641084110
Ax2641084110
 
Cl32990995
Cl32990995Cl32990995
Cl32990995
 
Helicopter Flapping Under Dynamic Stall
Helicopter Flapping Under Dynamic StallHelicopter Flapping Under Dynamic Stall
Helicopter Flapping Under Dynamic Stall
 
Enhanced K-Mean Algorithm to Improve Decision Support System Under Uncertain ...
Enhanced K-Mean Algorithm to Improve Decision Support System Under Uncertain ...Enhanced K-Mean Algorithm to Improve Decision Support System Under Uncertain ...
Enhanced K-Mean Algorithm to Improve Decision Support System Under Uncertain ...
 
User Interactive Color Transformation between Images
User Interactive Color Transformation between ImagesUser Interactive Color Transformation between Images
User Interactive Color Transformation between Images
 
Optimal Control Problem and Power-Efficient Medical Image Processing Using Puma
Optimal Control Problem and Power-Efficient Medical Image Processing Using PumaOptimal Control Problem and Power-Efficient Medical Image Processing Using Puma
Optimal Control Problem and Power-Efficient Medical Image Processing Using Puma
 
Cr31406410
Cr31406410Cr31406410
Cr31406410
 
Impact of Medical Mal-Practice in India
Impact of Medical Mal-Practice in IndiaImpact of Medical Mal-Practice in India
Impact of Medical Mal-Practice in India
 
Aw32736738
Aw32736738Aw32736738
Aw32736738
 
Bh32793797
Bh32793797Bh32793797
Bh32793797
 
Dd3210971099
Dd3210971099Dd3210971099
Dd3210971099
 
Cc31331335
Cc31331335Cc31331335
Cc31331335
 
Bc32769772
Bc32769772Bc32769772
Bc32769772
 
Analysis and Improved Operation of PEBB Based 5-Level Voltage Source Convert...
Analysis and Improved Operation of PEBB Based 5-Level  Voltage Source Convert...Analysis and Improved Operation of PEBB Based 5-Level  Voltage Source Convert...
Analysis and Improved Operation of PEBB Based 5-Level Voltage Source Convert...
 
Optimization of machining parameters of Electric Discharge Machining for 202 ...
Optimization of machining parameters of Electric Discharge Machining for 202 ...Optimization of machining parameters of Electric Discharge Machining for 202 ...
Optimization of machining parameters of Electric Discharge Machining for 202 ...
 
Load balancing in Content Delivery Networks in Novel Distributed Equilibrium
Load balancing in Content Delivery Networks in Novel Distributed EquilibriumLoad balancing in Content Delivery Networks in Novel Distributed Equilibrium
Load balancing in Content Delivery Networks in Novel Distributed Equilibrium
 
Conversion of Artificial Neural Networks (ANN) To Autonomous Neural Networks
Conversion of Artificial Neural Networks (ANN) To Autonomous Neural NetworksConversion of Artificial Neural Networks (ANN) To Autonomous Neural Networks
Conversion of Artificial Neural Networks (ANN) To Autonomous Neural Networks
 

Similaire à Visual Quality for both Images and Display of Systems by Visual Enhancement under Low-Backlight

IRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET Journal
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...IRJET Journal
 
Research Paper v2.0
Research Paper v2.0Research Paper v2.0
Research Paper v2.0Kapil Tiwari
 
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 TechniquesIJMER
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processingSaloni Bhatia
 
X-Ray Image Enhancement using CLAHE Method
X-Ray Image Enhancement using CLAHE MethodX-Ray Image Enhancement using CLAHE Method
X-Ray Image Enhancement using CLAHE MethodIRJET Journal
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...IRJET Journal
 
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
 
Paper id 212014133
Paper id 212014133Paper id 212014133
Paper id 212014133IJRAT
 
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...IJERA Editor
 
Modified adaptive bilateral filter for image contrast enhancement
Modified adaptive bilateral filter for image contrast enhancementModified adaptive bilateral filter for image contrast enhancement
Modified adaptive bilateral filter for image contrast enhancementeSAT Publishing House
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniquesIJEACS
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesIRJET Journal
 
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET Journal
 
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 ImagesDr. Amarjeet Singh
 
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...iosrjce
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour imageseSAT Journals
 

Similaire à Visual Quality for both Images and Display of Systems by Visual Enhancement under Low-Backlight (20)

IRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
Research Paper v2.0
Research Paper v2.0Research Paper v2.0
Research Paper v2.0
 
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
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
X-Ray Image Enhancement using CLAHE Method
X-Ray Image Enhancement using CLAHE MethodX-Ray Image Enhancement using CLAHE Method
X-Ray Image Enhancement using CLAHE Method
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
 
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)
 
Paper id 212014133
Paper id 212014133Paper id 212014133
Paper id 212014133
 
P180203105108
P180203105108P180203105108
P180203105108
 
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
 
Modified adaptive bilateral filter for image contrast enhancement
Modified adaptive bilateral filter for image contrast enhancementModified adaptive bilateral filter for image contrast enhancement
Modified adaptive bilateral filter for image contrast enhancement
 
E010232227
E010232227E010232227
E010232227
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
 
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
 
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
 
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
 
R01725115118
R01725115118R01725115118
R01725115118
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 

Plus de IJMER

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingIJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreIJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationIJMER
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless BicycleIJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemIJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesIJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningIJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersIJMER
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And AuditIJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLIJMER
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyIJMER
 

Plus de IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 

Dernier

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Dernier (20)

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

Visual Quality for both Images and Display of Systems by Visual Enhancement under Low-Backlight

  • 1. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645 www.ijmer.com 2073 | Page 1 M. Padma Sailaja, 2 M. Sirisha 1, 2, M. Tech Student, Assistant Professor Dept. Of ECE, DVR&DHS MIC College of Technology, Kanchikacherla, A.P, India ABSTRACT: Visual enhancement techniques provide different approaches for improving visual quality of displays under Low backlight conditions for saving the battery. The existing techniques provide the visual quality may be for noise free images only. This method proposes an algorithm that provides the visual quality for both images and display of systems even the images are corrupted with the noise under low backlight. This method first proposes a median filter for removing the impulse noise which is the salt and pepper noise. Then using dilation method of morphological operations for providing better growth or thickness of images so that if any breaks in a image it will be repaired. Then designing a linear spatial filter which is the laplacian operator for sharpening of the image used to enhance the details of an image that has been blurred. After that constrained L0 gradient image decomposition is used for separation of base layer and detail layer, and also median- preserving gamma correction is used to alter the output levels of a monitor and a JND-based Boosting for detail enhancement. Experimental results show that this approach performs better than the existing methods. KEYWORDS: Median filter, Dilation operation, Laplacian operator, Constrained L0 gradient image decomposition, Median-preserving gamma correction, Low backlight display, Just-Noticeable Difference (JND). I. INTRODUCTION DISPLAYS are known to be among the largest power consuming components on a modern mobile device like Touch screens and pad-like devices. Now a days the needs of displays increases. The battery life of displays on the handheld devices is hard to save.So for saving the battery life, this method proposed the concept of Backlight Scaling and also enhancing the image signals for better visual quality of displays and images. In this using only 40% backlight more battery power will be saved. Maintaining image quality under various lighting conditions is critical to portable multimedia devices. This paper proposes a technique to maintain the visual quality for both images and also display of systems while the images are corrupted with noise also under low back-light.The first step in the proposed algorithm is for removing the impulse noise which is the salt and pepper noise by using median filter. Then for providing better growth or thickness of images a dilation method of morphological operations is used. So that if any breaks in an image it will be repaired. Then the linear spatial filter which is the laplacian operator is used for sharpening of the image and to enhance the details of an image that has been blurred.Now after using laplacian operator, based on L0 gradient the image is separated into base layer and detail layer. Then this method proposes a median-preserving gamma correction for controlling the brightness of an image. Meanwhile boost the detail layer using our JND profile. In this method visual enhancement work for all types of backlight-scaled displays with better image quality is proposed. II. PROPOSED SYSTEM Based on the Human visual system (HVS) this method proposes the algorithm of image quality enhancement that preserves the perceptual quality of images displayed under extremely low back-light conditions. In this system the brightness of a pixel on the display is the product of transmittance and backlight illumination. The figure:1 shows the system pipeline. First in this method convert the RGB image to HSV image. The image is separated in to H (hue), S (saturation) and V (illumination). The H and S given directly to the output block. The V is having the illumination signal V(x,y) is taken for our system . A. Median Filter The V(x,y) which is taken is given to the median filter to remove the noise (salt & pepper) when the illumination signal is corrupted by impulse noise (salt &pepper) which is caused while taking the image itself. This noise can be caused by sharp & sudden disturbances in the image signal. An effective noise reduction method for this type of noise is the usage of a median filter. The median filter is a technique, often used to remove noise. Median filtering is very widely used in digital image processing because it preserves edges while removing noise.It replaces the value of the center pixel with the median of the intensity values in the neighborhood of that pixel. So here the illumination signal V(x,y) is given to the median filter and the filtered output is represented as Vm(x,y). Visual Quality for both Images and Display of Systems by Visual Enhancement under Low-Backlight
  • 2. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645 www.ijmer.com 2074 | Page Fig.1: system pipeline B. Dilation operation Dilation is the operation that “grows” or “thickness” objects in an image thickening are controlled by a shape referred to structuring element. The structuring element is moved across every pixel in the original image to give a pixel in a new processed image. The value of this new pixel depends on the operation performed. 1. If the origin of the structuring element coincides with a 'white' pixel in the image, there is no change; move to the next pixel. 2. If the origin of the structuring element coincides with a 'black' in the image, make black all pixels from the image covered by the structuring element. Fig: 2 Structuring element shapes The structuring element can have any shape. Typical shapes are presented in figure:2.Dilation of image f by structuring element s is given by f s.The structuring element s is positioned with its origin at (x,y).The new pixel value is determined using the rule: Hit: Any on pixel in the structuring element covers an on pixel in the image.So Vd(x,y) is the signal after dilation operation, this signal is given to laplacian operator. C. Laplacian operation It can be beneficial to obtain several enhanced images with variety of approaches.Here the approach after dilation operation, image enhancement is done for sharpness of the details using linear spatial filter of laplacian operator. Sharpening in spatial filter is to highlight fine detail in an image and to enhance detail that has been blurred, either in error or as a natural effect of a particular method of image acquisition. In Spatial Filtering Process Simply move the filter mask from point to point in an image. Many spatial filters are implemented with convolution masks. Since the operations performed in the convolution are linear, these types of filters are called linear filters. So here we are using the linear spatial filter of laplacian operator (linear operator) denoted as:  2 ),(),( 2 2 2 2 2 y yxf x yxf f       We have different laplacian operators in that here this method uses a laplacian operator having the center coefficient 8 for better sharpening. The mask shows in the figure.3. Fig.3: Laplacian operator 8  )1( otherwise0 hitsif1 ),(     fs yxg
  • 3. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645 www.ijmer.com 2075 | Page So move the filter mask from point to point in an image. Equation (3) is used depending on the center coefficient.            ),(),( ),(),( ),( 2 2 yxfyxf yxfyxf yxg (3) So finally after applying the laplacian operation to the illumination signal of Vd(x,y) it will get the V1(x,y) which is used for further process. D. Constrained L0 gradient image decomposition Now V1(x,y) is the signal after laplacian operation. So first this method Decompose the illumination signal V1(x,y) in to base layer B1(x,y) and detail layer D1(x,y) using the constrained L0 gradient minimization. The original L0 gradient minimization is represented as follows: )4(),(. ),( |),(),(| ),( min 2 11 yxC yx yxByxV yxB   In this L0-gradient minimization C(x,y) represents number of non-zero gradient. Where       0,||,#, 1  yxByxyxC where # denotes the numbers of pixels while  denotes the difference operator. Since the L0-norm of gradient represents the numbers of non-zero gradient, it is generally counted on the positions containing strong edges. Based on this observation multiplying the Edge (x,y) to the C(x,y) [1]          )5(0.,.,,#, 1  yxByxEdgeyxyxC Here Edge (x,y) obtained by adopting the first order Gaussian (FDOG) edge detection on V1(x,y) with a threshold. The thresholds of FDOG and edge map are set to 0.75 and 0.2, respectively. Introducing Edge(x,y) in to minimization can eliminate some inappropriate and speed up the whole process. In this gauss gradient is used. Gradient using first order derivative of Gaussian for edge detection. This function outputs the gradient image using 2-D Gaussian kernel. Determining the size of the kernel and generating 2-D Gaussian kernel along both x and y directions. Applying 2-D filtering by introducing Edge(x,y) process can eliminate in appropriate things. So by taking the absolute values of x and y in a gauss gradient this method can detect the edges or boundaries of a signal. As it is tough to calculate the (4) referring [2] to approximate the L0-norm of gradient by introducing the two auxiliary variables of ax(x,y) and ay(x,y) corresponding to the two variables shown here )()),(()()),(( 11 yx yxBandyxB  Now the L0 gradient minimization is represented as:                 )6(, , , , .,. 2 , ,,min ,, 2 1 2 1 11 1                 yxa yxB yxa yxB yxC yx yxByxV aaB y y x x yx  Where C(x,y) is represented in equation (5) and β is an automatic tuning parameter to control the similarity between variables ax (x,y) and ay (x,y) and their corresponding gradients. The parameters when doing the L0 smoothing while getting the base layer the smoothing weight λ is set to 0.01, while β is set to 0.02 and is multiplied by 2 during iterations, kappa Parameter that controls the rate, kappa = 2 is suggested for natural images.βmax has the fixed value of 1e5 [2].Equation (6) is solved by alternatively minimizing B1, ax, ay. We fix one set of variables while obtain another set of variables. Finding B1: Fixing ax (x,y) and ay (x,y) to obtain B1(x,y). This is by solving the quadratic cost function in a linear system:                7, , , , , ,, 1 min 2 1 2 12 1 1 yxa yxB yxa yxB yx yxByxV B y y x x         Finding ax and ay: In this iteration, fixing B1(x,y) to obtain new ax (x,y) and ay (x,y) by solving the cost function:            8, , , , , , min 2 1 2 1 yxa yxB yxa yxB yxC aa y y x xyx          Where the L0-norm of gradient can be modeled as:          )9(,,.,, yxayxaHyxEdgeyxC yx  Where H (|ax(x,y)|+ |ay(x,y)|) is the binary function.Returning 1 when (|ax(x,y)|+|ay(x,y)|) ≠0 and returning 0 otherwise. By calculating (7) and (8) final Base layer B1(x,y) is obtained from the L0-gradient minimization. The illumination signal is V1(x,y) from the laplacian operator. So the detail layer is obtained by the difference between illumination signal V1(x,y) and the base layer B1(x,y). i.e. D1(x,y) = V1(x,y) – B1(x,y) (10) The detail layer which is useful for the JND for extracting the details and boosting the low intensity regions of the image. If center coefficient is negative If center coefficient is positive
  • 4. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645 www.ijmer.com 2076 | Page E. Median-Preserving Gamma Correction Since this method compress the range of illumination to simulate low backlight that is applying the 40 % scaling. This method uses only 40% backlight. So this method adopt a Gamma Correction - controls the overall brightness of an image. In other words to enhance the contrast of the displayed images. It is a setting that determines how bright the output of the display will be. Therefore, "gamma correction" is used to alter the output levels of a monitor. The gamma setting affects both the brightness and the contrast of the display. The reason gamma correction is used is because the input signal, or voltage, sent to a monitor is not high enough to create a bright image. Therefore, if the gamma is not altered, the images on the screen would be dark and difficult to see. By applying gamma correction, the brightness and contrast of the display are enhanced, making the images appear brighter and more natural looking. Here in this system it uses the gamma correction to alter the output levels of the signals when applying the scaling to the input signal. The concept of gamma can be applied to any nonlinear relationship. For the power law relationship Vout = Vin γ , the curve on a log–log plot is a straight line, with slope everywhere equal to gamma.(slope is represented here by the derivative operator): )11( )log( )log( in out vd vd  Based on this the gamma is represented in the median preserving gamma correction is:         )12( ,.log ,log 1 1 yxBsmedian yxBmedian  This method adopt gamma correction and let the median of the scaled brightness approximate to the median of the original brightness this design forces the final scaled base layer to maintain the brightness of the original full backlight. Suppose if the γ < 1 the image is weighted toward higher (brighter) output values. If γ > 1 the image is weighted toward lower (darker) output values. If γ = 1 the transformation has no effect on the image.An underexposed photograph can be corrected using gamma correction with γ < 1. An overexposed photograph can be corrected using gamma correction with γ > 1. Using eq (12) the value of γ=0.25 is obtained. By this if the γ < 1 the image is weighted toward higher (brighter) output values. The final scaled base layer will come out after applying scaling of 40% backlight which is denoted as denoted as Bs(x,y). The final scaled base layer can be obtained: )13( ),( ..),( max1            W JyxB WsyxBs Where W is the white value (equal to 255 in 8-bits image or 1 in normalized images) and J max is the maximum value of human JND. Referring to [3] and have J max=µ+σ. W.Here µ and σ are constants. F. JND-Based Detail Boosting Just noticeable difference (JND) is the smallest difference in a specified modality of sensory input that is detectable by a human being.Just-noticeable-difference (JND) is the smallest stimulus for human vision to perceive the difference between the operating pixel intensity and its background intensity. Since the flowers are salient as compared to the rest regions, the flowers are enhanced more strongly by using our JND-Based detail boosting.The idea of using this JND is to keep the detail content of the image in the visible luminance range. In addition to the new scaled Bs(x,y).It also enhance the detail layer D1(x,y) to ease human perception. This method proposes a detail boosting method based on JND. Two-layer image decomposition architecture based on the just noticeable difference (JND) theory is proposed for extracting the details, and a boosting scheme is applied to the details that are in the low intensity regions of the image. Modifying J max=µ+σ. W for the purpose of obtaining the JND is:      14,., yxByxJND s   The parameters of JND are µ is set to 4 and σ is set to 0.015 and Jmax is 0.02. The enhanced detail layer DEN(x,y) is obtained from the JND-Based detail Boosting by using        15 , .,, 1         W yxJNDW yxDyxDEN The final enhanced V-signal can be obtained by combining the Enhanced detail layer DEN(x,y) from the JND-Based detail boosting and scaled base layer B(x,y) from median-preserving gamma correction. i.e VS(x,y) = Bs(x,y) + DEN (x,y) (16) Now the final enhanced V-Signal is denoted as Vs(x,y) and the original Hue signal H(x,y) and saturation signal S(x,y) of the input HSV image will combined in the output block in order to get the output in the form of HSV. Now finally the system converts the HSV output in to RGB image.
  • 5. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645 www.ijmer.com 2077 | Page III. RESULTS Fig. 4: The results: (a) original image, full 100% backlight: s=1, (b) original image, linear-scaled to 40% backlight: s=0.4, (c) our result using 40% backlight: s=0.4 with improved visual quality of image and also display.
  • 6. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2073-2078 ISSN: 2249-6645 www.ijmer.com 2078 | Page IV. CONCLUSION This method propose a system which provides the visual quality for both images and display of systems by visual enhancement under low back-light conditions even though the images are corrupted with the noise under low backlight. So for saving the battery life, this method proposed the concept of Backlight Scaling and also enhancing the image signals for better visual quality of displays and images. If using only 40% backlight then more battery power is saved. This system can not only prolong the battery life but also enhance visual quality. In this work, visual enhancement framework for all kinds of backlight-scaled displays with better image quality is proposed. The Experimental result shows that the proposed system performs better than the many existing systems. REFERENCES [1]. Soo-Chang Pei, Fellow, IEEE, Chih-Tsung Shen, and Tzu-Yen Lee “Visual Enhancement Using Constrained L0 Gradient Image Decomposition for Low Backlight Displays” IEEE Signal Processing Letters, VOL. 19, NO. 12, December 2012. [2]. L. Xu, C. Lu, Y. Xu, and J. Jia, “Image smoothing via l0 gradient minimization,”ACM Trans Graph., vol. 30, no. 6, 2011. [3]. D. Choi, I. Jang, M. Kim, and N. Kim, “Color image enhancement based on single-scale retinex with a JND-based nonlinear filter,” in IEEE Symp. Circuit and Syst., 2007, pp. 3948–3951. [4]. T.-H. Huang, C.-K. Liang, S.-L. Yeh, and H. H. Chen, “JND-based enhancement of perceptibility for dim images,” in IEEE Conf. Image Process., 2008, pp. 1752–1755 [5]. P.-S. Tsai, C.-K. Liang, T.-H.Huang, and H. H. Chen,“Image enhancement for backlight-scaled TFT-LCD displays,” IEEE Trans. Circuits Syst. Video Technol., vol. 19, no. 4, pp. 574–583, 2009. [6]. C. Lee, C. Lee, Y.-Y. Lee, and C.-S.Kim,“Power-constrained contrast enhancement for emissive displays based on histogram equalization,”IEEE Trans. Image Process., vol. 21, no. 1, pp. 80–93, Jan. 2012. [7]. http://www.mathworks.in