Next Article in Journal
High Precision Positioning and Rotation Angle Estimation of a Flatbed Truck Based on BDS and Vision
Previous Article in Journal
Performance Assessment of Pneumatic-Driven Automatic Valves to Improve Pipeline Fault Detection Procedure by Fast Transient Tests
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Dazzling Evaluation of the Impact of a High-Repetition-Rate CO2 Pulsed Laser on Infrared Imaging Systems

1
State Key Laboratory of Laser Interaction with Matter, Changchun Institute of Optics, Fine Mechanics and Physics, Chinese Academy of Sciences, Changchun 130033, China
2
University of Chinese Academy of Sciences, Beijing 100049, China
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(6), 1827; https://doi.org/10.3390/s24061827
Submission received: 2 February 2024 / Revised: 27 February 2024 / Accepted: 5 March 2024 / Published: 12 March 2024
(This article belongs to the Topic Applications in Image Analysis and Pattern Recognition)

Abstract

:
This article utilizes the Canny edge extraction algorithm based on contour curvature and the cross-correlation template matching algorithm to extensively study the impact of a high-repetition-rate CO2 pulsed laser on the target extraction and tracking performance of an infrared imaging detector. It establishes a quantified dazzling pattern for lasers on infrared imaging systems. By conducting laser dazzling and damage experiments, a detailed analysis of the normalized correlation between the target and the dazzling images is performed to quantitatively describe the laser dazzling effects. Simultaneously, an evaluation system, including target distance and laser power evaluation factors, is established to determine the dazzling level and whether the target is recognizable. The research results reveal that the laser power and target position are crucial factors affecting the detection performance of infrared imaging detector systems under laser dazzling. Different laser powers are required to successfully interfere with the recognition algorithm of the infrared imaging detector at different distances. And laser dazzling produces a considerable quantity of false edge information, which seriously affects the performance of the pattern recognition algorithm. In laser damage experiments, the detector experienced functional damage, with a quarter of the image displaying as completely black. The energy density threshold required for the functional damage of the detector is approximately 3 J/cm2. The dazzling assessment conclusions also apply to the evaluation of the damage results. Finally, the proposed evaluation formula aligns with the experimental results, objectively reflecting the actual impact of laser dazzling on the target extraction and the tracking performance of infrared imaging systems. This study provides an in-depth and accurate analysis for understanding the influence of lasers on the performance of infrared imaging detectors.

1. Introduction

The role and status of electro-optical-guided detectors have been increasingly prominent in modern high-tech warfare, especially in the striking of high-value targets through the remarkable cost-effectiveness and combat power demonstrated by infrared imaging detectors. The suppression of laser dazzling is considered an effective means to counteract them. This method of dazzling saturates or damages the infrared imaging devices on these detectors using lasers, rendering them incapable of target identification and tracking.
The irradiation effects of lasers on detectors can be classified as photoelectric effects and material thermal effects [1,2,3]. As the energy of laser dazzling continues to increase, saturation, saturation crosstalk, and over-saturation phenomena can be observed in the images [4,5,6]. Further increases in the laser power result in point, line, surface, functional damage, and blinding damage effects on the images [7,8,9,10]. When the detector experiences functional damage, a quarter of the image area becomes blind, and this damage is irreversible. Therefore, a thorough analysis of the laser dazzling effect on the image at this point, especially its impact on the target detection performance, is of crucial military significance and practical importance.
Currently, scholars both domestically and internationally have conducted research on the evaluation of laser dazzling effects from various perspectives, including the impact of laser dazzling on the target detection performance. From the perspective of the impact on target detection performance using laser dazzling assessment methods, Durécu et al. proposed an algorithm based on edge detection, using correlation and a Fourier descriptor as two evaluation indicators to quantitatively assess the impact of laser dazzling on the pattern recognition algorithm performance [11]. Hueber et al. used pattern recognition to assess the impact of laser dazzling on image edge information. They applied the Canny algorithm to the original and dazzling images for image processing and quantified the degree of loss using the correlation coefficient of each target image’s edge information [12]. Jie et al. analyzed the jamming effect of a synthetic fiber laser on an airborne defense system and evaluated the four-image guidance system and image guidance system based on the synthesized fiber laser [13]. Gao et al. systematically analyzed the impact of laser dazzling on target detection algorithms from the perspective of machine learning. By calculating the occlusion rate of the target, the correlation between the target and the target template, and further analyzing the changes in the output features of the images before and after laser dazzling in convolutional networks, they divided the effective dazzling area of the dazzling spot [14]. Fengling et al. used an improved method of image correlation to assess laser dazzling effects. By determining the correlation threshold through human eyes, they accurately evaluated dazzling images under different bands and laser powers, and this method demonstrated a certain robustness [15]. Gareth et al. used a scale-invariant template matching algorithm to establish an architecture and employed artificial intelligence algorithms to quantify the effects. They compared the similarity of images before and after laser dazzling and assessed the impact of the laser on the tracking performance of infrared imaging guidance heads [16].
This article utilizes the Canny edge detection algorithm based on contour curvature and the cross-correlation template matching algorithm to systematically study the evaluation of laser dazzling effects on an infrared detector at both distant and close ranges through experiments on laser dazzling and laser damage effects. It analyzes the degree of image distortion before and after laser dazzling when functional damage occurs in the infrared imaging system, providing quantitative practical guidelines and methods for evaluating laser dazzling effects. During the dazzling process, the algorithms examine the correlation under different laser powers and target positions and provide a set of image quality evaluation functions and thresholds to determine the dazzling level and its recognizability. Specifically, by calculating the norm function N and comparing it with the preset threshold N0, if N is lower than N0, the dazzling is determined to be effective.

2. Canny Edge Extraction Algorithm Based on Contour Curvature

Edge extraction is the most fundamental feature of an image, and preprocessing the image with edge extraction before applying template matching algorithms on interfered images accelerates image processing speed and achieves real-time processing effects [17]. Edges are collections of pixels with abrupt changes in pixel grayscale values, and image edges reflect most of the image information [18]. Compared to the existing edge extraction algorithms, such as Robert, Sobel, and Prewitt, the Canny edge extraction algorithm is considered to be more insensitive to noise and has better anti-dazzling capabilities. This is highly beneficial for the accuracy and speed of subsequent pattern recognition algorithms [19]. In laser active imaging, noise mainly consists of speckle noise, CCD noise, and environmental background noise. Conventional edge extraction operators are not effective in extracting contour information from the original image [20,21]. Therefore, a Canny edge extraction algorithm based on contour curvature is proposed. Firstly, Gaussian filtering is applied to smooth the original image, effectively eliminating some noise in the image. Secondly, differential processing is used to calculate the gradient magnitude and direction of selected edge points, obtaining edge information. Non-maximum suppression is applied to refine the edges. Finally, contour curvature is utilized to classify the edge information. By connecting strong edges and neighboring weak edges, the final edge detection and image segmentation are completed.

2.1. The Gaussian Low-Pass Filter Smooths the Original Image

The transfer function of Gaussian smoothing is defined as h x , y , σ = exp x 2 + y 2 2 σ 2 / 2 π σ 2 , where x   and   y represent the pixel points in the horizontal and vertical directions of the image, respectively, and σ is a dimensionless coefficient. The Gaussian smoothing of the original image f x , y results in the processed image g x , y = h x , y , σ f x , y , where denotes convolution. The function h x , y , σ is transformed into a two-dimensional template for convolution with the image. By converting the Gaussian smoothing process into a two-dimensional template for convolution, noise in the image can be effectively eliminated, making the calculation of derivatives more stable. The application of smoothing filters helps to improve the robustness of edge detection algorithms, ensuring that the algorithm can accurately capture the actual edge features in the image without being affected by noise.

2.2. Image Edge Information Is Obtained Based on Differential Processing

Generally speaking, images can be represented and classified in both Fourier space and real space. In Fourier space, the representation of an image consists of low- to high-frequency information. By applying high-pass or low-pass filtering functions, it is possible to extract edge information or perform denoising (i.e., image smoothing). Similarly, in real space, images are composed of pixels with different amplitude values, and pixels at the edges exhibit relatively large amplitude variations. Therefore, by performing differential processing on the real-space information of an image, it is possible to enhance and highlight drastic amplitude changes in pixels, achieving the extraction of edge information. Based on the image g x , y   obtained from the previous section after smoothing, Formula (1) is applied for differential processing in the horizontal and vertical directions (i.e., x   and y directions, respectively) of the image.
G x = g x + 1 , y g x , y + g x + 1 , y + 1 g x , y + 1 2 G y = g x , y + 1 g x , y + g x + 1 , y + 1 g x + 1 , y 2
The amplitude information M x , y and direction information θ x , y in the image after differential processing can be expressed using Formulas (2) and (3), respectively.
M x , y = G x 2 + G y 2
θ x , y = arctan G x G y
where G x and G y represent the first partial derivatives in the x and y directions, respectively.
Non-maximum suppression is used to ensure the accurate extraction of edge information in the processed image. The edge information at this stage includes both genuine edge information and pseudo-edges generated by noise. To preserve the characteristic information in genuine edge information, an edge filtering method is employed. This involves selecting the edge length threshold Ld and the edge strength threshold Ls. If the length of a certain edge segment is less than Ld or the strength of the edge is less than Ls, it is considered that the edge is caused by noise. The pixels on such edges are classified as non-edge points, resulting in the generation of a candidate edge image.

2.3. Edge Information Is Divided Based on Contour Curvature

By applying the eleven-point curvature method to calculate the contour curvature, we can accurately measure the curvature features of an object’s outline. The calculation method for contour curvature involves analyzing eleven points on the object’s contour to obtain detailed curvature information. This curvature value can be used to assess the importance of edge information because curvature exhibits different characteristics in different parts of the contour, thereby enhancing the recognition of edge information. Contour curvature to assess the importance of edge information is defined as:
K = s i g n x i x i 5 y i + 5 y i y i y i 5 x i + 5 x i V i 1 V i 2 V i 1 V i 2
Let G i be pixels, where V i 1 = G i G i 5 , V i 2 = G i + 5 G i . This curvature value measures the degree of curvature in different parts of the contour, aiding to achieve a more accurate understanding of the shape and features of the object’s outline, especially for target detection and analysis in image processing and computer vision applications.
By setting a contour curvature threshold L k , we can divide the edge information into a strong edge, weak edge, and non-edge. For strong edges, the value of the contour curvature K is larger. For weak edges, the curvature K value is small. Anything else is non-marginal.
The edge information function is defined as T p , and the edge information is divided into: when T p = 1 , the pixel is a strong edge pixel; when T p = 0 , the pixel is a weak edge pixel. When T p = 1 , it means that the pixel is a non-edge pixel, that is, the contour curvature K does not exist. The value of T p is
T p = 1 , K K t 0 , K < K t 1 , K d o e s   n o t   e x i s t
Formula (5) is utilized to iterate through the candidate edge image to classify the edge pixels. Strong edge pixels are directly labeled as edge pixels. For weak edge pixels, it is necessary to examine the surrounding pixels. If there are adjacent strong edge pixels, the weak edge pixel is labeled as an edge pixel as well. This process effectively connects the edges, forming continuous edge lines and resulting in the final edge image.
Figure 1 shows the image of the target image and its 3D intensity map after applying the improved Canny edge extraction algorithm.

3. Cross-Correlation Template Matching Algorithm

After processing the laser dazzling image with the Canny algorithm, this paper employed the cross-correlation template matching algorithm for image matching. The template matching algorithm first reads the original image and the template image, converting them into grayscale images. The sizes of the original image and the template image are obtained, and the range to be traversed by the two images is calculated through subtraction. An empty result matrix is created to store the correlation at each position with the template. The template image is converted into a vector, and its norm is calculated for subsequent correlation calculations. Using two nested loops, each position in the original image is traversed, starting from the top-left corner, and the correlation is calculated sequentially. At each position, a sub-matrix of the same size as the template image is extracted from the original image and converted into a vector. The dot product of the sub-matrix from the original image and the vector from the template image is calculated, and the result is divided by the product of their norms to obtain the normalized correlation N x , y .
N x , y = Σ ( G ( x , y ) μ G ) ( S ( x , y ) μ S ) Σ G x , y μ G 2 Σ S x , y μ S 2
where G is the template image processed by the Canny algorithm, S is the laser dazzling image, and μ G and μ S   are the image average of the above two, respectively. The normalized relevance is stored in the corresponding position of the result matrix, and then the position with the greatest relevance is found in the result matrix, that is, the matched position. Matching positions can be shown by drawing marks over the original image.

4. Experimental Setup

This study employed a small TEA high-repetition-rate CO2 pulsed laser for both experiments (pulse width: 150 ns; wavelength: 10.6 μm; laser divergence angle: 5 mrad; and Gaussian beam). The detector used was a long-wave infrared uncooled camera, model PLUG417R (resolution: 400 × 300; pixel size: 17 μm; and lens aperture: 50 mm).

4.1. Laser Dazzling Effects’ Experiment

To conduct experiments on the dazzling effects of the 10.6 μm pulse laser on infrared imaging systems, the pulse repetition frequency used in this experiment was 100 Hz, and the irradiation time was 1 s. The dazzling distance was set at 50.8 m. The experimental setup is illustrated in Figure 2.
The pulse laser light source passes through a beam splitter and an attenuator before irradiating the surface of the infrared detector. The beam splitter is used for spectral splitting, with a small portion of weak light entering a power meter for the real-time monitoring of laser power. The majority of the laser is directed onto the detector. The attenuator controls the degree of laser energy attenuation. The detector is connected to a computer to observe and record changes in the image in real time.
The experimental procedure is as follows:
(1)
Construct the experimental optical path as shown in Figure 2.
(2)
Measurement of the target power: Placing a power meter behind the camera, test the first step without adding attenuators, calibrate the energy attenuation of the optical path with two power meters separately, and measure the initial transmittance as well as the attenuation factor of the attenuator. Divide the target power by the power measured by the spectroscope and the laser frequency to obtain the attenuation ratio of the optical path, denoted as R1 (R1 = PTarget/PBS_R/f1); subsequently, insert the attenuators A, B, C, and D separately to measure the new attenuation ratio of the optical path after passing through a single attenuator, denoted as R2 (R2 = PTarget/PBS_R/f2). The ratio of R2 to R1 represents the attenuation factor of a single attenuator. During the experiment, we added different combinations of attenuators; the laser power measured by the beam splitter was denoted as P and the laser repetition frequency as f1 = f2. Multiplying P by R1 and then by the attenuation factor of the attenuator yields the actual single-pulse energy to the target of the laser damage detector. Dividing the actual single-pulse energy to the target by the spot area provides the laser energy density, as shown in Table 1.
(3)
Adjust the lens to focus on the spot; with the detector lens cover on, turn on the laser to irradiate the center of the target surface of the detector. Add all attenuators to prevent damaging the detector, adjust the lens focal length to minimize the focused spot, and capture the laser spot image. This spot will be used for the subsequent calculations of the target power density.
(4)
Replace the attenuators according to the combination list and conduct dazzling experiments on the detector under different laser powers. The computer monitors the dazzling effects of the detector under different laser powers and collects images accordingly.

4.2. Laser Damage Effects’ Experiment

We conducted long-distance damage experiments in an outdoor setting, and the experimental schematic is shown in Figure 3. The distance between the laser and the damage target was approximately 2 km, requiring a beam expansion treatment for the laser to compress the laser divergence angle, reduce the diameter of the spot on the front surface of the target before reaching it, and increase the energy density on the target. To achieve this, a beam expander system was assembled for the laser in this experiment. The beam expander systems used in the experiment were the LZBE-1060-2X laser beam expander mirror from the LBTEK Company (Shenzhen, China) and the BEF05R-AG reflective beam expander. The system employed two-stage expansion, initially performing 2× coaxial expansion on the beam emitted from the laser and then undergoing 5× expansion through the off-axis expansion system, ultimately achieving 10× expansion. The theoretical compression of the laser’s far-field divergence angle is 10 times, reaching 0.5 mrad. Combining the exit spot diameter of the expansion system, the theoretical value of the spot diameter at a distance of 1.8 km is approximately 1 m. Therefore, taking advantage of the characteristic that the spot radius in front of the target surface under far-field conditions is much larger than the aperture of the camera, the power meter probe and the camera were placed parallelly and in close adjacence. The lens 3 was placed in front of the probe to receive the laser, enabling the simultaneous camera monitoring and power measurement. In this setup, lenses 1 and 2 were used as camera lenses, while lens 3 served as the focusing lens in front of the energy meter.
To ensure consistency in the irradiation time, before conducting the damage test, we covered lens 1 with a light-shielding plate. Then, we activated the camera recording function until the laser irradiation ended. We removed the light-shielding plate and inspected the imaging performance of the camera, and then ended the recording. A total of 2 camera lenses (camera lens 1 and camera lens 2) were damaged during the experiment, and the camera models were identical.

5. Results and Discussion

5.1. Experimental Results and Analysis of the Laser Dazzling Effect

To investigate the overall assessment of the laser dazzling effects, experiments were conducted using the experimental setup for laser dazzling effects shown in Figure 2, exploring the infrared laser dazzling effects on the targets at different laser power levels and distances. Figure 4 displays the positions of the laser spot and the target objects, where A represents the distance between the center of the spot and the target object. The measurement results are shown in Table 2.
To explore the overall assessment of the laser dazzling images, experiments were conducted using the aforementioned experimental setup with different laser powers and target positions. A series of partial laser dazzling images were obtained, as shown in Figure 5a,c.
The laser dazzling images obtained from the experiment were processed and recognized using the Canny algorithm based on contour curvature and the cross-correlation template matching algorithm introduced in the Section 2. The recognized results after algorithm processing show that the laser power has a significant impact on the dazzling results. When the target is at a long distance (r = 1.7 m), dazzling can be successful when the laser power P ≥ 1.5 mW. However, when the target is at a close distance (r = 1.1 m), dazzling can only be successful when the laser power P ≥ 0.4 mW, causing the failure of the infrared imaging guidance detector’s tracking recognition algorithm. The effect of laser dazzling varies depending on the position of the target object. Specifically, when the target object is at a farther distance, a higher laser power is required to successfully interfere with the infrared imaging detector. Conversely, when the target object is at a closer distance, only a lower laser power is needed to achieve dazzling. This finding highlights the importance of distance in laser dazzling. Due to beam scattering and attenuation, a higher laser power is required to maintain a sufficient intensity for dazzling when the target is farther away. In contrast, when the target is closer, the beam’s energy is more easily focused on the target; thus, a lower laser power can effectively interfere with the target.
To further refine the evaluation of the laser dazzling image, considering the impact of the laser power on the dazzling results, the normalized correlation between the template image and the dazzling image (Formula (6)) was used to calculate the evaluation value. The relationship between the maximum normalized correlation and the target position and laser dazzling power is shown in Figure 6.
Based on the recognition results and the correlation evaluation curves for different laser powers, combined with the human visual system (HVS), the following conclusions can be drawn:
  • For targets at a close distance (r = 1.1 m), select the dazzling correlation threshold lgN_01 = −0.331 (position marked with ☆ on the curve in Figure 7), i.e., N01 = 0.467. Therefore, dazzling can be considered successful when the normalized maximum correlation N ≤ 0.467.
  • For targets at a long distance (r = 1.7 m), select the dazzling correlation threshold lgN_02 = −0.226 (position marked with ☆ on the curve in Figure 7), i.e., N02 = 0.542. Therefore, dazzling can be considered successful when the normalized maximum correlation N ≤ 0.542.
These thresholds were selected based on the analysis of the recognition result images and the judgment of the human visual system. By analyzing the normalized maximum correlation, we determined the conditions under which dazzling can be considered successful. Thus, the evaluation system F P , r was obtained, which included laser power l g P and target position l g r evaluation factors, and is defined as:
F P , r = A l g P + 1 A l g r
where P is the laser power and r is the distance between the target and the laser center. F P , r represents the normalized correlation function of the laser dazzling images under different target positions and different laser power conditions. This function comprehensively evaluates and judges the target tracking and recognition algorithm under different dazzling distances and laser powers, and linearly fits the target position distance and laser power evaluation factor. Coefficient A is used to adjust the weight of the target distance. The smaller the value of A, the greater the weight of the target position distance. From the analysis of the experimental results, the evaluation formula is in agreement with the experimental results.

5.2. Experimental Results and Analysis of the Laser Damage Effect

To quantify the degree of image distortion in the infrared imaging system before and after laser dazzling in the presence of functional damage, experiments were conducted using the experimental setup shown in Figure 3 under far-field conditions with a 10.6 μm pulsed laser for damaging the long-wave non-cooled camera. The camera’s built-in video recording function was used to record the imaging situation before and after laser irradiation. The partial damage images obtained from the damage effect experiment are shown in Figure 7.
The camera material was vanadium oxide, as confirmed by the laser damage images. To calculate the damage threshold of the camera under different irradiation times, it was necessary to obtain the value of the power reaching the target surface of the camera and the spot size. Camera lens 1 and lens 3 in front of the power meter probe were placed parallelly and adjacently, respectively, with the same F-number but different apertures. Lens 1 had a diameter of 50 mm, and lens 3 had a diameter of 40 mm, resulting in a diameter ratio of 1.25 and a light transmission ratio of the square of the diameter ratio, which was 1.5625. Based on this ratio, the power reaching the target surface after lens 1 can be calculated.
The spot size of the laser at a distance of 2 km was assessed using a long-wave monitoring camera, with a spot diameter of approximately 1.8 m. Therefore, the actual divergence angle of the laser in the far field was approximately 0.9 mrad. The focal length of the camera lens was 50 mm, resulting in a spot diameter D of approximately 45 μm on the camera’s photosensitive surface. This allowed for the determination of the damage threshold of the camera under different irradiation times, as shown in Table 3.
This study only analyzed the situation when the camera suffered from functional damage. In the second experiment, camera 1 experienced functional damage, with a quarter of the screen displaying as completely black. This area was unable to produce any imaging and could not be recovered even after power cycling, indicating irreversible damage. Although the imaging in other areas remained normal, the contrast of the imaging decreased with an increase in the amount of damage. Additionally, the non-imaging area of the entire camera significantly expanded until it was completely blind, rendering the camera completely ineffective and unable to restart. Therefore, the energy density threshold required for the functional damage of the camera was approximately 3 J/cm2.
The images in Figure 8a,b show different positions of the target image, with a size of 30 × 30 mm, selected from the background before the damage.
Due to the partial visibility of the target image in the presence of functional damage effects on the camera, an investigation into the dazzling assessment of the detector when functional damage occurs was conducted. The experimentally obtained damaged images were processed using the contour curvature-based Canny algorithm and the cross-correlation template matching algorithm, as described above. The backgrounds selected from Figure 8a,b at both far and near distances were used as the targets. The relationship between the laser energy and normalized correlation is depicted in the following figure.
The figure illustrates the correlation between the laser energy and normalized correlation, providing insights into the dazzling assessment effect of the detector under functional damage conditions.
Based on the correlation evaluation curves of damaged images and different laser energies, combined with the human visual system (HVS), for targets at a close distance, a correlation threshold of N03 = 0.449 was selected (marked as □ in the near-distance correlation evaluation curve in Figure 9). For targets at a far distance, a correlation threshold of N04 = 0.481 was chosen (marked as □ in the far-distance correlation evaluation curve in Figure 9). It is observed that the dazzling assessment conclusions are equally applicable to evaluate the damage results. At different distances, varying laser energies are required for successful dazzling with the recognition algorithm of the infrared imaging detector. A higher laser energy is needed for successful dazzling at a far distance, while a lower laser energy is sufficient for dazzling at a close distance. Additionally, the normalized correlation value at a far distance is slightly larger than the case of the target at a close distance, which is aligned with the human eye recognition results.
The correlation threshold refers to the threshold used in image processing to evaluate the similarity between the interfered image and the original, undisturbed image. This threshold is typically utilized to measure the extent of the quality loss in the image caused by laser irradiation. When the correlation between the damaged image and the original image falls below a certain set threshold, it indicates a significant deterioration in the image quality. In this study, when the correlation between the interfered image and the original image was below the set threshold, it signified the successful dazzling of the laser with the infrared imaging-guided detector resulting in tracking and recognition failure.

6. Conclusions

This study utilized the Canny algorithm based on contour curvature and the cross-correlation template matching algorithm to process and recognize 10.6 μm long-wave infrared laser dazzling images and damage images. Based on the maximum normalized correlation of the images, this paper proposed an evaluation system that can predict the effect of laser dazzling under different target positions and laser power conditions. The dazzling experiment results indicate that, at a far distance (r = 1.7 m), with a laser power P ≥ 1.5 mW, and normalized correlation N ≤ 0.542, recognition fails. At a close distance (r = 1.1 m), with a laser power P ≥ 0.4 mW, and normalized correlation N ≤ 0.467, dazzling is successful, leading to the failure of the infrared imaging-guided detector tracking and recognition algorithm. According to the damage effect experiment, the energy threshold for the functional damage of the long-wave non-cooled camera was determined to be 3 J/cm2. For targets at a close distance, a correlation threshold N03 = 0.449 was chosen, while for targets at a far distance, a correlation threshold N04 = 0.481 was selected. Based on the evaluation system proposed in this article, we can quickly determine whether laser dazzling is successful and assess its effectiveness. The discussion in this article focused on the issue of high-repetition-rate pulsed laser dazzling, which is not significantly different from continuous laser dazzling. Additionally, the evaluation system calculates the correlation based on the number of saturated pixels in the image. Since continuous laser dazzling also affects the number of saturated pixels on the detector, the same evaluation system is applicable to continuous lasers. This research holds significant military value and practical significance, laying the theoretical and experimental foundation for evaluating the operational effectiveness of infrared electro-optical countermeasure equipment and providing an effective and reliable quantitative evaluation basis for identifying and assessing dazzling equipment.

Author Contributions

Conceptualization, H.Z. and T.S.; formal analysis, Y.L. and J.S.; investigation, H.Z. and Y.W.; methodology, Y.L.; project administration, T.S.; writing—review and editing, H.Z.; writing—review and editing, T.S. and J.S. All authors have read and agreed to the published version of the manuscript.

Funding

We acknowledge the support by the Fundamental Research Project of Chinese State Key Laboratory of Laser Interaction with Matter (No. SKLLIM2003).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available upon request from the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Titterton, D. Application of laser technology to optical countermeasures. Imaging Sci. J. 2010, 58, 286–294. [Google Scholar] [CrossRef]
  2. Chen, Z.; Shi, K.; Chen, N.; Shi, L.; Zhuang, X.; Zhou, J.; Zhang, Y.; Wang, H.; Liu, X.; Li, G. The experimental study about laser-induced dizziness effect of medium-wave infrared seeker which based on image processing. J. Vis. Commun. Image Represent. 2019, 59, 401–406. [Google Scholar] [CrossRef]
  3. Ritt, G.; Körber, M.; Forster, D.; Eberle, B. Protection performance evaluation regarding imaging sensors hardened against laser dazzling. In Electro-Optical and Infrared Systems: Technology and Applications XI; SPIE: Bellingham, WA, USA, 2014; pp. 38–49. [Google Scholar]
  4. Zhang, Y.; Niu, C.; Zhao, S.; Lv, Y. Investigation of dazzling on photodetector CCD by lasers with different wavelengths. Optik 2020, 202, 163660. [Google Scholar] [CrossRef]
  5. Li, L.; Huang, L.; Yao, M.; Ye, J.; Wang, Y. Experimental study on crosstalk phenomenon of pulsed laser irradiation on array CCD. In Sixth International Symposium on Laser Interaction with Matter; SPIE: Bellingham, WA, USA, 2022; pp. 70–76. [Google Scholar]
  6. Peng, T.; Shao, Z.; Xie, M. The dazzling effect and reason analysis of the three lasers to CCD detector. In Journal of Physics: Conference Series; IOP Publishing: Bristol, UK, 2020; p. 012097. [Google Scholar]
  7. Yu, M.; Luo, X. Study on the Method of Evaluating the Dazzling Effect of Laser on CCD Detector Based on Image. In IOP Conference Series: Materials Science and Engineering; IOP Publishing: Bristol, UK, 2018; Volume 452, No. 4.; p. 042101. [Google Scholar]
  8. Guo, F.; Zhu, R.; Wang, A. Damage effect on CMOS detector irradiated by single-pulse laser. In International Symposium on Photoelectronic Detection and Imaging 2013: Laser Sensing and Imaging and Applications; SPIE: Bellingham, WA, USA, 2013; pp. 551–556. [Google Scholar]
  9. Santos, C.N.; Chrétien, S.; Merella, L.; Vandewal, M. Visible and near-infrared laser dazzling of CCD and CMOS cameras. In Technologies for Optical Countermeasures XV; SPIE: Bellingham, WA, USA, 2018; pp. 179–187. [Google Scholar]
  10. Ren, X.; Lei, W.; Wang, Y. Study on thermodynamic effect of CCD detector irradiated by laser. Optik 2019, 185, 497–504. [Google Scholar] [CrossRef]
  11. Durécu, A.; Vasseur, O.; Bourdon, P. Quantitative assessment of laser-dazzling effects on a CCD-camera through pattern-recognition-algorithms performance measurements. In Technologies for Optical Countermeasures VI; SPIE: Bellingham, WA, USA, 2009; pp. 211–221. [Google Scholar]
  12. Hueber, N.; Vincent, D.; Morin, A.; Dieterlen, A.; Raymond, P.; North, P.; Gj, C.; Hueber, N.; Vincent, D.; Morin, A. Analysis and quantification of laser-dazzling effects on IR focal plane arrays. In Proceedings of SPIE; SPIE: Bellingham, WA, USA, 2010; Volume 7660, p. 766042. [Google Scholar]
  13. Xu, J.; Zhao, S.; Hou, R.; Li, X.; Wu, J.; Li, Y.; Meng, W.; Ni, Y.; Ma, L. Laser-jamming analysis of combined fiber lasers to imaging CCD. Opt. Lasers Eng. 2009, 47, 800–806. [Google Scholar]
  14. Gao, X.; Hu, J.; Ren, L.; Zheng, W.; Li, X. Method of quality assessment based on convolution feature similarity for laser disturbing image. In MIPPR 2019: Pattern Recognition and Computer Vision; SPIE: Bellingham, WA, USA, 2020; pp. 387–394. [Google Scholar]
  15. Wu, F.; Li, Y. Evaluation method of continuous laser dazzling effect. J. Appl. Opt. 2022, 43, 345–351. [Google Scholar] [CrossRef]
  16. Lewis, G.D.; Borghgraef, A.; Vandewal, M. The disruptive impact of dynamic laser dazzling on template matching algorithms applied to thermal infrared imagery. In Technologies for Optical Countermeasures XIX; SPIE: Bellingham, WA, USA, 2023; p. 1273803. [Google Scholar]
  17. Zangeneh-Nejad, F.; Sounas, D.L.; Alù, A.; Fleury, R. Analogue computing with metamaterials. Nat. Rev. Mater. 2021, 6, 207–225. [Google Scholar] [CrossRef]
  18. Vijayarani, S.; Vinupriya, M. Performance analysis of canny and sobel edge detection algorithms in image mining. Int. J. Innov. Res. Comput. Commun. Eng. 2013, 1, 1760–1767. [Google Scholar]
  19. Ahmed, A.S. Comparative study among Sobel, Prewitt and Canny edge detection operators used in image processing. J. Theor. Appl. Inf. Technol 2018, 96, 6517–6525. [Google Scholar]
  20. Roh, M.-C.; Kim, T.-Y.; Park, J.; Lee, S.-W. Accurate object contour tracking based on boundary edge selection. Pattern Recognit. 2007, 40, 931–943. [Google Scholar] [CrossRef]
  21. Bustacara-Medina, C.; Florez-Valencia, L.; Diaz, L.C. Improved canny edge detector using principal curvatures. J. Electr. Electron. Eng. 2020, 8, 109–116. [Google Scholar] [CrossRef]
Figure 1. Image transformation and 3D stereogram. (a) Target image and its 3D intensity map; (b) image and its 3D intensity map processed by the Canny algorithm based on contour curvature. The color variation in the 3D intensity plot represents the normalized intensity of the image, with blue indicating lower intensity and yellow representing higher intensity. In other words, the transition from blue to yellow signifies the increase in intensity from low to high within the image.
Figure 1. Image transformation and 3D stereogram. (a) Target image and its 3D intensity map; (b) image and its 3D intensity map processed by the Canny algorithm based on contour curvature. The color variation in the 3D intensity plot represents the normalized intensity of the image, with blue indicating lower intensity and yellow representing higher intensity. In other words, the transition from blue to yellow signifies the increase in intensity from low to high within the image.
Sensors 24 01827 g001
Figure 2. Dazzling effect experimental device concept diagram.
Figure 2. Dazzling effect experimental device concept diagram.
Sensors 24 01827 g002
Figure 3. Schematic diagram of the remote damage experiment in an external field.
Figure 3. Schematic diagram of the remote damage experiment in an external field.
Sensors 24 01827 g003
Figure 4. Infrared laser dazzling and target image.
Figure 4. Infrared laser dazzling and target image.
Sensors 24 01827 g004
Figure 5. (a) Close-distance (r = 1.1 m) laser dazzling image. (b) Close-distance (r = 1.1 m) recognition of the dazzling images. (c) Long-distance (r = 1.7 m) laser dazzling image. (d) Long-distance (r = 1.7 m) recognition of the dazzling images. Figure 5b,d show the recognition results after algorithm processing, where the images inside the colored squares are the recognized images judged by the algorithm.
Figure 5. (a) Close-distance (r = 1.1 m) laser dazzling image. (b) Close-distance (r = 1.1 m) recognition of the dazzling images. (c) Long-distance (r = 1.7 m) laser dazzling image. (d) Long-distance (r = 1.7 m) recognition of the dazzling images. Figure 5b,d show the recognition results after algorithm processing, where the images inside the colored squares are the recognized images judged by the algorithm.
Sensors 24 01827 g005
Figure 6. Different laser power similarity evaluation curves.
Figure 6. Different laser power similarity evaluation curves.
Sensors 24 01827 g006
Figure 7. Damage morphology of different laser energy densities.
Figure 7. Damage morphology of different laser energy densities.
Sensors 24 01827 g007
Figure 8. Different target images at different positions. (a) The green box represents the close distance target image. (b)The red box represents the long-distance target image.
Figure 8. Different target images at different positions. (a) The green box represents the close distance target image. (b)The red box represents the long-distance target image.
Sensors 24 01827 g008
Figure 9. Evaluation curve of the different laser energy correlations.
Figure 9. Evaluation curve of the different laser energy correlations.
Sensors 24 01827 g009
Table 1. Transmittance of the different types of attenuators.
Table 1. Transmittance of the different types of attenuators.
Attenuator TypeTransmittance
A Attenuator (5 pieces)0.695
B Attenuator (2 pieces)0.422
C Attenuator (4 pieces)0.374
D Attenuator (5 pieces)0.234
Table 2. Experimental measurement results of the laser dazzling effect.
Table 2. Experimental measurement results of the laser dazzling effect.
NumberPower at Target (mw)Spot Radius (μm)Power Density at Target (W/cm2)Number of Dazzling Pixels
Close DistanceLong Distance
10.0011826.50.89131010,41310,428
20.0017016.51.28185810,93810,992
30.0024466.51.84353211,72611,842
40.0035176.52.65131712,19712,301
50.0050586.53.81305015,27115,362
60.0072756.55.48382315,58715,693
70.0194606.514.6692226,08127,947
80.0520576.539.2401841,89742,064
90.1392556.5104.967462,52764,691
100.3725076.5280.788073,85674,119
111.5943316.51201.77274,79875,586
126.8237406.55143.58795,05295,986
1329.205606.522,014.55123,792127,443
Table 3. Laser working conditions of the damage detectors.
Table 3. Laser working conditions of the damage detectors.
Camera NumberNumberIrradiation Time/sRepetition Frequency/HzLens 1 to Target Power/mWSpot Radius/μmEnergy Density (J/cm2)
Camera 1111002.0322.51.28
21502.5022.53.14
311002.9722.51.87
421000.9422.50.59
511004.8422.53.05
621003.7522.52.36
731003.9122.52.46
82502.0322.52.55
Camera 293507.8122.59.82
104505.4722.56.88
115505.1622.56.48
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zheng, H.; Wang, Y.; Liu, Y.; Sun, T.; Shao, J. Dazzling Evaluation of the Impact of a High-Repetition-Rate CO2 Pulsed Laser on Infrared Imaging Systems. Sensors 2024, 24, 1827. https://doi.org/10.3390/s24061827

AMA Style

Zheng H, Wang Y, Liu Y, Sun T, Shao J. Dazzling Evaluation of the Impact of a High-Repetition-Rate CO2 Pulsed Laser on Infrared Imaging Systems. Sensors. 2024; 24(6):1827. https://doi.org/10.3390/s24061827

Chicago/Turabian Style

Zheng, Hanyu, Yunzhe Wang, Yang Liu, Tao Sun, and Junfeng Shao. 2024. "Dazzling Evaluation of the Impact of a High-Repetition-Rate CO2 Pulsed Laser on Infrared Imaging Systems" Sensors 24, no. 6: 1827. https://doi.org/10.3390/s24061827

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop