SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
IOSR Journal of Computer Engineering (IOSRJCE)
ISSN: 2278-0661 Volume 4, Issue 5 (Sep.-Oct. 2012), PP 27-32
www.iosrjournals.org
www.iosrjournals.org 27 | P a g e
Colorization of Gray Scale Images in YCbCr Color Space Using
Texture Extraction and Luminance Mapping
Mrs. Smriti Kumar1
, Mr. Deepak Singh2
1,2
(Department of Electronics and Telecommunication, Chhatrapati Shivaji Institute of Technology, India)
Abstract : Gray scale image colorization is a useful application in the world of image processing. This work
presents a general technique for “colorizing” grayscale images by transferring color between a source or color
image and a destination or target or grayscale image by matching luminance and texture information between
the images. This technique of the gray image coloring uses a very simple algorithm that chooses a decorrelated
color space and then applies simple operations there. Thus the color space with decorrelated axes is a useful
tool for manipulating color images in this work. Colorization of a gray scale image is achieved here by
matching texture features of gray image with texture features of windows of colored image and then by imposing
mean and standard deviation onto the data points in a simple operation, thus believable output images are
obtained given suitable input images. Here, we use texture features like energy, entropy, homogeneity, contrast
and correlation based on correlation matrix for the purpose of texture matching between two images.
Keywords: Colorization, Contrast, Correlation, Energy, Entropy, Homogeneity, Mean and Standard Deviation,
YCbCr Color Space.
I. INTRODUCTION
Color can increase the visual appeal of grayscale images such as old black and white photos, classic
movies or scientific outcomes, some examples are image modalities in medicine, which only acquire grayscale
images such Magnetic Resonance Imaging (MRI), X-ray and Computerized Tomography (CT) images can be
enhanced with color for presentations and demonstrations. In addition, the information content of some
scientific images can be perceptually enhanced with color by exploiting texture, chromaticity as well as
luminance variations.
Adding colors to a grayscale image actually involves assigning three-dimensional (RGB) pixel values
to an image which varies along only one dimension (luminance or intensity). In fact, different colors may have
the same luminance value but may vary in hue or saturation, hence, the problem of colorizing grayscale images
has no inherently “correct” solution. Due to these reasons, human interaction usually plays a large role in the
colorization process. Term „Colorization‟ was introduced in 1970 and was later patented by Wilson Markle.
Colorization trends have been classified into three categories - Hand coloring, Semi automatic coloring, and
automatic coloring. Semary N. A. [7]. Hand coloring has been long used by artists as a way of showing their
talent. Usually image editing software‟s like Adobe Photoshop or Paint shop Pro are used similarly to convert
gray images to color images. Semiautomatic coloring refers to mapping luminance values to color values, which
is done by converting the gray image to an indexed image. Pseudo coloring is a common example [4][5].
Automatic coloring can be classified into three categories according to the source of colors to be transferred to
the gray image pixels, [7] which are transformational coloring, Image Matching and User Selection. Technique
that is mentioned here belongs to the category of Image matching/ Coloring by Reference. It relies on the fact
that for each gray pixel Ig (x, y) in target gray scale image there exists a colored pixel Is (x2, y2) in reference or
source image such that the distance (some similarity measure) between them is the minimum value. The
chromatic values in “Is” are transferred to “Ig” and the achromatic value of “Ig” remains. Here, the source
colored image need not be the colored version of gray scale image, it can be any similar image in RGB. When a
typical three channel image is represented in the RGB color space, correlation exists between the different
channels‟ values, thus if we change the appearance of a pixel‟s color in a coherent way, we must modify all
color channels in tandem. Hence, any color modification process gets complicated. So, an orthogonal color
space which doesn‟t have correlations between the axes is the foremost requirement.
Ruderman et al [1] developed a color space, called laß, based on data-driven human perception
research that assumes that the human visual system is ideally suited for processing natural scenes. There‟s little
correlation between the axes in laß space, which allows application of different operations in different color
Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance
www.iosrjournals.org 28 | Page
channels without causing cross-channel artifacts. Apart from this, lαβ color space is logarithmic, which implies
to a first approximation that uniform changes in channel intensity tend to be equally detectable [6]. This makes
lαβ color space a very popular choice for gray image colorization.
We have chosen another decorrelated color space YCbCr for colorization purpose. YCbCr color space
also provides three decorrelated channels Y, Cb and Cr. Channel Y is achromatic luminance channel, where as
chromatic channels Cb and Cr correspond to the difference between blue component with a reference value and
difference between red components with a reference value, respectively. This space also allows selective
transfer of chromatic Cb and Cr channels from color image to grayscale image without introducing cross-
channel artifacts.
For colorization purpose we convert our source image into a decorrelated color space and then divide
this image into small windows, whose size may vary according to the type of image. After this we extract
texture features like energy, entropy, homogeneity, contrast and correlation based on correlation matrix for the
purpose of texture matching, for each window of source image as well as for the target grayscale image. Then
we compare each window of the source (colored) image with target image and find out the best matching
window in source image based on texture feature matching. Then we compare the data points in this best
matching source window by computing mean and standard deviations along each of the three axes of the sample
data points and the data points in target image, in YCbCr color space. Then, we scale the data points by factors
determined by the respective standard deviations. Then the chromatic values of the best matching source image
window‟s data points are transferred to the target image pixel. The resulting image of this process is colorized
version of target gray scale image. All the coding for above processing has been done in MATLAB 2010
version.
II. METHODOLOGY
The basic method here matches the three-dimensional distribution of texture features and color values
between the images and then transforms the color distribution of the source (colored) image to match the
distribution of the target (grayscale) image. A grayscale image is represented by a one dimensional distribution,
hence only the luminance channels can be matched between the two images. Apart from this we also match
texture features like energy, entropy, homogeneity, contrast and correlation based on correlation matrix. Once
the target image matches a source image window, the color information is transferred between pixels but the
original luminance value is retained. Our goal is to manipulate RGB images, which are often of unknown
phosphor chromaticity; a very popular way is to convert RGB signals to Ruderman et al.‟s [1] perception-based
color space laß. We have converted the gray scale and reference colored image to YCbCr color space, for
processing the images in this color space for colorization of gray scale image.
To show the significance of choosing the right color space, we compared three different color spaces.
The color spaces chosen here are RGB as used by most graphics algorithms, CIECAM97s, lαβ and YCbCr. We
chose the CIECAM97s color space because it is closely related to the lαβ color space. Its transformation matrix
to convert from RGB to CIECAM97s is:
𝐿
𝑀
𝑆
=
. 3811 . 5783 . 0402
. 1967 . 7244 . 0782
. 0241 0.1288 . 8444
𝑅
𝐺
𝐵
, (1)
𝐴
𝐶1
𝐶2
=
2.00 1.00 0.05
1.00 −1.09 0.09
0.11 0.11 −0.22
𝐿
𝑀
𝑆
, (2)
The two chromatic channels C1 and C2 resemble the chromatic channels in lαβ space, except a scaling
of the axes. The achromatic channel is different (see Fig. 2). Another difference is that CIECAM97s operates in
linear space, and lαβ are defined in log space.
Using image in Fig.1, we produced scatter plots of 2,000 randomly chosen data points in lαβ, YCbCr,
RGB, and CIECAM97s. Fig.2 depicts these scatter plots that show three pairs of axes plotted against each
other. The data points are decorrelated if the data are axis aligned, which is the case for all three pairs of axes in
all YCbCr, lαβ and CIECAM97s spaces. The RGB color space shows almost complete correlation between all
pairs of axes because the data cluster around a line with a 45-degree slope. This provides some validation for
Ruderman et al.‟s color space lαβ [1] as well as for YCbCr which we have used in this work.
In order to transfer chromaticity values from the source to the target, first of all, the source image is
divided into small windows of equal size and then each window in the source image is matched to the gray
scale image based on texture features of that window. We calculate texture features like energy, entropy,
homogeneity, contrast and correlation based on correlation matrix based on following formulae [2]:
Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance
www.iosrjournals.org 29 | Page
𝑆 = − 𝑃 𝑖, 𝑗 𝑙𝑜𝑔𝑃 𝑖, 𝑗
𝑗𝑖
, 3
𝐽 = − 𝑃2
𝑖, 𝑗𝑗𝑖 , 4
𝐶𝑜𝑛 = − (𝑖 − 𝑗)2
𝑃 𝑖, 𝑗
𝑗𝑖
, 5
𝐻 = −
𝑃 𝑖, 𝑗
1 + 𝑖 − 𝑗
𝑗𝑖
, 6
𝐶𝑜𝑟 = −
1
𝜎𝑖 𝜎𝑗
𝑖𝑗𝑃 𝑖, 𝑗
𝑗
−
𝑖
µ𝑖µ𝑗 , 7
Where S is entropy, J is energy, Con is contrast, H is homogeneity, Cor is correlation. P[i,j] is the
value of element in co-occurrence matrix and [i,j] is the coordinate, µi and µj are mean of pi and pj, [2]
respectively, where :
𝑝𝑖 = − 𝑃 𝑖, 𝑗
𝑗
, 8
𝑝𝑗 = − 𝑃 𝑖, 𝑗
𝑖
, 9
Now, these texture features are weighted appropriately using following formulae [9]:
W (i,j) =𝑒
−𝑑(𝑥 𝑖−𝑥 𝑗 )
2𝜔2
,(10)
Where ω is the parameter under consideration and:
d(xi-xj) = || xi-xj||
2
, (11)
Thus texture similarity measures are weighted properly and a texture similarity measure „TM‟ based
on Euclidean distance is calculated for each window in the source image and for target image as well [2]. Based
on this texture similarity measure each of the windows in source image is compared with the target image and
the best matching window is thus found out.
For colorization purpose, the mean and standard deviations of the data points along each of the three
axes are required and their luminance value is determined by the Y channel in YCbCr space. Hence, we
compute these measures for both the best matching source window and for the target image, for every pixel. We
compute the means and standard deviations for each axis separately in YCbCr space. First, we subtract the mean
from the data points [8] [10]:
𝑌∗
= 𝑌 − 𝑌 , (12)
𝐶𝑏∗
= 𝐶𝑏 − 𝐶𝑏 , (13)
𝐶𝑟∗
= 𝐶𝑟 − 𝐶𝑟 (14)
Then, we scale the data points by factors determined by the respective standard deviations:
𝑌′
=
𝜎𝑡
𝑌
𝜎𝑠
𝑌
𝑌∗
, 15
𝐶𝑏′
=
𝜎𝑡
𝐶𝑏
𝜎𝑠
𝐶𝑏
𝐶𝑏∗
, 16
𝐶𝑟′
=
𝜎𝑡
𝐶𝑟
𝜎𝑠
𝐶𝑟
𝐶𝑟∗
, 17
Using above formulae pixel by pixel comparison is done between the best matching source image
window and in the target image. The best matching pixel in source window to a pixel in target image is thus
found out and its chromatic values of are transferred to the corresponding pixel of target image window, but
their luminosity values are retained. This is done pixel by pixel for target image and the result obtained thus is
the colorized version of target gray scale image.
We intend here to transfer one image‟s appearance to another; hence it‟s possible to select source and
target images that may not work well together, but the result‟s quality depends on the images‟ similarity in
composition. The results are shown in subsequent figures.
We have also compared the resulting images obtained based on time required for processing, Mean
Square Error (MSE), Peak Signal to Noise Ratio(PSNR), Normalized Cross correlation(NK), Structural
Content(SC), Maximum Difference(MD), Normalized Absolute Error(NAE), Visual Quality with respect to the
target gray scale image. This calculation is based on following formulae [3]:
Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance
www.iosrjournals.org 30 | Page
𝑀𝑆𝐸 =
1
𝑀𝑁
𝑥𝑗 .𝑘 − 𝑥𝑗 ,𝑘
′ 2
𝑁
𝑘=1
𝑀
𝑗=1
, 18
PSNR = 10Yog
(2 𝑛
− 1)2
𝑀𝑆𝐸
, (19)
𝑁𝐾 = 𝑥𝑗 .𝑘 𝑥𝑗,𝑘
′ 1
𝑁
𝑘=1
𝑀
𝑗 =1
/ 𝑥𝑗 .𝑘
2
,
𝑁
𝑘=1
𝑀
𝑗 =1
20
𝑆𝐶 =
𝑥𝑗 .𝑘
2𝑁
𝑘=1
𝑀
𝑗=1
𝑥𝑗 ,𝑘
′ 2𝑁
𝑘=1
𝑀
𝑗=1
, 21
𝑀𝐷 = 𝑀𝑎𝑥 |𝑥𝑗 .𝑘 − 𝑥𝑗 ,𝑘
′
| 22
𝑁𝐴𝐸 =
|𝑥𝑗 .𝑘− 𝑥𝑗 ,𝑘
′
|𝑁
𝑘=1
𝑀
𝑗=1
𝑥𝑗 .𝑘
𝑁
𝑘=1
𝑀
𝑗=1
23
The results are tabulated in Table 1and 2.
III. RESULT
Our colorization method produces believable colorized output images, as is obvious from the results in
Fig. (3 –10) . We have colorized images in various color spaces and our method produced best results in YCbCr
color space, we have presented a comparison between results obtained by colorization in YCbCr color space
using our method and a very popular technique for colorization in lαβ color space [8][10] in Table (1-2). The
results are compared with the original target image based on various parameters like Time Taken, Mean Square
Error (MSE), Peak Signal to Noise Ratio (PSNR), Normalized Correlation (NK), Maximum Difference (MD),
Normalized Absolute Error (NAE) and Visual Quality Obtained. As is apparent from this comparison
colorization in YCbCr color space produces much better results.
Images of various dimensions ranging from 256X256 to 1024x1024 were tested and the method proved
successful, the time taken for colorization ranges from 25 seconds to 275 seconds.
Image Analysed
0 0.5 1
0
0.5
1
R
G
RGB: R v.s. G
0 0.5 1
0
0.5
1
R
B
RGB: R v.s. B
0 0.5 1
0
0.5
1
G
B
RGB: G v.s. B
0 0.5 1
0
0.5
1
RGB: overlapped
-0.5 0 0.5
-0.5
0
0.5
L
Alpha
LAB: L v.s. Alpha
-0.5 0 0.5
-0.5
0
0.5
L
Belta
LAB: L v.s. Beta
-0.5 0 0.5
-0.5
0
0.5
Alpha
Belta
LAB: Alpha v.s. Beta
-0.5 0 0.5
-0.5
0
0.5
LAB: overlapped
0 0.5 1
0
0.5
1
A
C1
CIECAM97: A v.s. C1
0 0.5 1
0
0.5
1
A
C2
CIECAM97: A v.s. C2
0 0.5 1
0
0.5
1
C1
C2
CIECAM97: C1 v.s. C2
0 0.5 1
0
0.5
1
CIECAM97: overlapped
0 0.5 1
0
0.5
1
y
cb
YCbCr: Y v.s. Cb
0 0.5 1
0
0.5
1
Y
Cr
YCbCr: Y v.s. Cr
0 0.5 1
0
0.5
1
Cb
Cr
YCbCr: Cb v.s. Cr
0 0.5 1
0
0.5
1
YCbCr: overlapped
Figure1. Image Analyzed Figure 2. Comparisons between various color spaces of Image
Analyzed
Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance
www.iosrjournals.org 31 | Page
Table 1 Comparison between results of Fig. 5 and Fig. 6
Parameters TIME
TAKEN
(SEC)
MSE PSNR NK SC MD NAE VISUAL
QUALITYDifferent
methods
Proposed
Technique
4.38 341.6446 22.7951 0.8459 1.3884 19 0.1845 GOOD
Conventional
Technique
27.0142 3249.8 13.0123 1.3706 0.4971 114 0.5329 AVERAGE
Table 2 Comparisons between results of Fig. 9 and Fig. 10
IV. CONCLUSION
In this work we have successfully colorized gray scale images of various sizes in YCbCr color space.
Here we take a reference colored image or source image which is similar in texture to the target gray scale
image, it is not necessary that this image is colorized version of the target gray scale image, it can be any similar
colored image. The quality of output depends on the choice of this reference or source image. We convert both
the target and source images in YCbCr decorrelated color space, to avoid cross channel artifacts, and divide the
source image in windows of equal size. The size of window usually 7X7 suffices for all the images but may be
increased for some problematic images. The properties of these windows are compared with those of target
image based on texture features matching to find the best matching window. Then the luminance values of the
pixels in this best matching window and gray scale image are compared and the chromatic properties of best
matching pixel in source window are transferred to the corresponding gray scale image pixel
We compare our results with the output obtained by colorization using very popular technique of using
only mean and standard deviation in lαβ color space and come to the conclusion that the results obtained by
colorization in YCbCr color space using our method are of better quality visually as well as on the basis of
image quality parameters like Mean Square Error (MSE), Peak Signal to Noise Ratio (PSNR), Normalized
Correlation (NK), Maximum Difference (MD), Normalized Absolute Error (NAE) etc.
Parameters TIME
TAKEN
(SEC)
MSE PSNR NK SC MD NAE VISUAL
QUALITYDifferent
methods
Proposed
Technique
14.55 334.192 22.8908 0.8950 1.2447 19 0.1281 GOOD
Conventional
Technique
106.3697 2283.7 14.5444 1.1791 0.6898 35 0.2979 AVERAGE
Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance
www.iosrjournals.org 32 | Page
REFERENCES
Journal Papers:
[1] Daniel L. Ruderman, Thomas W. Cronin and Chuan-Chin Chiao, “Statistics of cone responses to natural images: implications for
visual coding”, J. Opt. Soc. Am. A/ Vol. 15, pp. 8, August, 1998.
[2] Shaoyuan Sun, Jing Z., Liu G., Li Z., “Transfer Color to Night Vision Images.”, Chinese Optics Letters, Vol.3.(8), August, 2005.
[3] Ismail Acvibas¸ Kamoji Bulent, Sankur, and Khalid Sayood. “Statistical evaluation of image qualit” Journal of Electronic
Imaging, 11(2):206–223, April 2002.
Books:
[4] Gonzalez R. C., Woods R. E., and Eddins, S. L. “digital image processing using matlab.” Pearson Education , New Delhi (India),
Edition No. 1 (Reprint), 2004.
[5] Solomon C., Breckon T. “fundamentals of digital image processing.” Wiley – Blackwel, UK, Edition No. 1, 2011.
[6] D.R.J. Laming “sensory analysis” Academic Press, London, 1986.
Proceedings Papers:
[7] Semary N. A., “Texture recognition techniques for natural gray images”, Radio Science Conférence, 2007. NRSC 2007. April, 2007.
[8] Smriti Kumar, Ayush Swarnkar, “Colorization of Gray Scale Images in lαß Color Space using Mean and Standard Deviation” IEEE
SCEECS 2012, MANIT, Bhopal (India), IEEE Conference Publications, March 2012.
[9] Weiss, Y., “Segmentation using eigenvectors: A unifying view”, In Proc. IEEE Intl. Conf. Computer Vision, Vol. 2, Corfu, Greece,
pp. 975–982, 1999
[10] Welsh, T., Ashikhmin, M. and Mueller, K., “Transferring color to grey scale images”, In: Proceedings of 29th Annual Conference
on Computer Graphics and Interactive Techniques, ACM-SIGGRAPH2002, pp. 277- 280, ACM Press, New York, USA, 2002.

Más contenido relacionado

La actualidad más candente

An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...Editor IJCATR
 
Color Restoration of Scanned Archaeological Artifacts with Repetitive Patterns
Color Restoration of Scanned Archaeological Artifacts with Repetitive PatternsColor Restoration of Scanned Archaeological Artifacts with Repetitive Patterns
Color Restoration of Scanned Archaeological Artifacts with Repetitive PatternsGravitate Project
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONecij
 
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUERP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUEprj_publication
 
Sign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute PeopleSign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute Peoplepaperpublications3
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...IJERA Editor
 
Variable length signature for near-duplicate
Variable length signature for near-duplicateVariable length signature for near-duplicate
Variable length signature for near-duplicatejpstudcorner
 
Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space ijcga
 
Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space ijcga
 
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram cscpconf
 
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.IJERA Editor
 
6 one third probability embedding a new
6 one third probability embedding a new6 one third probability embedding a new
6 one third probability embedding a newAlok Padole
 
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...journal ijrtem
 
Detection of Fruits Defects Using Colour Segmentation Technique
Detection of Fruits Defects Using Colour Segmentation TechniqueDetection of Fruits Defects Using Colour Segmentation Technique
Detection of Fruits Defects Using Colour Segmentation TechniqueIJCSIS Research Publications
 
Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMazin Alwaaly
 
Color Image Segmentation Based On Principal Component Analysis With Applicati...
Color Image Segmentation Based On Principal Component Analysis With Applicati...Color Image Segmentation Based On Principal Component Analysis With Applicati...
Color Image Segmentation Based On Principal Component Analysis With Applicati...CSCJournals
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 

La actualidad más candente (20)

An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
 
Color Restoration of Scanned Archaeological Artifacts with Repetitive Patterns
Color Restoration of Scanned Archaeological Artifacts with Repetitive PatternsColor Restoration of Scanned Archaeological Artifacts with Repetitive Patterns
Color Restoration of Scanned Archaeological Artifacts with Repetitive Patterns
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
 
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUERP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
 
Sign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute PeopleSign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute People
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
 
Variable length signature for near-duplicate
Variable length signature for near-duplicateVariable length signature for near-duplicate
Variable length signature for near-duplicate
 
Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space
 
Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space
 
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
 
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
 
6 one third probability embedding a new
6 one third probability embedding a new6 one third probability embedding a new
6 one third probability embedding a new
 
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
 
Detection of Fruits Defects Using Colour Segmentation Technique
Detection of Fruits Defects Using Colour Segmentation TechniqueDetection of Fruits Defects Using Colour Segmentation Technique
Detection of Fruits Defects Using Colour Segmentation Technique
 
Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital libraries
 
I07015261
I07015261I07015261
I07015261
 
Color Image Segmentation Based On Principal Component Analysis With Applicati...
Color Image Segmentation Based On Principal Component Analysis With Applicati...Color Image Segmentation Based On Principal Component Analysis With Applicati...
Color Image Segmentation Based On Principal Component Analysis With Applicati...
 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 

Destacado

Synthesis, Physicochemical Characterization and Structure Determination of So...
Synthesis, Physicochemical Characterization and Structure Determination of So...Synthesis, Physicochemical Characterization and Structure Determination of So...
Synthesis, Physicochemical Characterization and Structure Determination of So...IOSR Journals
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelIOSR Journals
 
Generalised Statistical Convergence For Double Sequences
Generalised Statistical Convergence For Double SequencesGeneralised Statistical Convergence For Double Sequences
Generalised Statistical Convergence For Double SequencesIOSR Journals
 
An Analysis of Wushu's Theoretical Concept and its Reflection in Wushu's Prac...
An Analysis of Wushu's Theoretical Concept and its Reflection in Wushu's Prac...An Analysis of Wushu's Theoretical Concept and its Reflection in Wushu's Prac...
An Analysis of Wushu's Theoretical Concept and its Reflection in Wushu's Prac...IOSR Journals
 
Performance Evaluation of Soft RoCE over 1 Gigabit Ethernet
Performance Evaluation of Soft RoCE over 1 Gigabit EthernetPerformance Evaluation of Soft RoCE over 1 Gigabit Ethernet
Performance Evaluation of Soft RoCE over 1 Gigabit EthernetIOSR Journals
 
Levels of Physical Activity Participation of the Staff of Universiti Selangor
Levels of Physical Activity Participation of the Staff of Universiti SelangorLevels of Physical Activity Participation of the Staff of Universiti Selangor
Levels of Physical Activity Participation of the Staff of Universiti SelangorIOSR Journals
 
CFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsCFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsIOSR Journals
 
Effects of Psychological Training on Mental Skills with Female Basketball Pla...
Effects of Psychological Training on Mental Skills with Female Basketball Pla...Effects of Psychological Training on Mental Skills with Female Basketball Pla...
Effects of Psychological Training on Mental Skills with Female Basketball Pla...IOSR Journals
 
Profile of Trace Elements in Selected Medicinal Plants of North East India
Profile of Trace Elements in Selected Medicinal Plants of North East IndiaProfile of Trace Elements in Selected Medicinal Plants of North East India
Profile of Trace Elements in Selected Medicinal Plants of North East IndiaIOSR Journals
 
SD-miner System to Retrieve Probabilistic Neighborhood Points in Spatial Dat...
SD-miner System to Retrieve Probabilistic Neighborhood Points  in Spatial Dat...SD-miner System to Retrieve Probabilistic Neighborhood Points  in Spatial Dat...
SD-miner System to Retrieve Probabilistic Neighborhood Points in Spatial Dat...IOSR Journals
 
In The Name Of Allah, the Beneficent the Merciful Designing a Low Cost Devic...
In The Name Of Allah, the Beneficent the Merciful Designing a  Low Cost Devic...In The Name Of Allah, the Beneficent the Merciful Designing a  Low Cost Devic...
In The Name Of Allah, the Beneficent the Merciful Designing a Low Cost Devic...IOSR Journals
 
Effect of time-of-day specific obese training on body composition and physica...
Effect of time-of-day specific obese training on body composition and physica...Effect of time-of-day specific obese training on body composition and physica...
Effect of time-of-day specific obese training on body composition and physica...IOSR Journals
 
An efficient incentive of Nitrate and Fluoride on Organic highland cropping s...
An efficient incentive of Nitrate and Fluoride on Organic highland cropping s...An efficient incentive of Nitrate and Fluoride on Organic highland cropping s...
An efficient incentive of Nitrate and Fluoride on Organic highland cropping s...IOSR Journals
 
Assessment of the Implementation of Ventilator-associated Pneumonia Preventiv...
Assessment of the Implementation of Ventilator-associated Pneumonia Preventiv...Assessment of the Implementation of Ventilator-associated Pneumonia Preventiv...
Assessment of the Implementation of Ventilator-associated Pneumonia Preventiv...IOSR Journals
 
Congruence Lattices of Isoform Lattices
Congruence Lattices of Isoform LatticesCongruence Lattices of Isoform Lattices
Congruence Lattices of Isoform LatticesIOSR Journals
 

Destacado (20)

Synthesis, Physicochemical Characterization and Structure Determination of So...
Synthesis, Physicochemical Characterization and Structure Determination of So...Synthesis, Physicochemical Characterization and Structure Determination of So...
Synthesis, Physicochemical Characterization and Structure Determination of So...
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
 
Generalised Statistical Convergence For Double Sequences
Generalised Statistical Convergence For Double SequencesGeneralised Statistical Convergence For Double Sequences
Generalised Statistical Convergence For Double Sequences
 
An Analysis of Wushu's Theoretical Concept and its Reflection in Wushu's Prac...
An Analysis of Wushu's Theoretical Concept and its Reflection in Wushu's Prac...An Analysis of Wushu's Theoretical Concept and its Reflection in Wushu's Prac...
An Analysis of Wushu's Theoretical Concept and its Reflection in Wushu's Prac...
 
Performance Evaluation of Soft RoCE over 1 Gigabit Ethernet
Performance Evaluation of Soft RoCE over 1 Gigabit EthernetPerformance Evaluation of Soft RoCE over 1 Gigabit Ethernet
Performance Evaluation of Soft RoCE over 1 Gigabit Ethernet
 
Levels of Physical Activity Participation of the Staff of Universiti Selangor
Levels of Physical Activity Participation of the Staff of Universiti SelangorLevels of Physical Activity Participation of the Staff of Universiti Selangor
Levels of Physical Activity Participation of the Staff of Universiti Selangor
 
CFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsCFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its Measurements
 
Effects of Psychological Training on Mental Skills with Female Basketball Pla...
Effects of Psychological Training on Mental Skills with Female Basketball Pla...Effects of Psychological Training on Mental Skills with Female Basketball Pla...
Effects of Psychological Training on Mental Skills with Female Basketball Pla...
 
Profile of Trace Elements in Selected Medicinal Plants of North East India
Profile of Trace Elements in Selected Medicinal Plants of North East IndiaProfile of Trace Elements in Selected Medicinal Plants of North East India
Profile of Trace Elements in Selected Medicinal Plants of North East India
 
SD-miner System to Retrieve Probabilistic Neighborhood Points in Spatial Dat...
SD-miner System to Retrieve Probabilistic Neighborhood Points  in Spatial Dat...SD-miner System to Retrieve Probabilistic Neighborhood Points  in Spatial Dat...
SD-miner System to Retrieve Probabilistic Neighborhood Points in Spatial Dat...
 
In The Name Of Allah, the Beneficent the Merciful Designing a Low Cost Devic...
In The Name Of Allah, the Beneficent the Merciful Designing a  Low Cost Devic...In The Name Of Allah, the Beneficent the Merciful Designing a  Low Cost Devic...
In The Name Of Allah, the Beneficent the Merciful Designing a Low Cost Devic...
 
Effect of time-of-day specific obese training on body composition and physica...
Effect of time-of-day specific obese training on body composition and physica...Effect of time-of-day specific obese training on body composition and physica...
Effect of time-of-day specific obese training on body composition and physica...
 
F0533134
F0533134F0533134
F0533134
 
A0160106
A0160106A0160106
A0160106
 
A0740103
A0740103A0740103
A0740103
 
A0340107
A0340107A0340107
A0340107
 
F0733038
F0733038F0733038
F0733038
 
An efficient incentive of Nitrate and Fluoride on Organic highland cropping s...
An efficient incentive of Nitrate and Fluoride on Organic highland cropping s...An efficient incentive of Nitrate and Fluoride on Organic highland cropping s...
An efficient incentive of Nitrate and Fluoride on Organic highland cropping s...
 
Assessment of the Implementation of Ventilator-associated Pneumonia Preventiv...
Assessment of the Implementation of Ventilator-associated Pneumonia Preventiv...Assessment of the Implementation of Ventilator-associated Pneumonia Preventiv...
Assessment of the Implementation of Ventilator-associated Pneumonia Preventiv...
 
Congruence Lattices of Isoform Lattices
Congruence Lattices of Isoform LatticesCongruence Lattices of Isoform Lattices
Congruence Lattices of Isoform Lattices
 

Similar a Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance Mapping

IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processingkiruthiammu
 
Comprehensive Infrared Image Edge detection Algorithm
Comprehensive Infrared Image Edge detection AlgorithmComprehensive Infrared Image Edge detection Algorithm
Comprehensive Infrared Image Edge detection AlgorithmCSCJournals
 
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
 
Color
ColorColor
ColorFNian
 
Improvement of Objective Image Quality Evaluation Applying Colour Differences...
Improvement of Objective Image Quality Evaluation Applying Colour Differences...Improvement of Objective Image Quality Evaluation Applying Colour Differences...
Improvement of Objective Image Quality Evaluation Applying Colour Differences...CSCJournals
 
Performance on Image Segmentation Resulting In Canny and MoG
Performance on Image Segmentation Resulting In Canny and  MoGPerformance on Image Segmentation Resulting In Canny and  MoG
Performance on Image Segmentation Resulting In Canny and MoGIOSR Journals
 
Establishment of an Efficient Color Model from Existing Models for Better Gam...
Establishment of an Efficient Color Model from Existing Models for Better Gam...Establishment of an Efficient Color Model from Existing Models for Better Gam...
Establishment of an Efficient Color Model from Existing Models for Better Gam...CSCJournals
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysisMohsin Siddique
 
Color Image Segmentation based on JND Color Histogram
Color Image Segmentation based on JND Color HistogramColor Image Segmentation based on JND Color Histogram
Color Image Segmentation based on JND Color HistogramCSCJournals
 
Advanced Hybrid Color Space Normalization for Human Face Extraction and Detec...
Advanced Hybrid Color Space Normalization for Human Face Extraction and Detec...Advanced Hybrid Color Space Normalization for Human Face Extraction and Detec...
Advanced Hybrid Color Space Normalization for Human Face Extraction and Detec...ijsrd.com
 
Color Image Processing.pptx
Color Image Processing.pptxColor Image Processing.pptx
Color Image Processing.pptxAntu Chowdhury
 
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXINGEFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXINGIJCSEA Journal
 
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Zahra Mansoori
 
IMPORTANCE OF IMAGE ENHANCEMENT TECHNIQUES IN COLOR IMAGE SEGMENTATION: A COM...
IMPORTANCE OF IMAGE ENHANCEMENT TECHNIQUES IN COLOR IMAGE SEGMENTATION: A COM...IMPORTANCE OF IMAGE ENHANCEMENT TECHNIQUES IN COLOR IMAGE SEGMENTATION: A COM...
IMPORTANCE OF IMAGE ENHANCEMENT TECHNIQUES IN COLOR IMAGE SEGMENTATION: A COM...Dibya Jyoti Bora
 

Similar a Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance Mapping (20)

IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processing
 
Comprehensive Infrared Image Edge detection Algorithm
Comprehensive Infrared Image Edge detection AlgorithmComprehensive Infrared Image Edge detection Algorithm
Comprehensive Infrared Image Edge detection Algorithm
 
Color_Spaces.pptx
Color_Spaces.pptxColor_Spaces.pptx
Color_Spaces.pptx
 
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)
 
Color
ColorColor
Color
 
Improvement of Objective Image Quality Evaluation Applying Colour Differences...
Improvement of Objective Image Quality Evaluation Applying Colour Differences...Improvement of Objective Image Quality Evaluation Applying Colour Differences...
Improvement of Objective Image Quality Evaluation Applying Colour Differences...
 
Performance on Image Segmentation Resulting In Canny and MoG
Performance on Image Segmentation Resulting In Canny and  MoGPerformance on Image Segmentation Resulting In Canny and  MoG
Performance on Image Segmentation Resulting In Canny and MoG
 
Psuedo color
Psuedo colorPsuedo color
Psuedo color
 
Establishment of an Efficient Color Model from Existing Models for Better Gam...
Establishment of an Efficient Color Model from Existing Models for Better Gam...Establishment of an Efficient Color Model from Existing Models for Better Gam...
Establishment of an Efficient Color Model from Existing Models for Better Gam...
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysis
 
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
 
Color Image Segmentation based on JND Color Histogram
Color Image Segmentation based on JND Color HistogramColor Image Segmentation based on JND Color Histogram
Color Image Segmentation based on JND Color Histogram
 
I0351053058
I0351053058I0351053058
I0351053058
 
Advanced Hybrid Color Space Normalization for Human Face Extraction and Detec...
Advanced Hybrid Color Space Normalization for Human Face Extraction and Detec...Advanced Hybrid Color Space Normalization for Human Face Extraction and Detec...
Advanced Hybrid Color Space Normalization for Human Face Extraction and Detec...
 
Color Image Processing.pptx
Color Image Processing.pptxColor Image Processing.pptx
Color Image Processing.pptx
 
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXINGEFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
 
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
 
IMPORTANCE OF IMAGE ENHANCEMENT TECHNIQUES IN COLOR IMAGE SEGMENTATION: A COM...
IMPORTANCE OF IMAGE ENHANCEMENT TECHNIQUES IN COLOR IMAGE SEGMENTATION: A COM...IMPORTANCE OF IMAGE ENHANCEMENT TECHNIQUES IN COLOR IMAGE SEGMENTATION: A COM...
IMPORTANCE OF IMAGE ENHANCEMENT TECHNIQUES IN COLOR IMAGE SEGMENTATION: A COM...
 
05 Scalar Visualization
05 Scalar Visualization05 Scalar Visualization
05 Scalar Visualization
 

Más de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Último

Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 

Último (20)

Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 

Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance Mapping

  • 1. IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 4, Issue 5 (Sep.-Oct. 2012), PP 27-32 www.iosrjournals.org www.iosrjournals.org 27 | P a g e Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance Mapping Mrs. Smriti Kumar1 , Mr. Deepak Singh2 1,2 (Department of Electronics and Telecommunication, Chhatrapati Shivaji Institute of Technology, India) Abstract : Gray scale image colorization is a useful application in the world of image processing. This work presents a general technique for “colorizing” grayscale images by transferring color between a source or color image and a destination or target or grayscale image by matching luminance and texture information between the images. This technique of the gray image coloring uses a very simple algorithm that chooses a decorrelated color space and then applies simple operations there. Thus the color space with decorrelated axes is a useful tool for manipulating color images in this work. Colorization of a gray scale image is achieved here by matching texture features of gray image with texture features of windows of colored image and then by imposing mean and standard deviation onto the data points in a simple operation, thus believable output images are obtained given suitable input images. Here, we use texture features like energy, entropy, homogeneity, contrast and correlation based on correlation matrix for the purpose of texture matching between two images. Keywords: Colorization, Contrast, Correlation, Energy, Entropy, Homogeneity, Mean and Standard Deviation, YCbCr Color Space. I. INTRODUCTION Color can increase the visual appeal of grayscale images such as old black and white photos, classic movies or scientific outcomes, some examples are image modalities in medicine, which only acquire grayscale images such Magnetic Resonance Imaging (MRI), X-ray and Computerized Tomography (CT) images can be enhanced with color for presentations and demonstrations. In addition, the information content of some scientific images can be perceptually enhanced with color by exploiting texture, chromaticity as well as luminance variations. Adding colors to a grayscale image actually involves assigning three-dimensional (RGB) pixel values to an image which varies along only one dimension (luminance or intensity). In fact, different colors may have the same luminance value but may vary in hue or saturation, hence, the problem of colorizing grayscale images has no inherently “correct” solution. Due to these reasons, human interaction usually plays a large role in the colorization process. Term „Colorization‟ was introduced in 1970 and was later patented by Wilson Markle. Colorization trends have been classified into three categories - Hand coloring, Semi automatic coloring, and automatic coloring. Semary N. A. [7]. Hand coloring has been long used by artists as a way of showing their talent. Usually image editing software‟s like Adobe Photoshop or Paint shop Pro are used similarly to convert gray images to color images. Semiautomatic coloring refers to mapping luminance values to color values, which is done by converting the gray image to an indexed image. Pseudo coloring is a common example [4][5]. Automatic coloring can be classified into three categories according to the source of colors to be transferred to the gray image pixels, [7] which are transformational coloring, Image Matching and User Selection. Technique that is mentioned here belongs to the category of Image matching/ Coloring by Reference. It relies on the fact that for each gray pixel Ig (x, y) in target gray scale image there exists a colored pixel Is (x2, y2) in reference or source image such that the distance (some similarity measure) between them is the minimum value. The chromatic values in “Is” are transferred to “Ig” and the achromatic value of “Ig” remains. Here, the source colored image need not be the colored version of gray scale image, it can be any similar image in RGB. When a typical three channel image is represented in the RGB color space, correlation exists between the different channels‟ values, thus if we change the appearance of a pixel‟s color in a coherent way, we must modify all color channels in tandem. Hence, any color modification process gets complicated. So, an orthogonal color space which doesn‟t have correlations between the axes is the foremost requirement. Ruderman et al [1] developed a color space, called laß, based on data-driven human perception research that assumes that the human visual system is ideally suited for processing natural scenes. There‟s little correlation between the axes in laß space, which allows application of different operations in different color
  • 2. Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance www.iosrjournals.org 28 | Page channels without causing cross-channel artifacts. Apart from this, lαβ color space is logarithmic, which implies to a first approximation that uniform changes in channel intensity tend to be equally detectable [6]. This makes lαβ color space a very popular choice for gray image colorization. We have chosen another decorrelated color space YCbCr for colorization purpose. YCbCr color space also provides three decorrelated channels Y, Cb and Cr. Channel Y is achromatic luminance channel, where as chromatic channels Cb and Cr correspond to the difference between blue component with a reference value and difference between red components with a reference value, respectively. This space also allows selective transfer of chromatic Cb and Cr channels from color image to grayscale image without introducing cross- channel artifacts. For colorization purpose we convert our source image into a decorrelated color space and then divide this image into small windows, whose size may vary according to the type of image. After this we extract texture features like energy, entropy, homogeneity, contrast and correlation based on correlation matrix for the purpose of texture matching, for each window of source image as well as for the target grayscale image. Then we compare each window of the source (colored) image with target image and find out the best matching window in source image based on texture feature matching. Then we compare the data points in this best matching source window by computing mean and standard deviations along each of the three axes of the sample data points and the data points in target image, in YCbCr color space. Then, we scale the data points by factors determined by the respective standard deviations. Then the chromatic values of the best matching source image window‟s data points are transferred to the target image pixel. The resulting image of this process is colorized version of target gray scale image. All the coding for above processing has been done in MATLAB 2010 version. II. METHODOLOGY The basic method here matches the three-dimensional distribution of texture features and color values between the images and then transforms the color distribution of the source (colored) image to match the distribution of the target (grayscale) image. A grayscale image is represented by a one dimensional distribution, hence only the luminance channels can be matched between the two images. Apart from this we also match texture features like energy, entropy, homogeneity, contrast and correlation based on correlation matrix. Once the target image matches a source image window, the color information is transferred between pixels but the original luminance value is retained. Our goal is to manipulate RGB images, which are often of unknown phosphor chromaticity; a very popular way is to convert RGB signals to Ruderman et al.‟s [1] perception-based color space laß. We have converted the gray scale and reference colored image to YCbCr color space, for processing the images in this color space for colorization of gray scale image. To show the significance of choosing the right color space, we compared three different color spaces. The color spaces chosen here are RGB as used by most graphics algorithms, CIECAM97s, lαβ and YCbCr. We chose the CIECAM97s color space because it is closely related to the lαβ color space. Its transformation matrix to convert from RGB to CIECAM97s is: 𝐿 𝑀 𝑆 = . 3811 . 5783 . 0402 . 1967 . 7244 . 0782 . 0241 0.1288 . 8444 𝑅 𝐺 𝐵 , (1) 𝐴 𝐶1 𝐶2 = 2.00 1.00 0.05 1.00 −1.09 0.09 0.11 0.11 −0.22 𝐿 𝑀 𝑆 , (2) The two chromatic channels C1 and C2 resemble the chromatic channels in lαβ space, except a scaling of the axes. The achromatic channel is different (see Fig. 2). Another difference is that CIECAM97s operates in linear space, and lαβ are defined in log space. Using image in Fig.1, we produced scatter plots of 2,000 randomly chosen data points in lαβ, YCbCr, RGB, and CIECAM97s. Fig.2 depicts these scatter plots that show three pairs of axes plotted against each other. The data points are decorrelated if the data are axis aligned, which is the case for all three pairs of axes in all YCbCr, lαβ and CIECAM97s spaces. The RGB color space shows almost complete correlation between all pairs of axes because the data cluster around a line with a 45-degree slope. This provides some validation for Ruderman et al.‟s color space lαβ [1] as well as for YCbCr which we have used in this work. In order to transfer chromaticity values from the source to the target, first of all, the source image is divided into small windows of equal size and then each window in the source image is matched to the gray scale image based on texture features of that window. We calculate texture features like energy, entropy, homogeneity, contrast and correlation based on correlation matrix based on following formulae [2]:
  • 3. Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance www.iosrjournals.org 29 | Page 𝑆 = − 𝑃 𝑖, 𝑗 𝑙𝑜𝑔𝑃 𝑖, 𝑗 𝑗𝑖 , 3 𝐽 = − 𝑃2 𝑖, 𝑗𝑗𝑖 , 4 𝐶𝑜𝑛 = − (𝑖 − 𝑗)2 𝑃 𝑖, 𝑗 𝑗𝑖 , 5 𝐻 = − 𝑃 𝑖, 𝑗 1 + 𝑖 − 𝑗 𝑗𝑖 , 6 𝐶𝑜𝑟 = − 1 𝜎𝑖 𝜎𝑗 𝑖𝑗𝑃 𝑖, 𝑗 𝑗 − 𝑖 µ𝑖µ𝑗 , 7 Where S is entropy, J is energy, Con is contrast, H is homogeneity, Cor is correlation. P[i,j] is the value of element in co-occurrence matrix and [i,j] is the coordinate, µi and µj are mean of pi and pj, [2] respectively, where : 𝑝𝑖 = − 𝑃 𝑖, 𝑗 𝑗 , 8 𝑝𝑗 = − 𝑃 𝑖, 𝑗 𝑖 , 9 Now, these texture features are weighted appropriately using following formulae [9]: W (i,j) =𝑒 −𝑑(𝑥 𝑖−𝑥 𝑗 ) 2𝜔2 ,(10) Where ω is the parameter under consideration and: d(xi-xj) = || xi-xj|| 2 , (11) Thus texture similarity measures are weighted properly and a texture similarity measure „TM‟ based on Euclidean distance is calculated for each window in the source image and for target image as well [2]. Based on this texture similarity measure each of the windows in source image is compared with the target image and the best matching window is thus found out. For colorization purpose, the mean and standard deviations of the data points along each of the three axes are required and their luminance value is determined by the Y channel in YCbCr space. Hence, we compute these measures for both the best matching source window and for the target image, for every pixel. We compute the means and standard deviations for each axis separately in YCbCr space. First, we subtract the mean from the data points [8] [10]: 𝑌∗ = 𝑌 − 𝑌 , (12) 𝐶𝑏∗ = 𝐶𝑏 − 𝐶𝑏 , (13) 𝐶𝑟∗ = 𝐶𝑟 − 𝐶𝑟 (14) Then, we scale the data points by factors determined by the respective standard deviations: 𝑌′ = 𝜎𝑡 𝑌 𝜎𝑠 𝑌 𝑌∗ , 15 𝐶𝑏′ = 𝜎𝑡 𝐶𝑏 𝜎𝑠 𝐶𝑏 𝐶𝑏∗ , 16 𝐶𝑟′ = 𝜎𝑡 𝐶𝑟 𝜎𝑠 𝐶𝑟 𝐶𝑟∗ , 17 Using above formulae pixel by pixel comparison is done between the best matching source image window and in the target image. The best matching pixel in source window to a pixel in target image is thus found out and its chromatic values of are transferred to the corresponding pixel of target image window, but their luminosity values are retained. This is done pixel by pixel for target image and the result obtained thus is the colorized version of target gray scale image. We intend here to transfer one image‟s appearance to another; hence it‟s possible to select source and target images that may not work well together, but the result‟s quality depends on the images‟ similarity in composition. The results are shown in subsequent figures. We have also compared the resulting images obtained based on time required for processing, Mean Square Error (MSE), Peak Signal to Noise Ratio(PSNR), Normalized Cross correlation(NK), Structural Content(SC), Maximum Difference(MD), Normalized Absolute Error(NAE), Visual Quality with respect to the target gray scale image. This calculation is based on following formulae [3]:
  • 4. Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance www.iosrjournals.org 30 | Page 𝑀𝑆𝐸 = 1 𝑀𝑁 𝑥𝑗 .𝑘 − 𝑥𝑗 ,𝑘 ′ 2 𝑁 𝑘=1 𝑀 𝑗=1 , 18 PSNR = 10Yog (2 𝑛 − 1)2 𝑀𝑆𝐸 , (19) 𝑁𝐾 = 𝑥𝑗 .𝑘 𝑥𝑗,𝑘 ′ 1 𝑁 𝑘=1 𝑀 𝑗 =1 / 𝑥𝑗 .𝑘 2 , 𝑁 𝑘=1 𝑀 𝑗 =1 20 𝑆𝐶 = 𝑥𝑗 .𝑘 2𝑁 𝑘=1 𝑀 𝑗=1 𝑥𝑗 ,𝑘 ′ 2𝑁 𝑘=1 𝑀 𝑗=1 , 21 𝑀𝐷 = 𝑀𝑎𝑥 |𝑥𝑗 .𝑘 − 𝑥𝑗 ,𝑘 ′ | 22 𝑁𝐴𝐸 = |𝑥𝑗 .𝑘− 𝑥𝑗 ,𝑘 ′ |𝑁 𝑘=1 𝑀 𝑗=1 𝑥𝑗 .𝑘 𝑁 𝑘=1 𝑀 𝑗=1 23 The results are tabulated in Table 1and 2. III. RESULT Our colorization method produces believable colorized output images, as is obvious from the results in Fig. (3 –10) . We have colorized images in various color spaces and our method produced best results in YCbCr color space, we have presented a comparison between results obtained by colorization in YCbCr color space using our method and a very popular technique for colorization in lαβ color space [8][10] in Table (1-2). The results are compared with the original target image based on various parameters like Time Taken, Mean Square Error (MSE), Peak Signal to Noise Ratio (PSNR), Normalized Correlation (NK), Maximum Difference (MD), Normalized Absolute Error (NAE) and Visual Quality Obtained. As is apparent from this comparison colorization in YCbCr color space produces much better results. Images of various dimensions ranging from 256X256 to 1024x1024 were tested and the method proved successful, the time taken for colorization ranges from 25 seconds to 275 seconds. Image Analysed 0 0.5 1 0 0.5 1 R G RGB: R v.s. G 0 0.5 1 0 0.5 1 R B RGB: R v.s. B 0 0.5 1 0 0.5 1 G B RGB: G v.s. B 0 0.5 1 0 0.5 1 RGB: overlapped -0.5 0 0.5 -0.5 0 0.5 L Alpha LAB: L v.s. Alpha -0.5 0 0.5 -0.5 0 0.5 L Belta LAB: L v.s. Beta -0.5 0 0.5 -0.5 0 0.5 Alpha Belta LAB: Alpha v.s. Beta -0.5 0 0.5 -0.5 0 0.5 LAB: overlapped 0 0.5 1 0 0.5 1 A C1 CIECAM97: A v.s. C1 0 0.5 1 0 0.5 1 A C2 CIECAM97: A v.s. C2 0 0.5 1 0 0.5 1 C1 C2 CIECAM97: C1 v.s. C2 0 0.5 1 0 0.5 1 CIECAM97: overlapped 0 0.5 1 0 0.5 1 y cb YCbCr: Y v.s. Cb 0 0.5 1 0 0.5 1 Y Cr YCbCr: Y v.s. Cr 0 0.5 1 0 0.5 1 Cb Cr YCbCr: Cb v.s. Cr 0 0.5 1 0 0.5 1 YCbCr: overlapped Figure1. Image Analyzed Figure 2. Comparisons between various color spaces of Image Analyzed
  • 5. Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance www.iosrjournals.org 31 | Page Table 1 Comparison between results of Fig. 5 and Fig. 6 Parameters TIME TAKEN (SEC) MSE PSNR NK SC MD NAE VISUAL QUALITYDifferent methods Proposed Technique 4.38 341.6446 22.7951 0.8459 1.3884 19 0.1845 GOOD Conventional Technique 27.0142 3249.8 13.0123 1.3706 0.4971 114 0.5329 AVERAGE Table 2 Comparisons between results of Fig. 9 and Fig. 10 IV. CONCLUSION In this work we have successfully colorized gray scale images of various sizes in YCbCr color space. Here we take a reference colored image or source image which is similar in texture to the target gray scale image, it is not necessary that this image is colorized version of the target gray scale image, it can be any similar colored image. The quality of output depends on the choice of this reference or source image. We convert both the target and source images in YCbCr decorrelated color space, to avoid cross channel artifacts, and divide the source image in windows of equal size. The size of window usually 7X7 suffices for all the images but may be increased for some problematic images. The properties of these windows are compared with those of target image based on texture features matching to find the best matching window. Then the luminance values of the pixels in this best matching window and gray scale image are compared and the chromatic properties of best matching pixel in source window are transferred to the corresponding gray scale image pixel We compare our results with the output obtained by colorization using very popular technique of using only mean and standard deviation in lαβ color space and come to the conclusion that the results obtained by colorization in YCbCr color space using our method are of better quality visually as well as on the basis of image quality parameters like Mean Square Error (MSE), Peak Signal to Noise Ratio (PSNR), Normalized Correlation (NK), Maximum Difference (MD), Normalized Absolute Error (NAE) etc. Parameters TIME TAKEN (SEC) MSE PSNR NK SC MD NAE VISUAL QUALITYDifferent methods Proposed Technique 14.55 334.192 22.8908 0.8950 1.2447 19 0.1281 GOOD Conventional Technique 106.3697 2283.7 14.5444 1.1791 0.6898 35 0.2979 AVERAGE
  • 6. Colorization of Gray Scale Images in YCbCr Color Space Using Texture Extraction and Luminance www.iosrjournals.org 32 | Page REFERENCES Journal Papers: [1] Daniel L. Ruderman, Thomas W. Cronin and Chuan-Chin Chiao, “Statistics of cone responses to natural images: implications for visual coding”, J. Opt. Soc. Am. A/ Vol. 15, pp. 8, August, 1998. [2] Shaoyuan Sun, Jing Z., Liu G., Li Z., “Transfer Color to Night Vision Images.”, Chinese Optics Letters, Vol.3.(8), August, 2005. [3] Ismail Acvibas¸ Kamoji Bulent, Sankur, and Khalid Sayood. “Statistical evaluation of image qualit” Journal of Electronic Imaging, 11(2):206–223, April 2002. Books: [4] Gonzalez R. C., Woods R. E., and Eddins, S. L. “digital image processing using matlab.” Pearson Education , New Delhi (India), Edition No. 1 (Reprint), 2004. [5] Solomon C., Breckon T. “fundamentals of digital image processing.” Wiley – Blackwel, UK, Edition No. 1, 2011. [6] D.R.J. Laming “sensory analysis” Academic Press, London, 1986. Proceedings Papers: [7] Semary N. A., “Texture recognition techniques for natural gray images”, Radio Science Conférence, 2007. NRSC 2007. April, 2007. [8] Smriti Kumar, Ayush Swarnkar, “Colorization of Gray Scale Images in lαß Color Space using Mean and Standard Deviation” IEEE SCEECS 2012, MANIT, Bhopal (India), IEEE Conference Publications, March 2012. [9] Weiss, Y., “Segmentation using eigenvectors: A unifying view”, In Proc. IEEE Intl. Conf. Computer Vision, Vol. 2, Corfu, Greece, pp. 975–982, 1999 [10] Welsh, T., Ashikhmin, M. and Mueller, K., “Transferring color to grey scale images”, In: Proceedings of 29th Annual Conference on Computer Graphics and Interactive Techniques, ACM-SIGGRAPH2002, pp. 277- 280, ACM Press, New York, USA, 2002.