Skip to main content

High-quality binary fringe patterns generation by combining optimization on global and local similarity

Abstract

Background

The recently proposed optimized dithering techniques can improve measurement quality. However, the objective function in these optimization methods just qualifies the global similarity of the pattern while the global optimization methods ignore the influences of local structure.

Method

In order to get high quality binary dithered patterns, this paper presents an algorithm which combines optimization on global and local similarity and implements it in the whole-fringe optimization.

Results

Both the simulation and experimental results demonstrate that the proposed algorithm can achieve binary fringe patterns with higher phase quality and less intensity difference. The fringe patterns based on the proposed method can get high quality measurement results.

Conclusion

The proposed method can get high quality binary dithered patterns under different defocusing levels by combining global similarity and local structure similarity. The proposed method can improve the robustness to the amounts of defocusing.

Background

Digital fringe projection (DFP) techniques based on sinusoidal fringe patterns have been widely used for high-quality 3D shape measurement due to their flexibility and speed [1]. However, there are major limitations of the conventional DFP technique: high speed measurement (i.e., typically 120 Hz) and projection nonlinearity, which make it difficult to be applied to high-speed measurement [2].

To overcome these limitations, two categories of methods are proposed: the 1-D pulse width modulation methods [3, 4] and the 2-D area modulation methods [5, 6]. The former separates the fundamental frequency from high frequency harmonics by either shifting or eliminating high frequency harmonics. This method is successful to meet the requirement of high speed measurement, but this technique also has the defects: (1) when the fringe stripes are wide, the improvements have been limited [7], (2) because the pulse width modulation (PWM) technique is one-dimensional pattern, it cannot fully take advantage of the two-dimensional binary defocusing technique [8]. Xian and Su [9] propose the area-modulation technique, which can generate high-quality sinusoidal fringe patterns for precise micro manufacturing. In 2012, Lohry and Zhang [10] propose a technique to approximate the triangular waveform by modifying 2 × 2 pixels so that it can get better measurement results. However, if the fringe stripes are wide, it is difficult to achieve high-quality patterns.

Dithering techniques have been extensively used to produce high quality fringe pattern that can approximate the ideal sinusoidal patterns more closely after defocusing [11, 12]. The superiority of dithering techniques is that it operates a two-dimensional process that can manipulate the noise more flexibly and imitate sinusoidal fringes, especially it can get high quality fringe pattern for large period. Over the past years, some researchers have developed the dithering techniques to make significant improvements to fringe pattern quality. These studies include: Bayer method [13], error diffusion method [14] and genetic method [15]. The quality of the pattern based on optimization method is higher than that of other methods, and the genetic method improves the phase drastically. However the dithering techniques are originally developed for global similarity [16, 17].

In order to improve local details and the quality of fringe patterns, a lot of research has been carried out to optimize the dithered fringe patterns for phase-shifting profilometry. The optimization can be carried out in either intensity or phase domain. The former approach [18, 19] tries to minimize the error between the defocused halftone pattern and a sinusoidal fringe pattern while the latter approach [20] tries to minimize the phase error achieved with the defocused halftone patterns. Since the quality of measurement is determined by the phase error, the phase-based optimization tends to optimize the measurement quality directly while the intensity-based optimization does not. However, the performance of current phase-based optimization method is more sensitive to the extent of defocusing which may not be controlled precisely in practical situations [21]. The intensity-based method is robust to the amounts of defocusing. Whereas, these optimization methods just focus the global intensity similarity while ignore the influences of local structure. The intensity-based optimization and phase-based optimization are always implemented in a small patch of the fringe pattern and the best patch is tiled through symmetry and periodicity. In the process of optimization, manual selection of the best patch is very tedious and time-consuming.

This paper proposes a new optimization framework to improve the fringe pattern quality. In order to make sure global and local similarity between the ideal pattern and the defocused dithering pattern. We propose an objective function which weighted combines normalized mean squared error and structural similarity index measure. The global similarity is presented by normalized mean squared error and the local similarity is presented by structural similarity index measure. The goal of optimization is to minimize the object function between the defocused binary pattern and its corresponding ideal sinusoidal pattern.

The remainder of this paper is organized as follows. Section Method, we briefly review the principle of three-step phase-shifting algorithm, the principle of the object function and the whole fringe optimization framework. Section Results and discussion, we present the experimental results. Section Conclusion provides the conclusion of this paper.

Method

Three-step phase-shifting algorithm

In this paper, three-step phase-shifting algorithm with a phase shift 2π/3is applied. Because it need the least formulas for its simplicity and speed. The sinusoidal light intensity can be described as:

$$ {I}_1\left(x,y\right)=A\left(x,y\right)+B\left(x,y\right)\cos \left[\varphi \left(x,y\right)\right] $$
(1)
$$ {I}_2\left(x,y\right)=A\left(x,y\right)+B\left(x,y\right)\cos \left[\varphi \left(x,y\right)+\pi /3\right] $$
(2)
$$ {I}_3\left(x,y\right)=A\left(x,y\right)+B\left(x,y\right)\cos \left[\varphi \left(x,y\right)+2\pi /3\right] $$
(3)

WhereA(x, y) is the average intensity. B(x, y) is the intensity modulation. φ(x, y) is the phase needed to be calculated. Based on the Eqs.(1–3), the φ(x, y) can be gotten.

$$ \varphi \left(x,y\right)={\tan}^{-1}\left[\sqrt{3}\left({I}_1-{I}_3\right)/\left(2{I}_2-{I}_1-{I}_3\right)\right] $$
(4)

Notably, the environmental noise can be eliminated by subtraction of different patterns. The solved phase from Eq. (4) is wrapped in range (−π, π]. After φ(x, y) is unwrapped, the absolute phase can be obtained.

Objection function

Dithering optimization technique has been researched in reducing its overall phase error. The objective function of all these optimization techniques is to get the best fit of the binary patterns to the corresponding ideal sinusoidal pattern [14]. The optimization process can be described as the norm function such as norm Frobenius function:

$$ \underset{B,G}{\min}\left\Vert I\left(x,y\right)-G\left(x,y\right)\ast B\left(x,y\right)\right\Vert $$
(5)

Where · represents the norm Frobenius. I(x, y) is the ideal sinusoidal intensity pattern. G(x, y) represents a 2D Gaussian function. B(x, y) is the 2D binary pattern. * represents convolution. The optimization function evaluates the global intensity similarity between the dithering pattern and its corresponding ideal pattern, but it just considers the global similarity without focusing on local structure similarity. In addition, the global optimization is a very time-consuming process and it is difficult to solve the problem by using the objective function because of the NP problem [18].

The local detailed structure is one of the important information resources in an image. It contains particular high-frequency components. In order to contain the local similarity in the objective function, we propose a weighted synthetic function (WSF). The objective function combines two parts: a global intensity part and a local structure part. The global intensity measurement is based on the normalized mean squared error (NMSE). The local structure measurement is based on the structural similarity index measure (SSIM). The WSF can be expressed as follows:

$$ WSF={\omega}_n NMSE\left(I,{I}_d\right)+{\omega}_s\left(1- SSIM\left(I,{I}_d\right)\right) $$
(6)

Where NMSE(I, I d ) measures the global similarity and SSIM(I, I d ) measures the local similarity, respectively. WSF gets the synthetic error between the ideal pattern I and the dithering pattern I d . The ω n and ω s are the weight factors (ω n  + ω s  = 1). Because ω n is the coefficient of the normalized mean squared error, it represents the weight of global similarity, such as period, peak, trough and symmetric axis and so on. While ω s is the coefficient of structural similarity index measure which represents the weight of local similarity such as local luminance, contrast and structure and so on. In this paper, ω n and ω s are empirically set to be 0.7 and 0.3 respectively.

First a global intensity similarity is introduced into the WSF expression. The NMSE(I, I d ) can evaluate the global intensity similarity between the dithering pattern and the corresponding ideal pattern. The NMSE(I, I d ) can be shown as:

$$ NMSE\left(I,{I}_d\right)=\frac{\sum_H{\sum}_W{\left(I\left(x,y\right)-{I}_d\left(x,y\right)\right)}^2}{\sum_H{\sum}_W{\left(I\left(x,y\right)\right)}^2} $$
(7)

Where H and W respectively represent height and width of the pattern. The NMSE(I, I d ) method reflects the whole fringe pattern intensity statistical errors. Thus, the smaller the NMSE(I, I d ) is, the better the whole pattern quality becomes. However NMSE(I, I d ) only focuses on the global similarity, so SSIM(I, I d ) is introduced as an optimization term to evaluate the local structure similarity between the dithering pattern and the corresponding ideal pattern. The whole fringe pattern is divided into P elements by the neighborhood window. SSIM(I, I d ) is calculated in the neighborhood window and the window size is designed based on the whole pattern. For example, in this paper, the size of captured image is 768*1024. Because the vertical fringe pattern is used, the window size is designed according to the width of fringe pattern. 24 pixels are neglected from the 1024 pixels and 1000 pixels are kept. For the whole fringe pattern, it can be divided into 20 parts where every part contains 50 pixels. Every part is analyzed by using luminance, contrast and structure. At last every optimized section is connected directly without complex computing because we optimize the fringe pattern in a whole pattern. In the local structure, the comparison between the ideal pattern and dithering pattern focuses on three parts: luminance, contrast and structure. First the local structure function (LSF) should be generated and the structural intensity error is calculated by comparing the LSF between I(x, y) andI d (x, y).

The calculation process of LSF(x, y) is shown as following and we set I(x, y) as an example:

Luminance: Luminance function can be designed as l(x, y), as shown in Eq.(8):

$$ l\left(x,y\right)=\frac{2{S}_x{S}_y+{c}_1}{S_x^2+{S}_y^2+{c}_1} $$
(8)

Where c1 is a constant (here c1 = 1) to avoid singularity. Based on the theory of references [22, 23], every S x and S y can respectively be calculated by using formula: \( {S}_x=\sum \limits_{i=1}^W{x}_i \) and \( {S}_y=\sum \limits_{i=1}^H{y}_i \) where x i is the intensity of every row and y i is the intensity of every column. W and H is the width and height of every part.

Contrast: Contrast function can be designed as c(x, y). It is similar to Eq.(8), but it uses σ x and σ y to express the estimation of the contrast, as show in Eq.(9):

$$ c\left(x,y\right)=\frac{2{\sigma}_x{\sigma}_y+{c}_2}{\sigma_x^2+{\sigma}_y^2+{c}_2} $$
(9)

Where c2 is also constant (here c2 = 1) to avoid singularity.

If the intensity average value of every row is S i , the standard deviation σ x can be calculated by using formula: \( {\sigma}_x=\sqrt{\frac{1}{N-1}\sum \limits_{i=1}^N\left({x}_i-{S}_i\right)} \) and σ y can be gotten with the same form.

Structure: Structural function can be designed as s(x, y). It uses the correlation between the ideal pattern and dithering pattern to measure the structural similarity, as shown in Eq.(10):

$$ s\left(x,y\right)=\frac{\sigma_{xy}+{c}_3}{\sigma_x+{\sigma}_y+{c}_3} $$
(10)

Where the c3 is similar to c1 and c2 (here c3 = 1) and the standard deviation σ xy is solved for \( {\sigma}_{xy}=\frac{1}{N-1}\sum \limits_{i=1}^N\left({x}_i-{S}_x\right)\left({y}_i-{S}_y\right) \).

The local weighted function (LWF) is generated by weighted combing the luminance function、contrast function and structural function, as shown in Eq. (11)

$$ LSF\left(x,y\right)=l{\left(x,y\right)}^{\alpha}\cdotp c{\left(x,y\right)}^{\beta}\cdotp s{\left(x,y\right)}^{\gamma } $$
(11)

Where α, β and γ are used to be weighted between luminance function、contrast function and structural function. Usually α, β and γ are set to 1.

The ideal sinusoidal fringe pattern I(x, y) and dithering pattern I d (x, y) have the same process to calculate the LSF and LSF d , and finally the function SSIM(I, I d ) can be calculated as shown in Eq.(12):

$$ SSIM\left(I,{I}_d\right)=\sqrt{\sum \limits_{x=1}^N\sum \limits_{y=1}^M{\left( LSF\left(x,y\right)-{LSF}_d\left(x,y\right)\right)}^2} $$
(12)

Where I(x, y) is the pixel intensity of desired ideal sinusoidal fringe. I d (x, y) is the pixel intensity of the Gaussian filtered dithering fringe.

Phase-based optimization (p-opt) and intensity-based optimization (i-opt) are also two main categories to improve the quality of fringe patterns. In order to show the superiority of the proposed optimization method, we compare it with the norm Frobenius (NF) [17], the p-opt [18], i-opt [19] and ideal sinusoidal fringe patterns under the same condition. Figure 1 shows the effectiveness of the proposed method. Figure 1a shows the cross-section comparison between the ideal sinusoidal curve and fringe patterns with different optimization. Figure 1b and c give the intensity difference and phase difference with p-opt, i-opt, NF and the proposed method. From the results we can find that the fringe pattern based on phase optimization has less intensity difference than that based on intensity optimization. It means phase-based optimization can generate better quality fringe pattern than intensity-based optimization. Compared with these two methods, the proposed method has the least intensity difference which means the quality is the best among these optimization methods, while the quality based on the norm Frobenius is the worst because intensity difference is the largest. By analyzing the phase errors, it can also be found that the phase error based on NF is the largest. Phase-based optimization is superior to the intensity-based optimization while the proposed optimization can generate the least phase errors. It proves the advantage of dithering fringe pattern after optimization of WSF. It can generate better quality fringe pattern with less intensity difference and less phase errors.

Fig. 1
figure 1

The cross-section fringe comparison of different optimization. a: The comparison between ideal sinusoidal curve and cross section fringe pattern with different optimization. b and c: The intensity difference among four methods. c: The phase error comparison among four methods

Because NF just compares the global similarity without considering the local structure similarity and other methods are designed for the local details, in the following section we just compare the intensity-based optimization, phase-based optimization and the proposed optimization method.

Implementation in the whole fringe optimization framework

Figure 2 is a flowchart showing the proposed algorithm implemented in the whole fringe optimization and the optimization process is implemented as:

Fig. 2
figure 2

A flowchart showing the proposed algorithm implemented in the whole fringe optimization

Step 1: Intensity error pixel detection. Intensity absolute error map ΔI(x, y) is calculated by ΔI(x, y) = |I(x, y) − I d (x, y)|, where I(x, y) is the intensity of ideal sinusoidal fringe and I d (x, y) is the intensity of Gaussian filtered binary fringe. When the pixels with intensity error are bigger than a certain threshold, they can be defined as error pixels. In this paper, ten fringe patterns are projected to a flat and a series of images are captured. The same period of sinusoidal fringe pattern is designed and compared with captured image. The mean difference value is used as the threshold.

Step 2: Error pixel reassignment. Error pixels are mutated from 0 to1 or from 1 to 0. After mutation of each error pixel, the binary fringe is filtered and global intensity RMS error is calculated. Only good mutations are kept, and bad mutations are discarded. Here good mutation means after this mutation, the global intensity RMS error is reduced.

Step 3: Iteration. As Gaussian filter is applied to the fringe patterns, the error pixel mutation of each pixel will influence its surrounding pixels. So after error pixel reassignment optimization of the whole fringe, steps 1 and 2 are carried out iteratively. Here the iteration process will continue until the intensity RMS error improvement is less than 0.1% in one round or the iteration reaches maximum iterating times.

Step 4: Local error pixel detection. LSF is applied on the ideal sinusoidal fringe patterns to obtain the LSF of ideal sinusoidal fringe patterns. LSF is also applied on the filtered sinusoidal fringe patterns to obtain the LSF d of dithering fringe patterns. The absolute error between LSF and LSF d is calculated by using SSIM(I, I d ). When absolute error of the pixels are larger than the threshold, they are defined as error pixels.

Step 5: Local error pixel reassignment based on the WSF. Pixels in three shifted fringe patterns are optimized simultaneously. If local error pixel is marked as an error pixel, the corresponding pixels in the three dithering fringes will mutate their binary status from 0 to 1 or from 1 to 0. There are eight kinds of combination:(0,0,0), (0,01), (0,1,0), (0,1,1), (1,0,0), (1,0,1), (1,1,0), (1,1,1). The WSF error is calculated for every combination and the smallest error combination is kept. This algorithm is applied to each local error pixel.

Step 6: Iteration. After local structure optimization for the whole fringe patterns, steps 4 and 5 are carried iteratively, until the intensity RMS error improvement is less than 0.1% in one round or the iteration reaches maximum iterating times.

Results

The effectiveness of the proposed method is verified through simulation. In practice, the measurement quality is ultimately determined by phase quality of the binary dithering fringes. The simulation is performed for fringe patterns with different defocusing levels to test the phase RMS error. Because (n + 2)-step phase-shifting is insensitive to the n order harmonics, ten-step phase-shifting technology is used as the reference. The sinusoidal pattern with the same period is used as the reference data to calculate the phase RMS error. The phase RMS error is calculated after applying different sizes of Gaussian filter. In this paper, the Gaussian filter size of 5 × 5 is used to represent slightly defocused and 13 × 13 represents strongly defocused. We use Gaussian filter of sizes G = 5  17 and σ = G/3 to simulate the defocused projector. In this simulation, the phase is obtained by using a three-step phase-shifting algorithm with equal phase shifts. The phase RMS error is calculated by taking the difference between the phase obtained from the smoothed binary patterns and the phase obtained from the ideal sinusoidal fringe patterns. Figure 3 shows the phase RMS error comparison among the phase optimized fringes [18], intensity optimized fringes [19] and the proposed fringes of whole-fringe optimization. The period T ranges from 20 pixels to 90 pixels (T = 20,30...90). When the period is small the intensity-based optimization has less phase RMS error than phase-based optimization, and the proposed optimization has the same tendency with intensity-based optimization but it is superior to the intensity-based optimization with different Gaussian filter sizes. When the period is increased, the phase RMS error has little change. It shows the optimized dithering fringe pattern can be used not only for small period but also for large period fringe pattern. Especially when the period is very large such as T = 90 pixels, the proposed optimization has the least phase RMS error compared with the other two methods. It shows that the proposed method inherits the features of dithering fringe pattern and it has the advantage to be used for large range 3D shape measurement with wide fringe pattern.

Fig. 3
figure 3

The phase RMS error comparison among the phase optimized fringes, intensity optimized fringes and the proposed fringes of whole-fringe optimization

By analyzing of the simulation, we can also find that when the projector is slightly defocused (Gaussian filter size is 5 × 5), the phase-based optimization has the lowest phase RMS error while with the Gaussian filter size increasing, the quality of phase optimized fringes decreases due to the sensitivity to the filter size. The phase error of the intensity-based optimization fringes and the proposed fringes decrease sharply as filter size increases, and they outperform the phase optimized fringes. Because the proposed method focuses on the local structure similarity, the proposed fringes have the same tendency with the intensity optimization fringes and it outperforms the intensity-based optimization fringes on phase quality with all filter sizes.

We also develop a 3D shape measurement system to verify the proposed method. As shown in Fig. 4, in this system, we utilize a DLP projector (Samsung SP-P310MEMX) and a digital CCD camera (Daheng MER-500-14U3M/C-L). The camera is attached with a 16 mm focal length lens (Computar M1614-MP) with an image resolution 1024 × 768. The projector has 800 × 600 resolution and 0.49–2.80 m projection distance.

Fig. 4
figure 4

3D shape measurement system

The first experiment is to reconstruct a flat white board with the intensity-based optimization fringes pattern, the phase-based optimization fringe pattern and the the patterns base on our method. The projector and the camera are operated under exactly the same condition during all experiments. The captured fringe patterns by the proposed method are shown in Fig. 5a and the projector is set to slightly defocused. Figure 5b shows the reconstruction result of the plane. And the phase errors of the reconstruction results with different methods are shown in Fig. 5c. Again, the proposed method generated the best results while the intensity-based optimization method performs worst.

Fig. 5
figure 5

The flat white board is measured and results comparison based on the intensity-opt, phase-opt and proposed-opt

To verify the the robustness of the proposed fringe pattern under different defocusing levels and evaluate the measurement quality, a more complex 3D mask is measured. In practice, it is hard to give quantitative levels, so in this paper, the projector defocusing levels are set: nearly focused, slightly defocused and strongly defocused. Because dithering fringe pattern has the advantage for large-range 3D shape measurement with wide stripes, in this measurement the period T is set to 90 pixels. The measurement results are shown in Fig. 6.

Fig. 6
figure 6

The measurement comparison among three methods under nearly focused, slightly defocused and strongly defocused

From the measurement results, we can find that when the projector is nearly focused, measured results of all the optimized binary fringes are strongly corrupted by noises but the phase-based optimization and the proposed optimization fringe pattern can get better results with less noise. In order to compare the measurement result RMS error, we use the result from 9-step shifted fringe patterns as reference. The measurement results comparison under different projector defocusing levels are presented in Tables 1, 2 and 3. When the projector defocsing level increases, the phase error of all the optimization decreases in general and the phase error of intensity-based fringe and the proposed fringe are larger than phase-based optimization. The RMS of phase-opt, intensity-opt and the proposed-opt are 0.75 mm, 0.62 mm and 0.43 mm, respectively. With the defocusing levels increasing, when the projector is slightly defocused and strongly defocused, the dithering binary pattern will get smoother and the proposed method will get more accurate measurement results than the phase-based and intensity-based optimization methods. Under slightly defocused, RMS of phase-opt, intensity-opt and the proposed-opt are 0.62 mm, 0.55 mm and 0.42 mm, respectively and under strongly defocused, they are 0.42 mm, 0.42 mm and 0.38 mm. From the measurement results and error comparison, we can find that the phase-based method and proposed method perform better than the intensity-based method under the nearly focused for optimization, while the proposed method and intensity-based method steadily improves the accuracy with increasing amount of defocusing. Especially under the slightly defocused and strongly defocused, they are superior to the phase-based method. By comparison and analysis, because we combine the global similarity and local similarity, the proposed optimization fringe pattern has better measurement quality and less RMS error from nearly focused to strongly defocused. This experiment also conforms with our simulation results. It demonstrates that the proposed method can achieve high quality fringe patterns when the projector is at different amounts of defocusing and the proposed method outperforms the phase-based method and the intensity-based method.

Table 1 The measurement comparison under nearly focused. (Units:mm)
Table 2 The measurement comparison under slightly defocused. (Units:mm)
Table 3 The measurement comparison under strongly defocused. (Units:mm)

Conclusion

Recently the optimization methods just qualify the global similarity of the pattern while the global optimization methods ignore the influences of local structure. In order to get high-quality binary dithered patterns, we propose a dithering optimization techniques by combining global similarity and local structure similarity. Both simulation and experimental results have demonstrate that the proposed algorithm can achieve binary fringe pattern with high measurement quality and it is robust to the amounts of defocusing.

Abbreviations

3D:

Three-dimensional

i-opt:

Intensity-based optimization

p-opt:

Phase-based optimization

References

  1. Niu, Z., Gao, N., Zhang, Z., et al.: 3D shape measurement of discontinuous specular objects based on advanced PMD with bi-telecentric lens. Opt. Express. 26(2), 1615 (2018)

    Article  ADS  Google Scholar 

  2. Hyun, J.S., Zhang, S.: Superfast 3D absolute shape measurement using five binary patterns. Opt. Lasers Eng. 90, 217–224 (2017)

    Article  Google Scholar 

  3. Ayubi, G.A., Ayubi, J.A., Martino, J.M.D., Ferrari, J.A.: Pulse-width modulation in defocused 3-d fringe projection. Opt. Lett. 35, 3682–3684 (2010)

    Article  ADS  Google Scholar 

  4. Zuo, C., Chen, Q., Feng, S., Feng, F., Gu, G., Sui, X.: Optimized pulse width modulation pattern strategy for three-dimensional profilometry with projector defocusing. Appl. Opt. 51(19), 4477–4490 (2012)

    Article  ADS  Google Scholar 

  5. Yang, Z., Xiong, Z., Zhang, Y., et al.: Depth Acquisition from Density Modulated Binary Patterns[J]. 9(4), 25–32 (2013)

  6. Lohry, W., Zhang, S.: 3d shape measurement with 2d area modulated binary patterns. Opt. Laser Eng. 50(7), 917–921 (2012)

    Article  Google Scholar 

  7. Wang, Y., Zhang, S.: Comparison of the squared binary, sinusoidal pulse width modulation, and optimal pulse width modulation methods for three-dimensional shape measurement with projector defocusing. Appl. Opt. 51, 861–872 (2012)

    Article  ADS  Google Scholar 

  8. Wang, Y., Jiang, C., Zhang, S.: Double-pattern triangular pulse width modulation technique for high-accuracy high-speed 3D shape measurement. Opt. Express. 25(24), 30177 (2017)

    Article  ADS  Google Scholar 

  9. Xian, T., Su, X.: Area modulation grating for sinusoidal structure illumination on phase-measuring profilometry. Appl. Opt. 40, 1201–1206 (2001)

    Article  ADS  Google Scholar 

  10. Lohry, W., Zhang, S.: Fourier transform profilometry using a binary area modulation technique[J]. Opt. Eng. 51(11), 3602 (2012).

  11. Jiang, H., Zhao, H., Diao, X., et al.: High-speed triangular pattern phase-shifting 3D measurement based on the motion blur method. Opt. Express. 25(8), 9171 (2017)

    Article  ADS  Google Scholar 

  12. Zi-Xin, X.U., Chan, Y.H.: Removing harmonic distortion of measurements of a defocusing three-step phase-shifting digital fringe projection system. Opt. Lasers Eng. 90, 139–145 (2017)

    Article  Google Scholar 

  13. Wang, Y.J., Zhang, S.: Three-dimensional shape measurement with binary dithered patterns. Appl. Opt. 51, 6631–6636 (2012)

    Article  ADS  Google Scholar 

  14. Li, B.W., Wang, Y.J., Dai, J.F., Lohry, W., Zhang, S.: Some recent advances on superfast 3D shape measurement with digital binary defocusing techniques. Opt. Lasers Eng. 54, 236–246 (2014)

    Article  Google Scholar 

  15. Lohry, W., Zhang, S.: Genetic method to optimize binary dithering technique for high-quality fringe generation. Opt. Lett. 38, 540–542 (2013)

    Article  ADS  Google Scholar 

  16. Karpinsky, N., Wang, Y., Zhang, S.: Three-bit representation of three-dimensional range data. Appl. Opt. 52(11), 2286 (2013)

    Article  ADS  Google Scholar 

  17. Chatterjee, A., Tudu, B., Paul, K.C.: Binary genetic algorithm-based pattern LUT for grayscale digital half-toning. Signal. Image Video Process. 7(2), 377–388 (2013)

    Article  Google Scholar 

  18. Dai, J., Li, B., Zhang, S.: High-quality fringe pattern generation using binary pattern optimization through symmetry and periodicity. Opt. Lasers Eng. 52(1), 195–200 (2014)

    Article  Google Scholar 

  19. Dai, J., Li, B., Zhang, S.: Intensity-optimized dithering technique for three-dimensional shape measurement with projector defocusing. Opt. Lasers Eng. 53, 79–85 (2014)

    Article  Google Scholar 

  20. Dai, J., Zhang, S.: Phase-optimized dithering technique for high-quality 3D shape measurement. Opt. Lasers Eng. 51, 790–795 (2013)

    Article  Google Scholar 

  21. Lau, D.L., Arce, G.R.: Modern digital halftoning, 2rd ed. CRC Press, U.S.A (2008)

    Book  Google Scholar 

  22. White, T.E., Rojas, B., Mappes, J., et al.: Colour and luminance contrasts predict the human detection of natural stimuli in complex visual environments. Biol. Lett. 13(9), (2017)

  23. Zavitz, E., Baker Jr., C.L.: Higher order image structure enables boundary segmentation in the absence of luminance or contrast cues. J. Vis. 14(4), 56–72 (2014)

    Article  Google Scholar 

Download references

Acknowledgements

This work was supported by the Fundamental Research Funds for the Central Universities (N150403009) and the Fundamental Research Funds for the Central Universities (N162610004).

Funding

Faculty of Robot and Engineering of Northeastern University, Shenyang, China provides the funding for this research.

Availability of data and materials

Details data has been provided in this paper.

Author information

Authors and Affiliations

Authors

Contributions

All authors contribute equally in all the sections of this work. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Feng Lu.

Ethics declarations

Authors’ information

Feng Lu, a doctor of Faculty of Robot Science and Engineering, Northeastern University, Shenyang, China. His interest includes Structured light, Robot and image processing.

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Lu, F., Wu, C. & Yang, J. High-quality binary fringe patterns generation by combining optimization on global and local similarity. J. Eur. Opt. Soc.-Rapid Publ. 14, 12 (2018). https://doi.org/10.1186/s41476-018-0081-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s41476-018-0081-0

Keywords