Research On Hologram Based On Holographic Projecti

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Hindawi

Mathematical Problems in Engineering


Volume 2022, Article ID 3142599, 9 pages
https://doi.org/10.1155/2022/3142599

Research Article
Research on Hologram Based on Holographic
Projection Technology

Yan Li , Qun Yu , Yu Wu , and Changcheng Wei


Department of Mathematics and Computer Science, Tongling University, Tongling, Anhui, China

Correspondence should be addressed to Changcheng Wei; changcheng@tlu.edu.cn

Received 10 February 2022; Accepted 23 March 2022; Published 20 May 2022

Academic Editor: Tabasam Rashid

Copyright © 2022 Yan Li et al. This is an open access article distributed under the Creative Commons Attribution License, which
permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

In recent years, holographic projection technology has been integrated into the real society, which brings a new visual experience
to people and meets their high requirements for audiovisual experience. With the development of holographic technology, the
hologram from holographic technology has also attracted people’s attention. The application of holograms in the fields of art,
science, and technology conforms to the trend of the times and will become an indispensable part of people’s life in the future. In
this paper, it mainly studies the hologram to analyze its algorithm and production process and its application prospects.

1. Introduction control the output of the plotter or display two made of


holograms [5]. In addition, the optimization algorithm of
The holographic projection technology has developed rap- phase-only holograms has been a research hotspot for a long
idly in recent years, and its applications in the fields of time.
entertainment, medicine, research, and commerce are
endless, like visual studies, scientific visualization, virtual 2. Concept of Hologram
presentations, etc. [1, 2]. Holographic projection is a form of
3D technology developed by Dr Dennis Gabor of the Im- Holograms, which are recorded on high-resolution holo-
perial College London to improve the resolution of scanning graphic film by using a panoramic camera and a laser as light
electron microscope [3]. source [6], exist in the form of interference fringes. And if
The continuous development of holographic projection the same kind of laser is irradiated, two stereo images will
technology now provides us with increasingly accurate appear on the front and back of the holographic film. That is,
three-dimensional images known as holograms [4]. We can the two images of the original scene, real and virtual, have
re-see the original recording of the three-dimensional image different images from different perspectives. Moreover, a
of the object, the hologram has become a judge of whether hologram is a three-dimensional image that contains in-
the 3D technology we are exposed to holographic projection formation about the size, shape, brightness, and contrast of
technology standards. Today, computer-generated holog- the recorded object stored in a laser-generated interference
raphy is a new technique for making holograms, which are pattern. Holographic projection is a holographic technique
synthesized using a digital computer, without the physical that records and reproduces real three-dimensional images
presence of an object; instead, the mathematical description to form images, which are holograms. Unlike a normal
of the object wave is input to the computer and processed to three-dimensional image, a hologram gives people amazing
2 Mathematical Problems in Engineering

experience; it seems there is a real object visually. This is (1) Iterative algorithm: the object holography approxi-
because holograms can bring about parallax; the existence of mation is usually used to start, through a series of
parallax can enable the observer to observe the image of repeated operations, and continuously optimize the
different images by moving in different directions. approximate holography. Through this approxima-
tion, the reconstructed image can be obtained, such
3. Basic Principle of Hologram as Gerchberg–Saxton algorithm and error diffusion
algorithm.
A hologram is a three-dimensional photographic image that (2) Noniterative algorithm: the approximate solution
appears to have deep meaning. Holograms are made by can be obtained at one time according to the spec-
superimposing two two-dimensional images of the same ified steps without a lot of optimization computa-
object but different viewing angles. Holography requires a tions, such as random phase method, sampling class
single precise wavelength of light; that is why the laser must method, mode mask and secondary phase mask
be used. Reflection holograms are holography that can be method, dual phase method, and nonrandom phase
viewed in normal light, with two laser beams and a pho- method.
tographic plate used to take images of objects. Both laser
beams used in holograms spread the laser light like a (3) Other algorithms are various, each having its own
flashlight through a beam of radiation. The coherence of the characteristics, for example, direct algorithm, itera-
beam is lost, but an accurate wavelength is retained. One tive and noniterative algorithm, phase extraction
beam illuminates the object from the side, while the other method based on Wirtinger Flow [7], and CGH
(also known as the reference beam) touches the front of the algorithm based on depth learning. Although the
object through a photographic plate, much like a conven- noniterative algorithm is more suitable for real-time
tional camera for two-dimensional imaging. The reflected holographic display than other algorithms due to its
light from the reference beam can leave an image or ho- lower computational load, its reconstruction quality
logram on the photographic plate, and the object reflected by is not as good as iterative algorithm.
the measuring beam can also leave an image. The result is
that a photographic plate records both images at the same
time and produces a hologram. When we look at any object, 4.1. Mathematical Iteration
each eye sees a sharp image that is slightly off the reference
4.1.1. Definition of Iterative Algorithm. For a given system of
point. The brain integrates them into a three-dimensional
linear equations x � Ax + B (x, A, B are all the same matrix
image. The hologram is a man-made effect. The hologram is
and any system of linear equations can be transformed into
printed onto a set of ultrathin curved silver plates used for
this form), the method by which the formula xi+1 � Axi + B
diffracting light. Diffraction is also the function of a prism,
(xi represents the x obtained by iterating i times and the
which breaks down multiple-wavelength white light into its
initial value i � 0) is replaced step by step to obtain an
own specific wavelengths. When white light hits a silver
approximate solution is called the iterative method (or the
plate, the reflection diffracts each specific color, producing
first-order stationary iterative method) [8]. If limx⟶∞ xi
an offset image that looks somewhat similar to the original
exists and is represented by x∗ , then the iterative method is
object’s color. The result is a three-dimensional image. A
said to converge. Obviously, x∗ is the solution to this system
hologram is made up of an interference pattern between two
of equations, otherwise known as iterative divergence. In
original images.
general, iteration is the process of solving a problem (usually
an equation or a set of equations) by finding an approximate
4. The Optimization Algorithm of Pure solution from an initial estimate in a numerical analysis. The
Phase Hologram methods used to implement in this process are collectively
referred to as iterative methods. Iteration is an activity that
The optimization algorithm of pure phase hologram [5, 7] is repeatedly feeds back the problem-solving process, usually
mainly to solve the optimization problem of pure phase to get closer to the desired goal or result. Each iteration of the
hologram; that is, given a complex amplitude hologram, it is process is called “Iteration” and the result of each iteration
encoded into a pure phase hologram, and the phase-only will be the initial value of the next iteration. Iterative al-
hologram can be reconstructed by optical reconstruction. In gorithm is a basic way to solve the problem by computer. It
addition, the original image must be reproduced as far as mainly makes use of some characteristics of computer; that
possible. After many iterative Fourier transforms, the is, the speed of operation is fast and suitable for repetitive
resulting pure phase hologram itself produces phase errors. operation, so that the computer repeatedly executes a set of
Through multiple iterations of Fourier transform and its instructions.
inverse transform and imposing constraints on the holo-
graphic surface and the reconstructed image surface, re-
spectively, when the final phase value is obtained, the mean 4.1.2. Preparation Steps to Solve Problems with Iterative
square error of the amplitude in the positive and negative Algorithms. The first step is to determine the iteration
Fourier transform process will definitely decrease. There are variable. In general, there is at least one variable, iteration
three main types of phase-only holography optimization variable, which can be used to deduce the new value from the
algorithms: old value directly or indirectly. The second step is to establish
Mathematical Problems in Engineering 3

an iterative relationship. Iterative relationship refers to how H(n) −1 (n)


(1)
2 � F 􏼐H1 􏼑.
to derive the relationship or formula of its next value before
one iterative variable. The key to the iterative problem is to
(2) Limitation: replace the amplitude distribution of the
establish a suitable iterative relationship, generally using a
light field transmitted to the image reconstruction
method of recurring method or inverted method to get the
plane in the first step with the required object’s
desired iterative relationship. The third step is to control
amplitude distribution:
iterative processes. Since the iterative process cannot be
executed in unlimited loop execution, the end time of the H(n) (n)
3 � Atarget exp i􏼐arg􏼐H2 􏼑􏼑, (2)
iterative process has become a problem that the iterative
program must be considered. Usually control iterative where Atarget is the target image amplitude.
processes can be divided into two cases of determined values
(3) Calculate the propagation of the light field from the
and cannot determine the number of iterative times. The first
image plane of the object to the hologram plane in
case control iterative process can be implemented by
the second step:
building a repetitive cycle of a fixed iterative number; the
second case controls the iterative process is more complex H(n) (n)
4 � F􏼐H3 􏼑. (3)
and needs to find the condition of the end of the iterative
process. (4) Restriction: set the amplitude of the light field
transmitted to the plane of the hologram in the third
step as Unit 1 to get the pure phase, the phase ho-
4.1.3. Iterative Algorithm Application. The iterative algo- logram P(n+1) :
rithm can be applied to the approximate root of the equation
or equation group [9]. The equation is f(a) � 0, using the ϕ(n−1) � arg􏼐H(n)
4 􏼑,
mathematical method to derive equivalent form x � g(a), (4)
P(n−1) � exp􏼐iϕ(n−1) 􏼑.
followed by following:
(1) Select an approximate root of an equation to give the Go back to step 1, replace H(n) (n+1)
1 with P and continue
variable a0 iterating. When the accuracy condition is satisfied, P(n+1) is
(2) Assign the value of a0 to the variable a1 , then cal- output as a phase-only hologram [9–12].
culate the value of g(a1 ), and assign the result to the The random phase method is a commonly used non-
variable a0 iterative method in the process of pure phasing of complex
(3) If |a0 − a1 | is greater than the specified accuracy amplitude holograms. Since pure phase holographic coding is
requirement, the calculation of repeating steps in (2) equivalent to a high-frequency filtering process, the recon-
is returned structed image only includes the boundaries and lines of the
original image. Therefore, a random phase mask needs to be
If the equation has root, the approximate root sequence introduced to disperse the wavefront of the original image to
calculated by the above method is converged, and a0 ob- the entire hologram to improve the reconstruction quality.
tained in the above method is the root of the equation. The
above algorithm is expressed as the form of C language
programs: 5. Calculate Hologram
Let A � (a0 , a1 , . . ., an−1 ).
The equation group is aj � gj (A) (J � 0, 1, . . ., n − 1). The hologram is calculated by using artificial methods to
encode the hologram, which is hologram made by computer
and various plotters [13]. The process of computer-gener-
4.2. Iterative Algorithm on Hologram. Gerchberg–Saxton ated hologram is shown in Figure 1.
(GS) algorithm is the most famous and probably the most
used method of the iterative algorithm [8]. According to the
5.1. The Development of Computer-Generated Hologram.
amplitude distribution of the plane of the hologram and the
Computer-generated hologram, or CGH for short, was first
reconstructed image, the phase information of the light field
proposed by Kozma and Kelly to make filters that could test
in the plane of the hologram is obtained by iterating the
noise-covered signals [9, 14]. Later, with the rapid devel-
forward and backward light wave transmission and the
restriction imposed on the two planes (see below). This opment of computer technology and optical technology, it
method is very suitable for computing phase-only holo- gradually developed into an independent branch of science.
grams. Using the GS algorithm of Fourier transform as an In 1948, Dennis Gabor first put forward the theory of
“Wave-front reconstruction” [15] and then began to study
example, we first estimate the phase distribution ϕ(0) , and
the holography technology, which changed the current
then each iteration of the algorithm includes the following
situation that the sensitive recording medium can only
steps:
record the amplitude-related information of the light wave.
(1) The initial phase-only hologram is H(n) (n)
1 � exp(iϕ ), The quality of the hologram is very low because of the weak
calculated to transfer the light field from the holo- coherence of the mercury lamp source. This is the first
gram plane to the image plane of the object: generation of holographic technology, that is, the use of
4 Mathematical Problems in Engineering

#include<stdio.h>
#include<math.h>
#define Epsilon 1.0E − 8.
double g(double a){
double b;
b � pow(a + 1, 1.0/3);
return b;
}
int main(int argc, char ∗ argv[])
{
double a0, a1;
int k � 0, max � 20;
printf(“Enter initial approximation:”);
scanf(“%f”, &a0);
do{
a1 � a0;
a0 � g(a1);
k � k + 1;
}
while(fabs(a0-a1) > Epsilon&&k < max);
printf(“Approximate root of equation is% f \n”, a0);
return 0;
}

ALGORITHM 1: Seeking the root of equation f(a) � a ∗ 3 − a − 1 by iterative method.

#include<stdio.h>
#include<math.h>
#define Epsilon 1.0E − 8.
int main(int argc, char ∗ argv[])
{
double a[10], b[10];
int cnt � 0, max � 100;
double c � 0;
for(int i � 1; i ≤ 4; i++){
a[i] � 0;
}
do{
for(int i � 1; i ≤ 4; i++)
b[i] � a[i];
for(int i � 1; i ≤ 4; i++){
a[1] � (6 + a[2] − 2 ∗ a[3])/10;
a[2] � (25 + a[1] + a[3] − 3 ∗ a[4])/11;
a[3] � (−11 − 2 ∗ a[1] + a[2] + a[4])/10;
a[4] � (15 − 3 ∗ a[2] + a[3])/8;
}
c � 0;
for(int i � 1; i ≤ 4; i++)
c+ � (fabs(b[i] − a[i]));
cnt++;
}while(c > Epsilon&&cnt < max);
for(int i � 1; i ≤ 4; i++)
printf("a[%d] � %f\n",i,a[i]);
return 0;
}



⎪ 10a1 − a2 + 2a3 � 6;

⎨ −a1 + 11a2 − a3 + a4 � 25;
ALGORITHM 2: Seeking the root of equation.f(a) � ⎪ by iterative method.

⎪ 2a − a2 + 10a3 − a4 � −11;
⎩ 1
3a2 − a3 + 8a4 � 15;
Mathematical Problems in Engineering 5

Using a computer to simulate thediffraction specifically from the object to the hologram plane;
Object Dry board during the propagation process of the photoelectric
Diffraction propagation process
Exhibit phase ∂ (x, y) wave, the calculation of the reconstituting distri-
Artificial code bution of the light field on the hologram plane is
Exhibit amplitude A (x, y) passed by computer to process light wave.
Figure 1: Calculation of the process of hologram. (3) Encoding: the transmittance change of the hologram
is to distribute the optical wave complex amplitude
on the hologram plane in accordance with different
mercury lamps as a source of illumination for coaxial re- coding methods.
cording. It was not until 1960 that the second generation of
(4) Completing: changes of hologram transmission
holographic technology was born due to the application of
through computer control, plotting a hologram with
laser, that is, using laser as a recording and reproducing light
a plotter, computer-controlled micrometer, or
source to achieve coaxial recording. In 1963, E. N. Leith and
cathode ray tube can also be directly recorded on a
J. Uptnieks proposed off-axis holography, which solved the
film hologram; if the drawing device does not have
problem that the two image centers formed by coaxial
enough resolution, you will draw a relatively large
holography were both on the hologram axis and accelerated
chart and then reduce it to obtain a hologram.
the development of holography technology. In the early
1970s, many scientists were interested in it and devoted (5) Reproducing: It is similar to reconstructing an op-
themselves to it, ushering in the third generation of holo- tical hologram. The production process of Fourier
graphic technology. In 1965, optical expert Roman used a transform hologram is shown in Figure 2.
computer and a plotter to create the first computer-gen- In the sampling step, the total number of sample points
erated hologram in history. In 1967, D. P. Paris applied J. W. required to be entered when the computer hologram is created
Turkey’s fast Fourier transform (FFT) algorithm to the by N � (Δx ∗ Δv)2 , where (Δx)2 is an area of the input image
computation of Fourier transform, greatly reducing the and (Δv)2 is its band area. There are two ways to enter the
computation time. In 1969, S. A. Benton proposed a two- bandwidth of the input image. The first method is not un-
step rainbow hologram with the characteristics of simple limited because the frequency of the image forming system is
recording, low noise, and being unconstrained by a lens. In not unlimited, and there is a cutoff frequency, which can be
1976, Y. Denisyuk projected an expanded laser beam directly approximately an optical channel or the cutoff frequency of the
onto the negative, exposed it, developed it, and created a receiver to represent the input image bandwidth [16, 17]. The
reflection hologram that reproduced a three-dimensional second method is to use the definition of the local frequency to
image in white light. The development goal of the fourth- indicate the bandwidth of the product wave function: the
generation holography is to record and reproduce by white bandwidth of the value wave function in the x direction is Bx ,
light; so far it has not been realized. and the bandwidth in the y direction is By . Then
􏼌 􏼌
2 􏼌􏼌zW(x, y)􏼌􏼌􏼌
5.2. Overview of Computer-Generated Hologram. CGH can Bx � 􏼠􏼌􏼌􏼌􏼌 􏼌􏼌􏼡 ,
not only record all information of object light wave in real or λ zx 􏼌 max
virtual object, but also have a kind of physical depth of field 􏼌 􏼌 (5)
which can be seen by naked eye, so it has great flexibility and 2 􏼌􏼌􏼌􏼌zW(x, y)􏼌􏼌􏼌􏼌
By � 􏼠􏼌􏼌 􏼌􏼡 .
unique advantage. With the development of optics, after the λ 􏼌 zy 􏼌􏼌 max
introduction of computer into the field of optical processing,
many optical phenomena can be simulated by computer, but That is, the bandwidth of the product wave function is
only holographic display can reproduce the information of the indicated by twice the maximum value of the local frequency.
amplitude and phase of the light wave of the original object; the In addition, the computer hologram, in the present, has not
technique is called the ideal 3D display method because it can only optical, but also digital reproduction. Digital reproduction
provide all the 3D information needed by the human eye, as if it mainly utilizes two formulas: Fresnel diffraction formula and
can see the diffuse light field of a real object or scene. CGH is transmission coefficient formula of the lens [14, 15].
based on digital calculation and modern optics. It can record Fresnel diffraction formula:
the phase and amplitude of light wave, low noise, and high
repeatability and can record any nonexistent object. eikz1 iπ/λz1 (x20 +y20 )
E x0 , y 0 􏼁 � e F􏼈E x1 + y1 􏼁exp
iλz1
(6)
5.3. The Procedure of Making CGH π 2 2
􏼢i 􏼐x + y1 􏼑􏼣􏼩,
(1) Sampling: sample the object surface or wavefront λz1 1
with a sampling theorem, thereby obtaining discrete
values from the object or the wavefront at each where F represents Fourier transform, i is the input surface
discretization point. retrieval, p is the output surface of the output surface, z1 is
(2) Calculating: the calculation of the light field distri- the distance between the two planes, k is the optical wave,
bution of the light wave on the holographic plane is and λ is the wavelength of light.
6 Mathematical Problems in Engineering

Discrete fourier
Object Discrete point transform Fourier transform Encoded Holographic
distribution Spectrum on the Transmissive
Mathematical
hologram function
expression

Draw
Reproduce Calculate
Image
hologram

Figure 2: The production process of Fourier-transform hologram.



⎪ x21 + y21 Fresnel computational hologram: the Fresnel diffraction

⎨ exp􏼠−ik 2f 􏼡, within the aperture,
⎪ wave emitted by the object is the complex wavefront
t x1 ,y1 􏼁 � ⎪ (7) recorded by the Fresnel computer hologram. When making



⎩ a Fresnel computed hologram, calculate the complex am-
0, Aperture,
plitude distribution of the Fresnel diffraction wave on a
certain distance plane according to the object wave function,
where f is the focal length of the lens [17]. The reproduction then encode the complex amplitude distribution into the
process is shown in Figure 3. transmittance function of the hologram, and finally pass
plotter and optical reduced version can get Fresnel com-
puted hologram. For planar objects, because there is no
5.4. Types of Computational Holograms. With the continu- change in depth information, the Fresnel diffraction process
ous development of computational holography, many dif- of the wavefront can be calculated by simple integration.
ferent types of computational holograms have appeared one In addition, according to the properties of the hologram
after another. Their principles are similar but very different. transmittance function distribution, it can be divided into
These holograms are used in different occasions. According two types: amplitude type and phase type. In these two
to the relative position of the three-dimensional object and categories, it can be further subdivided into binary com-
the calculated overall coordinate position, it is divided into puting holography and gray-scale computing holography
the image calculated hologram, the Fourier transform according to the characteristics of transmittance change.
computed hologram, and the Fresnel computational However, according to the coding technology used in the
hologram. production of computational holography, it can be roughly
Image computed hologram: the object wave function is divided into detour phase-type computational holograms,
the complex wavefront recorded in the image computed corrected off-axis reference light computational holograms,
hologram. After understanding the complex amplitude and computational holographic interferograms.
distribution function of the object’s image field when
making the image computed hologram, the computer uses
the coding method to calculate the transmittance function to 5.5. Sampling Theorem. If a time-continuous signal f(t)
obtain the transmittance distribution function of the image with a maximum cutoff frequency fm is sampled by a
hologram and finally through the plotter and optics. The switching signal with a time interval of T ≤ 1/2fm , f(t) can
reduced version can be obtained like a computed hologram. be uniquely represented by the sample signal, and this is the
The image hologram can directly reproduce the image of the sampling theorem.
original object. The characteristic of optical image information is that it
Fourier transform computed hologram: the Fourier is often continuously distributed. Due to the limited in-
transform of the object wave function is the complex formation capacity of physical devices, while realizing in-
wavefront recorded in the Fourier transform computer formation recording, storage, transmission, and processing,
hologram. When making the Fourier transform computer a continuous function often uses its function value on a set of
hologram, the computer uses the fast Fourier transform discrete points. Sampled value is represented. Given that a
algorithm to Fourier the object light wave function. The leaf function is f(n), its sampling value is
transform discretization process then calculates the f(n) � f t0 + nΔx􏼁, n � 0, 1 . . . , N − 1. (8)
transmittance distribution function of the Fourier trans-
form computed hologram through the encoding method, In the formula, t0 is the sampling starting point, n is the
and finally obtains the Fourier transform computed ho- sampling point number, Δx is the sampling interval, and
logram through the plotter and optical reduction. The f(n) is the sampling value or sequence of sampling values. In
Fourier transform computed hologram can directly re- principle, the smaller the sampling interval is, the more ac-
produce the Fourier transform spectrum of the original curately the sampling sequence can reflect the original
object. continuous function. Sampling is an important and
Mathematical Problems in Engineering 7

Fourier
lens

Collimated
light

f f

Fresnel Lens Fresnel Reproduce


Hologram deron change deron image
Figure 3: Reproduction process.

indispensable step in the production of computational ho- appropriately enlarged or reduced. The required hologram
lograms, and the sampling theorem is one of the important can be obtained on the negative film by obtaining the
theoretical foundations in computational holography shooting record. In addition, the amplitude type computer-
technology. generated hologram can be made by using pattern generator,
photo plotter, microdensitometer, and laser beam scanning
recording device. The reconstruction method of computer-
5.6. Calculation. The process of calculating the hologram of generated hologram is determined according to the type of
an image is the way of using the laws of physics to obtain the hologram, and it is also related to the coding method of
complex amplitude distribution on the holographic plane information.
and using the computer to simulate the propagation, dif-
fraction, and interference of light, which obtain the complex 6. Application and Prospect of Hologram
amplitude distribution on the holographic plane. In specific
calculations, Fourier transform, Fresnel diffraction formula, 6.1. Application of Hologram. Holograms have many uses in
etc. are often used. The classical scalar wave diffraction art, science, and technology, such as the following.
theory is used in computer holography. This theory treats
light waves as scalar waves and can well explain the holo-
graphic process. 6.1.1. Copper Crafts. Use 3D Max or C4D modeling software
to obtain the 3D model of copper crafts, import the obtained
3D model into Adobe After Effects Software for processing,
5.7. Coding of Information. Coding is to realize the complex and make the holographic projection of copper crafts, that is,
amplitude (amplitude and phase) of each sampling point of get the hologram of copper crafts, which is conducive to the
the spectrum calculated above by artificial method according collection of copper crafts data.
to the given reproduced illumination light wave. Compu-
tational holography can “lock” phase and amplitude in- 6.1.2. Transmission Holographic Projector. The principle of
formation through two approaches: holographic projection technology [18]: holographic pro-
(1) Interferometry coding method: the phase informa- jection technology belongs to a presentation method of 3D
tion is “locked in” by the interference of the reference technology, which originally refers to the technology of
light wave and the object light wave, and the recording and reproducing the real three-dimensional
transmittance function is calculated by the computer image of an object by using the principle of interference and
[13, 15]. diffraction. Regardless of where the laser and hologram
(2) Circuitous phase coding: when encoding the am- plate are placed in a transmission holographic projector,
plitude or phase of the object function, it is necessary they are placed at the same distance and angle. Turn on the
to use two independent parameters to separate on laser and you will get an exact copy of the original image,
the hologram. The amplitude encoding of the light which is seen as a virtual image. Place the laser head upright
wave needs to be achieved by controlling the from the hologram board for a sharper image. Depending
transmittance or the aperture area of the small cell on on the lighting angle, the viewing angle and the quality of
the hologram. The phase is encoded by the position the image will be changed and different; moreover, the
of the rectangular hole, and there is no need to refer image quality will be improved when illuminated from the
to the light wave or increase the bias component front.
during the recording process.
6.2. The Prospect of Hologram
5.8. Storage and Reconstruction of Hologram. The storage of (1) In the composite light composed of multiple
the original image called hologram is made by computer- wavelengths, only one wavelength, that is, the light
controlled drawing equipment, and the image size is with the same wavelength as the recording light
8 Mathematical Problems in Engineering

wave, can achieve the maximum diffraction, while Acknowledgments


the diffraction image with sufficient brightness
cannot appear at other wavelengths, so as to avoid This paper was supported by Top-Notch Talents Cultivation
the occurrence of color crosstalk, so the volume Project of Anhui Higher Education (gxgnfx2020099), Anhui
hologram can be used for white light reproduction. Natural Science Research Project (2020) under Grant no.
In addition, volume holograms can store multiple KJ2020A0696, Key Research and Development Projects of
three-dimensional images at small angular intervals Tongling Science and Technology Plan (20200201016),
without image crosstalk. Therefore, volume holo- Special program of copper culture of Tongling University
grams can also be used for high-capacity and high- (2020tlxytwh02), and Anhui College Students’ Innovation
efficiency holographic storage. and Entrepreneurship Program (s202110383134).
(2) Some practical CGH elements are fabricated, such as
aberration corrector for correcting the aberration of References
ordinary holographic elements, a laser scanner for
realizing simultaneous high-speed scanning of [1] V. M. Bove, “Display holography’s digital second act,” Pro-
multiple beams of light, and a phase shifter for ceedings of the IEEE, vol. 100, no. 4, pp. 918–928, 2012.
[2] 白. Bai Tao-tao, 刘. Liu Zhen, and 卢. Lu Peng, “Adaptive
encoding in data storage. It is used for holographic
watermarking algorithm based on CGH with strong robust-
lens with special function.
ness,” Chinese Journal of Liquid Crystals and Displays, vol. 30,
(3) Computer-generated hologram can display three- no. 1, pp. 170–179, 2015.
dimensional images of objects that can be easily [3] D. Wang, C. Liu, and C. Shen, “Holographic capture and
described by numbers but are difficult to be actually projection system of real object based on tunable zoom lens,”
made; that is, it can be displayed by hologram; CGH PhotoniX, vol. 1, no. 1, p. 6, 2020.
can also be used in optical detection, and its standard [4] D. Mourtzis, J. Angelopoulos, and N. Panopoulos, “Collab-
wavefront has high precision. orative manufacturing design: a mixed reality and cloud-
based framework for part design,” Procedia CIRP, vol. 100,
(4) In recent years, holographic projection technology no. 5, pp. 97–102, 2021.
has developed as high-tech. This technology inter- [5] K. Liu, Z. He, and L. Cao, “Pattern-adaptive error diffusion
prets the concepts of function and form, as well as algorithm for improved phase-only hologram generation,”
design and art, and applies holographic projection Chinese Optics Letters, vol. 19, no. 5, Article ID 050501, 2021.
technology to landscape design to explore new [6] Y. Liu, S. Wu, Q. Xu, and H. Liu, “Holographic projection
technical means. It can be seen from the develop- technology in the field of digital media art,” Wireless Com-
ment of holographic projection technology that high munications and Mobile Computing, vol. 2021, no. 3, 12 pages,
technology will be applied to all aspects of future life. Article ID 9997037, 2021.
[7] S. Jiao, D. Zhang, C. Zhang, Y. Gao, T. Lei, and X. Yuan,
Especially in the application of environmental de-
“Complex-amplitude holographic projection with a digital
sign, it has important breakthrough significance for
micromirror device (DMD) and error diffusion algorithm,”
the development of environmental design. IEEE Journal of Selected Topics in Quantum Electronics,
vol. 26, no. 5, pp. 1–8, 2020.
7. Conclusion [8] R. W. Gerchberg and W. O. Saxton, “A practical algorithm for
the determination of phase from image and diffraction plane
3D holographic projection technology as a prevailing visual pictures,” Optik, vol. 35, no. 2, pp. 237–246, 1972.
high-tech has been very popular in recent years. The stereo- [9] C. Li, B. Dong, and B. Pan, “A flexible and easy-to-implement
scopic images (holograms) reconstructed by holographic single-camera microscopic three-dimensional digital image
technology are helpful to preserve precious works of art for correlation technique,” Measurement Science and Technology,
collection, and computer-generated holograms can also give vol. 30, no. 8, pp. 1–9, 2019.
engineers and designers’ designs unprecedented visual effects. [10] G.-z. Yang, B.-z. Dong, B.-y. Gu, J.-y. Zhuang, and
In the near future, holograms may be used to store information. O. K. Ersoy, “Gerchberg-saxton and Yang-Gu algorithms for
The future development potential of holograms is huge. It is phase retrieval in a nonunitary transform system: a com-
believed that, with the improvement of technology, the sub- parison,” Applied Optics, vol. 33, no. 2, pp. 209–218, 1994.
[11] G. Z. Yang, B. Y. Gu, and B. Z. Dong, “Theory of the am-
sequent development will provide more satisfaction and make
plitude-phase retrieval in any linear-transform system and its
greater contribution to the progress of human society. applications,” in Proceedings of the SPIE 1767, Inverse Prob-
lems in Scattering and Imaging, pp. 457–478, SPIE, San Diego,
Data Availability MA, USA, June, 1992.
[12] H. Bu and S. Jiao, “Optimization algorithm of pure phase
All data used to support the findings of this study are hologram,” Liquid crystal and display, vol. 36, no. 06,
available from our experiments, and these data are publicly pp. 810–826, 2021.
available data. Upon request, please contact the author to [13] Y. Chen, X. Sang, S. Xing et al., “Real-time pre-rectification of
provide them. aberrations for 3D light-field display based on a constructed
virtual lens and ray path tracing,” Optics Communications,
Conflicts of Interest vol. 499, no. 15, Article ID 127292, 2021.
[14] B. Ypa, B. Ac, and B. Jw, “Simple encoding method of phase-
The authors declare that they have no conflicts of interest. only hologram for low crosstalk full-color multi-plane
Mathematical Problems in Engineering 9

holographic projection,” Optics and Lasers in Engineering,


vol. 147, no. 12, Article ID 106748, 2021.
[15] P. We, “Influence of lack of light in partial subapertures on
wavefront reconstruction for shack-hartmann wavefront
sensor,” Chinese Journal of Lasers, vol. 47, no. 2, Article ID
0409002, 2020.
[16] F. Zhao, H. Zhang, J. Xing, and X. Feng, “Study on Fabrication
and simulation reproduction of Fresnel computer-generated
hologram interferogram,” Journal of Capital Normal Uni-
versity, vol. 30, no. 05, pp. 20–24, 2009.
[17] W. Han, “Study on transmission coefficient of super lens in
lithography device,” Journal of Capital Normal University,
vol. 35, no. 02, pp. 22–25, 2014.
[18] H. Yuan and R. C. Veltkamp, “Free-viewpoint image based
rendering with multi-layered depth maps,” Optics and Lasers
in Engineering, vol. 147, no. 8, Article ID 106726, 2021.

You might also like