CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 A publication of The Italian Association of Chemical Engineering Online at www.aidic.it/cet Guest Editors: Tichun Wang, Hongyang Zhang, Lei Tian Copyright Β© 2016, AIDIC Servizi S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 Research on Denoising of Hybrid Noise Xianghong Tang *a,b, Yang Zheng a, Quanwei Yang a aKey Laboratory of Advanced Manufacturing Technology (Guizhou University), 550025, Guiyang, China bSchool of Mechanical Engineering, Guizhou University, 550025, Guiyang, China txhwuhan@163.com Present denoising algorithms of hybrid noise usually filter out Gaussian noise after removing pepper-noise and have many problems such as inaccurate image restoration and insufficient protection of image edge. In order to get rid of these problems, this paper presents an algorithm to remove the hybrid noise based on grid division. The algorithm introduces the definition of the edge grid cell and takes different methods to deal with the hybrid noise in edge grid cells and non- edge grid cells according to location of the noise. Experimental results show the proposed algorithm outperforms the existing algorithms in eliminating the hybrid noise and preserving the image details and has good performance for the single noise. 1. Introduction Images as important media and a method of passing information carry along rich information. How to obtain and deal with the image information is a focus of study of the image. But the ideal environment that has not any interference in acquiring and processing image information cannot exist. Image acquisition is unavoidably interfered( Brini and Marmo, 2011). At the same time, transmission and storage of images is also affected by various noises (Minowa et al., 2014).Interference and damage of noises may reduce visual effect and quality of images and influence the follow-up image processing such as edge parameters, image segmentation, classification and so on. Salt & pepper-noise and Gaussian noise are common noises and often occur in images. The noise which consists of Salt & pepper-noise and Gaussian noise is called the hybrid noise. It is not easy to filter the hybrid noise. The previous researches have only focused on filtering the single noise. Recently there are some researches about the hybrid noise. They include the modified mean filter algorithm (MTM)(Zhu and You , 2013), the self-adapting median weighted mean filter algorithm(Zhu et al., 2013) and the self-adapting fuzzy weighted mean filter algorithm(AFWM) (Hu et al., 2002).In filtering noises, these algorithms have their shortages such as high misjudgment ratio, loss of the edge detail information of images and not removing grain noises. Moreover, a denoising algorithm based on noise separation and self-adapting wavelet threshold is mentioned (Wan and Xue, 2011) and an algorithm of filtering the hybrid noise (AFHN) is proposed (Wang, 2010). The two algorithms first separate the noise by noise detection and then execute filtering procedure. This kind of algorithm is easy to misjudge the image edge point as the noise point and damage the image edge. Some researchers use PCNN to deal with the hybrid noise (Zhang et al., 2013). An algorithm based on the simplified PCNN (SPCNN) is proposed to remove the hybrid noise. But the time complexity of the algorithm is high and the algorithm cannot well protect the image edge detail information. Because the methods employed by the algorithm are too many. At present, the existing methods to deal with the hybrid noise usually filter out the salt & pepper-noise first and then remove the Gaussian noise. After filtering out the salt & pepper-noise, the image already differs from the original image but the image which has already filter the salt & pepper-noise is treated as the original image in filtering the Gaussian. It may result in the secondary error and make a negative influence on the image restoration. To handle above problems, a mixed noise filtering algorithm based on grid division is put forward in this paper. The algorithm defines the edge grid cells and the non-edge grid cells by grid division. It pretreats the image area which is contaminated by noises with simplified PNCC and positions the location of noises. The algorithm takes two different measures to deal with the edge grid cells and the non-edge grid cells. Since the algorithm handles the salt & pepper-noise and the Gaussian noise in the grid cell simultaneously, it avoids the DOI: 10.3303/CET1651089 Please cite this article as: Tang X.H., Zheng Y., Yang Q.W., 2016, Research on denoising of hybrid noise, Chemical Engineering Transactions, 51, 529-534 DOI:10.3303/CET1651089 529 secondary error and a negative influence on image restoration. At the same time, the algorithm takes a full consideration about the edge of images and can protect the image edge detail information. 2. The related definitions Definition 1: Edge grid cells. They are defined to be the grid cells which the pixels of the image edge belong to. The concept of the edge grid cells is put forward to protect the detail and edge character of the images and it helps to process edge pixels fast and well. In an image, the area where the local gray scale varies significantly is usually the image edge. This paper employs the gravity edge detection(Zhang and Chen, 2011) to determine whether the grid where the noise is in is the edge and the method is simple and effective. The method first calculates the gravitational resultant force 𝐹 π‘₯ and 𝐹𝑦 of the pixel points in the horizontal and vertical direction from their neighborhood and then computes the magnitude of the total resultant force|𝐹| = √(𝐹π‘₯)2 + (𝐹𝑦 )2. A threshold of resultant force is set. If the total resultant force of a pixel point is bigger than the threshold, the pixel point will be defined as an edge point .If not, the pixel point will be defined as a non- edge point. The edge grid cell is the grid cell where there are many edge points. Definition 2: Noise location. The method first uses simplified PNCC to pretreat the images contaminated by the Gaussian noise and positions the location of the noise point. The method then employs the method of mathematical morphology (Shih and Cheng, 2004) to maintain the integrality of the target and judges the type of noise after morphological processing. 𝑁𝑖𝑗 stands for the situation of the noise contamination and is defined as follows: 𝑁𝑖𝑗 = { 1 , π‘šπ‘Žπ‘₯{π‘Šπ· (𝑆𝑖𝑗 )} βˆ’ 𝛿 β‰₯ 𝑆𝑖𝑗 𝑂𝑅 𝑆𝑖𝑗 ≀ π‘šπ‘–π‘›{π‘Šπ· (𝑆𝑖𝑗 )} + 𝛿 0, π‘œπ‘‘π‘’π‘Ÿπ‘€π‘–π‘ π‘’ (1) If the contamination degree 𝑁𝑖𝑗 of the noise point 𝑝𝑖𝑗 is 1, the point 𝑝𝑖𝑗 will be the salt & pepper-noise point. If the contamination degree 𝑁𝑖𝑗 of the noise point 𝑝𝑖𝑗 is -1, the point 𝑝𝑖𝑗 will be the Gaussian noise point. π‘Šπ· (𝑆𝑖𝑗 ) is the area which is the setting neighborhood centering around the pixel 𝑝𝑖𝑗 . Ξ΄ is a range parameter. π‘šπ‘–π‘›{π‘Šπ· (𝑆𝑖𝑗 )} is the minimum value of pixel's gray scale in π‘Šπ· (𝑆𝑖𝑗 ) and π‘šπ‘Žπ‘₯{π‘Šπ· (𝑆𝑖𝑗 )} is the maximum value of pixel's gray scale in π‘Šπ· (𝑆𝑖𝑗 ). Definition 3: Peak signal to noise ratio (PSNR). It is a common parameter to measure the fidelity of the image. The bigger the value of PSNR is, the closer the reconstructed image is to the original image. Its definition is as follows. 𝑃𝑃𝑁𝑆𝑅 = 10𝑙𝑔 𝑀×𝑁×2552 βˆ‘ βˆ‘ [𝐹(π‘š,𝑛)βˆ’πΉβ€²(π‘š,𝑛)]2𝑁𝑛=1 𝑀 π‘š=1 (2) Where 𝑀 and 𝑁 is the size of the image, 𝐹(π‘š, 𝑛) is the gray scale of the original image and 𝐹′(π‘š, 𝑛) is the gray scale of the de-noised image. 3. A method of grid division in images This paper presents a method of grid division in image as shown in Figure 1. The main idea of this paper is described as follows. The size and number of the grid cells is determined by the number of pixels in gray level images and pixels in images are divided into the grid cells. Each grid cell defines the neighborhoods scope of pixels. The center of each grid cell is the location of a corresponding pixel point and it helps to guarantee the location accuracy of pixels generated. Since all pixels are divided into the grid cells, calculation of each pixel’s gray scale does not need traversal of all pixels in the image and the computation complexity is reduced. The following provides specific steps: 1) The size of a gray level image is assumed to be 𝑛 Γ— π‘š and a two-dimension array of 𝑛 Γ— π‘š called π΄π‘Ÿπ‘Ÿπ‘¦ βˆ’ 𝑃 is defined. Each unit in the array is a container called 𝑝 and the container is used to store the pixels which have been divided into the grid cell. 2) all pixels in the image is traversed to find the pixel boundary values π‘šπ‘Žπ‘₯ (π‘₯), π‘šπ‘–π‘› (π‘₯), π‘šπ‘Žπ‘₯ (𝑦), π‘šπ‘–π‘› (𝑦). 3) The length of two sides of the image is calculated by π‘₯π‘™π‘’π‘›π‘”π‘‘β„Ž = π‘šπ‘Žπ‘₯(π‘₯) βˆ’ π‘šπ‘–π‘›(π‘₯) and π‘¦π‘™π‘’π‘›π‘”π‘‘β„Ž = π‘šπ‘Žπ‘₯(𝑦) βˆ’ π‘šπ‘–π‘›(𝑦). 𝐿 expresses the longer side and is defined as 𝐿 = π‘šπ‘Žπ‘₯ (π‘₯π‘™π‘’π‘›π‘”π‘‘β„Ž, π‘¦π‘™π‘’π‘›π‘”π‘‘β„Ž).Then The grid cell is defined as a square with side length 𝑑 and 𝑑 = π‘šπ‘–π‘› (𝐿 𝑛⁄ , 𝐿 π‘šβ„ ). 4) A square with side length 𝐿 is drawn and the 𝑋 direction starting position is acquired when π‘ π‘‘π‘Žπ‘Ÿπ‘‘π‘₯ = π‘šπ‘–π‘› (π‘₯). 5οΌ‰For any pixel point𝑝in the image, the grid location of 𝑝 need be calculated according to 𝑑𝑛 = (𝑝[π‘₯] βˆ’ π‘ π‘‘π‘Žπ‘Ÿπ‘‘π‘₯)% 𝑑 + 1 and π‘‘π‘š = (𝑝[𝑦] βˆ’ π‘ π‘‘π‘Žπ‘Ÿπ‘‘π‘¦)% 𝑑 + 1. Then 𝑝 is put into π΄π‘Ÿπ‘Ÿπ‘Žπ‘¦ βˆ’ 𝑃[𝑑𝑛][π‘‘π‘š]. In the above method, the number of execution times is 2 Γ— 𝑛 and n is the number of pixels in the image. The method of grid division in this paper would make the grid cells uniform and provide a good foundation for 530 denoise of hybrid noise, because the method draws a square with side length 𝐿 as the grid cell such as Figure 1 and the side length of each grid cell is smaller. Figure 1: A divided grid 4. The algorithm of removing the hybrid noise This paper presents an algorithm of removing the hybrid noise based on the above grid division. The main idea of the algorithm is described as follows. Firstly,the hybrid noise is located and is classified according to Definition 2. The grid cells the noise points belong to are traversed and are judged with Definition 1, whether they are the edge grid cells or not. If the grid cell with the salt & pepper noise points is the non -edge grid cell, the pixels in the grid cell will be classified to compute the mean values of different classes by the linear classifier and the nearest mean values will be used to replace the salt &pepper noise points. If the grid cell with Gaussian noise points is the non -edge grid cell, mean values and variance of gray scale of non- noise points in the grid cell are calculated to figure out gray scale values which are used to replace Gaussian noise points. If the grid cell with the noise points is the edge grid cell, it is necessary to find edge points of the grid cell for removing salt &pepper noise points. The nearest edge points are selected as references and their gray scale values are compared with the noise point’s gray scale values. If the noise point’s gray scale values is more than the edge point’s value, K-nearest pixel points of the noise point whose gray scale values are more than the edge point’s value need to be found in the grid cell . If K-nearest pixel points cannot be found in the grid cell, pixel points whose gray scale values are more than the edge point’s value will be found in adjacent grid cells. 𝐴𝑖𝑗 β€² stands for the mean gray scale value of K-nearest pixel points and is used to replace the noise point. If the noise point’s gray scale values are less than the edge point’s value, K-nearest pixel points of the noise point whose gray scale values are less than the edge point’s value need to be found in the grid cell or adjacent grid cells. 𝐴𝑖𝑗 β€² which expresses the mean gray scale value of K-nearest pixel points is also calculated and is used to replace the noise point. For Gaussian noise points, edge points can be used to divide the pixel points in the grid cell into two classes and then replace Gaussian noise points with the non- edge grid method. The detail description is shown in Figure 2. The algorithm of removing the hybrid noise deals with the hybrid noise in edge grid cell and non- edge grid cells by two different methods. The specific steps of the algorithm are as follows: 1) If the contamination degree 𝑁𝑖𝑗 of the noise point 𝑝𝑖𝑗 is 1, the point 𝑝𝑖𝑗will be considered as a salt & pepper- noise point. If the contamination degree 𝑁𝑖𝑗of the noise point 𝑝𝑖𝑗 is -1, the point 𝑝𝑖𝑗 will be considered as a Gaussian noise point. 𝐺𝐷 (𝑝𝑖𝑗 ) is used to express the collection of gray scale values of non-noise points in the grid area 𝐺𝐷 (𝑝𝑖𝑗 ) where 𝑝𝑖𝑗 belongs to and 𝐺𝐷 (𝑝𝑖𝑗 ) is defined as 𝐺𝐷 (𝑝𝑖𝑗 ) = { π‘π‘šπ‘› |π‘π‘šπ‘› = 0, π‘π‘šπ‘› ∈ 𝐺(𝑝𝑖𝑗 )}. 2) If the grid cell of point 𝑝𝑖𝑗 is the non-edge grid cell, the feature vector π‘₯ = (π‘₯1, π‘₯2, … π‘₯𝑑 )𝑇 is the linear combination which is employed to get rid of the salt &pepper noise and the expression of the it linear discriminant function is defined as 𝑔𝑖 = 𝑀𝑖1π‘₯1 + 𝑀𝑖2π‘₯2 + β‹― + 𝑀𝑖𝑑 π‘₯𝑑 + 𝑀𝑖0 = βˆ‘ π‘€π‘–π‘˜ 𝑑 π‘˜=1 + 𝑀𝑖0 (3) 𝑔𝑖 (π‘₯) = π‘Šπ‘– 𝑇 π‘₯ + 𝑀𝑖0, 𝑖 = 1,2, … , 𝑑 (4) where π‘Šπ‘– = [𝑀𝑖1 … 𝑀𝑖𝑑 ]𝑇 is a full-vector and 0iw is the weight threshold. The discriminant function is g(x) = 𝑔1(π‘₯) βˆ’ 𝑔2(π‘₯) and the decision-making equation is g(x) = 𝑔1(π‘₯) βˆ’ 𝑔2(π‘₯) =0. According to the above formula, the pixel points in the grid cell are divided into two classes. 3) The mean gray scale values 𝐴𝑖𝑗 of two classes pixel points in the grid cell of 𝑝𝑖𝑗 is calculated and𝐴𝑖𝑗 = π‘Žπ‘£π‘’π‘Ÿπ‘Žπ‘”π‘’{𝐺𝐷 (𝑝𝑖𝑗 )}. The gray scale value 𝐺𝑖𝑗 of 𝑝𝑖𝑗 is replaced by 𝐴𝑖𝑗. 4) If the contamination degree ij N of the noise point 𝑝𝑖𝑗 is -1, the averages (πœ‡οΌŒπœ‡1οΌŒπœ‡2) and variances(𝜎 β€²οΌŒπœŽ1, 𝜎1) of the pixel points in 𝐺𝐷 (𝑝𝑖𝑗 ) and two classes pixels are calculated and the gray scale values 𝑅1(𝑖, 𝑗) and 𝑅2(𝑖, 𝑗) are computed after removing the noises. The gray scale value of𝑝𝑖𝑗 is replaced by 𝑅(𝑖, 𝑗). πœ‡,Οƒ and 𝑅 is defined as follows. 531 πœ‡ = 1 π‘‹π‘Œ βˆ‘ 𝑠(𝑖, 𝑗) 𝑋,π‘Œ 𝑖,𝑗 , 𝜎 2 = 1 π‘‹π‘Œ βˆ‘ 𝑠2(𝑖, 𝑗) 𝑋,π‘Œ 𝑖,𝑗 , 𝑅(𝑖, 𝑗) = πœ‡ + 𝜎2βˆ’πœŽβ€²2 𝜎2 (𝑠(𝑖, 𝑗)) (5) Whether there Is noise Whether the grid is edge grid cell or not Average values and variances are calculated The value of salt & pepper- noise is replaced by nearest average To salt & pepper- noise,compare the value of edge point with salt & pepper- noise The value of K- Nearest are calculated average and replace the noise Y Y N To classify by linear classifier End Iterating through each grid The edge points are found and calculate gray value To classify by edge points Average values and variances are calculated The value of Gaussian noise is replaced by average values and variances The value of Gaussian noise is replaced by average values and variances Whether the grid cells are all dealt with or not Y Next grid cell N Figure 2: The flow chart of the algorithm of removing the hybrid noise 5) If the grid cell of the noise point 𝑝𝑖𝑗 is the edge grid cell, the edge point 𝑏𝑖𝑗 in the grid cell can be found and the gray value 𝑀𝑖𝑗 of 𝑏𝑖𝑗 is calculated. For the salt& pepper-noise in the edge grid cell, the gray scale value 𝐺𝑖𝑗 of 𝑝𝑖𝑗 needs to be compared with 𝑀𝑖𝑗 and the boundary of K-nearest neighbors’ value of 𝑝𝑖𝑗 is determined. If 𝐺𝑖𝑗 > 𝑀𝑖𝑗 ,K-nearest neighbors’ value of 𝑝𝑖𝑗 is the mean value of non-noise points in the edge grid cell and is more than 𝑀𝑖𝑗. If 𝐺𝑖𝑗 < 𝑀𝑖𝑗 , K-nearest neighborhoods’ value of 𝑝𝑖𝑗 is the mean value of non-noise points in the edge grid cell and is less than 𝑀𝑖𝑗. 6) Average gray scale value of all pixel points in K-nearest neighborhood of 𝑝𝑖𝑗 is computed and is expressed as 𝐴𝑖𝑗 β€² . 𝐴𝑖𝑗 β€² is used to replace 𝐺𝑖𝑗 . 7) For the Gaussian noise point, the nearest edge point 𝑏𝑖𝑗 is found and the gray scale value 𝑀𝑖𝑗 of 𝑏𝑖𝑗 is used to divide the pixel points of the grid cell into two classes. If the number of pixel points in one of two classes is less than the threshold T, the nearest pixel points in adjacent grid cells will be collected and it will make the sum of the nearest pixel point reach T. 8) 𝑅′(𝑖, 𝑗) is calculated like Step 5 and is used to replace the gray scale value of 𝑝𝑖𝑗. In the above description about the algorithm, Step 2-4 depict the method of noise filtering in the non-edge grid cell and Step 5-8 illuminate the method of removing noise in the edge grid cell. The algorithm employs the grid to deal with pixel points and need not consider the area size of the image to reduce the time complexity. Current hybrid noise researches usually filter out the salt and pepper noise first and then remove the Gaussian noise. After filtering out the salt & pepper-noise, the image already differs from the original image. But the process of removing the Gaussian noise treats the image which has already filtered the salt & pepper-noise as the original image. It may generate the secondary error and have a negative influence on the image restoration. From Step 3, 4, 6 and 8 in the above description, the algorithm in this paper gets rid of the salt &pepper noise and the Gaussian noise simultaneously to avoid the secondary error and it helps to restore the images accurately. Moreover, the algorithm proposes a denoising method of the noise points in the edge grid cells. The method can protect the image edge and detail information. 5. Experimental Result In this paper, the experimental denoising algorithms are simulated in an Intel(R) PENTIUM(R) PC of 2.7 GHz CPU and 4.0 GB memory. To evaluate performance of the algorithm in this paper, the self-adapting fuzzy weighted mean filter algorithm (AFWM) (Hu et.al,2002), the algorithm of filtering the hybrid noise(Wang, 2010) and the algorithm based on the simplified PCNN(Zhang, Li and Li , 2013) are chosen as comparative with algorithm in the paper(HDMN). The image of lena is chosen as the basic image of experiments. Objective and subjective evaluation criteria are both employed to assess the performance of the algorithm in this paper (Manenti and Buzzi-Ferraris, 2002) 532 Objective evaluation of restoration quality of the image usually use the deviation that the image restored has from the original image and the peak signal-to-noise ratio is often chosen as a measure parameter of objective evaluation. Subjective evaluation of restoration quality of the image usually takes comparison of the image before and after denoising. 5.1 Experiment 1 Objective Evaluation In the experiment, the image with the hybrid noise is generated by artificially adding the hybrid noise to the basic image and the peak signal-to-noise ratio is the contrast parameter. Table 1: The comparison of PSNR values of four kinds of filtering algorithm Hybrid noise AFWM AFHN SPCNN HDMN p=0.1,Οƒ=10 p=0.1,Οƒ=15 p=0.1,Οƒ=20 p=0.15,Οƒ=10 p=0.15,Οƒ=15 p=0.15,Οƒ=20 p=0.2,Οƒ=10 p=0.2,Οƒ=15 p=0.2,Οƒ=20 26.1137 25.9477 25.8651 25.8354 25.6173 25.4536 25.7873 25.5992 25.3170 25.6372 25.5698 25.4736 25.5189 25.4810 25.4275 25.4632 25.3276 25.2198 26.4735 26.3512 26.1460 26.2631 26.1573 26.0983 26.1943 26.0391 25.9784 27.8533 27.7101 27.5349 27.6389 27.4277 27.3345 27.5965 27.3615 27.1436 Table 2: The results of filtering Salt and Pepper noise Table 3: The results of filtering Gaussian noise Gaussian noise Wiener filtering HDMN Οƒ=5 Οƒ=10 Οƒ=15 Οƒ=20 26.1574 25.9711 24.7862 24.3245 25.8727 25.5196 25.0522 24.1523 Table 1 shows comparison of PSNR values of four filtering algorithms under different hybrid noise conditions. To demonstrate the filtering ability of salt and pepper noise, the comparison algorithm is an adaptive median filtering algorithm (Wang and Li, 2010) which has strong filtering ability of the salt and pepper noise. Table 2 shows PSNR values of the algorithm proposed by this paper and the comparison algorithm after removing the salt and pepper noise. Table 3 reflects filtering performance of the Gaussian noise of the algorithm proposed by this paper and Wiener filtering algorithm(Yin and Su, 2010).From Table 1, the hybrid noise filtering algorithm based on the grid proposed by this paper has the biggest PSNR value in various proportion hybrid noise, compared with other methods. It is to say, the denoising effect of the algorithm of this paper is better than other algorithms. From table 2 and table 3, it can be concluded that the algorithm of this paper has good performance of removing the single noise which is the salt and pepper noise or the Gaussian noise. Because the algorithm uses the grid to deal with the salt and pepper noise and Gaussian noise simultaneously and it can make accurate image restoration and effectively protect image edge and detail information. 5.2 Experiment 2 Subjective Evaluation In the experiment, the hybrid noise (the salt and pepper noise p=0.15 and the zero mean Gaussian noise =15 ) is added to the basic image of lena. In Figure 3 , (a) is the image with the hybrid noise and (b),(c),(d) and (e) are respectively the results of AFWM, AFHN, SPCNN and the algorithm of this paper on the image with the hybrid noise. In order to validate the proposed algorithm's ability to protect the image edge, the experiment takes the hat's local area of the basic image of lena as the reference object as shown in Figure 4. In Figure 5, (a), (b),(c) and (d) are respectively the results of AFWM, AFHN, SPCNN and the algorithm of this paper on the hat's local area after the above four algorithms filter out the noise. Figure 3 shows that the algorithm of this paper has the best filtering effect of the hybrid noise in four algorithms. Figure 5 indicates that the algorithm of this paper is superior to other filtering algorithms in protecting the image edge. Through the two aspects of subjective and objective effect of filtering performance comparison, the hybrid noise filtering algorithm based on the grid is superior to other hybrid noise filtering algorithms in removing the hybrid noise. It can better restore image detail and protect the image edge and detail information. At the same time, it has good denoising effect on filtering the single noise. salt&pepper-noise Adaptive median filter HDMN p=0.05 p=0.1 p=0.15 p=0.2 29.5471 28.9326 28.1032 26.0378 30.7245 29.6532 28.8735 26.4734 533 Figure 3: The output image after filtering in Mixed noise and four algorithm Figure 4: Lena hat's local area Figure 5: The local area image of Lena hat after filtering 6. Conclusion To resolve the existing problems of hybrid noise filtering algorithms, this paper puts forward a hybrid noise filtering algorithm based on the grid. From objective and subjective evaluation of experimental results, it is concluded that the proposed algorithm of this paper has good ability of image restoration and can protect the image edge information in filtering the hybrid noise. At the same time, the algorithm has good denoising performance of removing the single noise. The future research will focus on the optimization algorithm of detailed images. Acknowledgments This paper is supported by the Guizhou Science and Technology Major Project (2013)6019), Key Project of Guizhou Province Programs for Fundamental Research and Development (No. [2014]2001), Key Science and Technology Program of Guizhou Province (No. (2014)3004) References Brini, M., & Marmo, L. 2011, Wireless sensor networks for early fire detection. Chemical Engineering Transactions, 24, 1151-158, DOI: 10.3303/CET1230054 Hu H., Wang M.Z., Yang J., 2002, Adaptive weighted fuzzy mean filter, Systems Engineering and Electronics, 24(2):15-17 Manenti, F., & Buzzi-Ferraris, G. 2009 , A new strategy to improve parameter estimation. Chemical Engineering Transactions, 17(3), 1335-1340. Minowa, H., Munesawa, Y., Furuta, Y., & Gofuku, A. 2014, Method of Selecting Process Signals for Creating Diagnostic Machines Optimised to Detect Abnormalities in a Plant Using a Support Vector Machine. Chemical Engineering Transactions, 36, 205-210, DOI: 10.3303/CET1436035 Shih F. Y., Cheng S., 2004, Adaptive mathematical morphology for edge linking, Information Sciences, 167:9- 21 Wan Q., Xue M., 2011, Adaptive image denoising algorithm which based on noise separation and the wavelet threshold, Electronics Technology, 24(5):94-96 Wang X. F., Li F., 2010, The improved adaptive median filtering, Computer Engineering and Applications, 46:175-176 (Wang and Li, 2010) Wang Y. Y., 2010, A hybrid image can be eliminated noise filtering algorithm, Computer Applications and Software, 27(10):98-102 (in Chinese) Yin F. P., Su J., 2010, An improved nuclear wiener filter image denoising algorithms, Laser &Infrared, 40(5):549-553 Zhang C. X., Chen X. H., 2011, Gravity edge detection method based on nonlinear filtering, Computer Application, 31(3):763-766 Zhang Y. Z., Li Y., Li X. J., 2013, The mixed noise type image filtering algorithm research for Simplified PCNN, Control Engineering, 20(5):829-832(in Chinese) Zhu S.H., You C.H., 2013, An improved median filter algorithm, Computer Applications and Software, (12):97- 99 (in Chinese) Zhu W., Han J., Chen P., Zhao B., 2013, Adaptive Median Filter Algorithm Based on Multi-stage Noise Detection, Opto-Electronic Engineering, 40(10):63-69 534