SlideShare a Scribd company logo
1 of 10
Download to read offline
Sundarapandian et al. (Eds): CoNeCo,WiMo, NLP, CRYPSIS, ICAIT, ICDIP, ITCSE, CS & IT 07,
pp. 307–316, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2429
DIGITAL VIDEO HOLOGRAPHY- A ROBUST
TOOL FOR COMMUNICATION
S.Ponchitra1
, K.Murali1
and P.K.Palanisamy1
1
Department of Physics, Anna University, Chennai
ponchitra@rocketmail.com
ABSTRACT
Holograms are being produced using optical methods for decades. A lot of techniques and
methods exist for the production of efficient holograms. Digital Holography (DH) is
the method of simulating holograms with the use of computer. In this paper digital holograms
are generated using Fresnel and Fraunhofer diffraction integrals. Multi color holograms are
simulated and the digitally generated holograms are analysed. DH technique is extended
further to video format which yields video holograms. The concept that every bit of a hologram
contains full information of the original video, which is being effectively utilized to reduce the
file size required for communication in terms of storage, security and speed. The entire process
is simulated using Matlab7.10 environment.
KEYWORDS
Digital image holography, Digital video holography.
1. INTRODUCTION
Holography is a method of generating a three dimensional image of the object. It is done by
recording the amplitude and phase of the object. Digital holography is the digital recording
and numerical reconstruction of holographic data. Digital holography also includes optical
construction and digital reconstruction [1] of data as well as digital construction and optical
reconstruction [2] of data. In this paper, both the construction and reconstruction of hologram
are done in digital domain with the aid of mathematical models.
Fresnel and Fraunhofer holograms have been generated using the diffraction integrals [1]. Several
methods have been proposed for the recording of color holograms. Multi wavelength recording is
used for the creation of color holograms. Pietro Ferraro et al. [3] and Li-Chien Lin [4] have used a
color correction algorithm to avoid chromatic aberrations. Takashi Kakue et al [ 5,6 ] have
incorporated phase shifting methods for the creation of color holograms. Han-Yen Tu et al have
proposed GPU-based DH for three dimensional object recognition [7]. Also multiple SLMs and
LEDs illumination have been used for colour holographic reconstruction [8]. Holographic
compression has been developed for years and been proved as effective compression technique.
Compression standards and Wavelet-bandelet transforms are incorporated in holographic data and
they have resulted in a higher compression ratio [9,10,11]. In these works, a high compression
ratio with very low NRMS error has been achieved by eliminating the spatial and temporal
redundancies. All these methods are partially digital and partially optical. Also an algorithm or a
complex manipulation is required for the compression of holographic data.
308 Computer Science & Information Technology ( CS & IT )
This paper explains the method of generating multicolour holograms without the aid of any
complex /correction algorithms and specialised setup. The interesting property of hologram is that
the object information is flooded over the entire image plane hence each and every part of the
hologram posses complete information of the object. This property is utilised to make hologram
an effective tool for communication. A simple and time saving method for image/video
processing in communication has been explained.
2. DIGITAL HOLOGRAPHY PROCESS
Digital hologram can be generated for images in bmp, jpeg, tiff, png and gif image formats. The
process involved in the generation of DH can be pointed out as
• Definition of object and reference
• Calculation of far field amplitude
• Construction of hologram
• Reconstruction of hologram
2.1. Definition of Object and Reference
Color holography, in optical sense is a superposition of holograms recorded with three different
wavelengths. In digital holography since image is itself decomposed into three layers only one
reference beam is enough to record color hologram. The Figure 1 shows the layers of the image
that is taken into consideration. The sample object is shown in the top layer of Figure 1 as well
as in Figure 2(a).
Figure 1. Layers of image using RGB colours.
The reference beam passes through the three layers of the object beam and hologram is
generated by the superposition of three wavelengths with the reference beam. The reference
beam originating from a point source is seen in Figure 2(b). An array of dimension similar to
object beam is assigned as a reference beam with intensity values of zero in all the pixel
locations except the centre pixel.
2.2. Calculation of far field amplitude
The far field amplitude calculation based on the Fraunhofer diffraction formula is the Fourier
transform operation. The numerical equivalent of Fourier transform is Discrete Fourier Transform
(DFT). The speed of computation is increased using Fast Fourier Transform (FFT).
Computer Science & Information Technology ( CS & IT ) 309
2.3. Construction of hologram
The hologram is the addition of far fields of the object and reference i.e. interference. The
Fourier transform of the reference and the object matrices are added. The holographic equation
thus calculated consists of terms which result in the creation of conjugate images along with the
original reconstructed images. Hence filtering is done to extract the original image. The
constructed hologram is shown in Figure 2(c).
2.4. Reconstruction of hologram
The constructed hologram can be reconstructed using Fresnel and Fraunhofer diffraction
integral.
2.4(a) Fraunhoffer method
The matrix corresponding to the filtered hologram is Fourier transformed as per the diffraction
equation [1]. The intensity of the resulting matrix is calculated and imaged. The reconstructed
image is shown in Figure 2(d).
2.4(b) Fresnel method
The distance of separation between the hologram plane and the observation plane “d”, pixel size
“∆m” and “∆n” ,wavelength “ᅑ” are chosen as, d=1m, ∆m=6.8nm, ∆n=6.8nm and
ᅑ=633nm.The discrete Fresnel transform given in equation is calculated as per the equation. The
reconstructed image is shown in Figure 2(e). The image reconstructed using this method contains
phase term. The numerical processing of Fresnel Kirchhoff diffraction integral is time consuming
[3].
Image reconstructed using Fresnel diffraction contains the phase term. Since the image taken for
study is two dimensional phase term does not play a role. Hence it is enough to continue with
the Fraunhofer reconstruction.
(a) (b)
(c)
310 Computer Science & Information Technology ( CS & IT )
(d) (e)
Figure 2 (a) Input image (b) Reference Image (c) Constructed digital hologram
(d) Reconstructed Image by Fraunhofer Method (e) Reconstructed Image by Fresnel Method
3. DIGITAL VIDEO HOLOGRAPHY
Video refers to recording, manipulating and display of moving images. One particular still
image is said to be a frame. Video is a stack of images moved one by one in a particular
frame rate. When a moving picture is displayed, each frame is flashed on the screen for a
short time and then immediately replaced by the next one. Video holography can be
experienced by calculating the hologram for each and every frame in a particular video and
reconstructing one by one [12]. Matlab can support any formats supported by Microsoft
DirectShow. Hence, the holograms from different formats can also be calculated.
3.1. Hologram Construction
An object is created to read a video file. The Read only properties of the object are Bits per
pixel, duration, frame rate, height, name, number of frames, path, tag, type, user data, video
format and width. Variables are used to access the number of frames, height and width from the
input video. Memory for the movie structure must be allotted initially in accordance with
the height and width of the frame. Three video files are initialised for the object, hologram
and the reconstructed video. The frames from the input video are extracted. The video is now
visualised as „n‟ number of images to be processed.
From the video frame, the pixel details are retrieved. The reference beam is initialized as in the
case of image in holography.The hologram of the frame is computed and the intensity
distribution of the computed hologram is added to a new video frame which is allotted initially.
The process is executed for „n‟ number of frames of the input video. At the end of the frames, the
movie is terminated and saved in the predefined path.
3.2. Hologram Reconstruction
As in image hologram, video can also be reconstructed using Fresnel and Fraunhofer method.
In concern with the time consumption, Fraunhofer method is adopted in this paper. Also the
input taken into consideration is of two dimensions. From the hologram video, individual
frames are extracted and reconstructed. For individual frames, reconstructed matrix is
calculated and is then appended to the pre allocated movie structure.
Computer Science & Information Technology ( CS & IT ) 311
4. ANALYSIS OF DIGITAL HOLOGRAM
4.1. Negative of a Hologram
The hologram of interest is shown in Figure 3(a). The image is reconstructed as discussed
in previous section. The negative of the hologram is calculated and is reconstructed. The
negative of the hologram is shown in Figure 3(b). The image reconstructed from the original
hologram and it‟s negative are shown in Figures 3(c) and 3(d) respectively. From these figures
it is evident that the hologram and its negative produce identical images.
In digital communication if hologram is used for the transmission of image/video, the bit
reversal problem can not affect the transmission since both produces identical images on
reconstruction. Hence the bit error rate during transmission can be reduced.
(a) (b)
(c) (d)
Figure 3 (a)Input Hologram (b) Negative of the Hologram (c) Reconstructed from the Input
Hologram (d) Reconstructed from negative of the Hologram
4.2. Reconstruction from various regions of the Hologram
Hologram contains the information of the entire object at each and every point. This is
demonstrated by using only 300x300x3 pixels for reconstruction instead of 512x512x3 pixels
where 512x512x3 is the pixel size of the input image. From the calculated hologram
matrix, the top left portion is selected for reconstruction. Similarly, top right portion, centre,
bottom left and bottom right portions of the hologram are selected and they are reconstructed
individually.
312 Computer Science & Information Technology ( CS & IT )
Figure 4 Input Hologram
(a) (b)
(c)
Computer Science & Information Technology ( CS & IT ) 313
(d) (e)
Figure 5 Reconstructed from the particular regions of the hologram as indicated with the
alphabets
Just for reference alphabets are posted in the figure. The reduction in the number of pixels
used for reconstruction leads to reduction in the resolution of the reconstructed image. Image
reconstructed from the low frequency components of the hologram produces a smooth
image compared to the reconstruction from the high frequency components. Hologram of
512x512x3 image is generated. Reconstruction done using 100x100x3 pixel values from the
top portion of the hologram is shown in Fig 6(a) and image reconstructed using central
100x100x3 pixels is shown in Fig 6(b). For reconstruction from high frequency components
the minimum number of pixels required for reconstruction is N/2xN/2x3 whereas in case of
low frequency components even with100x100x3 pixels good quality image is reconstructed.
(a) (b)
Fig6 Reconstructed from (a) top portion of the hologram. (b) central portion of the hologram
Table 1. Reducing the storage memory size of the images using holograms
Pixel size used for Reconstruction Memory size Reconstructed Image
100x100x3 4.26KB
50x50x3 1.81KB
10x10x3 703Bytes
314 Computer Science & Information Technology ( CS & IT )
Table1 shows the pixel size used for reconstruction with its corresponding reconstructed image
size. Even a 10x10x3 pixels from the hologram can be utilized to reconstruct the entire image
but with low resolution. If the entire 512x512x3 hologram is used for reconstruction, the
reconstructed image occupies a memory space of 42.8 KB. In case of 256x256x3 pixels used,
memory space is 15.9 KB. Thus the hologram can be realised as a lossy compression tool where
the amount of compression can be altered depending on the application. Thus flexibility in the
amount of compression can be achieved using digital holography.
The same process can be experienced for a video file. The height and width of the original
frame in the video under study is 240 and 320. Hence the still image of the video is an array
of dimension 240x320x3 and so will be the calculated hologram matrix. From this array,
portion of the image is cropped and the cropped images are stacked as a new video. With this
video as input, the object beam is reconstructed. The size of the input video file used in this
work is 30.9 MB. A portion of 140x180x3 is chosen from the hologram video. Upon
reconstruction, the size of the video is 11.3 MB. A compression ratio of 36.57 % is achieved
in this cropping which yields a space savings of 63.43%.
During transmission of image/video, edges are more sensitive to noise compared to other
low frequency components. Hence if holographic transmission comes into play, even if the
edges got affected by noise the low frequency components are enough to reconstruct the entire
image / video as explained previously. This paves the way for holography to view as a
robust communication. Also the hologram cannot be reconstructed without the knowledge of
the reference beam used in the construction phase hence it forms a secured mode of
communication.
4.3. Data Transfer Time
Data transfer time is the time taken for a digital data to move from one place to another. It can
be viewed as the speed of travel of a given amount of data from one place to another. In
telecommunication, data transfer is usually measured in bits per second. The Table 2 shows the
time taken for the video transmission under different transfer rates. For the raw input video file
and the compressed video file taken into consideration, the data transfer time is calculated using
the calc tool [13].
Table 2. Data transfer time for different transfer rates
Speed/transfer rate Data Transfer time before
compression
Data Transfer time after
compression
512Kbps 506.27 seconds 185.14 seconds
155.52 Mbps OC3 1.67 seconds 0.61 seconds
622.08 MbpsOC12 0.42 seconds 0.15 seconds
Computer Science & Information Technology ( CS & IT ) 315
Though the actual transfer speed is slower than the calculated time due to latency, jitter, speed of
the modem and overhead, but still an efficient space saving has been achieved using the
holographic video compression.
5. CONCLUSIONS
Digital holography is used to reduce the size of the image/video file. It is used to resize,
compress and optimise the image and video files in order to make them compatible for web
pages, email attachments and disk storage. DH can be used as a model for robust, secured and
efficient communication without use of any additional algorithms and hence the power and
time.A three dimensional color image of a person in remote location can be generated and this
can be used for commercial displays.
REFERENCES
[1] Ulf Schnars and Werner P O Juptner, “Digital recording and numerical reconstruction of
holograms”, Institute of Physics Publishing, 17 July 2002.
[2] Pedro Pombo, Ângelo Arrifano , Joao Lemos Pinto,” Computer generated binary Fourier
holograms”, Proceedings of SPIE,2006.
[3] Pietro Ferraro, Simonetta Grilli,, Lisa Miccio, Domenico Alfieri ,Sergio De Nicola, Andrea Finizio,
and Bahram Javidi, “Full Color 3-D Imaging by Digital Holography and Removal of Chromatic
Aberrations”, Journal of Display Technology, Vol. 4, No. 1, March 2008
[4] Li-Chien Lin “Correction of Chromatic distortion for Color Digital Holographic system”, IEEE
Transactions, 2011.
[5] Takashi Kakue, Tatsuki Tahara, Kenichi Ito, Yuki Shimozato, Yasuhiro Awatsuji, Kenzo Nishio,
Shogo Ura, Toshihiro Kubota, and Osamu Matoba “Numerical verification of single-shot two- step
phase-shifting color digital holography”, IEEE Transactions, 2009.
[6] Yasuhiro Awatsuji, Takamasa Koyama, Atsushi Kaneko, Atsushi Fujii, Kenzo Nishio, Shogo Ura,
And, Toshihiro Kubota “Single-shot phase-shifting color digital holography”, IEEE Transactions,
2007.
[7] Han-Yen Tu, Yi-Ta Lee, and Chau-Jern Cheng, “GPU-based Digital Holography for Three-
Dimensional Color Object Recognition”,IEEE Transactions, 2011.
[8] Fahri Yara¸s, Levent Onural “Color Holographic Reconstruction Using Multiple SLMs and LED
Illumination”, Proceedings of SPIE-IS&T Electronic Imaging, SPIE Vol. 7237, 2009.
[9] Le Thanh Bang, Zulfiqar Ali, Pham Duc Quang, Jae-Hyeung Park, Nam Kim, “Compression of
digital hologram for three dimensional object using Wavelet-Bandelets Transform”, Optics
Express, 2011
[10] Emmanouil Darakis a and Thomas J. Naughton” Compression of digital hologram sequences using
MPEG-4”, Proceedings of SPIE, 2009
[11] Emmanouil Darakis, Marcin Kowiel, Risto Nasanena and Thomas J. Naughton, “Visually
lossless compression of digital hologram sequences”, Proceedings of SPIE, 2011
[12] http://www.mathworks.in/help/techdoc/ref/videoreaderclass.html
[13] http://www.t1shopper.com/tools/calculate/downloadcalculator.php
316 Computer Science & Information Technology ( CS & IT )
Authors
Short Biography
P.K.Palanisamy joined Anna University, Chennai as a faculty in Department of Physics in 1979 and
presently he is working as Professor of Eminence. He obtained his Ph.D. degree in Laser Technology from
Anna University in 1990. His field of current research interests are Photonics, Holography and nano
science.
K.Murali obtained his Ph.D. degree in nonlinear dynamics in 1995 from Bharathidasan University,
Tiruchirapalli. In 1998 he joined as a faculty in Department of Physics, Anna University, Chennai - 600
025 and presently, he is working as Associate Professor. His field of current research interests are
Nonlinear dynamics, Chaos Theory & Applications, Nonlinear optics, Nano and power electronics.
S.Ponchitra joined Anna University, Chennai as a student in Faculty of Information and Communication
Engineering(Masters in Laser and Electro Optical Engineering) in 2010. She obtained her Bachelor degree
in department of ECE in 2010. Her field of research interest is Holography.

More Related Content

What's hot

All optical image processing using third harmonic generation for image correl...
All optical image processing using third harmonic generation for image correl...All optical image processing using third harmonic generation for image correl...
All optical image processing using third harmonic generation for image correl...M. Faisal Halim
 
Digital image processing
Digital image processingDigital image processing
Digital image processingABIRAMI M
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)Mathankumar S
 
Image compression standards
Image compression standardsImage compression standards
Image compression standardskirupasuchi1996
 
Fractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionFractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionHarshit Varshney
 
Optimized Implementation of Edge Preserving Color Guided Filter for Video on ...
Optimized Implementation of Edge Preserving Color Guided Filter for Video on ...Optimized Implementation of Edge Preserving Color Guided Filter for Video on ...
Optimized Implementation of Edge Preserving Color Guided Filter for Video on ...iosrjce
 
Digital image processing techniques
Digital image processing techniquesDigital image processing techniques
Digital image processing techniquesShab Bi
 
Introduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodIntroduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodAbhishekvb
 
Digital Image Processing Fundamental
Digital Image Processing FundamentalDigital Image Processing Fundamental
Digital Image Processing FundamentalThuong Nguyen Canh
 
Image processing and compression techniques
Image processing and compression techniquesImage processing and compression techniques
Image processing and compression techniquesAshwin Venkataraman
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature reviewTharindu Rusira
 
Iaetsd degraded document image enhancing in
Iaetsd degraded document image enhancing inIaetsd degraded document image enhancing in
Iaetsd degraded document image enhancing inIaetsd Iaetsd
 
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 RetrievalIDES Editor
 
Introduction to digital image processing
Introduction to digital image processingIntroduction to digital image processing
Introduction to digital image processingHossain Md Shakhawat
 
Introduction to Digital Image Processing Using MATLAB
Introduction to Digital Image Processing Using MATLABIntroduction to Digital Image Processing Using MATLAB
Introduction to Digital Image Processing Using MATLABRay Phan
 
Video Compression Algorithm Based on Frame Difference Approaches
Video Compression Algorithm Based on Frame Difference Approaches Video Compression Algorithm Based on Frame Difference Approaches
Video Compression Algorithm Based on Frame Difference Approaches ijsc
 
Image restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsImage restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsM Pardo
 

What's hot (20)

All optical image processing using third harmonic generation for image correl...
All optical image processing using third harmonic generation for image correl...All optical image processing using third harmonic generation for image correl...
All optical image processing using third harmonic generation for image correl...
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)
 
Image compression standards
Image compression standardsImage compression standards
Image compression standards
 
Fractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionFractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree Decomposition
 
Optimized Implementation of Edge Preserving Color Guided Filter for Video on ...
Optimized Implementation of Edge Preserving Color Guided Filter for Video on ...Optimized Implementation of Edge Preserving Color Guided Filter for Video on ...
Optimized Implementation of Edge Preserving Color Guided Filter for Video on ...
 
Digital image processing techniques
Digital image processing techniquesDigital image processing techniques
Digital image processing techniques
 
Ppt ---image processing
Ppt ---image processingPpt ---image processing
Ppt ---image processing
 
Introduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodIntroduction to image contrast and enhancement method
Introduction to image contrast and enhancement method
 
Digital Image Processing Fundamental
Digital Image Processing FundamentalDigital Image Processing Fundamental
Digital Image Processing Fundamental
 
Image processing and compression techniques
Image processing and compression techniquesImage processing and compression techniques
Image processing and compression techniques
 
337
337337
337
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature review
 
Imran2016
Imran2016Imran2016
Imran2016
 
Iaetsd degraded document image enhancing in
Iaetsd degraded document image enhancing inIaetsd degraded document image enhancing in
Iaetsd degraded document image enhancing in
 
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
 
Introduction to digital image processing
Introduction to digital image processingIntroduction to digital image processing
Introduction to digital image processing
 
Introduction to Digital Image Processing Using MATLAB
Introduction to Digital Image Processing Using MATLABIntroduction to Digital Image Processing Using MATLAB
Introduction to Digital Image Processing Using MATLAB
 
Video Compression Algorithm Based on Frame Difference Approaches
Video Compression Algorithm Based on Frame Difference Approaches Video Compression Algorithm Based on Frame Difference Approaches
Video Compression Algorithm Based on Frame Difference Approaches
 
Image restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsImage restoration recent_advances_and_applications
Image restoration recent_advances_and_applications
 

Similar to DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION

A computer vision approach to speech enhancement
A computer vision approach to speech enhancementA computer vision approach to speech enhancement
A computer vision approach to speech enhancementRamin Anushiravani
 
A Framework for Soccer Video Processing and AnalysisBased on Enhanced Algorit...
A Framework for Soccer Video Processing and AnalysisBased on Enhanced Algorit...A Framework for Soccer Video Processing and AnalysisBased on Enhanced Algorit...
A Framework for Soccer Video Processing and AnalysisBased on Enhanced Algorit...CSCJournals
 
Focused Image Creation Algorithms for digital holography
Focused Image Creation Algorithms for digital holographyFocused Image Creation Algorithms for digital holography
Focused Image Creation Algorithms for digital holographyConor Mc Elhinney
 
Regeneration of hologram from a slice
Regeneration of hologram from a sliceRegeneration of hologram from a slice
Regeneration of hologram from a sliceDheeraj Yadav
 
FPGA Based Pattern Generation and Synchonization for High Speed Structured Li...
FPGA Based Pattern Generation and Synchonization for High Speed Structured Li...FPGA Based Pattern Generation and Synchonization for High Speed Structured Li...
FPGA Based Pattern Generation and Synchonization for High Speed Structured Li...TELKOMNIKA JOURNAL
 
Performance analysis of image compression using fuzzy logic algorithm
Performance analysis of image compression using fuzzy logic algorithmPerformance analysis of image compression using fuzzy logic algorithm
Performance analysis of image compression using fuzzy logic algorithmsipij
 
Blind and Robust Images Watermarking Based on Wavelet and Edge Insertion
Blind and Robust Images Watermarking Based on Wavelet and Edge InsertionBlind and Robust Images Watermarking Based on Wavelet and Edge Insertion
Blind and Robust Images Watermarking Based on Wavelet and Edge Insertionijcisjournal
 
BLIND AND ROBUST IMAGES WATERMARKING BASED ON WAVELET AND EDGE INSERTION
BLIND AND ROBUST IMAGES WATERMARKING BASED ON WAVELET AND EDGE INSERTIONBLIND AND ROBUST IMAGES WATERMARKING BASED ON WAVELET AND EDGE INSERTION
BLIND AND ROBUST IMAGES WATERMARKING BASED ON WAVELET AND EDGE INSERTIONijcisjournal
 
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONVISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONcscpconf
 
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURESA FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATUREScscpconf
 
A fast search algorithm for large
A fast search algorithm for largeA fast search algorithm for large
A fast search algorithm for largecsandit
 
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURESA FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATUREScscpconf
 
DCT and Simulink Based Realtime Robust Image Watermarking
DCT and Simulink Based Realtime Robust Image WatermarkingDCT and Simulink Based Realtime Robust Image Watermarking
DCT and Simulink Based Realtime Robust Image WatermarkingCSCJournals
 
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAINSINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAINijma
 
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMVIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMijcsa
 
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMVIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMijcsa
 

Similar to DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION (20)

A computer vision approach to speech enhancement
A computer vision approach to speech enhancementA computer vision approach to speech enhancement
A computer vision approach to speech enhancement
 
A Framework for Soccer Video Processing and AnalysisBased on Enhanced Algorit...
A Framework for Soccer Video Processing and AnalysisBased on Enhanced Algorit...A Framework for Soccer Video Processing and AnalysisBased on Enhanced Algorit...
A Framework for Soccer Video Processing and AnalysisBased on Enhanced Algorit...
 
Focused Image Creation Algorithms for digital holography
Focused Image Creation Algorithms for digital holographyFocused Image Creation Algorithms for digital holography
Focused Image Creation Algorithms for digital holography
 
Regeneration of hologram from a slice
Regeneration of hologram from a sliceRegeneration of hologram from a slice
Regeneration of hologram from a slice
 
Gg3311121115
Gg3311121115Gg3311121115
Gg3311121115
 
538 207-219
538 207-219538 207-219
538 207-219
 
FPGA Based Pattern Generation and Synchonization for High Speed Structured Li...
FPGA Based Pattern Generation and Synchonization for High Speed Structured Li...FPGA Based Pattern Generation and Synchonization for High Speed Structured Li...
FPGA Based Pattern Generation and Synchonization for High Speed Structured Li...
 
Performance analysis of image compression using fuzzy logic algorithm
Performance analysis of image compression using fuzzy logic algorithmPerformance analysis of image compression using fuzzy logic algorithm
Performance analysis of image compression using fuzzy logic algorithm
 
Blind and Robust Images Watermarking Based on Wavelet and Edge Insertion
Blind and Robust Images Watermarking Based on Wavelet and Edge InsertionBlind and Robust Images Watermarking Based on Wavelet and Edge Insertion
Blind and Robust Images Watermarking Based on Wavelet and Edge Insertion
 
BLIND AND ROBUST IMAGES WATERMARKING BASED ON WAVELET AND EDGE INSERTION
BLIND AND ROBUST IMAGES WATERMARKING BASED ON WAVELET AND EDGE INSERTIONBLIND AND ROBUST IMAGES WATERMARKING BASED ON WAVELET AND EDGE INSERTION
BLIND AND ROBUST IMAGES WATERMARKING BASED ON WAVELET AND EDGE INSERTION
 
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONVISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
 
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURESA FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
 
A fast search algorithm for large
A fast search algorithm for largeA fast search algorithm for large
A fast search algorithm for large
 
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURESA FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
A FAST SEARCH ALGORITHM FOR LARGE VIDEO DATABASE USING HOG BASED FEATURES
 
DCT and Simulink Based Realtime Robust Image Watermarking
DCT and Simulink Based Realtime Robust Image WatermarkingDCT and Simulink Based Realtime Robust Image Watermarking
DCT and Simulink Based Realtime Robust Image Watermarking
 
1829 1833
1829 18331829 1833
1829 1833
 
1829 1833
1829 18331829 1833
1829 1833
 
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAINSINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
 
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMVIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
 
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMVIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
 

More from cscpconf

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATIONcscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIEScscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICcscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICcscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINcscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMcscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWcscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKcscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAcscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHcscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGEcscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTcscpconf
 

More from cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
 

Recently uploaded

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 

DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION

  • 1. Sundarapandian et al. (Eds): CoNeCo,WiMo, NLP, CRYPSIS, ICAIT, ICDIP, ITCSE, CS & IT 07, pp. 307–316, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2429 DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION S.Ponchitra1 , K.Murali1 and P.K.Palanisamy1 1 Department of Physics, Anna University, Chennai ponchitra@rocketmail.com ABSTRACT Holograms are being produced using optical methods for decades. A lot of techniques and methods exist for the production of efficient holograms. Digital Holography (DH) is the method of simulating holograms with the use of computer. In this paper digital holograms are generated using Fresnel and Fraunhofer diffraction integrals. Multi color holograms are simulated and the digitally generated holograms are analysed. DH technique is extended further to video format which yields video holograms. The concept that every bit of a hologram contains full information of the original video, which is being effectively utilized to reduce the file size required for communication in terms of storage, security and speed. The entire process is simulated using Matlab7.10 environment. KEYWORDS Digital image holography, Digital video holography. 1. INTRODUCTION Holography is a method of generating a three dimensional image of the object. It is done by recording the amplitude and phase of the object. Digital holography is the digital recording and numerical reconstruction of holographic data. Digital holography also includes optical construction and digital reconstruction [1] of data as well as digital construction and optical reconstruction [2] of data. In this paper, both the construction and reconstruction of hologram are done in digital domain with the aid of mathematical models. Fresnel and Fraunhofer holograms have been generated using the diffraction integrals [1]. Several methods have been proposed for the recording of color holograms. Multi wavelength recording is used for the creation of color holograms. Pietro Ferraro et al. [3] and Li-Chien Lin [4] have used a color correction algorithm to avoid chromatic aberrations. Takashi Kakue et al [ 5,6 ] have incorporated phase shifting methods for the creation of color holograms. Han-Yen Tu et al have proposed GPU-based DH for three dimensional object recognition [7]. Also multiple SLMs and LEDs illumination have been used for colour holographic reconstruction [8]. Holographic compression has been developed for years and been proved as effective compression technique. Compression standards and Wavelet-bandelet transforms are incorporated in holographic data and they have resulted in a higher compression ratio [9,10,11]. In these works, a high compression ratio with very low NRMS error has been achieved by eliminating the spatial and temporal redundancies. All these methods are partially digital and partially optical. Also an algorithm or a complex manipulation is required for the compression of holographic data.
  • 2. 308 Computer Science & Information Technology ( CS & IT ) This paper explains the method of generating multicolour holograms without the aid of any complex /correction algorithms and specialised setup. The interesting property of hologram is that the object information is flooded over the entire image plane hence each and every part of the hologram posses complete information of the object. This property is utilised to make hologram an effective tool for communication. A simple and time saving method for image/video processing in communication has been explained. 2. DIGITAL HOLOGRAPHY PROCESS Digital hologram can be generated for images in bmp, jpeg, tiff, png and gif image formats. The process involved in the generation of DH can be pointed out as • Definition of object and reference • Calculation of far field amplitude • Construction of hologram • Reconstruction of hologram 2.1. Definition of Object and Reference Color holography, in optical sense is a superposition of holograms recorded with three different wavelengths. In digital holography since image is itself decomposed into three layers only one reference beam is enough to record color hologram. The Figure 1 shows the layers of the image that is taken into consideration. The sample object is shown in the top layer of Figure 1 as well as in Figure 2(a). Figure 1. Layers of image using RGB colours. The reference beam passes through the three layers of the object beam and hologram is generated by the superposition of three wavelengths with the reference beam. The reference beam originating from a point source is seen in Figure 2(b). An array of dimension similar to object beam is assigned as a reference beam with intensity values of zero in all the pixel locations except the centre pixel. 2.2. Calculation of far field amplitude The far field amplitude calculation based on the Fraunhofer diffraction formula is the Fourier transform operation. The numerical equivalent of Fourier transform is Discrete Fourier Transform (DFT). The speed of computation is increased using Fast Fourier Transform (FFT).
  • 3. Computer Science & Information Technology ( CS & IT ) 309 2.3. Construction of hologram The hologram is the addition of far fields of the object and reference i.e. interference. The Fourier transform of the reference and the object matrices are added. The holographic equation thus calculated consists of terms which result in the creation of conjugate images along with the original reconstructed images. Hence filtering is done to extract the original image. The constructed hologram is shown in Figure 2(c). 2.4. Reconstruction of hologram The constructed hologram can be reconstructed using Fresnel and Fraunhofer diffraction integral. 2.4(a) Fraunhoffer method The matrix corresponding to the filtered hologram is Fourier transformed as per the diffraction equation [1]. The intensity of the resulting matrix is calculated and imaged. The reconstructed image is shown in Figure 2(d). 2.4(b) Fresnel method The distance of separation between the hologram plane and the observation plane “d”, pixel size “∆m” and “∆n” ,wavelength “ᅑ” are chosen as, d=1m, ∆m=6.8nm, ∆n=6.8nm and ᅑ=633nm.The discrete Fresnel transform given in equation is calculated as per the equation. The reconstructed image is shown in Figure 2(e). The image reconstructed using this method contains phase term. The numerical processing of Fresnel Kirchhoff diffraction integral is time consuming [3]. Image reconstructed using Fresnel diffraction contains the phase term. Since the image taken for study is two dimensional phase term does not play a role. Hence it is enough to continue with the Fraunhofer reconstruction. (a) (b) (c)
  • 4. 310 Computer Science & Information Technology ( CS & IT ) (d) (e) Figure 2 (a) Input image (b) Reference Image (c) Constructed digital hologram (d) Reconstructed Image by Fraunhofer Method (e) Reconstructed Image by Fresnel Method 3. DIGITAL VIDEO HOLOGRAPHY Video refers to recording, manipulating and display of moving images. One particular still image is said to be a frame. Video is a stack of images moved one by one in a particular frame rate. When a moving picture is displayed, each frame is flashed on the screen for a short time and then immediately replaced by the next one. Video holography can be experienced by calculating the hologram for each and every frame in a particular video and reconstructing one by one [12]. Matlab can support any formats supported by Microsoft DirectShow. Hence, the holograms from different formats can also be calculated. 3.1. Hologram Construction An object is created to read a video file. The Read only properties of the object are Bits per pixel, duration, frame rate, height, name, number of frames, path, tag, type, user data, video format and width. Variables are used to access the number of frames, height and width from the input video. Memory for the movie structure must be allotted initially in accordance with the height and width of the frame. Three video files are initialised for the object, hologram and the reconstructed video. The frames from the input video are extracted. The video is now visualised as „n‟ number of images to be processed. From the video frame, the pixel details are retrieved. The reference beam is initialized as in the case of image in holography.The hologram of the frame is computed and the intensity distribution of the computed hologram is added to a new video frame which is allotted initially. The process is executed for „n‟ number of frames of the input video. At the end of the frames, the movie is terminated and saved in the predefined path. 3.2. Hologram Reconstruction As in image hologram, video can also be reconstructed using Fresnel and Fraunhofer method. In concern with the time consumption, Fraunhofer method is adopted in this paper. Also the input taken into consideration is of two dimensions. From the hologram video, individual frames are extracted and reconstructed. For individual frames, reconstructed matrix is calculated and is then appended to the pre allocated movie structure.
  • 5. Computer Science & Information Technology ( CS & IT ) 311 4. ANALYSIS OF DIGITAL HOLOGRAM 4.1. Negative of a Hologram The hologram of interest is shown in Figure 3(a). The image is reconstructed as discussed in previous section. The negative of the hologram is calculated and is reconstructed. The negative of the hologram is shown in Figure 3(b). The image reconstructed from the original hologram and it‟s negative are shown in Figures 3(c) and 3(d) respectively. From these figures it is evident that the hologram and its negative produce identical images. In digital communication if hologram is used for the transmission of image/video, the bit reversal problem can not affect the transmission since both produces identical images on reconstruction. Hence the bit error rate during transmission can be reduced. (a) (b) (c) (d) Figure 3 (a)Input Hologram (b) Negative of the Hologram (c) Reconstructed from the Input Hologram (d) Reconstructed from negative of the Hologram 4.2. Reconstruction from various regions of the Hologram Hologram contains the information of the entire object at each and every point. This is demonstrated by using only 300x300x3 pixels for reconstruction instead of 512x512x3 pixels where 512x512x3 is the pixel size of the input image. From the calculated hologram matrix, the top left portion is selected for reconstruction. Similarly, top right portion, centre, bottom left and bottom right portions of the hologram are selected and they are reconstructed individually.
  • 6. 312 Computer Science & Information Technology ( CS & IT ) Figure 4 Input Hologram (a) (b) (c)
  • 7. Computer Science & Information Technology ( CS & IT ) 313 (d) (e) Figure 5 Reconstructed from the particular regions of the hologram as indicated with the alphabets Just for reference alphabets are posted in the figure. The reduction in the number of pixels used for reconstruction leads to reduction in the resolution of the reconstructed image. Image reconstructed from the low frequency components of the hologram produces a smooth image compared to the reconstruction from the high frequency components. Hologram of 512x512x3 image is generated. Reconstruction done using 100x100x3 pixel values from the top portion of the hologram is shown in Fig 6(a) and image reconstructed using central 100x100x3 pixels is shown in Fig 6(b). For reconstruction from high frequency components the minimum number of pixels required for reconstruction is N/2xN/2x3 whereas in case of low frequency components even with100x100x3 pixels good quality image is reconstructed. (a) (b) Fig6 Reconstructed from (a) top portion of the hologram. (b) central portion of the hologram Table 1. Reducing the storage memory size of the images using holograms Pixel size used for Reconstruction Memory size Reconstructed Image 100x100x3 4.26KB 50x50x3 1.81KB 10x10x3 703Bytes
  • 8. 314 Computer Science & Information Technology ( CS & IT ) Table1 shows the pixel size used for reconstruction with its corresponding reconstructed image size. Even a 10x10x3 pixels from the hologram can be utilized to reconstruct the entire image but with low resolution. If the entire 512x512x3 hologram is used for reconstruction, the reconstructed image occupies a memory space of 42.8 KB. In case of 256x256x3 pixels used, memory space is 15.9 KB. Thus the hologram can be realised as a lossy compression tool where the amount of compression can be altered depending on the application. Thus flexibility in the amount of compression can be achieved using digital holography. The same process can be experienced for a video file. The height and width of the original frame in the video under study is 240 and 320. Hence the still image of the video is an array of dimension 240x320x3 and so will be the calculated hologram matrix. From this array, portion of the image is cropped and the cropped images are stacked as a new video. With this video as input, the object beam is reconstructed. The size of the input video file used in this work is 30.9 MB. A portion of 140x180x3 is chosen from the hologram video. Upon reconstruction, the size of the video is 11.3 MB. A compression ratio of 36.57 % is achieved in this cropping which yields a space savings of 63.43%. During transmission of image/video, edges are more sensitive to noise compared to other low frequency components. Hence if holographic transmission comes into play, even if the edges got affected by noise the low frequency components are enough to reconstruct the entire image / video as explained previously. This paves the way for holography to view as a robust communication. Also the hologram cannot be reconstructed without the knowledge of the reference beam used in the construction phase hence it forms a secured mode of communication. 4.3. Data Transfer Time Data transfer time is the time taken for a digital data to move from one place to another. It can be viewed as the speed of travel of a given amount of data from one place to another. In telecommunication, data transfer is usually measured in bits per second. The Table 2 shows the time taken for the video transmission under different transfer rates. For the raw input video file and the compressed video file taken into consideration, the data transfer time is calculated using the calc tool [13]. Table 2. Data transfer time for different transfer rates Speed/transfer rate Data Transfer time before compression Data Transfer time after compression 512Kbps 506.27 seconds 185.14 seconds 155.52 Mbps OC3 1.67 seconds 0.61 seconds 622.08 MbpsOC12 0.42 seconds 0.15 seconds
  • 9. Computer Science & Information Technology ( CS & IT ) 315 Though the actual transfer speed is slower than the calculated time due to latency, jitter, speed of the modem and overhead, but still an efficient space saving has been achieved using the holographic video compression. 5. CONCLUSIONS Digital holography is used to reduce the size of the image/video file. It is used to resize, compress and optimise the image and video files in order to make them compatible for web pages, email attachments and disk storage. DH can be used as a model for robust, secured and efficient communication without use of any additional algorithms and hence the power and time.A three dimensional color image of a person in remote location can be generated and this can be used for commercial displays. REFERENCES [1] Ulf Schnars and Werner P O Juptner, “Digital recording and numerical reconstruction of holograms”, Institute of Physics Publishing, 17 July 2002. [2] Pedro Pombo, Ângelo Arrifano , Joao Lemos Pinto,” Computer generated binary Fourier holograms”, Proceedings of SPIE,2006. [3] Pietro Ferraro, Simonetta Grilli,, Lisa Miccio, Domenico Alfieri ,Sergio De Nicola, Andrea Finizio, and Bahram Javidi, “Full Color 3-D Imaging by Digital Holography and Removal of Chromatic Aberrations”, Journal of Display Technology, Vol. 4, No. 1, March 2008 [4] Li-Chien Lin “Correction of Chromatic distortion for Color Digital Holographic system”, IEEE Transactions, 2011. [5] Takashi Kakue, Tatsuki Tahara, Kenichi Ito, Yuki Shimozato, Yasuhiro Awatsuji, Kenzo Nishio, Shogo Ura, Toshihiro Kubota, and Osamu Matoba “Numerical verification of single-shot two- step phase-shifting color digital holography”, IEEE Transactions, 2009. [6] Yasuhiro Awatsuji, Takamasa Koyama, Atsushi Kaneko, Atsushi Fujii, Kenzo Nishio, Shogo Ura, And, Toshihiro Kubota “Single-shot phase-shifting color digital holography”, IEEE Transactions, 2007. [7] Han-Yen Tu, Yi-Ta Lee, and Chau-Jern Cheng, “GPU-based Digital Holography for Three- Dimensional Color Object Recognition”,IEEE Transactions, 2011. [8] Fahri Yara¸s, Levent Onural “Color Holographic Reconstruction Using Multiple SLMs and LED Illumination”, Proceedings of SPIE-IS&T Electronic Imaging, SPIE Vol. 7237, 2009. [9] Le Thanh Bang, Zulfiqar Ali, Pham Duc Quang, Jae-Hyeung Park, Nam Kim, “Compression of digital hologram for three dimensional object using Wavelet-Bandelets Transform”, Optics Express, 2011 [10] Emmanouil Darakis a and Thomas J. Naughton” Compression of digital hologram sequences using MPEG-4”, Proceedings of SPIE, 2009 [11] Emmanouil Darakis, Marcin Kowiel, Risto Nasanena and Thomas J. Naughton, “Visually lossless compression of digital hologram sequences”, Proceedings of SPIE, 2011 [12] http://www.mathworks.in/help/techdoc/ref/videoreaderclass.html [13] http://www.t1shopper.com/tools/calculate/downloadcalculator.php
  • 10. 316 Computer Science & Information Technology ( CS & IT ) Authors Short Biography P.K.Palanisamy joined Anna University, Chennai as a faculty in Department of Physics in 1979 and presently he is working as Professor of Eminence. He obtained his Ph.D. degree in Laser Technology from Anna University in 1990. His field of current research interests are Photonics, Holography and nano science. K.Murali obtained his Ph.D. degree in nonlinear dynamics in 1995 from Bharathidasan University, Tiruchirapalli. In 1998 he joined as a faculty in Department of Physics, Anna University, Chennai - 600 025 and presently, he is working as Associate Professor. His field of current research interests are Nonlinear dynamics, Chaos Theory & Applications, Nonlinear optics, Nano and power electronics. S.Ponchitra joined Anna University, Chennai as a student in Faculty of Information and Communication Engineering(Masters in Laser and Electro Optical Engineering) in 2010. She obtained her Bachelor degree in department of ECE in 2010. Her field of research interest is Holography.