[go: up one dir, main page]

CN1633159A - A Method for Removing Image Noise - Google Patents

A Method for Removing Image Noise Download PDF

Info

Publication number
CN1633159A
CN1633159A CN 200510002941 CN200510002941A CN1633159A CN 1633159 A CN1633159 A CN 1633159A CN 200510002941 CN200510002941 CN 200510002941 CN 200510002941 A CN200510002941 A CN 200510002941A CN 1633159 A CN1633159 A CN 1633159A
Authority
CN
China
Prior art keywords
value
gray
image
gray value
variance
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN 200510002941
Other languages
Chinese (zh)
Other versions
CN1328901C (en
Inventor
孙丰强
高占东
刘延波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhongxing Technology Co ltd
Original Assignee
Vimicro Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Vimicro Corp filed Critical Vimicro Corp
Priority to CNB200510002941XA priority Critical patent/CN1328901C/en
Publication of CN1633159A publication Critical patent/CN1633159A/en
Application granted granted Critical
Publication of CN1328901C publication Critical patent/CN1328901C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

This invention discloses a method for removing image noise including the following steps: A, acquiring the pixel data of the image B, using all gray values of said image to compute the mean gray value and its variance value, C, fetching the gray values of all pixels and judging if the gray value of each pixel is in the sphere of three times variance one by one, if so, the value of said pixel is not corrected, otherwise, the pixel is the noise removed by revising the gray value of said pixel.

Description

一种去除图像噪声的方法A Method for Removing Image Noise

技术领域technical field

本发明涉及图像处理技术,特别涉及一种去除图像噪声的方法。The invention relates to image processing technology, in particular to a method for removing image noise.

背景技术Background technique

图像处理最基本的目的之一就是改善图像质量,为后续的处理操作提供良好的前提环境。去除图像噪声是改善图像质量的一种比较有效的方法。噪声形成的原因有多种,可能在成像过程中产生,也可能在传输过程中产生,噪声的存在对后续图像处理操作带来极大不便,因此,去除噪声可以说是所有图像处理必行的一个步骤。One of the most basic purposes of image processing is to improve image quality and provide a good premise environment for subsequent processing operations. Removing image noise is a relatively effective method to improve image quality. There are many reasons for the formation of noise, which may be generated during the imaging process or during the transmission process. The existence of noise will bring great inconvenience to subsequent image processing operations. Therefore, noise removal can be said to be necessary for all image processing. one step.

目前,去除图像噪声的方法有多种。均值滤波平滑图像是一种常用的去除图像噪声的方法,该方法主要借助于模板算子,用某一像素周边像素值的均值来替代自身值,以达到去除噪声、平滑图像的目的。Currently, there are many methods for removing image noise. Mean filter smoothing image is a commonly used method to remove image noise. This method mainly uses the template operator to replace its own value with the mean value of the surrounding pixel values of a certain pixel, so as to achieve the purpose of removing noise and smoothing the image.

参见图1,图1为现有技术均值滤波原理示意图。其中,像素A的像素值就由其周边的四个像素B、C、D、E,即图1中圆边上的四个像素的均值替代。其具体的处理过程参见图2,图2为现有技术用均值滤波方式去除图像噪声的流程图,该流程包括以下步骤:Referring to FIG. 1 , FIG. 1 is a schematic diagram of the principle of mean value filtering in the prior art. Wherein, the pixel value of pixel A is replaced by the average value of four pixels B, C, D, E around it, that is, the four pixels on the circle edge in FIG. 1 . Its specific processing process is referring to Fig. 2, and Fig. 2 is the flow chart that removes image noise with mean filtering mode in the prior art, and this flow process comprises the following steps:

步骤201,读取图像各个像素的坐标值和灰度值数据,存储到函数f(x,y)中,其中存储了各个像素的横纵坐标,用x、y表示,还存储了各个像素的灰度值(通常也称为像素值),由f(x,y)的值表示。Step 201, read the coordinate value and gray value data of each pixel of the image, and store them in the function f(x, y), wherein the horizontal and vertical coordinates of each pixel are stored, represented by x, y, and the value of each pixel is also stored A grayscale value (often also called a pixel value), represented by the value of f(x, y).

步骤202,遍历整副图像,用公式(1)计算出每一个像素的新灰度值,并存储。Step 202, traverse the entire image, calculate the new gray value of each pixel by formula (1), and store it.

ff ′′ (( xx ,, ythe y )) == 11 22 ** nno ++ 11 ΣΣ bb ++ nno ii == (( aa -- nno )) aa ++ nno jj == (( bb -- nno )) ff (( ii ,, jj )) -- -- -- -- -- -- -- -- (( 11 ))

其中,a,b为像素(x,y)横纵坐标,n为步长。Among them, a, b are the horizontal and vertical coordinates of the pixel (x, y), and n is the step size.

步骤203,读取函数f(x,y)中存储的各个像素的灰度值,按照各个像素的坐标,将各个像素的灰度值用新的灰度值替换,即用各像素的f(x,y)的值用f(x,y)的值替换。Step 203, read the gray value of each pixel stored in the function f(x, y), and replace the gray value of each pixel with a new gray value according to the coordinates of each pixel, that is, use f( The value of x, y) is replaced by the value of f(x, y).

由于现有技术的均值滤波方式去除图像噪声方法的本质就是用噪声周围像素点的均值替代噪声的像素值,这样虽然能够有效地将噪声去除,但是图像经过这样的处理后,相邻像素的灰度值可能会比较接近,也就是说相邻像素的灰度的差值被缩小了,因此也就可能造成图像模糊的现象。Since the essence of the mean filtering method in the prior art to remove image noise is to replace the pixel value of the noise with the mean value of the pixels around the noise, although the noise can be effectively removed, but after the image is processed in this way, the gray of adjacent pixels The brightness value may be relatively close, that is to say, the difference between the gray values of adjacent pixels is reduced, so the image may be blurred.

另外,上述去除图像噪声的方法,由于是采用模板算子对图像进行逐点扫描,因此计算量较大,而且需要逐点计算,并要另开存储空间暂存中间数据,浪费了系统资源。目前,通常选取的步长n=1,即一个3*3的窗口内计算均值,如果步长增大,计算量还会直线上升。In addition, the above method for removing image noise uses a template operator to scan the image point by point, so the amount of calculation is large, and it needs to be calculated point by point, and a separate storage space is required to temporarily store intermediate data, which wastes system resources. At present, the usually selected step size n=1, that is, the average value is calculated in a 3*3 window. If the step size increases, the amount of calculation will increase linearly.

发明内容Contents of the invention

有鉴于此,本发明的主要目的在于提供一种去除图像噪声的方法,该方法不仅能够有效地去除图像噪声,而且能够减少因去除图像噪声处理造成的图像模糊的现象。In view of this, the main purpose of the present invention is to provide a method for removing image noise, which can not only effectively remove image noise, but also reduce image blur caused by image noise removal processing.

为达到上述目的,本发明的技术方案具体是这样实现的:In order to achieve the above object, the technical solution of the present invention is specifically realized in the following way:

一种去除图像噪声的方法,该方法包括以下步骤:A method for removing image noise, the method comprises the following steps:

A、获取图像的各个像素数据;A. Obtain each pixel data of the image;

B、使用该图像所有像素的灰度值,计算出该图像的灰度均值及其灰度方差值;B. Using the gray values of all pixels in the image, calculate the gray mean value and the gray variance value of the image;

C、读取图像所有像素的灰度值,逐个判断各个像素的灰度值是否落在均值上下3倍方差内;如果是,则不修改该像素的灰度值;否则该像素为噪声,通过修改该像素的灰度值去除噪声。C. Read the gray value of all pixels in the image, and judge whether the gray value of each pixel falls within 3 times the variance of the mean; if so, do not modify the gray value of the pixel; otherwise, the pixel is noise, passed Modify the gray value of the pixel to remove noise.

其中,所述的图像可以为整副图像或图像中的一个区域。Wherein, the image may be the whole image or a region in the image.

步骤B所述计算该图像的灰度均值的方法可以为:The method for calculating the gray mean value of the image described in step B can be:

对所有像素的灰度值求和后,求其平均值。After summing the gray values of all pixels, find the average value.

步骤B所述计算该图像灰度方差值的方法可以包括:The method for calculating the image grayscale variance value described in step B may include:

B1、对所有像素,求其灰度值与灰度均值的灰度差值,并求出该灰度差值的平方;B1. For all pixels, find the gray difference between the gray value and the gray mean, and find the square of the gray difference;

B2、对所有像素的灰度差值的平方求和后,求出平均值,对该平均值进行开方,获得该图像的灰度方差值。B2. After summing the squares of the grayscale differences of all pixels, an average value is obtained, and the square root of the average value is obtained to obtain the grayscale variance value of the image.

步骤C所述通过修改该灰度值去除图像噪声的方法可以为:The method for removing image noise by modifying the gray value described in step C can be:

对灰度值大于灰度均值加3倍方差的像素,将其灰度值减小;For pixels whose grayscale value is greater than the grayscale mean plus 3 times the variance, the grayscale value is reduced;

对灰度值小于灰度均值减3倍方差的像素,将其灰度值增大。For pixels whose gray value is less than the gray mean value minus 3 times the variance, the gray value is increased.

步骤C所述通过修改该灰度值去除图像噪声的方法具体可以为:The method for removing image noise by modifying the gray value described in step C may specifically be:

将灰度值大于灰度均值加3倍方差的像素的灰度值修改为灰度均值加3倍方差;Modify the grayscale value of the pixel whose grayscale value is greater than the grayscale mean plus 3 times the variance to the grayscale mean plus 3 times the variance;

将灰度值小于灰度均值减3倍方差的像素的灰度值修改为灰度均值减3倍方差。Change the gray value of the pixel whose gray value is less than the gray mean minus 3 times the variance to the gray mean minus 3 times the variance.

步骤C所述通过修改该灰度值去除图像噪声的方法还可以为:The method for removing image noise by modifying the gray value described in step C can also be:

预定一个调整灰度值;Predetermine an adjustment gray value;

将灰度值大于灰度均值加3倍方差的像素的灰度值修改为原灰度值减预定的调整灰度值;Modify the gray value of the pixel whose gray value is greater than the gray mean value plus 3 times the variance to the original gray value minus the predetermined adjusted gray value;

将灰度值小于灰度均值减3倍方差的像素的灰度值修改为原灰度值加预定的调整灰度值。Modify the gray value of the pixel whose gray value is less than the gray mean value minus 3 times the variance to the original gray value plus a predetermined adjusted gray value.

由上述的技术方案可见,本发明这种去除图像噪声的方法,由于利用了概率统计论中的3θ原理,将灰度值落在均值上下3倍方差外的像素点看做噪声进行去除,因此能够有效地去除图像噪声。It can be seen from the above-mentioned technical solution that the method for removing image noise in the present invention utilizes the 3θ principle in the theory of probability and statistics, and removes pixels whose gray value falls outside the mean value by 3 times the variance as noise. Can effectively remove image noise.

而且,由于本发明只对灰度值落在范围外的像素修改其灰度值,而不是象现有技术那样,对所有像素都用各自计算出来的均值来替代,这样本发明就保证了灰度值落在该范围内的像素的灰度值不被修改,从而减少了因去除图像噪声处理造成的图像模糊的现象,运算量小,能够节省系统资源。Moreover, since the present invention only modifies the gray value of pixels whose gray value falls outside the range, instead of replacing all pixels with their respective calculated mean values as in the prior art, the present invention ensures that gray The gray value of the pixel whose intensity value falls within this range is not modified, thereby reducing the phenomenon of image blurring caused by image noise removal processing, and the calculation amount is small, which can save system resources.

附图说明Description of drawings

图1为现有技术均值滤波原理示意图;FIG. 1 is a schematic diagram of the prior art mean filter principle;

图2为现有技术用均值滤波方式去除图像噪声的流程图;Fig. 2 is the flow chart of removing image noise with mean filtering mode in the prior art;

图3为本发明去除图像噪声方法的一个较佳实施例的处理流程图。Fig. 3 is a processing flowchart of a preferred embodiment of the method for removing image noise of the present invention.

具体实施方式Detailed ways

为使本发明的目的、技术方案及优点更加清楚明白,以下参照附图并举实施例,对本发明进一步详细说明。In order to make the object, technical solution and advantages of the present invention clearer, the present invention will be further described in detail below with reference to the accompanying drawings and examples.

本发明这种去除图像噪声的方法,利用了概率统计论中的3θ原理,它表征了总体的决大数信息存在于均值上下3倍方差内。基于该理论,把图像看做一个整体计算出图像的灰度均值和方差,通过逐点扫描像素比较,将灰度值落在均值上下3倍方差外的像素点看做噪声,将其灰度值修改为均值加/减3倍方差,即可排除噪声。The method for removing image noise in the present invention utilizes the 3θ principle in the theory of probability and statistics, which characterizes that the overall majority information exists within 3 times the variance above and below the mean. Based on this theory, the image is regarded as a whole to calculate the gray mean and variance of the image, and by point-by-point scanning pixel comparison, the pixels whose gray value falls outside the mean value by 3 times the variance are regarded as noise, and their gray value is regarded as noise. The value is modified to the mean plus/minus 3 times the variance to eliminate noise.

参见图3,图3为本发明去除图像噪声方法的一个较佳实施例的处理流程图。该流程包括以下步骤:Referring to FIG. 3 , FIG. 3 is a processing flowchart of a preferred embodiment of the method for removing image noise according to the present invention. The process includes the following steps:

步骤301,读取图像各个像素的灰度值、坐标值等数据并存储。Step 301, read and store data such as the gray value and coordinate value of each pixel of the image.

本步骤中,存储的方法可以与现有技术相同,即存储到函数f(x,y)中。当然可以采用其他方式存储,只要能将各个像素的灰度值和坐标值对应存储即可。In this step, the storage method can be the same as that of the prior art, that is, store in the function f(x, y). Of course, it can be stored in other ways, as long as the gray value and coordinate value of each pixel can be stored correspondingly.

步骤302,读取该图像的所有像素的灰度值,计算灰度均值μ。可以按公式(2)计算灰度均值μ:Step 302, read the grayscale values of all pixels in the image, and calculate the grayscale mean μ. The gray mean value μ can be calculated according to the formula (2):

uu == 11 nno ΣΣ ii == 11 nno xx ii -- -- -- -- -- -- -- -- -- -- (( 22 ))

步骤303,用灰度均值计算方差θ。可以按公式(3)先计算:Step 303, calculating the variance θ with the gray mean value. It can be calculated first according to formula (3):

θθ 22 == 11 nno ΣΣ ii == 11 nno (( xx ii -- xx ‾‾ )) 22 -- -- -- -- -- -- -- -- -- -- (( 33 ))

其中,x的平均值就是μ。Among them, the average value of x is μ.

然后通过开方运算计算出方差θ的值。Then the value of the variance θ is calculated by the square root operation.

步骤304,读取一个像素的灰度值。Step 304, read the gray value of a pixel.

步骤305,判断该灰度值是否落在[μ-3θ,μ+3θ]范围内,如果是,则执行Step 305, judging whether the gray value falls within the range of [μ-3θ, μ+3θ], if yes, execute

步骤307;否则执行步骤306。Step 307; otherwise, execute step 306.

步骤306,如果灰度值小于μ-3θ,则将灰度值用μ-3θ替代;如果灰度值大于μ+3θ,则将该灰度值用μ+3θ替代。Step 306, if the gray value is less than μ-3θ, replace the gray value with μ-3θ; if the gray value is greater than μ+3θ, replace the gray value with μ+3θ.

步骤305~306的处理过程可以用公式(4)来表示。The processing process of steps 305-306 can be expressed by formula (4).

pp == &mu;&mu; -- 33 &theta;&theta; pp << &mu;&mu; -- 33 &theta;&theta; pp &mu;&mu; -- 33 &theta;&theta; &le;&le; pp &le;&le; &mu;&mu; ++ 33 &theta;&theta; &mu;&mu; ++ 33 &theta;&theta; pp >> &mu;&mu; ++ 33 &theta;&theta; -- -- -- -- -- -- -- -- -- -- (( 44 ))

其中p表示每个像素的灰度值。where p represents the gray value of each pixel.

步骤305~306的实质就是:对灰度值大于μ+3θ的像素,将其灰度值减小;对灰度值小于μ-3θ的像素,将其灰度值增大。因此,还可以有其他方式实现。The essence of steps 305-306 is: decrease the gray value of the pixel whose gray value is greater than μ+3θ; increase the gray value of the pixel whose gray value is smaller than μ−3θ. Therefore, other ways are also possible.

比如:预定一个调整灰度值;将灰度值大于μ+3θ的像素的灰度值修改为原灰度值减预定的调整灰度值;将灰度值小于μ-3θ的像素的灰度值修改为原灰度值加预定的调整灰度值。For example: Predetermine an adjusted gray value; modify the gray value of a pixel whose gray value is greater than μ+3θ to the original gray value minus the predetermined adjusted gray value; change the gray value of a pixel whose gray value is smaller than μ-3θ The value is modified to the original gray value plus a predetermined adjusted gray value.

步骤307,判断是否还有未读取的像素,如果有,则返回步骤304,读取下一个像素;否则结束处理流程。Step 307, judging whether there are unread pixels, if so, return to step 304, and read the next pixel; otherwise, end the processing flow.

本发明可以对整副图像实施去噪处理,也可以根据需要,选择图像中的某个区域实施去噪处理。如果是对整副图像实施去噪处理,则上述流程中所述的图像即为整副图像;如果是对某个区域实施去噪处理,则上述流程中所述的图像即为所选择的某个图像区域。处理过程完全相同,只是所处理的范围大小不尽相同。The present invention can implement denoising processing on the whole set of images, and can also select a certain area in the image to implement denoising processing as required. If the denoising process is performed on the entire image, the image described in the above process is the entire image; if the denoising process is performed on a certain area, the image described in the above process is the selected one. image area. The process is exactly the same, only the size of the range being processed is different.

由上述的实施例可见,本发明这种去除图像噪声的方法,由于利用了概率统计论中的3θ原理,将灰度值落在均值上下3倍方差外的像素点看做噪声进行去除,因此能够有效地去除图像噪声。It can be seen from the above-mentioned embodiments that the method for removing image noise in the present invention utilizes the 3θ principle in the theory of probability and statistics, and removes pixels whose gray value falls outside the mean value by 3 times the variance as noise. Can effectively remove image noise.

而且,由于本发明只对灰度值落在[μ-3θ,μ+3θ]范围外的像素修改其灰度值,而不是象现有技术那样,对所有像素都用各自计算出来的均值来替代,这样本发明就保证了灰度值落在该范围内的像素的灰度值不被修改,从而减少了因去除图像噪声处理造成的图像模糊的现象。Moreover, since the present invention only modifies the gray value of pixels whose gray value falls outside the range of [μ-3θ, μ+3θ], instead of using their respective calculated mean values for all pixels as in the prior art Instead, the present invention ensures that the gray values of pixels whose gray values fall within the range are not modified, thereby reducing image blurring caused by image noise removal.

另外,本发明只对图像的所有像素执行公式(2)和(3)两次运算,通过比较的方式执行公式(4),计算量小,处理方法简便,而且可以直接对原始图像的灰度值进行修改,不需要额外的存储空间,节省了系统资源。In addition, the present invention only executes two operations of formula (2) and (3) on all pixels of the image, and executes formula (4) by way of comparison, which has a small amount of calculation, simple and convenient processing method, and can directly calculate the grayscale of the original image. Values can be modified without additional storage space, saving system resources.

Claims (7)

1、一种去除图像噪声的方法,其特征在于,该方法包括以下步骤:1. A method for removing image noise, characterized in that the method may further comprise the steps: A、获取图像的各个像素数据;A. Obtain each pixel data of the image; B、使用该图像所有像素的灰度值,计算出该图像的灰度均值及其灰度方差值;B. Using the gray values of all pixels in the image, calculate the gray mean value and the gray variance value of the image; C、读取图像所有像素的灰度值,逐个判断各个像素的灰度值是否落在均值上下3倍方差内;如果是,则不修改该像素的灰度值;否则该像素为噪声,通过修改该像素的灰度值去除噪声。C. Read the gray value of all pixels in the image, and judge whether the gray value of each pixel falls within 3 times the variance of the mean; if so, do not modify the gray value of the pixel; otherwise, the pixel is noise, by Modify the gray value of the pixel to remove noise. 2、如权利要求1所述的方法,其特征在于:所述的图像为整副图像或图像中的一个区域。2. The method according to claim 1, characterized in that: the image is the whole image or a region in the image. 3、如权利要求1所述的方法,其特征在于,步骤B所述计算该图像的灰度均值的方法为:3. The method according to claim 1, wherein the method for calculating the gray mean value of the image in step B is: 对所有像素的灰度值求和后,求其平均值。After summing the gray values of all pixels, find the average value. 4、如权利要求1或3所述的方法,其特征在于,步骤B所述计算该图像灰度方差值的方法包括:4. The method according to claim 1 or 3, characterized in that the method for calculating the image grayscale variance value described in step B comprises: B1、对所有像素,求其灰度值与灰度均值的灰度差值,并求出该灰度差值的平方;B1. For all pixels, find the gray difference between the gray value and the gray mean, and find the square of the gray difference; B2、对所有像素的灰度差值的平方求和后,求出平均值,对该平均值进行开方,获得该图像的灰度方差值。B2. After summing the squares of the grayscale differences of all pixels, an average value is obtained, and the square root of the average value is obtained to obtain the grayscale variance value of the image. 5、如权利要求1所述的方法,其特征在于,步骤C所述通过修改该灰度值去除图像噪声的方法为:5. The method according to claim 1, characterized in that the method for removing image noise by modifying the gray value in step C is: 对灰度值大于灰度均值加3倍方差的像素,将其灰度值减小;For pixels whose grayscale value is greater than the grayscale mean plus 3 times the variance, the grayscale value is reduced; 对灰度值小于灰度均值减3倍方差的像素,将其灰度值增大。For pixels whose gray value is less than the gray mean value minus 3 times the variance, the gray value is increased. 6、如权利要求5所述的方法,其特征在于,步骤C所述通过修改该灰度值去除图像噪声的方法为:6. The method according to claim 5, characterized in that the method for removing image noise by modifying the gray value in step C is: 将灰度值大于灰度均值加3倍方差的像素的灰度值修改为灰度均值加3倍方差;Modify the grayscale value of the pixel whose grayscale value is greater than the grayscale mean plus 3 times the variance to the grayscale mean plus 3 times the variance; 将灰度值小于灰度均值减3倍方差的像素的灰度值修改为灰度均值减3倍方差。Change the gray value of the pixel whose gray value is less than the gray mean minus 3 times the variance to the gray mean minus 3 times the variance. 7、如权利要求5所述的方法,其特征在于,步骤C所述通过修改该灰度值去除图像噪声的方法为:7. The method according to claim 5, wherein the method for removing image noise by modifying the gray value in step C is: 预定一个调整灰度值;Predetermine an adjustment gray value; 将灰度值大于灰度均值加3倍方差的像素的灰度值修改为原灰度值减预定的调整灰度值;Modify the gray value of the pixel whose gray value is greater than the gray mean value plus 3 times the variance to the original gray value minus the predetermined adjusted gray value; 将灰度值小于灰度均值减3倍方差的像素的灰度值修改为原灰度值加预定的调整灰度值。Modify the gray value of the pixel whose gray value is less than the gray mean value minus 3 times the variance to the original gray value plus a predetermined adjusted gray value.
CNB200510002941XA 2005-01-26 2005-01-26 A method for removing image noise Expired - Lifetime CN1328901C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB200510002941XA CN1328901C (en) 2005-01-26 2005-01-26 A method for removing image noise

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB200510002941XA CN1328901C (en) 2005-01-26 2005-01-26 A method for removing image noise

Publications (2)

Publication Number Publication Date
CN1633159A true CN1633159A (en) 2005-06-29
CN1328901C CN1328901C (en) 2007-07-25

Family

ID=34852992

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB200510002941XA Expired - Lifetime CN1328901C (en) 2005-01-26 2005-01-26 A method for removing image noise

Country Status (1)

Country Link
CN (1) CN1328901C (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100454970C (en) * 2006-09-30 2009-01-21 四川长虹电器股份有限公司 Spatial domain pixel data processing method
CN100505832C (en) * 2006-03-21 2009-06-24 中国科学院计算技术研究所 An image denoising method based on multi-template hybrid filtering
CN101360187B (en) * 2007-08-03 2010-06-02 鸿富锦精密工业(深圳)有限公司 Image processing method and image processing device
CN101370081B (en) * 2007-08-15 2010-08-25 鸿富锦精密工业(深圳)有限公司 Image processing method and image processing device
CN102118547A (en) * 2011-03-29 2011-07-06 四川长虹电器股份有限公司 Image weighted filtering method
CN101115132B (en) * 2006-07-24 2011-08-03 致伸科技股份有限公司 The Method of Obtaining High Signal-to-Noise Ratio Image
CN102157000A (en) * 2010-11-30 2011-08-17 方正国际软件有限公司 Method and system for adjusting gradation of layout
CN101273623B (en) * 2005-09-28 2012-07-04 奥林巴斯株式会社 Camera device, image processing device, and image processing method
CN102890819A (en) * 2012-09-07 2013-01-23 浙江工业大学 Image denoising method based on pixel spatial relativity judgment
CN103795943A (en) * 2012-11-01 2014-05-14 富士通株式会社 Image processing apparatus and image processing method
CN104036471A (en) * 2013-03-05 2014-09-10 腾讯科技(深圳)有限公司 Image noise estimation method and image noise estimation device
WO2017028742A1 (en) * 2015-08-17 2017-02-23 比亚迪股份有限公司 Image denoising system and image denoising method
CN108093182A (en) * 2018-01-26 2018-05-29 广东欧珀移动通信有限公司 Image processing method and device, electronic equipment and computer readable storage medium
CN110136085A (en) * 2019-05-17 2019-08-16 凌云光技术集团有限责任公司 A kind of noise-reduction method and device of image
CN110334731A (en) * 2019-05-09 2019-10-15 云南大学 A kind of the extraction of spatial information method, apparatus and electronic equipment of spectrum picture
CN114972119A (en) * 2022-07-01 2022-08-30 深圳市商汤科技有限公司 An image processing method, device, electronic device and storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07225834A (en) * 1994-02-10 1995-08-22 Matsushita Electric Ind Co Ltd Image noise detector
US5764307A (en) * 1995-07-24 1998-06-09 Motorola, Inc. Method and apparatus for spatially adaptive filtering for video encoding
JPH10327315A (en) * 1997-05-26 1998-12-08 Fuji Xerox Co Ltd Image processing unit
JP2001144964A (en) * 1999-11-15 2001-05-25 Fuji Photo Film Co Ltd Noise eliminating method and unit, and scanner
JP4090671B2 (en) * 2000-06-19 2008-05-28 ジーイー・メディカル・システムズ・グローバル・テクノロジー・カンパニー・エルエルシー Image processing method, image processing apparatus, and image photographing apparatus
JP4069581B2 (en) * 2000-12-11 2008-04-02 セイコーエプソン株式会社 Image processing method, computer-readable recording medium on which image processing program is recorded, and image processing apparatus
JP4413504B2 (en) * 2003-02-13 2010-02-10 株式会社東芝 Medical image processing apparatus, medical image processing method, and medical image processing program

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101273623B (en) * 2005-09-28 2012-07-04 奥林巴斯株式会社 Camera device, image processing device, and image processing method
CN100505832C (en) * 2006-03-21 2009-06-24 中国科学院计算技术研究所 An image denoising method based on multi-template hybrid filtering
CN101115132B (en) * 2006-07-24 2011-08-03 致伸科技股份有限公司 The Method of Obtaining High Signal-to-Noise Ratio Image
CN100454970C (en) * 2006-09-30 2009-01-21 四川长虹电器股份有限公司 Spatial domain pixel data processing method
CN101360187B (en) * 2007-08-03 2010-06-02 鸿富锦精密工业(深圳)有限公司 Image processing method and image processing device
CN101370081B (en) * 2007-08-15 2010-08-25 鸿富锦精密工业(深圳)有限公司 Image processing method and image processing device
CN102157000A (en) * 2010-11-30 2011-08-17 方正国际软件有限公司 Method and system for adjusting gradation of layout
CN102118547A (en) * 2011-03-29 2011-07-06 四川长虹电器股份有限公司 Image weighted filtering method
CN102890819A (en) * 2012-09-07 2013-01-23 浙江工业大学 Image denoising method based on pixel spatial relativity judgment
CN102890819B (en) * 2012-09-07 2015-03-04 浙江工业大学 Image denoising method based on pixel spatial relativity judgment
CN103795943B (en) * 2012-11-01 2017-05-17 富士通株式会社 Image processing apparatus and image processing method
CN103795943A (en) * 2012-11-01 2014-05-14 富士通株式会社 Image processing apparatus and image processing method
CN104036471A (en) * 2013-03-05 2014-09-10 腾讯科技(深圳)有限公司 Image noise estimation method and image noise estimation device
CN104036471B (en) * 2013-03-05 2017-07-25 腾讯科技(深圳)有限公司 A kind of picture noise estimation method and picture noise valuation device
WO2017028742A1 (en) * 2015-08-17 2017-02-23 比亚迪股份有限公司 Image denoising system and image denoising method
CN108093182A (en) * 2018-01-26 2018-05-29 广东欧珀移动通信有限公司 Image processing method and device, electronic equipment and computer readable storage medium
CN110334731A (en) * 2019-05-09 2019-10-15 云南大学 A kind of the extraction of spatial information method, apparatus and electronic equipment of spectrum picture
CN110334731B (en) * 2019-05-09 2022-04-12 云南大学 Spectral image spatial information extraction method and device and electronic equipment
CN110136085A (en) * 2019-05-17 2019-08-16 凌云光技术集团有限责任公司 A kind of noise-reduction method and device of image
CN114972119A (en) * 2022-07-01 2022-08-30 深圳市商汤科技有限公司 An image processing method, device, electronic device and storage medium

Also Published As

Publication number Publication date
CN1328901C (en) 2007-07-25

Similar Documents

Publication Publication Date Title
CN1633159A (en) A Method for Removing Image Noise
CN1276382C (en) Method and apparatus for discriminating between different regions of an image
CN1239014C (en) Method and device for raising digital picture quality
CN101102398B (en) Fully automatic real-time digital image processing enhancement system
CN1806257A (en) Image processor, image processing method, program for image processing method and recording medium with its program recorded thereon
CN1250012C (en) Method and appts. of removing blocking artifact of MPEG signal
CN101059870A (en) Image cutting method based on attribute histogram
CN101076079A (en) Method and apparatus for enhancing video-signal image
CN100338618C (en) An Automatic Correction Method for Tilted Images
CN1578381A (en) Adaptive halftone scheme to preserve image smoothness and sharpness with region identification
CN1221124C (en) Image processor and image output appts.
CN1213600C (en) N-Dimensional Filter and Method for N-Dimensional Filtering Original Image Pixels
CN1741068A (en) Histogram equalizing method based on boundary
CN1403937A (en) Half-tone dot eliminating method and its system
CN1190066C (en) Sharpening enhancement method and device for digital image amplification circuit
CN1790378A (en) Binary method and system for image
CN100342710C (en) Structure method for enhancing image
CN1921562A (en) Method for image noise reduction based on transforming domain mathematics morphology
CN1761285A (en) Method for removing isolated noise point in video
CN1744665A (en) Processing method for point-to-point increasing video image clarity
CN1917577A (en) Method of reducing noise for combined images
CN100351870C (en) Signal processing device and method, recording medium, and program
CN1755708A (en) A Method of Extracting Text Regions from Digital Images
CN1198235C (en) Method and device for extracting license plate area from vehicle image and correcting license plate skew
CN1929625A (en) Image quality evaluating method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20171222

Address after: 100083, Haidian District, Xueyuan Road, Beijing No. 35, Nanjing Ning building, 15 Floor

Patentee after: Zhongxing Technology Co.,Ltd.

Address before: 100083, Haidian District, Xueyuan Road, Beijing No. 35, Nanjing Ning building, 15 Floor

Patentee before: VIMICRO Corp.

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 100083, Haidian District, Xueyuan Road, Beijing No. 35, Nanjing Ning building, 15 Floor

Patentee after: Zhongxing Technology Co.,Ltd.

Address before: 100083, Haidian District, Xueyuan Road, Beijing No. 35, Nanjing Ning building, 15 Floor

Patentee before: Zhongxing Technology Co.,Ltd.

CX01 Expiry of patent term
CX01 Expiry of patent term

Granted publication date: 20070725