Skip to main content

Research on denoising processing of computer video electromagnetic leakage reduction image based on fuzzy degree

Abstract

On the basis of analyzing, receiving, and parsing the computer video electromagnetic leakage emission signal, an image of the screen display content can be obtained. Due to the interference noise existing in the receiving process, the received image information may be drifted, the recognition may be poor, and the definition might be low. In order to improve the recognizability of the restored image, firstly, based on image noise analysis, cumulative averaging and noise smoothing, this paper proposes an image processing method based on ambiguity for electromagnetic leakage emission reduction image. Secondly, according to image denoising implementation steps, combined with computer video reproduction example, the image processing method was verified by comprehensive experiments. Lastly, the image evaluation and signal-to-noise ratio analysis of the experimental results were carried out. The results show that the image processing method based on the ambiguity of electromagnetic leakage emission reduction image has some improvement in subjective and objective evaluation with obvious promotion.

1 Introduction

Changes in current during the operation of the computer will result in electromagnetic leakage emissions. If these electromagnetic leakage emissions are received for analysis, they may be restored with relevant information, resulting in information leakage [1,2,3,4,5]. Computer video information is one of the most intuitive and threatening of it. Dutch researcher Eck W Van demonstrated the experiment of video reception and restoration in 1985 and published an article in Computer & Security, detailing the technical details of the feasibility of recovering and restoring computer monitor screen information by simply modifying the TV set, which caused a huge sensation in the information security session. As the radiation performance of computer video information is relatively high, electromagnetic leakage transmission signals are more easily received, and video information becomes the most easily intercepted and reproduced red information in computer systems [6,7,8]. Due to the inevitable electromagnetic environment, receiving distance, equipment noise, and other factors in the process of receiving and restoring video information, a large amount of noise is introduced into the received image, which has problems such as drift, poor recognition, and low definition, which seriously affects the image recognition. Therefore, image denoising processing and visual effects improvement are particularly important. Essentially, image denoising is a way to remove the noise of a contaminated image. Common denoising algorithms are divided into spatial domain methods and transform domain algorithms. The spatial domain algorithm directly processes the pixels to separate the real signal from the noise. The transform domain algorithm firstly transforms the signal into another domain, such as the frequency domain by using a transform method; processes the representation coefficients in the transform domain according to different characteristics of the signal and noise in the transform domain; and finally inversely transforms to the image space domain. In this way, the image denoising is obtained after such process. Hwang et al. proposed an adaptive median filtering method based on the ranking order. Determining if the pixel gray value is received is the key to decide whether to use median filtering [9]. Based on this method, an improved method has emerged, using different constraints to construct the objective function to denoise the image [10]. Shibata proposes a novel misalignment-robust joint filter based on weight-volume-based image composition and joint-filter cost volume [11]. In view of the holding unsatisfactory effects of the traditional non-local means algorithm for texture details, an improved non-local means denoising algorithm combined with fuzzy edge complement (FEC) is proposed. The edge texture feature image is detected by the FEC algorithm [12]. A new image denoising algorithm based on thresholding-based magnitude and phase regularization of the coefficients of undecimated dual-tree complex wavelet transform (UDTCWT) is proposed [13]. The abovementioned algorithms are quite significant in terms of denoising, but some of them bring some problems in the application, such as the image is too smooth, the image information is lost, and the edges become more blurred. Firstly, the paper based on image noise analysis, cumulative averaging, and noise smoothing, an image processing method based on ambiguity for electromagnetic leakage emission reduction image, is proposed. Secondly, according to image denoising implementation steps, combined with computer video reproduction example, the image processing method was verified by comprehensive experiments. Finally, the image evaluation and signal-to-noise ratio analysis were carried out on the experimental results.

2 Proposed method

Image processing essentially extracts the feature quantity or special information in the image and transforms the gray level of the image to achieve the purpose of improving the signal-to-noise ratio and optimizing the image quality. The most valuable thing about the electromagnetic leakage emission reduction image is the text information, which has nothing to do with color. Therefore, the process of image processing should not only effectively eliminate noise, but also improve the image quality, and also enhance the image according to the characteristics of the text to improve the visual effect [14,15,16].

2.1 Electromagnetic leakage emission reduction image noise analysis

More and more research results show that correct estimation and utilization of image noise have important guiding significance and use value for image denoising follow-up processing. No matter how good the noise removal method is, it is impossible to apply it to all noise. Electromagnetic leakage emission reduction image is limited by objective factors such as imaging mode and equipment, and the received image degradation is serious. It is inevitable to introduce Gaussian noise, short-line impulse noise, and various mixed noises. The noise itself may be related to each other and may be independent of each other, which may or may not be related to the useful signal, and exhibit different characteristics. The effect of noise on the image can be described by two different mathematical models [17]:

The additive noise mathematical model can be described as:

$$ x(t)=s(t)+n(t) $$
(1)

s(t) represents a real image signal, n(t) represents additive Gaussian noise, and x(t) represents a noisy image. Electromagnetic leakage emission reduction image since static acquisition is performed on computer video screen information; each frame of static image introduces additive noise, which is additive in nature and independent of the signal.

Multiplicative noise, also known as convolution noise, can be described as:

$$ x(t)=s(t)\times n(t) $$
(2)

s(t) represents a real image signal, n(t) represents multiplicative noise, and x(t) represents a noisy image. Unpredictable noise in electromagnetic leak emission reduction images is generally a multiplicative noise.

2.2 Image denoising

2.2.1 Accumulated average

The electromagnetic leakage emission reduction image is a periodic image that is actually a period of time because it is a static image. As a periodic repeat image, the general signal is relatively stable and the correlation is better. Additive noise is generally randomly changed, and the multi-frame averaging method can effectively improve the signal-to-noise ratio. Although the noise in a single frame is more serious, statistically speaking, the distribution of signals is regular, and the noise of each image can be considered to be randomly and evenly distributed. Therefore, the cumulative average of multiple images can suppress the noise, to enhance the signal. After the m images are accumulated and averaged, the signal-to-noise ratio can be improved by \( \sqrt{m} \). However, it is not like the more the number of images is accumulated, the better the results will be. This is because the imaging device cannot accurately capture the line synchronization and frame synchronization of the image to be received, so the images are offset between different frames. If the accumulated number of frames is too large, the average image may produce a relatively large edge blur that affects the resolution of the image detail [18].

2.2.2 Image noise smoothing

Image noise smoothing is a way to eliminate noise, both to remove noise as much as possible, and not too distorted. Commonly used algorithms for noise removal include median filtering, mean filtering, and so forth.

Median filtering

Median filtering is a nonlinear filtering technique based on sorting statistics theory to remove noise. The basic principle is to replace the value of a point in a digital image with a median value in a neighbor of the point. In the image processing, a 3 × 3 matrix is generally used as a template for image filtering, and some also adopt different shapes, such as a line shape, a circle shape, and a cross shape. It can protect the edge of the image well while removing noise, which is more effective for impulse noise, but it is not ideal for Gaussian noise median filtering.

Mean filtering

Also known as linear filtering, the main method is the neighbor averaging method. The basic principle is to replace the individual pixel values in the image to be processed with a mean. The method is to use a template with odd points to slide on the image, and the size of the template can be selected according to the actual situation. The template includes adjacent pixels around it, that is, the surrounding n pixels centered on the target pixel. The filtering process calculates the mean value of the gray value corresponding to each pixel point in the current template for the current pixel point (x, y) to be processed in the image and assigns the mean value to the current pixel point (x, y) as the gray level g(x, y) of the image at this point after processing.

Sxy is assumed to represent a filter template window with a center point at (x, y) and a size of m × n. Mean filtering is to calculate the pixel mean of the filter template window area and assign the mean to the pixel at the center of the window [19]:

$$ g\left(x,y\right)=\frac{1}{mn}{\sum}_{\left(x,y\right)\in {S}_{xy}}f\left(x,y\right) $$
(3)

where f(x, y) represents the value of each pixel in the filter template window in the original image, and g(x, y) represents the mean filtered image. In the mean filtering process, the pixel information of the peak value of the image is changed, which causes the image to be blurred, which is not conducive to edge detection. If we consider the weight of each pixel of the window, this time is called weighted median filtering. Equation (3) can be rewritten as:

$$ g\left(x,y\right)=\frac{1}{mn}{\sum}_{\left(x,y\right)\in {S}_{xy}}f\left(x,y\right)K\left(x,y\right) $$
(4)

where k(x, y) represents the weighted value of the value of each pixel within the filter template window. Weighted median filtering removes uniform noise and ensures edge clarity to some extent.

Filter method selection

By comparing the methods of advantages and disadvantages of mean filtering and median filtering, this paper uses 3 × 3 domain-weighted mean algorithm combined with electromagnetic leakage emission to restore the importance of image edge information. The weight coefficient selection of the weighted template is allocated according to the nearest distance principle, that is, the coefficient close to the center point is large, the coefficient far from the center point is small, and the center point itself has the largest coefficient. The specific algorithm for determining the weight coefficient is shown in Eq. (5) [20]:

$$ k=\frac{1}{2^{a+b+2}} $$
(5)

where a represents the distance of each point of the template from the center point in the x direction, and b represents the distance of each point of the template from the center point in the y direction. If a 3 × 3 field is selected, the template-specific weighting coefficient can be calculated according to Eq. (5), as shown in Fig. 1:

Fig. 1
figure 1

3 × 3neighted template

2.3 Image enhancement

2.3.1 Ambiguity

A typical fuzzy system is shown in Fig. 2. This fuzzy system is usually divided into four parts: fuzzy generator, fuzzy inference engine, fuzzy rule base, and anti-fuzzifier. In the fuzzification, the input fuzzy set and the corresponding fuzzy membership function are first determined. Compared with traditional collections, the main feature of fuzzy sets is that there is no obvious set boundary, that is, an element may only partially belong to the set. In a traditional set, whether an element belongs to the set can be represented by true and false, and in the fuzzy set, whether an element belongs to the set is represented by membership degree, that is, to what extent the element belongs to the fuzzy set, belonging to the degree is between 0 and 1. The fuzzy membership function defines the mapping relationship between a certain point of the input space and the membership degree. The whole process of fuzzification is to represent the input determination value with the membership degree of each fuzzy set. In the process of fuzzy reasoning, fuzzy rules are used. Commonly used are IF-THEN structures, such as “IF (x is A) AND (y is B), THEN z is C”, where C is the output fuzzy set, and fuzzy logic can be used. Obtain the membership degree when the condition is established [14].

Fig. 2
figure 2

Fuzzy system

The fuzzy inference process uses fuzzy logic to map the membership degree of the input fuzzy set obtained by the fuzzification process to the membership degree of the output fuzzy set. The often-used fuzzy logic has AND, OR, etc., and for the AND logic in the fuzzy set, the equivalent membership is the smallest while the OR is equivalent to the largest membership.

If it is known that the input degrees belonging to the fuzzy sets A and B are a and b, respectively, the membership of the input belonging to both A and B is MIN (a, b). Fuzzy rules are used in the process of fuzzy reasoning. Commonly used are IF-THEN structures, and fuzzy logic can be used. If the membership degree is established, the membership degree of the conclusion will be the same.

In general applications, there are multiple fuzzy rules. Each fuzzy rule determines the membership degree of the output in a certain output fuzzy set. In the overlapping part of each fuzzy set, the membership degree is taken as the maximum value, so that the final output of the membership graph can be obtained. This method of reasoning is called the minimum-maximum method.

In the fuzzy process, the output membership graph is obtained, and the final defuzzification process is to map the uncertainty to the determined output. Anti-fuzzification converts the ambiguity of the output variable obtained by fuzzy rule inference into an exact value. The easiest way is the maximum membership method. The most commonly used method in control technology is the area center of gravity method, and the calculation method of the area center of gravity method is:

$$ {Z}_0=\frac{\sum \mu \left({Z}_i\right){xZ}_i}{\sum \mu \left({Z}_i\right)} $$
(6)

where μ(Zi) is the membership degree of the output fuzzy set, and the area center of gravity method is actually the weighted average method.

2.3.2 FIRE filter principle

The fuzzy inference ruled by else-action (FIRE) filter is a fuzzy system based on the IF-THEN-ELSE structure, which maps the input variables nonlinearly to the output variables. In the image denoising process, the input variable is defined as the luminance difference value xj = pj − p (pjW), where p is the luminance value of the processed pixel point, and W = {pj} is the pixel point in the neighborhood of p brightness value. The output y is a correction value of the luminance value of the processed point.

Set the gray level of the image as L, because the input and output variables are relative quantities, and the domain of the fuzzy set of the FIRE filter is [−L + 1, L − 1]. The fuzzy set defining the input variable is X positive and X negative, represented by PX and NX. The fuzzy set of the output variable is Y negative, Y zero, Y negative, and is represented by PY, ZY, and NY, respectively. According to symmetry, there is:

$$ {\mu}_{\mathrm{NX}}\left(\Delta x\right)=\mu \left(-\Delta x\right),{\mu}_{\mathrm{NX}}\left(\Delta y\right)={\mu}_{\mathrm{PY}}\left(-\Delta y\right) $$
(7)

where Δx is input; Δy is output; and μNX, μPX, μNY, and μPX are the corresponding membership functions. The above formula indicates that the corresponding membership function takes values in the interval (− 255, 255) and is symmetric with respect to 0.

In general, the rule base of a FIRE filter consists of two sets of symmetric sub-rule bases and an ELSE rule, in the form as follows:

  • IF (x1 is A11) AND (x2 is A12) …… AND (xM is A1M) THEN (y is PY)

  • IF (x1 is A21) AND (x2 is A22) …… AND (xM is A2M) THEN (y is PY)

  • IF (x1 is AN1) AND (x2 is AN2) …… AND (xM is ANM) THEN (y is PY)

  • IF (x1 is A*11) AND (x2 is A*12)…… AND (xM is A*1M) THEN (y is NY)

  • IF (x1 is A*21) AND (x2 is A*22)…… AND (xM is A*2M) THEN (y is NY)

  • IF (x1 is A*N1) AND (x2 is A*N2)…… AND (xM is A*NM) THEN (y is NY)

  • ELSE (y is ZY)

where Aij is a fuzzy set corresponding to the jth variable in the ith rule, which is PX or NX. According to the symmetry, the membership function of A*ij satisfies \( {\mu}_{A^{\ast }}\left(\Delta x\right)={\mu}_A\left(-\Delta x\right) \). The first set of sub-rule bases is used to process negative noise points, giving a positive correction value, and the second set of sub-rule bases is used to process positive noise points, giving a negative correction value. Within a rule base, the first rule processes the uniform area of the image, and the other rules process the detail area.

For a given input variable {xj}, set the \( {\lambda}_{{\mathrm{POS}}_i} \) and \( {\lambda}_{{\mathrm{NEG}}_i} \) as the output strength of the ith rule in the positive and negative sub-rule bases, i.e.;

$$ {\lambda}_{{\mathrm{POS}}_i}=\min \left\{{\mu}_{A_{ij}}\left({x}_j\right);\kern0.5em j=1,\cdots, M\right\} $$
(8)
$$ {\lambda}_{{\mathrm{NEG}}_i}=\min \left\{{\mu}_{A_{ij}^{\ast }}\left({x}_j\right);\kern0.5em j=1,\cdots, M\right\} $$
(9)

The total output intensity of the positive and negative sub-rule bases of λPOS and λNEG is:

$$ {\lambda}_{\mathrm{POS}}=\max \left\{{\lambda}_{{\mathrm{POS}}_i};\kern0.5em i= 1,\cdots, N\right\} $$
(10)
$$ {\lambda}_{\mathrm{NEG}}=\max \left\{{\lambda}_{{\mathrm{NEG}}_i};\kern0.5em i= 1,\cdots, N\right\} $$
(11)

The fitness of the ELSE λ0 rule is:

$$ {\lambda}_0=1-{\lambda}_{\mathrm{POS}}-{\lambda}_{\mathrm{NEG}} $$
(12)

The output fuzzy set uses a triangular fuzzy set, as shown in Fig. 3, where C represents the position of the center point of the fuzzy set, and W represents the half width. The output of the positive and negative sub-rules and the ELSE rule can be obtained:

$$ y=\frac{{}^C\mathrm{P}{\mathrm{Y}}^W{\mathrm{PY}}^{\lambda}\mathrm{POS}+{}^C\mathrm{Z}{\mathrm{Y}}^W{\mathrm{ZY}}^{\lambda }0{+}^C{\mathrm{NY}}^W{\mathrm{NY}}^{\lambda}\mathrm{NEG}}{{}^W\mathrm{P}{\mathrm{Y}}^{\lambda}\mathrm{POS}+{}^W\mathrm{Z}{\mathrm{Y}}^{\lambda }0+{}^W\mathrm{N}{\mathrm{Y}}^{\lambda}\mathrm{NEG}} $$
(13)
Fig. 3
figure 3

Triangle fuzzy set

For fuzzy logic, the membership function can be determined by itself. By designing symmetric and equal-width membership functions, we can get cPY =  − cNY = cY, wPY =  − wNY = wY, cZY = 0, and wZY = wY. Then, the formula can be simplified to:

$$ y={c}_Y\left({\lambda}_{\mathrm{POS}}-{\lambda}_{\mathrm{NEG}}\right) $$
(14)

2.3.3 Image sharpening

In the early noise image smoothing process, the boundaries and contours in the image are often blurred. In order to reduce the influence of such unfavorable effects, it is necessary to use image sharpening technology to make the edges of the image clear, reduce the blurring effect caused by the image modification, highlight the outline of the image, and effectively improve the clarity of the text details. The more commonly used algorithms are gradient sharpening, Laplacian sharpening, and high-pass filtering.

In this paper, the FIRE operator is used for sharpening. It is mainly used in image denoising and edge detection. The FIRE operator is a class of nonlinear operators that deal with digital images using fuzzy inference mechanisms. This method operates on pixels in the neighborhood window, and for each pixel of the image, its neighborhood grayscale difference set is examined (Fig. 4).

Fig. 4
figure 4

Neighborhood greyscale set

Let x(n) denote the gray value of the pixel located at n = [n1, n2], W(n) = {xj(n); j = 1,...,8} denote the gray of the 3 × 3 neighborhood collection of values, as shown in Fig. 5.

Fig. 5
figure 5

5 × 5 neighborhood

We define the input of the FIRE operator as the neighborhood grayscale difference, Δxj = xj(n) − x(n), and the output Δy(n) is obtained by fuzzy inference, and the final output y(n) = x(n) + Δy(n) is the corrected result.

In practice, according to the pixel of Fig. 6, take 5 × 5 neighborhood, consider the combination of modes in eight directions: B1 = {0, 1, 9}, B2 = {0, 2, 11}, ..., B8 = {0, 8, 23}.

Fig. 6
figure 6

Gray histogram

Since the received computer video electromagnetic leakage emits a restored image as a binary image, the design fuzzy rules are as follows:

  • IF(x1 is A) AND (x9 is A) THEN (y is NY)

  • IF(x2 is A) AND (x11 is A) THEN (y is NY)

  • IF(x8 is A) AND (x23 is A) THEN (y is NY)

  • ELSE (y is ZY)

The rule indicates that the surrounding pixel points are lower than the target point pixels, and y takes a negative value to reduce the brightness of the target pixel point; otherwise, the target pixel brightness does not change.

It can be seen that this method considers the sharpening index in all directions around the pixel and conforms to the directional characteristic of the character stroke. According to the fuzzy reasoning, if there is no sharpening, the central pixel has no change, the subjective reasoning of the fuzzy reasoning compound person, showing the effectiveness of fuzzy logic.

2.3.4 Contrast enhancement

The methods of contrast enhancement mainly include histogram modification, gradation transformation, and histogram equalization. The histogram modification technique can enhance the text information, but the noise at this time is not weakened but enhanced. The gradation transformation can change the original gray value distribution of the image, both linear and nonlinear. The gradation transformation can improve the sharpness of the image, expand or compress the entire range of the gray level of the image or one of the segments, and display the details of the image that need to be highlighted. Histogram equalization is a histogram correction method based on the cumulative distribution function transformation, which can produce an image with a uniform probability density of grayscale distribution. This is a relatively common method of contrast enhancement.

In this paper, the method of ambiguity contrast enhancement is selected. This method is based on the global gray distribution to adjust the contrast. Through the fuzzy inference mechanism, the soft computing method is introduced to make the grayscale transformation more in line with the human visual experience. The basic idea of the algorithm is briefly described as follows:

  1. 1.

    Calculate the gray histogram of the image to determine the grayscale distribution of the image.

  2. 2.

    Define a single fuzzy set dark, gray, bright, membership function as shown in the left line of Fig. 2, representing the linear function of the segment, respectively representing the size of the gray level belonging to the three fuzzy sets of dark, gray, and bright. Three membership degrees are found for the gray levels in each grayscale range.

  3. 3.

    Use fuzzy inference mechanism with the following simple rules:

    • IF dark, THEN black;

    • IF gray, THEN gray;

    • IF bright, THEN white.

The grayscale determined by the gray histogram determines the fuzzy single value of the three fuzzy sets, as shown in Fig. 2, taking S1 = gmin, S2 = gmid; S3 = gmax for defuzzification, using the following formula:

$$ {g}^{\prime }=\frac{\mu_{\mathrm{dark}}(g)\times {S}_1+{\mu}_{\mathrm{gray}}(g)\times {S}_2+{\mu}_{\mathrm{bright}}(g)\times {S}_3}{\mu_{\mathrm{dark}}(g)+{\mu}_{\mathrm{gray}}(g)+{\mu}_{\mathrm{bright}}(g)} $$
(15)

S1 = gmin, S2 = gmid, and S3 = gmax are the minimum, intermediate, and maximum value of gray, respectively, in the image obtained by the gray histogram, representing black, gray, and white, and is set to a single value of the fuzzy set.

The above formula can be regarded as a general weighted average method to solve the deblurring problem.

It can be seen from the above steps that the contrast enhancement method based on the fuzzy rule actually uses a fuzzy inference mechanism to create a grayscale map to implement grayscale transformation. This method considers the grayscale distribution range of the image as a whole. The gray level is fuzzy classified, and its visual effect is obviously superior to the traditional gray level equalization method.

3 Simulation experimental results and discussions

According to the above analysis, combined with the actual receiving environment of electromagnetic leakage transmission and receiving video information, we conducted experimental verification. The experimental computer uses a Lenovo desktop with a resolution of 1024 × 768. The following is the effect of combining the different images of the electromagnetic leakage emission reduction sample image of the same display video signal. The first two steps are respectively processed according to the weighted mean filtering and the blur sharpening selected by image denoising and image enhancement. In order to better compare with other algorithms, the last step is to use fuzzy enhancement, gray balance, and grayscale stretching.

Specific steps are as follows:

  1. 1.

    Weighted mean filtering → blur sharpening → fuzzy enhancement

  2. 2.

    Weighted mean filtering → blur sharpening → gray balance

  3. 3.

    Weighted mean filtering → blur sharpening → grayscale stretching

Figure 7 is an original image after a cumulative average of a static image of a 100-frame electromagnetic leak emission reduction sample. Figures 8, 9, and 10 are image effect diagrams processed by the combination of the above various algorithms.

Fig. 7
figure 7

Accumulated averaged original image

Fig. 8
figure 8

Weighted mean filtering → fuzzy sharpening → fuzzy enhancement

Fig. 9
figure 9

Weighted mean filtering → blur sharpening → gray balance

Fig. 10
figure 10

Weighted mean filtering → blur sharpening → grayscale stretching

4 Discussion

4.1 Subjective evaluation of images

The evaluation of image quality is usually divided into subjective evaluation and objective evaluation. The subjective evaluation is mainly to select a group of people to subjectively score the images before and after processing, so as to obtain the improvement degree of the image. This evaluation method can reflect the quality change of the image before and after the treatment to a certain extent, but the subjectivity is strong, and the result is related to the visual difference between the selected person and the individual, and the result is not certain. From the results of the above processing, Figs. 8 and 10 have a certain visual improvement, and the processing of Fig. 9 has decreased.

4.2 Objective evaluation of images

The objective evaluation is divided into two types, one is the evaluation method with reference image, and the commonly used evaluation indicators are mean square error (MSE) and peak signal-to-noise ratio (PSNR). The expression for MSE is:

$$ \mathrm{MSE}=\frac{\sum \limits_{i=0}^{M-1}\sum \limits_{j=0}^{N-1}{\left({f}_{i,j}-{\widehat{f}}_{i,j}\right)}^2}{M\times N} $$
(16)

i and j represent the position index of the pixel, fi, j and \( {\widehat{f}}_{i,j} \) respectively represent the original (no noise) image and the restored image, and M and N respectively represent the height and width of the image.

The expression for PSNR is:

$$ \mathrm{PSNR}=10{\log}_{10}\frac{255\times 255}{\mathrm{MSE}} $$
(17)

The higher the value of the peak signal-to-noise ratio, the closer it will be between the result after denoising and the original image signal, and the less the distortion is in the result. It should be noted that the value of the peak signal-to-noise ratio is not exactly the same as the effect of human visual perception. For some visually pleasing results, sometimes the peak signal-to-noise ratio is rather small. This is because the perception of error by human vision is affected by many factors, which leads to deviations in the perception of errors.

The other is an evaluation method without a reference image. For the electromagnetic leakage emission image of the monitor video signal restored by the receiver, there is no standard original image itself, and only this evaluation method can be adopted. The following is a detailed introduction to the signal-to-noise ratio evaluation method without a reference image.

The principle of the signal-to-noise ratio estimation method without reference image is to first estimate the magnitude of the image noise variance, calculate the peak signal-to-noise ratio (PSNR), and then estimate the improvement of the signal-to-noise ratio according to the noise variance and the PSNR. The PSNR of the processed image minus the PSNR of the original image is the estimated signal-to-noise ratio improvement.

The traditional estimation of noise variance is to take the flat region in the image for calculation. Let digital image noise be the signal be represented as x(n) = s(n) + u(n), the sample length be the N, where s(n) is the ideal signal, u(n) is the noise signal, and u(n) can be considered as the approximation. u(n) can be considered to approximate the Gaussian distribution of N(0, σ2). For additive noise, the signal s(n) is statistically independent of the noise u(n).

The expectation of the mixing noise signal is:

$$ E\left[x(n)\right]=E\left[s(n)\right]+E\left[u(n)\right] $$
(18)
$$ E\left[x(n)\right]=E\left[s(n)\right]\tilde{=}\frac{1}{N}\sum \limits_{n=1}^Ns(n) $$
(19)

The signal variance is:

$$ D\left[x(n)\right]=D\left[s(n)\right]+D\left[u(n)\right] $$
(20)

If the flat area of the image can be accurately extracted, then the variance of the noise can be evaluated. In a local flat area, assuming that the noise signal is Gaussian white noise, the noise expectation is 0 and the noise variance is σ2. The mean of the ideal signal is the mean of the signal, and the variance of the signal is 0.

Therefore, the variance of the calculated noise signal can be considered as the variance of the calculated noise. The formula is as follows:

$$ E=\frac{1}{MN}\sum \limits_{i=1}^M\sum \limits_{j=1}^Ng\left(i,j\right) $$
(21)
$$ {\sigma}^2=\frac{1}{MN}\sum \limits_{i=1}^M\sum \limits_{j=1}^N{\left[I\left(i,j\right)-E\right]}^2 $$
(22)

g(i, j) is the ideal image, and I(i, j) is the noisy image. Where E is the mean value, and M and N are the size of the local area.

In the absence of an objective image and finding a flat area of the image, Eqs. (3) and (4) can be rewritten as:

$$ \mathrm{MSE}=\frac{\sum \limits_{i=0}^{M-1}\sum \limits_{j=0}^{N-1}{\left({I}_{i,j}-E\right)}^2}{M\times N}={\sigma}^2 $$
(23)
$$ \mathrm{PSNR}=10{\log}_{10}\frac{255\times 255}{\mathrm{MSE}}=10{\log}_{10}\frac{255\times 255}{{\sigma_{\mathrm{mid}}}^2} $$
(24)

A very important indicator for estimating noise accuracy in this way is to accurately determine a series of flat local regions. The evaluation method first decomposes the image into non-overlapping rectangular regions with approximately the same gray level. The basic idea is to define the consistency criterion as follows: For two adjacent regions, the gray mean values are represented by I and I + ΔI, respectively. ΔI is the difference between the two. If ΔI/I is less than a threshold T, the two regions are considered to have approximate gray levels and belong to a uniform region, which can be combined. If ΔI/I is greater than the threshold T, the two regions are regions that can be clearly separated and have a certain gradation difference. For the selection of flat local regions, a flat region can be found by region decomposition method or region merging method according to image features.

The local variance and the overall PSNR can be calculated according to Eqs. (9) and (10), where M and N is the size of the selected flat region. To maintain the robustness of the noise variance estimate, the variance used to calculate the PSNR takes the median of the variance sequences for all local regions.

4.3 Evaluation results

Table 1 gives the estimated noise method of various combination algorithms and improves the signal-to-noise ratio. It can be seen that the signal-to-noise ratio of the processed image is improved, and the signal-to-noise ratio of the image with poor effect is reduced.

Table 1 Noise standard deviation of various combined algorithms and improvement of signal-to-noise ratio

Through the analysis and evaluation of the above various image processing methods, the evaluation results of the evaluation method without reference images are basically consistent with the actual effects, but sometimes, there is a certain deviation due to the complexity of the noise. However, it provides a quantitative analysis of the objective degree of image restoration, which can reflect the degree of image improvement to some extent.

5 Conclusions

The denoising process of computer video electromagnetic leakage emission reduction image is of great significance for improving the video reproduction and reception capability. From the effect and evaluation after the denoising process, the signal-to-noise ratio of the image is improved, the contrast of the image is enhanced, and to some extent, the recognizability of the image is improved.

The processing of computer video electromagnetic leakage emission reduction image is of great significance for restoring text recognition degree, which not only improves the visual effect to a certain extent, but also provides an objective method for image evaluation. However, it should also be noted that for the computer audio electromagnetic leakage emission reduction image with relatively complicated noise, it is impossible to achieve a great breakthrough by relying on the latter image processing. Therefore, the reduction of computer video information should be further started from the source, reduce the introduced noise, and further study the new adaptive image processing algorithm, such as artificial neural network (CMAC), genetic algorithm, and wavelet transform, the combination of the two can achieve better reception.

References

  1. S. Wang, Q. Yang, T. Jin, et al., Research on method for preventing digital video signal electromagnetic leakage based on visual effect. Acta Electron. Sin. 45(8), 2038–2043 (2017).

    Google Scholar 

  2. S. Sun, H. Zhang, Y. Du. The electromagnetic leakage analysis based on arithmetic operation of FPGA[C]//2017 IEEE 5th International Symposium on Electromagnetic Compatibility (EMC-Beijing). IEEE. 5, 1-5 (2017).

  3. W. Yang, P. Liu, Y. Wang, et al. Research on Dynamic Characteristics Optimization via Analytical Modeling for Typical Rotational Electromagnetic System[J]. IEEE Transactions on Magnetics. 50(11), 1-4 (2014).

  4. C. Ulaş, U. Aşık, C. Karadeniz. Analysis and reconstruction of laser printer information leakages in the media of electromagnetic radiation, power, and signal lines[J]. Computers & Security. 58, 250-267 (2016).

  5. S. Wang, P. Han, Y. Qiu, et al. Information leakage of electromagnetic emission from differential transmission lines[C]//Electromagnetic Compatibility (EMC-Beijing), 2017 IEEE 5th International Symposium on. IEEE. 4, 1-4 (2017).

  6. Y. Chen. Electromagnetic leakage testing system based on Labwindows/CVI. Wuhan Zhicheng Times Cultural Development Co., Ltd Proceedings of the 2018 International Conference on Mechanical, Electrical, Electronic Engineering & Science (MEEES 2018). Wuhan Zhicheng Times Cultural Development Co., Ltd; 5, 1-5 (2018).

  7. Z. Qian, Q. Wang, C. Zhou, et al., Analysis and reconstruction of conduction leakage signal of computer video cable based on the spatial correlation filtering method. Chin. J. Radio Sci. 32(3), 331–337 (2017).

    Google Scholar 

  8. Z. Jiemin, S. Haimeng, in Computer Science & Education (ICCSE), 2014 9th International Conference on. The new approach of preventing the electromagnetic information leakage (2014).

    Google Scholar 

  9. Y. Zhang, J. Xiao, J. Peng, et al. Kernel Wiener filtering model with low-rank approximation for image denoising. Inf. Sci. 462 (2018).

  10. C. Louchet, L. Moisan, in Signal Processing Conference. Total variation denoising using iterated conditional expectation (2014), pp. 1592–1596.

    Google Scholar 

  11. T. Shibata, M. Tanaka, M. Okutomi, in IEEE international conference on computer vision IEEE computer society. Misalignment-robust joint filter for cross-modal image pairs (2017), pp. 3315–3324.

    Google Scholar 

  12. S. Cao, H. Liping, H. Beibei, C. Gang, et al. Self-adaptive non-local means image denoising algorithm based on fuzzy edge complement[J]. Laser Optoelectron. Prog. (2018).

  13. W.U. Jianning, M. Shi, Z. Xing, Image denoising using magnitude-phase of the Undecimated dual-tree complex wavelet transform. Infrared Technol. 1, 213-218 (2018).

  14. C. Huerga, L. Glaría, P. Castro, et al. Guibelalde, Segmentation improvement through denoising of PET images with 3D-context modelling in wavelet domain[J]. Phys Med 53, 62-71 (2018).

  15. J. Bai, XC. Feng. Image denoising using generalized anisotropic diffusion. J. Math. Imaging Vision 60(7), 1-4 (2018).

  16. J. Ye, Y. Zhang, Y. Yang, Image Denoising via Improved Simultaneous Sparse Coding with Laplacian Scale Mixture[J]. Wuhan Univ. J. Nat. Sci. 23(4), 338-346 (2018).

  17. M. Almahamdy, H.B. Riley, Performance study of different denoising methods for ECG signals. Proc. Comput. Sci. 37, 325–332 (2014).

    Article  Google Scholar 

  18. F. Scholkmann, V. Revol, R. Kaufmann, et al., A new method for fusion, denoising and enhancement of x-ray images retrieved from Talbot-Lau grating interferometry. Phys. Med. Biol. 59(6), 1425 (2014).

    Article  Google Scholar 

  19. G.D. Martino, A.D. Simone, A. Iodice, et al., Scattering-based nonlocal means SAR despeckling. IEEE Trans. Geosci. Remote Sens. 54(6), 3574–3588 (2016).

    Article  Google Scholar 

  20. V.B.S Prasath, J.M. Urbano, D. Vorotnikov. Analysis of adaptive forward-backward diffusion flows with applications in image processing[J]. Inverse Prob. 31(10), 105008 (2015).

Download references

Acknowledgements

The authors thank the editor and anonymous reviewers for their helpful comments and valuable suggestions.

Funding

Not applicable.

Availability of data and materials

Please contact author for data requests.

Author information

Authors and Affiliations

Authors

Contributions

The author takes part in the discussion of the work described in this paper. The author read and approved the final manuscript.

Corresponding author

Correspondence to Chunwei Miao.

Ethics declarations

Competing interests

The author declares that he has 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

Miao, C. Research on denoising processing of computer video electromagnetic leakage reduction image based on fuzzy degree. J Image Video Proc. 2019, 9 (2019). https://doi.org/10.1186/s13640-018-0405-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13640-018-0405-4

Keywords