SlideShare une entreprise Scribd logo
1  sur  9
Télécharger pour lire hors ligne
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 6 (May. - Jun. 2013), PP 50-58
www.iosrjournals.org
www.iosrjournals.org 50 | Page
Information Hiding for “Color to Gray and back” with Hartley,
Slant and Kekre’s wavelet using Normalization
Dr. H. B. Kekre, Dr. Sudeep D. Thepade, Ratnesh N. Chaturvedi
1
Sr. Prof. Computer Engineering Dept., Mukesh Patel School of Technology, Management & Engineering,
NMIMS University, Mumbai, India
2
Professor & Dean (R&D), PimpriChinchwad College of Engineering, University of Pune, Pune, India
3
M.Tech (Computer Engineering), Mukesh Patel School of Technology, Management & Engineering, NMIMS
University, Mumbai, India
Abstract: The paper shows performance comparison of three proposed methods with orthogonal wavelet alias
Hartley,Slant &Kekre‟s wavelet using Normalization for „Color to Gray and Back‟. The color information of the
image is embedded into its intermediate gray scale version with wavelet using normalization method. Instead of
using the original color image for storage and transmission, intermediate gray image (Gray scale version with
embedded color information) can be used, resulting into better bandwidth or storage utilization. Among three
algorithms considered the second algorithm give better performance as compared to first and third algorithm.
In our experimental results second algorithm for Kekre‟s wavelet using Normalization gives better performance
in „Color to gray and Back‟ w.r.t all other wavelet transforms in method 1, method 2 and method 3. The intent is
to achieve compression of 1/3 and to print color images with black and white printers and to be able to recover
the color information.
Keywords-Color Embedding, Color-to-Gray Conversion, Transforms, Wavelets,Normalization ,Compression.
I. INTRODUCTION
Digital images can be classified roughly to 24 bit color images and 8bit gray images. We have come to
tend to treat colorful images by the development of various kinds of devices. However, there is still much
demand to treat color images as gray images from the viewpoint of running cost, data quantity, etc. We can
convert a color image into a gray image by linear combination of RGB color elements uniquely. Meanwhile, the
inverse problem to find an RGB vector from a luminance value is an ill-posed problem. Therefore, it is
impossible theoretically to completely restore a color image from a gray image. For this problem, recently,
colorization techniques have been proposed [1]-[4]. Those methods can re-store a color image from a gray
image by giving color hints. However, the color of the restored image strongly depends on the color hints given
by a user as an initial condition subjectively.
In recent years, there is increase in the size of databases because of color images. There is needto
reduce the size of data. To reduce the size of color images, information from all individual color components
(color planes) is embedded into a single plane by which intermediate gray image is obtained [5][6][7][8]. This
also reduces the bandwidth required to transmit the image over the network.Gray image, which is obtained from
color image, can be printed using a black-and-white printer or transmitted using a conventional fax machine [6].
This gray image then can be used to retrieve its original color image.
In this paper, we propose three different methods of color-to-gray mapping technique with wavelet
transforms using normalization [8][9], that is, our method can recover color images from color embedded gray
images with having almost original color images. In method 1 the color information in normalized form is
hidden in LH and HL area of first component as in figure 3. And in method 2 the color information in normalize
form is hidden in HL and HH area of first component as in figure 3and in method 3 the color information in
normalize form is hidden in LH and HH area of first component as in figure 3. Normalization is the process
where each pixel value is divided by 256 to minimize the embedding error [9].
The paper is organized as follows. Section 2 describes transforms and wavelet generation. Section 3
presents the proposed system for “Color to Gray and back” using wavelets. Section 4 describes experimental
results and finally the concluding remarks are given in section 5.
II. TRANSFORMS AND WAVELET GENERATION
2.1 Hartley Transform [10]
The Discrete Cosine Transform(DCT) utilizes cosine basis functions, while Discrete Sine
Transform(DST) uses sine basis function. The Hartley transform utilizes both sine and cosine basis functions.
The discrete 2-dimensional Hartley Transform is defined as[7]
Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using
www.iosrjournals.org 51 | Page
F(u, v)=




 






1
0
1
0
)(
2
),(
1 N
x
N
y
vyux
N
Casyxf
N
 ------(1)
Inverse discrete 2-dimensional Hartley Transform is,
f(x, y)=




 






1
0
1
0
)(
2
),(
1 N
u
N
v
vyux
N
CasvuF
N
 ------(2)
where,  sincos Cas
2.2 Slant Transform [11]
The Slant transform is a member of the orthogonal transforms. It has a constant function for the first
row, and has a second row which is a linear (slant) function of the column index. The matrices are formed by an
iterative construction that exhibits the matrices as products of sparse matrices, which in turn leads to a fast
transform algorithm[11]
The Slant transform matrix of order two is given by
S2 =






 11
11
2
1 -----(3)
-----(4)
The matrix I(n/2)-2 is the identity matrix of dimension (N/2)-2. The constants aN, bNmay be computed by the
formulas
a2N=  






14
3
2
2
2/1
N
N
, b2N =








14
1
2
2
2/1
N
N
2.3 Kekre Transform [12]
Kekre Transform matrix can be of any size NxN, which need not have to be in powers of. All upper
diagonal and diagonal values of Kekre‟s transform matrix are one, while the lower diagonal part except the
values just below diagonal is zero. Generalized NxNKekre Transform matrix can be given as [10]
KNxN=



















1)1(..000
11....0:
::..120
11..111
11..111
NN
N
N ------(5)
The formula for generating the term Kx,y of Kekre Transform matrix is
Kx,y=
1,
1,
,
0
)1(
1









yx
yx
yx
xN
------(6)
2.4 Wavelets [13]
The first step is to select the transform for which the wavelet need to be generated i.e. let‟s assume “4 x
4 Walsh transform as shown in Figure 1”. The procedure of generating 16x16 Walsh wavelet transform from
4x4 Walsh transform is illustrated in Figure 2.
1 1 1 1
1 1 -1 -1
1 -1 -1 1
1 -1 1 -1
Figure 1: 4x4 Walsh Transform Matrix Figure
Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using
www.iosrjournals.org 52 | Page
Figure 2: Generation of 16x16 Walsh wavelet transform from 4x4 Walsh transform
Wavelets for other transforms can also be generated using the same procedure.
III. PROPOSED SYSTEM
In this section, we propose three new wavelet based color-to-gray mapping algorithm and color recovery
method.
3.1 Method 1 [6][7][8]
The „Color to Gray and Back‟ has two steps as Conversion of Color to Matted Gray Image with color
embedding into gray image & Recovery of Color image back.
3.1.1 Color-to-gray Step
1. First color component (R-plane) of size NxN is kept as it is and second (G-plane) & third (B-plane) color
component are resized to N/2 x N/2.
2. Second & Third color component are normalized to minimize the embedding error.
3. Wavelet i.e. Hartley, Slant or Kekre‟s wavelet to be applied to first color components of image.
4. First component to be divided into four subbands as shown in figure1 corresponding to the low pass [LL],
vertical [LH], horizontal [HL], and diagonal [HH] subbands, respectively.
5. LH to be replaced by normalized second color component, HL to be replace by normalized third color
component.
6. Inverse wavelet transform to be applied to obtain Gray image of size N x N.
LL LH
HL HH
Figure 1: Sub-band in Transform domain
3.1.2 Recovery Step
1. Wavelet to be applied on Gray image of size N x N to obtain four sub-bands as LL, LH, HL and HH.
2. Retrieve LHas second color component and HL as third color component of size N/2 x N/2 and the the
remaining as first color component of size NxN.
3. De-normalize Second & Third color component by multiplying it by 256.
4. Resize Second & Third color component to NxN.
5. Inverse Wavelet transform to be applied on first color component.
6. All three color component are merged to obtain Recovered Color Image.
Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using
www.iosrjournals.org 53 | Page
3.2 Method 2 [6][7][8][9]
3.2.1 Color-to-gray Step
1. First color component (R-plane) of size NxN is kept as it is and second (G-plane) & third (B-plane)
color component are resized to N/2 x N/2.
2. Second & Third color component are normalized to minimize the embedding error.
3. Wavelet i.e. Hartley, Slant or Kekre‟s wavelet to be applied to first color components of image.
4. First component to be divided into four subbands as shown in figure1 corresponding to the low pass
[LL], vertical [LH], horizontal [HL], and diagonal [HH] subbands, respectively.
5. HL to be replaced by normalized second color component, HH to be replace by normalized third color
component.
6. Inverse Wavelet transform to be applied to obtain Gray image of size N x N.
3.2.2 Recovery Step
1. Wavelet to be applied on Gray image of size N x N to obtain four sub-bands as LL, LH, HL and HH.
2. Retrieve HLas second color component and HH as third color component of size N/2 x N/2 and the the
remaining as first color component of size NxN.
3. De-normalize Second & Third color component by multiplying it by 256.
4. Resize Second & Third color component to NxN.
5. Inverse Wavelet transform to be applied on first color component.
6. All three color component are merged to obtain Recovered Color Image.
3.3 Method 3 [6][7][8][9]
3.3.1 Color-to-gray Step
1. First color component (R-plane) of size NxN is kept as it is and second (G-plane) & third (B-plane)
color component are resized to N/2 x N/2.
2. Second & Third color component are normalized to minimize the embedding error.
3. Wavelet i.e. Hartley, Slant or Kekre‟s wavelet to be applied to first color components of image.
4. First component to be divided into four subbands as shown in figure1 corresponding to the low pass
[LL], vertical [LH], horizontal [HL], and diagonal [HH] subbands, respectively.
5. LH to be replaced by normalized second color component, HH to be replace by normalized third color
component.
6. Inverse Wavelet transform to be applied to obtain Gray image of size N x N.
3.3.2 Recovery Step
1. Wavelet to be applied on Gray image of size N x N to obtain four sub-bands as LL, LH, HL and HH.
2. Retrieve LHas second color component and HH as third color component of size N/2 x N/2 and the the
remaining as first color component of size NxN.
3. De-normalize Second & Third color component by multiplying it by 256.
4. Resize Second & Third color component to NxN.
5. Inverse Wavelet transform to be applied on first color component.
6. All three color component are merged to obtain Recovered Color Image.
IV. RESULTS & DISCUSSION
These are the experimental results of the images shown in figure 2 which were carried out on DELL
N5110 with below Hardware and Software configuration.
Hardware Configuration:
1. Processor: Intel(R) Core(TM) i3-2310M CPU@ 2.10 GHz.
2. RAM: 4 GB DDR3.
3. System Type: 64 bit Operating System.
Software Configuration:
1. Operating System: Windows 7 Ultimate [64 bit].
2. Software: Matlab 7.0.0.783 (R2012b) [64 bit].
The quality of „Color to Gray and Back' is measured using Mean Squared Error (MSE) of original color
image with that of recovered color image, also the difference between original gray image and reconstructed
gray image (where color information is embedded) gives an important insight through user acceptance of the
methodology. This is the experimental result taken on 10 different images of different category as shown in
Figure 4. Figure 5shows the sample original color image, original gray image and its gray equivalent having
Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using
www.iosrjournals.org 54 | Page
colors information embedded into it, and recovered color image using method 1, method 2 and method 3 for
Hartley, Slant or Kekre‟s wavelet transform.
Figure 4: Test bed of Image used for experimentation.
Original Color Original Gray
Hartley Wavelet Slant Wavelet Kekre‟s Wavelet
Reconstructed Gray (Method 1) Reconstructed Gray (Method 1) Reconstructed Gray (Method 1)
Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using
www.iosrjournals.org 55 | Page
Recovered Color (Method 1) Recovered Color (Method 1) Recovered Color (Method 1)
Reconstructed Gray (Method 2) Reconstructed Gray (Method 2) Reconstructed Gray (Method 2)
Recoverd Color (Method 2) Recoverd Color (Method 2) Recoverd Color (Method 2)
Reconstructed Gray (Method 3) Reconstructed Gray (Method 3) Reconstructed Gray (Method 3)
Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using
www.iosrjournals.org 56 | Page
Figure 5: Color to gray and Back of sample image using Method 1, Method 2 and Method 3
Table 1: MSE between Original Gray-Reconstructed Gray Image
Hartley Slant Kekre
Method 1
Method
2
Method
3
Method
1
Method
2
Method
3
Method
1
Method
2
Method
3
Img 1 7386.90 7717.10 7549.30 7398.30 7714.80 7479.60 7465.80 7782.40 7586.30
Img 2 15899.00 15975.00 15944.00 15913.00 15978.00 15935.00 15926.00 15996.00 15959.00
Img 3 4598.70 4796.70 4709.90 4602.50 4767.40 4708.20 4675.60 4816.00 4772.50
Img 4 15067.00 15119.00 15276.00 15128.00 15170.00 15281.00 15102.00 15147.00 15288.00
Img 5 4894.40 5082.10 4951.20 4965.50 5125.10 4988.90 4960.50 5100.80 5006.80
Img 6 2154.90 2196.40 2193.60 2164.60 2193.50 2199.80 2171.40 2203.00 2207.90
Img 7 21688.00 21712.00 21723.00 21703.00 21724.00 21728.00 21694.00 21712.00 21727.00
Img 8 26716.00 26758.00 26730.00 26731.00 26764.00 26732.00 26718.00 26758.00 26731.00
Img 9 4673.50 4695.70 4697.10 4682.10 4700.20 4699.70 4682.60 4705.00 4703.90
Img 10 3414.70 3511.90 3452.30 3407.00 3519.10 3416.10 3422.30 3526.20 3451.10
Average 10649.31 10756.39 10722.64 10669.50 10765.61 10716.83 10681.82 10774.64 10743.35
Figure 6: Average MSE of Original Gray w.r.t Reconstructed Gray for Method 1 & Method 2
10649.31
10756.39
10722.64
10669.5
10765.61
10716.83
10681.82
10774.64
10743.35
10550
10600
10650
10700
10750
10800
Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Method 1 Method 2 Method 3
Hartley Wavelet Slant Wavelet Kekre's Wavelet
Average
Recoverd Color (Method 3) Recoverd Color (Method 3) Recoverd Color (Method 3)
Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using
www.iosrjournals.org 57 | Page
Table 2: MSE between Original Color-Recovered Color Image
Hartley Wavelet Slant Wavelet Kekre's Wavelet
Method
1
Method
2
Method
3
Method
1
Method
2
Method
3
Method
1
Method
2
Method
3
Img 1 892.1496 603.8079 680.3915 890.4221 599.5275 701.884 839.4608 564.9742 667.416
Img 2 249.2582 159.7434 185.4235 245.2057 153.6809 191.489 227.541 149.1171 170.119
Img 3 514.9844 334.423 393.6213 522.0832 339.024 404.1587 473.7449 323.3183 360.951
Img 4 277.0018 210.9004 153.0065 259.2094 203.3963 144.1533 248.1132 193.0011 141.4685
Img 5 229.9677 92.206 168.744 177.7682 64.8229 143.2 180.51 72.746 136.7483
Img 6 144.9556 102.1086 105.1292 143.0372 105.4735 102.7064 136.3717 100.799 97.8116
Img 7 336.6507 271.0535 282.4399 321.9532 265.8382 275.072 328.8107 267.1472 278.7444
Img 8 132.5979 87.5349 108.5049 128.1068 84.364 108.4743 130.4926 85.9009 108.6994
Img 9 179.1137 131.087 124.4476 180.4896 135.0845 125.2378 165.715 123.5483 116.483
Img 10 510.0717 399.2871 431.1616 512.0223 398.462 438.1092 499.31 393.741 427.2105
Average 346.6751 239.2152 263.287 338.0298 234.9674 263.4485 323.007 227.4293 250.5652
Figure 7: Average MSE of Original Color w.r.t Recovered Color for Method 1, Method 2 and Method 3
It is observed in Table 2 and Figure 7 that Kekre‟s waveletusing method 2 gives least MSE between Original
Color Image and the Recovered Color Image. Among all considered wavelet transforms, Kekre‟swavelet using
method 2 gives best results. And in Table 1 and Figure 6 it is observed that Hartley wavelet using method 1
gives least MSE between Original Gray Image and the Reconstructed Gray Image. Among all considered
wavelet transforms, less distortion in Gray Scale image after information embedding is observed for Hartley
wavelet transform using method 1. The quality of the matted gray is not an issue, just the quality of the
recovered color image matters. This can be observed that when Kekre‟swavelet using method 1 is applied the
recovered color image is of best quality as compared to other image transforms used in method 1, method 2 and
method 3.
V. CONCLUSION
This paper have presentedthree methods to convert color image to gray image with color
informationembedding into it in two different regions andmethod of retrieving color information from gray
image. These methods allows one to achieve 1/3 compression and send color imagesthrough regular black and
white fax systems, by embedding thecolor information in a gray image. These methods are based on wavelet
transforms i.e Hartley, Slant and Kekre‟s wavelet usingNormalization technique. Kekre‟s wavelet using method
2 is proved to be the best approach with respect to other wavelet transforms using method 1, method 2 and
method 3 for „Color-to-Gray and Back‟. Our next research step couldbe to test other wavelet transforms and
hybrid wavelets for „Color-to-Gray and Back‟.
346.6751
239.2152
263.287
338.0298
234.9674
263.4485
323.007
227.4293
250.5652
0
50
100
150
200
250
300
350
400
Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Method 1 Method 2 Method 3
Hartley Wavelet Slant Wavelet Kekre's Wavelet
Average
Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using
www.iosrjournals.org 58 | Page
REFERENCES
[1] T. Welsh, M. Ashikhmin and K.Mueller, Transferring color to grayscale image, Proc. ACM SIGGRAPH 2002, vol.20, no.3,
pp.277-280, 2002.
[2] A. Levin, D. Lischinski and Y. Weiss, Colorization using Optimization, ACM Trans. on Graphics, vol.23, pp.689-694, 2004.
[3] T. Horiuchi, "Colorization Algorithm Using Probabilistic Relaxation," Image and Vision Computing, vol.22, no.3, pp.197-202,
2004.
[4] L. Yatziv and G.Sapiro, "Fast image and video colorization using chrominance blending", IEEE Trans. Image Processing, vol.15,
no.5, pp.1120-1129, 2006.
[5] H.B. Kekre, Sudeep D. Thepade, “Improving `Color to Gray and Back` using Kekre‟s LUV Color Space.” IEEE International
Advance Computing Conference 2009, (IACC 2009),Thapar University, Patiala,pp 1218-1223.
[6] Ricardo L. de Queiroz,Ricardo L. de Queiroz, Karen M. Braun, “Color to Gray and Back: Color Embedding into Textured Gray
Images” IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 6, JUNE 2006, pp 1464- 1470.
[7] H.B. Kekre, Sudeep D. Thepade, AdibParkar, “An Extended Performance Comparison of Colour to Grey and Back using the Haar,
Walsh, and Kekre Wavelet Transforms” International Journal of Advanced Computer Science and Applications (IJACSA) , 0(3),
2011, pp 92 - 99.
[8] H.B. Kekre, Sudeep D. Thepade, RatneshChaturvedi&Saurabh Gupta, “Walsh, Sine, Haar& Cosine Transform With Various Color
Spaces for „Color to Gray and Back‟”, International Journal of Image Processing (IJIP), Volume (6) : Issue (5) : 2012, pp 349-356.
[9] H. B. Kekre, Sudeep D. Thepade, Ratnesh N. Chaturvedi, “ NOVEL TRANSFORMED BLOCK BASED INFORMATION
HIDING USING COSINE, SINE, HARTLEY, WALSH AND HAAR TRANSFORMS”, International Journal of Advances in
Engineering & Technology, Mar. 2013. ©IJAET ISSN: 2231-1963, Vol. 6, Issue 1, pp. 274-281
[10] R. N. Bracewell, "Discrete Hartley transform," Journal of the Optical Society of America, Volume 73, Issue 12, pp 1832-1835, Dec.
1, 1983.
[11] Maurence M. Angush and Ralph R. Martin, “A Truncation Method for Computing Slant Transforms with Applications to Image
Processing”, IEEE TRANSACTIONS ON COMMUNICATIONS, Vol.43, No.6, June 1995
[12] Dr. H. B. Kekre, DrTanuja K. Sarode, Sudeep D. Thepade, Ms.SonalShroff, “Instigation of Orthogonal Wavelet Transforms using
Walsh, Cosine, Hartley, Kekre Transforms and their use in Image Compression”, International Journal of Computer Science and
Information Security, Volume 9, No 6,pp 125-133, 2011.
[13] Dr. H. B. Kekre, ArchanaAthawale&DipaliSadavarti, “Algorithm to Generate Wavelet Transform from an Orthogonal Transform”,
International Journal Of Image Processing (IJIP), Volume (4): Issue (4), pp 445-455.
BIOGRAPHICAL NOTES
H. B. Kekrehas received B.E. (Hons.) in Telecomm. Engineering. From Jabalpur Uiversity in 1958,
M.Tech (Industrial Electronics) from IIT Bombay in 1960, M.S.Engg. (Electrical Engg.) from University
of Ottawa in 1965 and Ph.D. (System Identification) from IIT Bombay in 1970 He has worked as Faculty
of Electrical Engg. and then HOD Computer Science and Engg. at IIT Bombay. For 13 years he was
working as a professor and head in the Department of Computer Engg. atThadomalShahani Engineering.
College, Mumbai. Now he is Senior Professor at MPSTME, SVKM‟s NMIMS University. He has guided
17 Ph.Ds, more than 100 M.E./M.Tech and several B.E./B.Tech projects. His areas of interest are Digital Signal processing,
Image Processing and Computer Networking. He has more than 450 papers in National / International Conferences and
Journals to his credit. He was Senior Member of IEEE. Presently He is Fellow of IETE and Life Member of ISTE. Recently
fifteen students working under his guidance have received best paper awards. Eight students under his guidance received Ph.
D. From NMIMS University. Currently five students are working for Ph. D. Under his guidance
Sudeep D. Thepadehas Received Ph.D. Computer Engineering from SVKM„s NMIMS in 2011, M.E.
in Computer Engineering from University of Mumbai in 2008 with Distinction, B.E.(Computer) degree
from North Maharashtra University with Distinction in 2003. He has about 10 years of experience in
teaching and industry. He was Lecturer in Dept. of Information Technology at ThadomalShahani
Engineering College, Bandra(w), Mumbai for nearly 04 years, then worked as Associate Professor and
HoD Computer Engineering at Mukesh Patel School of Technology Management and Engineering,
SVKM„s NMIMS, Vile Parle(w), Mumbai. Currently he is Professor and Dean (R&D), at
PimpriChinchwad College of Engineering, Pune. He is member of International Advisory Committee
for many International Conferences, acting as reviewer for many referred international journals/transactions including IEEE
and IET. His areas of interest are Image Processing and Biometric Identification. He has guided five M.Tech. Projects and
several B.Tech projects. He more than 185 papers inInternational Conferences/Journals to his credit with a Best Paper
Award at International Conference SSPCCIN-2008, Second Best Paper Award at ThinkQuest-2009, Second Best Research
Project Award at Manshodhan 2010, Best Paper Award for paper published in June 2011 issue of International Journal
IJCSIS (USA), Editor„s Choice Awards for papers published in International Journal IJCA (USA) in 2010 and 2011.
Ratnesh N. Chaturvediis currently pursuing M.Tech. (Computer Engg.) from MPSTME, SVKM‟s
NMIMS University, Mumbai. B.E.(Computer) degree from Mumbai University in 2009. Currently
working as T.A in Computer Engineering at Mukesh Patel School of Technology Management and
Engineering, SVKM‟s NMIMS University, VileParle(w), Mumbai, INDIA. He has about 04 years of
experience in teaching. He has published papers in several international journals like IJIP, IJCA, IJAET,
IJACR etc. His area of interest is Image Colorization & Information Security.

Contenu connexe

Tendances

Effect of Similarity Measures for CBIR using Bins Approach
Effect of Similarity Measures for CBIR using Bins ApproachEffect of Similarity Measures for CBIR using Bins Approach
Effect of Similarity Measures for CBIR using Bins Approach
CSCJournals
 
Project report_DTRL_subrat
Project report_DTRL_subratProject report_DTRL_subrat
Project report_DTRL_subrat
Subrat Prasad
 
nips report
nips reportnips report
nips report
?? ?
 

Tendances (16)

Effect of Similarity Measures for CBIR using Bins Approach
Effect of Similarity Measures for CBIR using Bins ApproachEffect of Similarity Measures for CBIR using Bins Approach
Effect of Similarity Measures for CBIR using Bins Approach
 
Multi Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image RetrievalMulti Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image Retrieval
 
Fractal Image Compression of Satellite Color Imageries Using Variable Size of...
Fractal Image Compression of Satellite Color Imageries Using Variable Size of...Fractal Image Compression of Satellite Color Imageries Using Variable Size of...
Fractal Image Compression of Satellite Color Imageries Using Variable Size of...
 
Hybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementHybrid Technique for Image Enhancement
Hybrid Technique for Image Enhancement
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...
 
5. gray level transformation
5. gray level transformation5. gray level transformation
5. gray level transformation
 
D046022629
D046022629D046022629
D046022629
 
A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption
 
Quality and size assessment of quantized images using K-Means++ clustering
Quality and size assessment of quantized images using K-Means++ clusteringQuality and size assessment of quantized images using K-Means++ clustering
Quality and size assessment of quantized images using K-Means++ clustering
 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion Technique
 
Project report_DTRL_subrat
Project report_DTRL_subratProject report_DTRL_subrat
Project report_DTRL_subrat
 
Use of Wavelet Transform Extension for Graphics Image Compression using JPEG2...
Use of Wavelet Transform Extension for Graphics Image Compression using JPEG2...Use of Wavelet Transform Extension for Graphics Image Compression using JPEG2...
Use of Wavelet Transform Extension for Graphics Image Compression using JPEG2...
 
A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...
 
Jpeg compression
Jpeg compressionJpeg compression
Jpeg compression
 
nips report
nips reportnips report
nips report
 

En vedette

Influence of Different Soil Management Practices On Soil Properties and Its I...
Influence of Different Soil Management Practices On Soil Properties and Its I...Influence of Different Soil Management Practices On Soil Properties and Its I...
Influence of Different Soil Management Practices On Soil Properties and Its I...
IOSR Journals
 

En vedette (20)

Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANET
 
Application of SVM Technique for Three Phase Three Leg Ac/Ac Converter Topology
Application of SVM Technique for Three Phase Three Leg Ac/Ac Converter TopologyApplication of SVM Technique for Three Phase Three Leg Ac/Ac Converter Topology
Application of SVM Technique for Three Phase Three Leg Ac/Ac Converter Topology
 
J0935461
J0935461J0935461
J0935461
 
Fast Human Detection in Surveillance Video
Fast Human Detection in Surveillance VideoFast Human Detection in Surveillance Video
Fast Human Detection in Surveillance Video
 
Efficiency of Optical Fiber Communication for Dissemination of Information wi...
Efficiency of Optical Fiber Communication for Dissemination of Information wi...Efficiency of Optical Fiber Communication for Dissemination of Information wi...
Efficiency of Optical Fiber Communication for Dissemination of Information wi...
 
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of ControlsCascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
 
Ab Initio Study of the Electronic and Phonon Band Structure Of the Mixed Vale...
Ab Initio Study of the Electronic and Phonon Band Structure Of the Mixed Vale...Ab Initio Study of the Electronic and Phonon Band Structure Of the Mixed Vale...
Ab Initio Study of the Electronic and Phonon Band Structure Of the Mixed Vale...
 
Improved Fuzzy Control Strategy for Power Quality in Distributed Generation’s...
Improved Fuzzy Control Strategy for Power Quality in Distributed Generation’s...Improved Fuzzy Control Strategy for Power Quality in Distributed Generation’s...
Improved Fuzzy Control Strategy for Power Quality in Distributed Generation’s...
 
Peer To Peer Content Sharing On Wi-Fi Network For Smart Phones
Peer To Peer Content Sharing On Wi-Fi Network For Smart PhonesPeer To Peer Content Sharing On Wi-Fi Network For Smart Phones
Peer To Peer Content Sharing On Wi-Fi Network For Smart Phones
 
Low Leakage Low Ground Bounce Noise Power Gating Techniques for FPGAs
Low Leakage Low Ground Bounce Noise Power Gating Techniques for FPGAsLow Leakage Low Ground Bounce Noise Power Gating Techniques for FPGAs
Low Leakage Low Ground Bounce Noise Power Gating Techniques for FPGAs
 
The Delivery of Web Mining in Healthcare System on Cloud Computing
The Delivery of Web Mining in Healthcare System on Cloud ComputingThe Delivery of Web Mining in Healthcare System on Cloud Computing
The Delivery of Web Mining in Healthcare System on Cloud Computing
 
Influence of Different Soil Management Practices On Soil Properties and Its I...
Influence of Different Soil Management Practices On Soil Properties and Its I...Influence of Different Soil Management Practices On Soil Properties and Its I...
Influence of Different Soil Management Practices On Soil Properties and Its I...
 
Face Recognition System under Varying Lighting Conditions
Face Recognition System under Varying Lighting ConditionsFace Recognition System under Varying Lighting Conditions
Face Recognition System under Varying Lighting Conditions
 
Latest Developments in WirelessNetworking and Wireless Security
Latest Developments in WirelessNetworking and Wireless SecurityLatest Developments in WirelessNetworking and Wireless Security
Latest Developments in WirelessNetworking and Wireless Security
 
Survey of Real Time Scheduling Algorithms
Survey of Real Time Scheduling AlgorithmsSurvey of Real Time Scheduling Algorithms
Survey of Real Time Scheduling Algorithms
 
Design of a micro device to electrically separate and count wbc from whole blood
Design of a micro device to electrically separate and count wbc from whole bloodDesign of a micro device to electrically separate and count wbc from whole blood
Design of a micro device to electrically separate and count wbc from whole blood
 
Multi Wavelet for Image Retrival Based On Using Texture and Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and  Color QuerysMulti Wavelet for Image Retrival Based On Using Texture and  Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and Color Querys
 
New Skills for Testers
New Skills for TestersNew Skills for Testers
New Skills for Testers
 
Development of Aquaponic System using Solar Powered Control Pump
Development of Aquaponic System using Solar Powered Control  PumpDevelopment of Aquaponic System using Solar Powered Control  Pump
Development of Aquaponic System using Solar Powered Control Pump
 
Hand Vien Recognotion Using Matlab
Hand Vien Recognotion Using MatlabHand Vien Recognotion Using Matlab
Hand Vien Recognotion Using Matlab
 

Similaire à Information Hiding for “Color to Gray and back” with Hartley, Slant and Kekre’s wavelet using Normalization

Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
BRNSSPublicationHubI
 
User Interactive Color Transformation between Images
User Interactive Color Transformation between ImagesUser Interactive Color Transformation between Images
User Interactive Color Transformation between Images
IJMER
 

Similaire à Information Hiding for “Color to Gray and back” with Hartley, Slant and Kekre’s wavelet using Normalization (20)

Modified Alpha-Rooting Color Image Enhancement Method on the Two Side 2-D Qua...
Modified Alpha-Rooting Color Image Enhancement Method on the Two Side 2-D Qua...Modified Alpha-Rooting Color Image Enhancement Method on the Two Side 2-D Qua...
Modified Alpha-Rooting Color Image Enhancement Method on the Two Side 2-D Qua...
 
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
 
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
 
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
 
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devices
 
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
 
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
 
I010135760
I010135760I010135760
I010135760
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
 
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
 
ijecct
ijecctijecct
ijecct
 
User Interactive Color Transformation between Images
User Interactive Color Transformation between ImagesUser Interactive Color Transformation between Images
User Interactive Color Transformation between Images
 
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
 
Image colorization
Image colorizationImage colorization
Image colorization
 
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...
 
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
 
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUERP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
 
B070306010
B070306010B070306010
B070306010
 
Extract the ancient letters from decorated
Extract the ancient letters from decoratedExtract the ancient letters from decorated
Extract the ancient letters from decorated
 

Plus de IOSR Journals

Plus 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
 

Dernier

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 

Dernier (20)

Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 

Information Hiding for “Color to Gray and back” with Hartley, Slant and Kekre’s wavelet using Normalization

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 6 (May. - Jun. 2013), PP 50-58 www.iosrjournals.org www.iosrjournals.org 50 | Page Information Hiding for “Color to Gray and back” with Hartley, Slant and Kekre’s wavelet using Normalization Dr. H. B. Kekre, Dr. Sudeep D. Thepade, Ratnesh N. Chaturvedi 1 Sr. Prof. Computer Engineering Dept., Mukesh Patel School of Technology, Management & Engineering, NMIMS University, Mumbai, India 2 Professor & Dean (R&D), PimpriChinchwad College of Engineering, University of Pune, Pune, India 3 M.Tech (Computer Engineering), Mukesh Patel School of Technology, Management & Engineering, NMIMS University, Mumbai, India Abstract: The paper shows performance comparison of three proposed methods with orthogonal wavelet alias Hartley,Slant &Kekre‟s wavelet using Normalization for „Color to Gray and Back‟. The color information of the image is embedded into its intermediate gray scale version with wavelet using normalization method. Instead of using the original color image for storage and transmission, intermediate gray image (Gray scale version with embedded color information) can be used, resulting into better bandwidth or storage utilization. Among three algorithms considered the second algorithm give better performance as compared to first and third algorithm. In our experimental results second algorithm for Kekre‟s wavelet using Normalization gives better performance in „Color to gray and Back‟ w.r.t all other wavelet transforms in method 1, method 2 and method 3. The intent is to achieve compression of 1/3 and to print color images with black and white printers and to be able to recover the color information. Keywords-Color Embedding, Color-to-Gray Conversion, Transforms, Wavelets,Normalization ,Compression. I. INTRODUCTION Digital images can be classified roughly to 24 bit color images and 8bit gray images. We have come to tend to treat colorful images by the development of various kinds of devices. However, there is still much demand to treat color images as gray images from the viewpoint of running cost, data quantity, etc. We can convert a color image into a gray image by linear combination of RGB color elements uniquely. Meanwhile, the inverse problem to find an RGB vector from a luminance value is an ill-posed problem. Therefore, it is impossible theoretically to completely restore a color image from a gray image. For this problem, recently, colorization techniques have been proposed [1]-[4]. Those methods can re-store a color image from a gray image by giving color hints. However, the color of the restored image strongly depends on the color hints given by a user as an initial condition subjectively. In recent years, there is increase in the size of databases because of color images. There is needto reduce the size of data. To reduce the size of color images, information from all individual color components (color planes) is embedded into a single plane by which intermediate gray image is obtained [5][6][7][8]. This also reduces the bandwidth required to transmit the image over the network.Gray image, which is obtained from color image, can be printed using a black-and-white printer or transmitted using a conventional fax machine [6]. This gray image then can be used to retrieve its original color image. In this paper, we propose three different methods of color-to-gray mapping technique with wavelet transforms using normalization [8][9], that is, our method can recover color images from color embedded gray images with having almost original color images. In method 1 the color information in normalized form is hidden in LH and HL area of first component as in figure 3. And in method 2 the color information in normalize form is hidden in HL and HH area of first component as in figure 3and in method 3 the color information in normalize form is hidden in LH and HH area of first component as in figure 3. Normalization is the process where each pixel value is divided by 256 to minimize the embedding error [9]. The paper is organized as follows. Section 2 describes transforms and wavelet generation. Section 3 presents the proposed system for “Color to Gray and back” using wavelets. Section 4 describes experimental results and finally the concluding remarks are given in section 5. II. TRANSFORMS AND WAVELET GENERATION 2.1 Hartley Transform [10] The Discrete Cosine Transform(DCT) utilizes cosine basis functions, while Discrete Sine Transform(DST) uses sine basis function. The Hartley transform utilizes both sine and cosine basis functions. The discrete 2-dimensional Hartley Transform is defined as[7]
  • 2. Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using www.iosrjournals.org 51 | Page F(u, v)=             1 0 1 0 )( 2 ),( 1 N x N y vyux N Casyxf N  ------(1) Inverse discrete 2-dimensional Hartley Transform is, f(x, y)=             1 0 1 0 )( 2 ),( 1 N u N v vyux N CasvuF N  ------(2) where,  sincos Cas 2.2 Slant Transform [11] The Slant transform is a member of the orthogonal transforms. It has a constant function for the first row, and has a second row which is a linear (slant) function of the column index. The matrices are formed by an iterative construction that exhibits the matrices as products of sparse matrices, which in turn leads to a fast transform algorithm[11] The Slant transform matrix of order two is given by S2 =        11 11 2 1 -----(3) -----(4) The matrix I(n/2)-2 is the identity matrix of dimension (N/2)-2. The constants aN, bNmay be computed by the formulas a2N=         14 3 2 2 2/1 N N , b2N =         14 1 2 2 2/1 N N 2.3 Kekre Transform [12] Kekre Transform matrix can be of any size NxN, which need not have to be in powers of. All upper diagonal and diagonal values of Kekre‟s transform matrix are one, while the lower diagonal part except the values just below diagonal is zero. Generalized NxNKekre Transform matrix can be given as [10] KNxN=                    1)1(..000 11....0: ::..120 11..111 11..111 NN N N ------(5) The formula for generating the term Kx,y of Kekre Transform matrix is Kx,y= 1, 1, , 0 )1( 1          yx yx yx xN ------(6) 2.4 Wavelets [13] The first step is to select the transform for which the wavelet need to be generated i.e. let‟s assume “4 x 4 Walsh transform as shown in Figure 1”. The procedure of generating 16x16 Walsh wavelet transform from 4x4 Walsh transform is illustrated in Figure 2. 1 1 1 1 1 1 -1 -1 1 -1 -1 1 1 -1 1 -1 Figure 1: 4x4 Walsh Transform Matrix Figure
  • 3. Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using www.iosrjournals.org 52 | Page Figure 2: Generation of 16x16 Walsh wavelet transform from 4x4 Walsh transform Wavelets for other transforms can also be generated using the same procedure. III. PROPOSED SYSTEM In this section, we propose three new wavelet based color-to-gray mapping algorithm and color recovery method. 3.1 Method 1 [6][7][8] The „Color to Gray and Back‟ has two steps as Conversion of Color to Matted Gray Image with color embedding into gray image & Recovery of Color image back. 3.1.1 Color-to-gray Step 1. First color component (R-plane) of size NxN is kept as it is and second (G-plane) & third (B-plane) color component are resized to N/2 x N/2. 2. Second & Third color component are normalized to minimize the embedding error. 3. Wavelet i.e. Hartley, Slant or Kekre‟s wavelet to be applied to first color components of image. 4. First component to be divided into four subbands as shown in figure1 corresponding to the low pass [LL], vertical [LH], horizontal [HL], and diagonal [HH] subbands, respectively. 5. LH to be replaced by normalized second color component, HL to be replace by normalized third color component. 6. Inverse wavelet transform to be applied to obtain Gray image of size N x N. LL LH HL HH Figure 1: Sub-band in Transform domain 3.1.2 Recovery Step 1. Wavelet to be applied on Gray image of size N x N to obtain four sub-bands as LL, LH, HL and HH. 2. Retrieve LHas second color component and HL as third color component of size N/2 x N/2 and the the remaining as first color component of size NxN. 3. De-normalize Second & Third color component by multiplying it by 256. 4. Resize Second & Third color component to NxN. 5. Inverse Wavelet transform to be applied on first color component. 6. All three color component are merged to obtain Recovered Color Image.
  • 4. Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using www.iosrjournals.org 53 | Page 3.2 Method 2 [6][7][8][9] 3.2.1 Color-to-gray Step 1. First color component (R-plane) of size NxN is kept as it is and second (G-plane) & third (B-plane) color component are resized to N/2 x N/2. 2. Second & Third color component are normalized to minimize the embedding error. 3. Wavelet i.e. Hartley, Slant or Kekre‟s wavelet to be applied to first color components of image. 4. First component to be divided into four subbands as shown in figure1 corresponding to the low pass [LL], vertical [LH], horizontal [HL], and diagonal [HH] subbands, respectively. 5. HL to be replaced by normalized second color component, HH to be replace by normalized third color component. 6. Inverse Wavelet transform to be applied to obtain Gray image of size N x N. 3.2.2 Recovery Step 1. Wavelet to be applied on Gray image of size N x N to obtain four sub-bands as LL, LH, HL and HH. 2. Retrieve HLas second color component and HH as third color component of size N/2 x N/2 and the the remaining as first color component of size NxN. 3. De-normalize Second & Third color component by multiplying it by 256. 4. Resize Second & Third color component to NxN. 5. Inverse Wavelet transform to be applied on first color component. 6. All three color component are merged to obtain Recovered Color Image. 3.3 Method 3 [6][7][8][9] 3.3.1 Color-to-gray Step 1. First color component (R-plane) of size NxN is kept as it is and second (G-plane) & third (B-plane) color component are resized to N/2 x N/2. 2. Second & Third color component are normalized to minimize the embedding error. 3. Wavelet i.e. Hartley, Slant or Kekre‟s wavelet to be applied to first color components of image. 4. First component to be divided into four subbands as shown in figure1 corresponding to the low pass [LL], vertical [LH], horizontal [HL], and diagonal [HH] subbands, respectively. 5. LH to be replaced by normalized second color component, HH to be replace by normalized third color component. 6. Inverse Wavelet transform to be applied to obtain Gray image of size N x N. 3.3.2 Recovery Step 1. Wavelet to be applied on Gray image of size N x N to obtain four sub-bands as LL, LH, HL and HH. 2. Retrieve LHas second color component and HH as third color component of size N/2 x N/2 and the the remaining as first color component of size NxN. 3. De-normalize Second & Third color component by multiplying it by 256. 4. Resize Second & Third color component to NxN. 5. Inverse Wavelet transform to be applied on first color component. 6. All three color component are merged to obtain Recovered Color Image. IV. RESULTS & DISCUSSION These are the experimental results of the images shown in figure 2 which were carried out on DELL N5110 with below Hardware and Software configuration. Hardware Configuration: 1. Processor: Intel(R) Core(TM) i3-2310M CPU@ 2.10 GHz. 2. RAM: 4 GB DDR3. 3. System Type: 64 bit Operating System. Software Configuration: 1. Operating System: Windows 7 Ultimate [64 bit]. 2. Software: Matlab 7.0.0.783 (R2012b) [64 bit]. The quality of „Color to Gray and Back' is measured using Mean Squared Error (MSE) of original color image with that of recovered color image, also the difference between original gray image and reconstructed gray image (where color information is embedded) gives an important insight through user acceptance of the methodology. This is the experimental result taken on 10 different images of different category as shown in Figure 4. Figure 5shows the sample original color image, original gray image and its gray equivalent having
  • 5. Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using www.iosrjournals.org 54 | Page colors information embedded into it, and recovered color image using method 1, method 2 and method 3 for Hartley, Slant or Kekre‟s wavelet transform. Figure 4: Test bed of Image used for experimentation. Original Color Original Gray Hartley Wavelet Slant Wavelet Kekre‟s Wavelet Reconstructed Gray (Method 1) Reconstructed Gray (Method 1) Reconstructed Gray (Method 1)
  • 6. Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using www.iosrjournals.org 55 | Page Recovered Color (Method 1) Recovered Color (Method 1) Recovered Color (Method 1) Reconstructed Gray (Method 2) Reconstructed Gray (Method 2) Reconstructed Gray (Method 2) Recoverd Color (Method 2) Recoverd Color (Method 2) Recoverd Color (Method 2) Reconstructed Gray (Method 3) Reconstructed Gray (Method 3) Reconstructed Gray (Method 3)
  • 7. Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using www.iosrjournals.org 56 | Page Figure 5: Color to gray and Back of sample image using Method 1, Method 2 and Method 3 Table 1: MSE between Original Gray-Reconstructed Gray Image Hartley Slant Kekre Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Img 1 7386.90 7717.10 7549.30 7398.30 7714.80 7479.60 7465.80 7782.40 7586.30 Img 2 15899.00 15975.00 15944.00 15913.00 15978.00 15935.00 15926.00 15996.00 15959.00 Img 3 4598.70 4796.70 4709.90 4602.50 4767.40 4708.20 4675.60 4816.00 4772.50 Img 4 15067.00 15119.00 15276.00 15128.00 15170.00 15281.00 15102.00 15147.00 15288.00 Img 5 4894.40 5082.10 4951.20 4965.50 5125.10 4988.90 4960.50 5100.80 5006.80 Img 6 2154.90 2196.40 2193.60 2164.60 2193.50 2199.80 2171.40 2203.00 2207.90 Img 7 21688.00 21712.00 21723.00 21703.00 21724.00 21728.00 21694.00 21712.00 21727.00 Img 8 26716.00 26758.00 26730.00 26731.00 26764.00 26732.00 26718.00 26758.00 26731.00 Img 9 4673.50 4695.70 4697.10 4682.10 4700.20 4699.70 4682.60 4705.00 4703.90 Img 10 3414.70 3511.90 3452.30 3407.00 3519.10 3416.10 3422.30 3526.20 3451.10 Average 10649.31 10756.39 10722.64 10669.50 10765.61 10716.83 10681.82 10774.64 10743.35 Figure 6: Average MSE of Original Gray w.r.t Reconstructed Gray for Method 1 & Method 2 10649.31 10756.39 10722.64 10669.5 10765.61 10716.83 10681.82 10774.64 10743.35 10550 10600 10650 10700 10750 10800 Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Hartley Wavelet Slant Wavelet Kekre's Wavelet Average Recoverd Color (Method 3) Recoverd Color (Method 3) Recoverd Color (Method 3)
  • 8. Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using www.iosrjournals.org 57 | Page Table 2: MSE between Original Color-Recovered Color Image Hartley Wavelet Slant Wavelet Kekre's Wavelet Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Img 1 892.1496 603.8079 680.3915 890.4221 599.5275 701.884 839.4608 564.9742 667.416 Img 2 249.2582 159.7434 185.4235 245.2057 153.6809 191.489 227.541 149.1171 170.119 Img 3 514.9844 334.423 393.6213 522.0832 339.024 404.1587 473.7449 323.3183 360.951 Img 4 277.0018 210.9004 153.0065 259.2094 203.3963 144.1533 248.1132 193.0011 141.4685 Img 5 229.9677 92.206 168.744 177.7682 64.8229 143.2 180.51 72.746 136.7483 Img 6 144.9556 102.1086 105.1292 143.0372 105.4735 102.7064 136.3717 100.799 97.8116 Img 7 336.6507 271.0535 282.4399 321.9532 265.8382 275.072 328.8107 267.1472 278.7444 Img 8 132.5979 87.5349 108.5049 128.1068 84.364 108.4743 130.4926 85.9009 108.6994 Img 9 179.1137 131.087 124.4476 180.4896 135.0845 125.2378 165.715 123.5483 116.483 Img 10 510.0717 399.2871 431.1616 512.0223 398.462 438.1092 499.31 393.741 427.2105 Average 346.6751 239.2152 263.287 338.0298 234.9674 263.4485 323.007 227.4293 250.5652 Figure 7: Average MSE of Original Color w.r.t Recovered Color for Method 1, Method 2 and Method 3 It is observed in Table 2 and Figure 7 that Kekre‟s waveletusing method 2 gives least MSE between Original Color Image and the Recovered Color Image. Among all considered wavelet transforms, Kekre‟swavelet using method 2 gives best results. And in Table 1 and Figure 6 it is observed that Hartley wavelet using method 1 gives least MSE between Original Gray Image and the Reconstructed Gray Image. Among all considered wavelet transforms, less distortion in Gray Scale image after information embedding is observed for Hartley wavelet transform using method 1. The quality of the matted gray is not an issue, just the quality of the recovered color image matters. This can be observed that when Kekre‟swavelet using method 1 is applied the recovered color image is of best quality as compared to other image transforms used in method 1, method 2 and method 3. V. CONCLUSION This paper have presentedthree methods to convert color image to gray image with color informationembedding into it in two different regions andmethod of retrieving color information from gray image. These methods allows one to achieve 1/3 compression and send color imagesthrough regular black and white fax systems, by embedding thecolor information in a gray image. These methods are based on wavelet transforms i.e Hartley, Slant and Kekre‟s wavelet usingNormalization technique. Kekre‟s wavelet using method 2 is proved to be the best approach with respect to other wavelet transforms using method 1, method 2 and method 3 for „Color-to-Gray and Back‟. Our next research step couldbe to test other wavelet transforms and hybrid wavelets for „Color-to-Gray and Back‟. 346.6751 239.2152 263.287 338.0298 234.9674 263.4485 323.007 227.4293 250.5652 0 50 100 150 200 250 300 350 400 Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Method 1 Method 2 Method 3 Hartley Wavelet Slant Wavelet Kekre's Wavelet Average
  • 9. Information Hiding for “Color to Gray and back ” with Hartley, Slant and Kekre‟s wavelet using www.iosrjournals.org 58 | Page REFERENCES [1] T. Welsh, M. Ashikhmin and K.Mueller, Transferring color to grayscale image, Proc. ACM SIGGRAPH 2002, vol.20, no.3, pp.277-280, 2002. [2] A. Levin, D. Lischinski and Y. Weiss, Colorization using Optimization, ACM Trans. on Graphics, vol.23, pp.689-694, 2004. [3] T. Horiuchi, "Colorization Algorithm Using Probabilistic Relaxation," Image and Vision Computing, vol.22, no.3, pp.197-202, 2004. [4] L. Yatziv and G.Sapiro, "Fast image and video colorization using chrominance blending", IEEE Trans. Image Processing, vol.15, no.5, pp.1120-1129, 2006. [5] H.B. Kekre, Sudeep D. Thepade, “Improving `Color to Gray and Back` using Kekre‟s LUV Color Space.” IEEE International Advance Computing Conference 2009, (IACC 2009),Thapar University, Patiala,pp 1218-1223. [6] Ricardo L. de Queiroz,Ricardo L. de Queiroz, Karen M. Braun, “Color to Gray and Back: Color Embedding into Textured Gray Images” IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 6, JUNE 2006, pp 1464- 1470. [7] H.B. Kekre, Sudeep D. Thepade, AdibParkar, “An Extended Performance Comparison of Colour to Grey and Back using the Haar, Walsh, and Kekre Wavelet Transforms” International Journal of Advanced Computer Science and Applications (IJACSA) , 0(3), 2011, pp 92 - 99. [8] H.B. Kekre, Sudeep D. Thepade, RatneshChaturvedi&Saurabh Gupta, “Walsh, Sine, Haar& Cosine Transform With Various Color Spaces for „Color to Gray and Back‟”, International Journal of Image Processing (IJIP), Volume (6) : Issue (5) : 2012, pp 349-356. [9] H. B. Kekre, Sudeep D. Thepade, Ratnesh N. Chaturvedi, “ NOVEL TRANSFORMED BLOCK BASED INFORMATION HIDING USING COSINE, SINE, HARTLEY, WALSH AND HAAR TRANSFORMS”, International Journal of Advances in Engineering & Technology, Mar. 2013. ©IJAET ISSN: 2231-1963, Vol. 6, Issue 1, pp. 274-281 [10] R. N. Bracewell, "Discrete Hartley transform," Journal of the Optical Society of America, Volume 73, Issue 12, pp 1832-1835, Dec. 1, 1983. [11] Maurence M. Angush and Ralph R. Martin, “A Truncation Method for Computing Slant Transforms with Applications to Image Processing”, IEEE TRANSACTIONS ON COMMUNICATIONS, Vol.43, No.6, June 1995 [12] Dr. H. B. Kekre, DrTanuja K. Sarode, Sudeep D. Thepade, Ms.SonalShroff, “Instigation of Orthogonal Wavelet Transforms using Walsh, Cosine, Hartley, Kekre Transforms and their use in Image Compression”, International Journal of Computer Science and Information Security, Volume 9, No 6,pp 125-133, 2011. [13] Dr. H. B. Kekre, ArchanaAthawale&DipaliSadavarti, “Algorithm to Generate Wavelet Transform from an Orthogonal Transform”, International Journal Of Image Processing (IJIP), Volume (4): Issue (4), pp 445-455. BIOGRAPHICAL NOTES H. B. Kekrehas received B.E. (Hons.) in Telecomm. Engineering. From Jabalpur Uiversity in 1958, M.Tech (Industrial Electronics) from IIT Bombay in 1960, M.S.Engg. (Electrical Engg.) from University of Ottawa in 1965 and Ph.D. (System Identification) from IIT Bombay in 1970 He has worked as Faculty of Electrical Engg. and then HOD Computer Science and Engg. at IIT Bombay. For 13 years he was working as a professor and head in the Department of Computer Engg. atThadomalShahani Engineering. College, Mumbai. Now he is Senior Professor at MPSTME, SVKM‟s NMIMS University. He has guided 17 Ph.Ds, more than 100 M.E./M.Tech and several B.E./B.Tech projects. His areas of interest are Digital Signal processing, Image Processing and Computer Networking. He has more than 450 papers in National / International Conferences and Journals to his credit. He was Senior Member of IEEE. Presently He is Fellow of IETE and Life Member of ISTE. Recently fifteen students working under his guidance have received best paper awards. Eight students under his guidance received Ph. D. From NMIMS University. Currently five students are working for Ph. D. Under his guidance Sudeep D. Thepadehas Received Ph.D. Computer Engineering from SVKM„s NMIMS in 2011, M.E. in Computer Engineering from University of Mumbai in 2008 with Distinction, B.E.(Computer) degree from North Maharashtra University with Distinction in 2003. He has about 10 years of experience in teaching and industry. He was Lecturer in Dept. of Information Technology at ThadomalShahani Engineering College, Bandra(w), Mumbai for nearly 04 years, then worked as Associate Professor and HoD Computer Engineering at Mukesh Patel School of Technology Management and Engineering, SVKM„s NMIMS, Vile Parle(w), Mumbai. Currently he is Professor and Dean (R&D), at PimpriChinchwad College of Engineering, Pune. He is member of International Advisory Committee for many International Conferences, acting as reviewer for many referred international journals/transactions including IEEE and IET. His areas of interest are Image Processing and Biometric Identification. He has guided five M.Tech. Projects and several B.Tech projects. He more than 185 papers inInternational Conferences/Journals to his credit with a Best Paper Award at International Conference SSPCCIN-2008, Second Best Paper Award at ThinkQuest-2009, Second Best Research Project Award at Manshodhan 2010, Best Paper Award for paper published in June 2011 issue of International Journal IJCSIS (USA), Editor„s Choice Awards for papers published in International Journal IJCA (USA) in 2010 and 2011. Ratnesh N. Chaturvediis currently pursuing M.Tech. (Computer Engg.) from MPSTME, SVKM‟s NMIMS University, Mumbai. B.E.(Computer) degree from Mumbai University in 2009. Currently working as T.A in Computer Engineering at Mukesh Patel School of Technology Management and Engineering, SVKM‟s NMIMS University, VileParle(w), Mumbai, INDIA. He has about 04 years of experience in teaching. He has published papers in several international journals like IJIP, IJCA, IJAET, IJACR etc. His area of interest is Image Colorization & Information Security.