www.ijcrt.org © 2020 IJCRT | Volume 8, Issue 2 February 2020 | ISSN: 2320-2882
IJCRT2002230 International Journal of Creative Research Thoughts (IJCRT) www.ijcrt.org 1900
DISLODGE OF IMAGE HAZENESS USING
DCP & COLOUR AUTHENTICATION
TECHNIQUES
Mrs B.Deepthi Reddy
1
, M.Varun Reddy
2
, S.Varshith Reddy
3
, P.Gopi Krishna
4
Associate Professor
1
, Student
2
, Student
3
, Student
4
Department of Information Technology
1
,
JBIET
1
, Hyderabad, India
ABSTRACT:
In recent days many organisations or firms have made their process digitalized, so as such in such a kind of globalised generation a lot
of data is being transferred in and around among which much of them are based on images or videos etc. For example let’s take the
present scenario of the space rovers which take the snaps of the orbital atmosphere and reflect the data of images to the earth,so in such
a scenario image processing comes into existence. Outdoor images are used in a vast number of applications, such as surveillance,
remote sensing, and autonomous navigation. The greatest issue with these types of images is the effect of environmental pollution:
haze, smog, and fog originating from suspended particles in the air, such as dust, carbon, and water drops, which cause degradation, is
essential for the input of computer vision systems. Most of the state-of-the-art research in de-hazing algorithms is focused on improving
the estimation of transmission maps, which are also known as depth maps. Transmission maps are essential because they directly
explain the quality of the image restoration. In this page an exclusive algorithm andmorphological operations are proposed which evicts
all the hazy layers of the image and restore the prior fine quality of the image which is purely done based on the usage colo ur “Dark-
Channel-Prior”. The obtained experimental results are evaluated and compared qualitatively and quantitatively with other de-hazing
algorithms using the metrics of the peak signal-to-noise ratio and structural similarity index; based on these metrics, it is found that the
proposed algorithm has improved performance compared with recently introduced approaches.
Index Terms— Single-image de-hazing, Image-enhancement, Morphological-operations, Dark channel-prior.
LITERATURE SURVEY
Bilateral Filter
The bilateral filter computes the filter output at a pixel as a weighted average of neighbouring pixels. It smoothens the image while
preserving edges. Due to this nice property, it has been widely used in noise reduction, HDR compression, multi-scale detail
decomposition, and image abstraction.
It is generalized to the joint bilateral filter in, which the weights are computed from another guidance image rather than the filter input.
The joint bilateral filter is particular favoured when the filter input is not reliable to provide edge information, e.g., when it is very noisy
or is an intermediate result. The joint bilateral filter is applicable in flash/no-flash de-noising, image upsamling, and image de-
convolution.
However, it has been noticed that the bilateral filter may have the gradient reversal artifacts in detail decomposition and HDR
compression. The reason is that when a pixel (often on an edge) has few similar pixels around it, the Gaussian weighted average is
unstable. Another issue concerning the bilateral filter is its efficiency. The brute-force implementation is in O (Nr2) time, which is
prohibitively high when the kernel radius r is large.
In an approximated solution is obtained in a discretized space-colour grid. Recently, O(N) time algorithms have been developed based
on histograms. Adams et al. propose a fast algorithm for colour images. All the above methods require a high quantization degree to
achieve satisfactory speed, but at the expense of quality degradation.