KR101426610B1 - Device and Method for Removing Noise of Image - Google Patents

Device and Method for Removing Noise of Image Download PDF

Info

Publication number
KR101426610B1
KR101426610B1 KR1020120122069A KR20120122069A KR101426610B1 KR 101426610 B1 KR101426610 B1 KR 101426610B1 KR 1020120122069 A KR1020120122069 A KR 1020120122069A KR 20120122069 A KR20120122069 A KR 20120122069A KR 101426610 B1 KR101426610 B1 KR 101426610B1
Authority
KR
South Korea
Prior art keywords
diffusion
difference
calculation unit
energy
pixel
Prior art date
Application number
KR1020120122069A
Other languages
Korean (ko)
Other versions
KR20140055368A (en
Inventor
손광훈
함범섭
Original Assignee
연세대학교 산학협력단
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 연세대학교 산학협력단 filed Critical 연세대학교 산학협력단
Priority to KR1020120122069A priority Critical patent/KR101426610B1/en
Publication of KR20140055368A publication Critical patent/KR20140055368A/en
Application granted granted Critical
Publication of KR101426610B1 publication Critical patent/KR101426610B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)

Abstract

영상 노이즈 제거 방법 및 장치가 개시된다. 개시된 장치는, 이방성 확선 필터를 적용하여 주변 픽셀로부터 대상 픽셀로의 확산 에너지를 계산하는 확산 계산부; 대상 픽셀과 주변 픽셀들과의 차이값 정보를 계산하는 주변 픽셀차 계산부; 및 상기 주변 픽셀차 계산부의 차이값 정보에 기초하여 상기 확산 계산부의 출력값을 보정하는 확산 보정부를 포함한다. 개시된 장치에 의하면, 영상 노이즈 제거를 위해 많은 연산량을 필요로 하지 않으며, 가우시안 노이즈와 임펄스 노이즈를 단일 필터를 통해 제거 할 수 있는 장점이 있다A video noise removing method and apparatus are disclosed. The disclosed apparatus includes: a diffusion calculation unit for applying an anisotropic gradient filter to calculate a diffusion energy from a peripheral pixel to a target pixel; A neighboring pixel difference calculation unit for calculating difference value information between the target pixel and neighboring pixels; And a diffusion correction unit for correcting an output value of the diffusion calculation unit based on the difference value information of the neighboring pixel difference calculation unit. According to the disclosed apparatus, there is no need for a large amount of computation for eliminating image noise, and there is an advantage in that Gaussian noise and impulse noise can be removed through a single filter

Description

영상 노이즈 제거 방법 및 장치{Device and Method for Removing Noise of Image}TECHNICAL FIELD [0001] The present invention relates to a device and method for removing noise,

본 발명의 실시예들은 영상 처리에 관한 것으로서, 더욱 상세하게는 영상의 노이즈를 제거하는 방법 및 장치에 관한 것이다. Embodiments of the present invention relate to image processing, and more particularly, to a method and apparatus for eliminating image noise.

영상 처리 시에는 여러 종류의 노이즈가 수반되며, 이러한 노이즈를 제거하는 작업은 양질의 영상을 획득하는 데 있어 필수적인 작업이다. 노이즈의 종류에는 가우시안 노이즈, 임펄스 노이즈, 포아송 노이즈 등이 있으며, 이러한 노이즈를 제거하거나, 노이즈를 제거하면서 중요한 영역(예를 들어, 에지 영역)을 평활화하는 필터가 노이즈 처리를 위해 사용되고 있다. In the image processing, various kinds of noise are accompanied, and removing such noise is an essential task in acquiring a high quality image. Types of noise include Gaussian noise, impulse noise, Poisson noise, and the like. A filter that smoothes an important region (for example, edge region) while removing such noise or removing noise is used for noise processing.

가우시안 노이즈 제거에 사용되는 이방성 확산 필터는 물리학에서 연구되는 확산 방정식을 영성 처리에 적용한 필터로 확산 필터의 확산 플럭스는 다음의 수학식 1과 같이 정의될 수 있다. The anisotropic diffusion filter used to remove Gaussian noise is a filter applied to the spiritual processing of the diffusion equation studied in physics. The diffusion flux of the diffusion filter can be defined as Equation 1 below.

Figure 112012089269911-pat00001
Figure 112012089269911-pat00001

위 수학식1에서, J 는 확산 플럭스이고, I는 픽셀을 의미하고, c는 다음의 수학식 2와 같이 정의될 수 있다. In Equation (1), J is a diffusion flux, I is a pixel, and c can be defined by the following equation (2).

Figure 112012089269911-pat00002
Figure 112012089269911-pat00002

위 수학식2에서, g는 에지 저지 함수(Edge Stopping Function)이며 단조 감소 함수의 형태를 가진다. In Equation (2), g is an edge stopping function and has the form of a monotone decreasing function.

수학식 1에 기초한 연속 방정식은 다음의 수학식 3과 같이 정의된다. The continuity equation based on Equation (1) is defined as Equation (3).

Figure 112012089269911-pat00003
Figure 112012089269911-pat00003

이방성 확산은 에너지 보존이 되므로, 위 수학식 3에서 s(x,y,t)는 0이되며, 이방성 확산 필터는 다음의 수학식 4와 같이 정의될 수 있다. Since anisotropic diffusion is energy conservation, s (x, y, t) in Equation (3) becomes 0, and the anisotropic diffusion filter can be defined as Equation (4).

Figure 112012089269911-pat00004
Figure 112012089269911-pat00004

이러한 이방성 확산 필터를 적용한 노이즈 제거 방식은 영상의 픽셀을 하나의 기체 입자로 가정하고 픽셀이 에너지를 보존시키면서 확산되면 결국 가우시안 노이즈가 제거된다는 점을 이용한 것이다. The noise reduction method using this anisotropic diffusion filter is based on the assumption that the pixels of an image are one gas particle and the Gaussian noise is eventually removed when the pixels are diffused while conserving energy.

영상의 픽셀은 이산적인 값이므로 수학식 4의 필터를 실제 영상에 적용시킬 때에는 이산화를 하여야 하며, 이산화가 적용된 이방성 확산 필터는 다음의 수학식 5와 같이 표현될 수 있다. Since the pixels of the image are discrete values, discretization is required when applying the filter of Equation (4) to the actual image, and the anisotropic diffusion filter to which the discretization is applied can be expressed as Equation (5).

Figure 112012089269911-pat00005
Figure 112012089269911-pat00005

위 수학식 5에서, N(i,j)는 픽셀 (i.j)를 센터로 하는 윈도우를 의미하고, τ는 타임 스텝값이다. In Equation (5), N (i, j) denotes a window centering on a pixel (i.j), and? Is a time step value.

한편, 임펄스 노이즈를 제거할 때는 미디언(Median) 필터가 사용되며, 가우시안 노이즈를 제거하기 위한 이방성 확산 필터나 바이래터럴(Bilateral) 필터로는 임펄스 노이즈를 제거할 수 없었다. On the other hand, the median filter is used to remove the impulse noise, and the impulse noise can not be removed by the anisotropic diffusion filter or the bilateral filter for eliminating the Gaussian noise.

따라서, 기존에는 임펄스 노이즈와 가우시안 노이즈를 함께 제거하기 위해서는 두 개의 필터를 이용하여 노이즈를 제거하였어야 했으며, 하나의 필터로는 하나의 노이즈만을 제거할 수 밖에 없었으며, 기존의 노이즈 제거 방식은 많은 연산량을 필요로 할 수 밖에 없었다. Therefore, in order to remove the impulse noise and the Gaussian noise together, it is necessary to remove the noise by using two filters. In the conventional method, only one noise can be removed by one filter. I had to do it.

본 발명에서는 많은 연산량을 필요로 하지 않는 영상 노이즈 제거 장치 및 방법을 제안한다. The present invention proposes an image noise removal apparatus and method that do not require a large amount of calculation.

또한, 본 발명은 가우시안 노이즈와 임펄스 노이즈를 단일 필터를 통해 제거 할 수 있도록 한 영상 노이즈 제거 장치 및 방법을 제안한다. In addition, the present invention proposes an image noise removal apparatus and method that can remove Gaussian noise and impulse noise through a single filter.

상기한 목적을 달성하기 위해 본 발명의 바람직한 일 실시예에 따르면, 이방성 확선 필터를 적용하여 주변 픽셀로부터 대상 픽셀로의 확산 에너지를 계산하는 확산 계산부; 대상 픽셀과 주변 픽셀들과의 차이값 정보를 계산하는 주변 픽셀차 계산부; 및 상기 주변 픽셀차 계산부의 차이값 정보에 기초하여 상기 확산 계산부의 출력값을 보정하는 확산 보정부를 포함하는 영상 노이즈 제거 장치가 제공된다. According to another aspect of the present invention, there is provided an image processing apparatus comprising: a diffusion calculation unit for calculating diffusion energy from peripheral pixels to a target pixel by applying an anisotropic fine line filter; A neighboring pixel difference calculation unit for calculating difference value information between the target pixel and neighboring pixels; And a diffusion correction unit for correcting the output value of the diffusion calculation unit based on the difference value information of the neighboring pixel difference calculation unit.

상기 주변 픽셀차 계산부는 상기 대상 픽셀의 상,하,좌,우로 인접한 픽셀들 상기 대상 픽셀과의 차이값을 계산한다. The neighboring pixel difference calculator calculates difference values between the neighboring pixels of the target pixel and the target pixel.

상기 확산 보정부는 상기 주변 픽셀차 계산부에서 계산되는 차이값의 합이 미리 설정된 임계치 이하일 경우, 상기 주변 픽셀로부터 상기 대상 픽셀로 확산되는 에너지 양이 줄어들도록 상기 확산 계산부의 출력값을 보정한다. Wherein the diffusion correction unit corrects the output value of the diffusion calculation unit so that the amount of energy diffused from the surrounding pixels to the target pixel is reduced when the sum of difference values calculated by the neighboring pixel difference calculation unit is equal to or less than a preset threshold value.

상기 확산 보정부는 상기 주변 픽셀차 계산부에서 계산되는 차이값의 합이 미리 설정된 임계치 이상일 경우, 상기 주변 픽셀로부터 상기 대상 픽셀로 확산되는 에너지 양이 증가하도록 상기 확산 계산부의 출력값을 보정한다. Wherein the diffusion correction unit corrects the output value of the diffusion calculation unit so that the amount of energy diffused from the surrounding pixels to the target pixel increases when the sum of difference values calculated by the neighboring pixel difference calculation unit is equal to or greater than a predetermined threshold value.

상기 확산 보정부는 보정 계수를 이용하여 상기 확산 계산부의 출력값을 보정하며, 상기 보정 계수는 상기 주변 픽셀차 계산부에서 계산되는 차이값의 합이 미리 설정된 임계치 이하일 경우 1 이상으로 설정된다. The diffusion correction unit corrects the output value of the diffusion calculation unit using a correction coefficient, and the correction coefficient is set to 1 or more when the sum of difference values calculated by the peripheral pixel difference calculation unit is equal to or less than a preset threshold value.

상기 확산 보정부는 상기 확산 계산부의 출력값을 상기 보정 계수로 나누는 방식을 통해 상기 확산 계산부의 출력값을 보정한다. And the spread correction unit corrects the output value of the diffusion calculation unit by a method of dividing the output value of the diffusion calculation unit by the correction coefficient.

상기 확산 보정부는 상기 주변 픽셀차 계산부에서 계산되는 차이값을 변수로 하는 에지 저지 함수를 이용하여 상기 보정 계수를 계산한다. The diffusion corrector calculates the correction coefficient using an edge blocking function that takes a difference value calculated in the neighboring pixel difference calculator as a variable.

상기 확산 보정부는 다음의 수학식과 같이 확산 에너지를 보정한다. The diffusion corrector corrects the diffusion energy according to the following equation.

[수학식][Mathematical Expression]

Figure 112012089269911-pat00006
Figure 112012089269911-pat00006

위 수학식에서, I는 화소값이고, g는 에지 저지 함수이며, N(i. j)는 주변 픽셀 설정을 위한 윈도우이고, τ는 타임 스텝 사이즈이고, t는 시간임. I is the pixel value, g is the edge suppression function, N (i. J) is the window for setting the surrounding pixels,? Is the time step size, and t is the time.

본 발명의 다른 측면에 따르면, 이방성 확산 필터를 적용하여 주변 픽셀로부터 대상 픽셀로의 확산 에너지를 계산하는 단계(a); 상기 대상 픽셀과 주변 픽셀들과의 차이값 정보를 계산하는 단계(b); 상기 단계(b)의 차이값 정보에 기초하여 상기 단계(a)의 확산 에너지를 보정하는 단계(c)를 포함하는 영상 노이즈 제거 방법이 제공된다.According to another aspect of the present invention, there is provided an anisotropic diffusion filter comprising: (a) calculating diffusion energy from peripheral pixels to a target pixel by applying an anisotropic diffusion filter; (B) calculating difference value information between the target pixel and neighboring pixels; And (c) correcting the diffusion energy of the step (a) based on the difference value information of the step (b).

본 발명에 따르면, 영상 노이즈 제거를 위해 많은 연산량을 필요로 하지 않으며, 가우시안 노이즈와 임펄스 노이즈를 단일 필터를 통해 제거 할 수 있는 장점이 있다. According to the present invention, there is no need for a large amount of calculation to remove image noise, and Gaussian noise and impulse noise can be removed through a single filter.

도 1은 본 발명의 일 실시에에 따른 영상 노이즈 제거 장치의 구성을 도시한 블록도.
도 2는 본 발명의 일 실시예에 따른 주변 픽셀차 계산부에서 주변 픽셀과의 차이를 계산하는 방식을 설명하기 위한 도면.
도 3은 대상 픽셀과 주변 픽셀과의 차이가 크지 않을 경우 노이즈 제거 장치의 위한 동작을 도시한 도면.
도 4는 대상 픽셀과 주변 픽셀과의 차이가 클 경우 노이즈 제거 장치의 동작을 도시한 도면.
도 5는 본 발명의 일 실시예에 따른 노이즈 제거 방법의 전체적인 흐름을 도시한 순서도.
1 is a block diagram showing the configuration of a video noise removing apparatus according to an embodiment of the present invention;
2 is a diagram for explaining a method of calculating a difference from neighboring pixels in a neighboring pixel difference calculation unit according to an embodiment of the present invention.
3 is a diagram illustrating an operation for a noise removing apparatus when a difference between a target pixel and a neighboring pixel is not large.
4 is a diagram showing the operation of the noise canceling apparatus when a difference between a target pixel and peripheral pixels is large.
5 is a flowchart showing an overall flow of a noise removing method according to an embodiment of the present invention.

본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였다. While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that the invention is not intended to be limited to the particular embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. Like reference numerals are used for like elements in describing each drawing.

이하에서, 본 발명에 따른 실시예들을 첨부된 도면을 참조하여 상세하게 설명한다.Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 일 실시에에 따른 영상 노이즈 제거 장치의 구성을 도시한 블록도이다. 1 is a block diagram showing a configuration of a video noise removing apparatus according to an embodiment of the present invention.

도 1은 참조하면, 본 발명의 일 실시예에 따른 노이즈 제거 장치는 확산 계산부(100), 주변 픽셀차 계산부(102) 및 확산 보정부(104)를 포함할 수 있다. Referring to FIG. 1, the apparatus for removing noise according to an embodiment of the present invention may include a diffusion calculation unit 100, a neighboring pixel difference calculation unit 102, and a diffusion correction unit 104.

확산 계산부(100)는 알려진 이방성 확산 필터를 적용하여 주변 픽셀에서 대상 픽셀로 확산되는 에너지를 계산하는 기능을 한다. 확산 게산부(100)에서의 확산 계산은 다음의 수학식 6과 같으며 이는 알려진 이방성 확산 필터의 알고리즘과 동일하다. The diffusion calculation unit 100 calculates the energy spread from neighboring pixels to a target pixel by applying a known anisotropic diffusion filter. The spreading calculation in the spreading calculator 100 is as shown in Equation (6) below, which is the same as that of the known anisotropic spreading filter.

Figure 112012089269911-pat00007
Figure 112012089269911-pat00007

위 수학식 6에서, I는 픽셀 좌표를 의미하고 c는수학식 2를 통해 정의된 것과 동일하다. In Equation (6), I means pixel coordinates and c is the same as defined by Equation (2).

주변 픽셀차 계산부(102)는 대상 픽셀과 주변 픽셀들과의 픽셀 값의 차이를 계산한다. 여기서, 주변 픽셀은 대상 픽셀을 기준으로 소정의 윈도를 설정하고 해당 윈도우에 포함되는 픽셀로 정의될 수 있다. The neighboring pixel difference calculation unit 102 calculates a difference between pixel values of the target pixel and neighboring pixels. Here, the neighboring pixels may be defined as pixels included in the window by setting a predetermined window based on the target pixel.

도 2는 본 발명의 일 실시예에 따른 주변 픽셀차 계산부에서 주변 픽셀과의 차이를 계산하는 방식을 설명하기 위한 도면이다. 2 is a diagram for explaining a method of calculating a difference from neighboring pixels in a neighboring pixel difference calculation unit according to an embodiment of the present invention.

도 2에서, 동그라미 표시는 대상 픽셀에 해당되며, 다이아몬드 표시는 주변 픽셀에 해당된다. 도 2를 참조하면, 대상 픽셀의 상하좌우에 해당되는 4 개의 픽셀이 주변 픽셀로 설정되며, 이러한 4개의 주변 픽셀과 대상 픽셀과의 차이값 및 주변 픽셀과 대상 픽셀과의 차이값들의 합이 각각 주변 픽셀차 계산부(102)에서 연산된다. In Fig. 2, the circle mark corresponds to the target pixel, and the diamond mark corresponds to the surrounding pixel. Referring to FIG. 2, four pixels corresponding to upper, lower, right, and left sides of a target pixel are set as neighboring pixels, and the sum of the differences between the four neighboring pixels and the target pixel and the difference between the neighboring pixels and the target pixel are And is calculated by the neighboring pixel difference calculation unit 102.

도 2에는 대상 픽셀의 주변 픽셀이 대상 픽셀의 상,하,좌,우에 위치한 픽셀인 경우로 도시되어 있으나 주변 픽셀은 이와 다르게 설정될 수도 있다. 일례로, 대상 픽셀과 대각선으로 인접한 픽셀까지 주변 픽셀로 설정될 수도 있을 것이다. In FIG. 2, the peripheral pixels of the target pixel are shown as pixels located on the upper, lower, left, and right sides of the target pixel, but peripheral pixels may be set differently. For example, a pixel diagonally adjacent to a target pixel may be set as a neighboring pixel.

주변 픽셀차 계산부(102)에서 계산되는 값 중 주변 픽셀들과의 차이값의 합은 많은 수의 주변 픽셀이 대상 픽셀과의 차이가 클수록 그 값이 커진다. The sum of the difference values with neighboring pixels among the values calculated by the neighboring pixel difference calculation unit 102 becomes larger as the difference between a large number of neighboring pixels and a target pixel increases.

예를 들어, 대상 픽셀에서 매우 큰 임펄스 노이즈가 발생하고 주변 픽셀들의 픽셀 값이 정상적인 경우 주변 픽셀차 계산부(102)에서 출력되는 차이값의 합은 매우 크게 된다. For example, when a very large impulse noise occurs in a target pixel and a pixel value of neighboring pixels is normal, the sum of difference values output from the neighboring pixel difference calculator 102 becomes very large.

확산 보정부(104)는 주변 픽셀차 계산부(102)에서 계산되는 차이값에 기초하여 확산 계산부(100)에서 계산된 주변 픽셀로부터 대상 픽셀로의 확산 에너지를 보정하는 기능을 한다. The diffusion correction unit 104 corrects the diffusion energy from the peripheral pixels to the target pixel calculated by the diffusion calculation unit 100 based on the difference value calculated by the peripheral pixel difference calculation unit 102. [

전술한 바와 같이, 확산 계산부(100)에서 이루어지는 필터링은 평균값이 0인 가우시안 노이즈에 대한 제거는 가능하나 임펄스 노이즈는 제거할 수 없다. 본 발명의 확산 보정부(104)는 두종류의 노이즈가 모두 제거될 수 있도록 확산 계산부(100)의 출력값을 보정한다. As described above, the filtering performed by the diffusion calculation unit 100 can remove Gaussian noise with an average value of 0, but can not remove the impulse noise. The diffusion correction unit 104 of the present invention corrects the output value of the diffusion calculation unit 100 so that both types of noise can be removed.

구체적으로, 확산 보정부는 대상 픽셀과 주변 픽셀들과의 차이값의 합에 반비례하는 보정 계수 α를 출력하고, α에 기초하여 확산 계산부(100)의 출력값을 보정한다. 주변 픽셀들과의 차이값의 합이 크면 α는 작아지고, 주변 픽셀들과의 차이값의 합이 작으면 α는 커진다. Specifically, the diffusion correction unit outputs a correction coefficient? Inversely proportional to the sum of the difference values between the target pixel and the surrounding pixels, and corrects the output value of the diffusion calculation unit 100 based on?. If the sum of the difference values with neighboring pixels is large,? Becomes small, and if the sum of the difference values with neighboring pixels is small,? Becomes large.

보정 계수 α는 주변 픽셀들과의 차이값의 합이 미리 설정된 임계치 β일 경우 그 값이 1이 되도록 설정되며, 따라서, 보정 계수 α는 대상 픽셀과 주변 픽셀들과의 차이값의 합이 β이상일 경우 1보다 작아지며, 대상 픽셀과 주변 픽셀들과의 차이값의 합이 β이하일 경우 1보다 커지게 된다. The correction coefficient alpha is set so that the sum of the differences between the target pixel and the surrounding pixels is equal to or greater than beta. If the sum of the difference values between the target pixel and the surrounding pixels is less than or equal to?

본 발명의 일 실시예에 따르면, 확산 보정부(104)는 확산 계산부(100)의 출력값을 보정 계수 α로 나누는 방식으로 확산 계산부(100)의 출력값을 보정한다. 따라서, 주변 픽셀들과의 차이값이 미리 설정된 임계치 이하일 경우 α는 1 이상이 되기 때문에 확산 보정부(104)는 에너지 확산량이 줄어들도록 보정을 수행한다. 또한, 주변 픽셀들과의 차이값이 미리 설정된 임계치 이상일 경우 α는 1 이하가 되기 때문에 확산 보정부(104)는 에너지 확산량이 늘어나도록 보정을 수행한다. According to an embodiment of the present invention, the spread correction unit 104 corrects the output value of the spread calculation unit 100 in such a manner that the output value of the spread calculation unit 100 is divided by the correction coefficient?. Therefore, when the difference between the neighboring pixels is less than a predetermined threshold value, alpha is equal to or greater than 1, and thus the diffusion correction unit 104 performs correction so as to reduce the energy diffusion amount. In addition, when the difference value with the neighboring pixels is equal to or greater than a predetermined threshold value,? Becomes equal to or less than 1, so that the diffusion correction unit 104 performs correction so as to increase the energy diffusion amount.

도 3은 대상 픽셀과 주변 픽셀과의 차이가 크지 않을 경우 노이즈 제거 장치의 위한 동작을 도시한 도면이다. FIG. 3 is a diagram illustrating an operation for a noise removing apparatus when a difference between a target pixel and a neighboring pixel is not large.

도 3에서, 좌측의 이미지는 주변 픽셀에서 대상 픽셀로 확산되는 에너지 양을 도시한 도면이고, 우측의 이미지는 각 픽셀의 픽셀값을 표시한 이미지이다. In Fig. 3, the left image shows the amount of energy diffused from the neighboring pixel to the target pixel, and the right image is the image showing the pixel value of each pixel.

도 3에서, a로 표시된 화살표는 확산 계산부에서 계산되는 확산 에너지양이며, 이는 기존의 이방성 확산 필터를 적용한 확산 에너지양을 의미한다. In Fig. 3, the arrow a indicates the amount of diffusion energy calculated by the diffusion calculation unit, which means the amount of diffusion energy applied to the conventional anisotropic diffusion filter.

도 3은 중심 픽셀인 대상 픽셀과 주변 픽셀들의 픽셀값의 차이가 크지 않은 경우(주변 픽셀들과의 차이값의 합이 미리 설정된 임계치보다 작은 경우)이며, 이때 이방성 확산 필터를 적용한 확산 에너지양은 화살표 a와 같은 크기를 가지게 된다. FIG. 3 shows the case where the difference between the pixel values of the target pixel and the neighboring pixels as the center pixel is not large (when the sum of the difference values with neighboring pixels is less than a preset threshold value), and the amount of diffusion energy applied by the anisotropic diffusion filter is a. < / RTI >

도 3에 도시된 케이스는 대상 픽셀과 주변 픽셀들 모두가 픽셀값의 차이가 크지 않은 경우(즉, 대상 픽셀 주변에 에지가 존재하지 않는 경우)로서 이때, 주변 픽셀차 계산부(102)의 출력값은 매우 작은 값을 가지게 된다. In the case shown in FIG. 3, when the difference between the pixel values of the target pixel and the neighboring pixels is not large (i.e., no edge exists around the target pixel), the output value of the neighboring pixel difference calculation unit 102 Lt; / RTI > has a very small value.

이와 같이, 주변 픽셀차 계산부(102)의 출력값이 작을 경우 확산 보정부(104)는 주변 픽셀로부터의 에너지 확산이 억제되도록 보정을 한다. In this manner, when the output value of the neighboring pixel difference calculator 102 is small, the spread correction unit 104 corrects the diffusion so that the energy diffusion from the surrounding pixels is suppressed.

도 3에서, b로 표시된 화살표는 확산 보정부(104)에 의해 보정되는 에너지 양을 표시한 것으로서, 이는 확산 보정부(104)에서 주변 픽셀로부터 유입되는 에너지를 억제하는 양이다.  In Fig. 3, an arrow marked b indicates the amount of energy to be corrected by the diffusion correction unit 104, which is an amount that suppresses the energy introduced from the surrounding pixels in the diffusion correction unit 104. [

도 3에서, c로 표시되는 화살표는 이방성 확산 필터에 의한 에너지 확산량(a 화살표)에 보정되는 양(b 화살표)을 반영한 최종적인 에너지 확산량을 화살표로 표시한 것이다. In Fig. 3, arrows indicated by c indicate the final amount of energy diffusion reflecting the amount (b arrow) corrected for the amount of energy diffusion (arrow a) by the anisotropic diffusion filter by arrows.

도 3을 참조하면, 최종적으로 확산을 통해 유입되는 에너지는 기존의 이방성 확산 필터를 적용한 경우에 비해 작아지는 것을 확인할 수 있으며, 이는 기존의 이방성 확산 필터가 과도한 평활화를 수행하는 문제점을 해결하도록 한다. Referring to FIG. 3, it can be seen that the energy finally introduced through diffusion is smaller than that in the case where the conventional anisotropic diffusion filter is applied. This solves the problem that the conventional anisotropic diffusion filter performs excessive smoothing.

도 4는 대상 픽셀과 주변 픽셀과의 차이가 클 경우 노이즈 제거 장치의 동작을 도시한 도면이다. 4 is a diagram illustrating an operation of the noise canceling apparatus when a difference between a target pixel and a neighboring pixel is large.

도 4에서, 좌측의 이미지는 주변 픽셀에서 대상 픽셀로 확산되는 에너지 양을 도시한 도면이고, 우측의 이미지는 각 픽셀의 픽셀값을 표시한 이미지이다. In Fig. 4, the left image shows the amount of energy diffused from the surrounding pixels to the target pixel, and the right image is the image showing the pixel value of each pixel.

도 3과 같이 도 4에도, a로 표시된 화살표는 확산 계산부에서 계산되는 확산 에너지양이며, 이는 기존의 이방성 확산 필터를 적용한 확산 에너지양을 의미한다. As shown in FIG. 3, the arrow a indicates the amount of diffusion energy calculated by the diffusion calculation unit, which means the amount of diffusion energy applied to the conventional anisotropic diffusion filter.

기존의 이방성 확산 필터는 대상 픽셀과 주변 픽셀의 차이가 클 경우 대상 픽셀을 에지로 인식하며, 이 경우 주변 픽셀에서 대상 픽셀로 확산되는 에너지를 매우 작게 설정하며, 주변 픽셀에서 대상 픽셀로 유입되는 에너지가 상대적으로 작다는 것을 a로 표시된 화살표를 통해 확인할 수 있다. In the conventional anisotropic diffusion filter, when the difference between the target pixel and the neighboring pixel is large, the target pixel is recognized as an edge. In this case, the energy spread from the neighboring pixel to the target pixel is set to be very small, Is relatively small, as indicated by the arrow labeled a.

도 4에 도시된 케이스는 대상 픽셀만이 주변 픽셀과 매우 다른 값을 가지는 케이스로서, 이 경우 주변 픽셀차 계산부(102)에서 계산되는 차이값의 합은 매우 큰 값을 가지게 되며 이는 차이값의 합이 미리 설정된 임계치보다 큰 경우에 해당된다. 도 4에 도시된 케이스는 주변 픽셀 모두가 대상 픽셀과는 그 값의 차이가 크기 때문에 주변 픽셀차 계산부(102)에서는 매우 큰 차이값을 출력할 수 밖에 없다. 만약, 도 4와 달리 주변 픽셀 중 일부가 대상 픽셀과 유사한 픽셀값을 가진다면 주변 픽셀차 계산부(102)에서 출력되는 차이값의 합은 상대적으로 작아질 것이다. In the case shown in FIG. 4, only the target pixel has a very different value from the surrounding pixels. In this case, the sum of the differences calculated in the neighboring pixel difference calculator 102 has a very large value, And the sum is larger than a preset threshold value. In the case shown in FIG. 4, the neighboring pixel difference calculator 102 can not output a very large difference value because all neighboring pixels have a large difference from the target pixel. Unlike FIG. 4, if some of the surrounding pixels have pixel values similar to the target pixel, the sum of difference values output from the neighboring pixel difference calculator 102 will be relatively small.

주변 픽셀차 계산부(102)에서 계산되는 차이값의 합이 미리 설정된 임계치보다 클 경우, 확산 보정부(104)는 주변 픽셀로부터의 에너지 확산이 증가되도록 보정을 한다. When the sum of difference values calculated by the neighboring pixel difference calculator 102 is larger than a predetermined threshold value, the diffusion correction unit 104 corrects the energy diffusion from peripheral pixels to increase.

도 4에서, b로 표시된 화살표는 확산 보정부에 의해 보정되는 에너지 양을 표시한 것으로서, 이는 도 4와 같은 케이스에서 확산 보정부를 통해 주변 픽셀로부터 유입되는 에너지의 양을 의미한다. In Fig. 4, an arrow marked b indicates the amount of energy to be corrected by the diffusion corrector, which means the amount of energy introduced from the surrounding pixels through the diffusion corrector in the case shown in Fig.

도 4에서, c로 표시되는 화살표는 이방성 확산 필터에 의한 확산량(a 화살표)에 보정되는 양(b 화살표)을 반영한 최종적인 확산량을 화살표로 표시한 것이다. In Fig. 4, an arrow indicated by "c" indicates a final amount of diffusion reflecting the amount (b arrow) corrected to the amount of diffusion (a arrow) by the anisotropic diffusion filter by arrows.

기존의 이방성 확산 필터에 의해 노이즈를 제거할 경우 도 4와 같은 임펄스 노이즈가 발생하게 되면 임펄스 노이즈를 에지로 인식하기 때문에 임펄스 노이즈의 제거가 불가능하다. When the noise is removed by the conventional anisotropic diffusion filter, if the impulse noise as shown in FIG. 4 occurs, the impulse noise is recognized as an edge, so that the impulse noise can not be removed.

도 4와 같이 주변 픽셀과 비교할 때 대상 픽셀만이 큰 차이를 가지게 된다면 실질적으로 에지가 아닌 노이즈일 가능성이 높음에도 불구하고 이방성 확산 필터는 이를 에지로 인식하여 임펄스 노이즈에 대한 제거가 불가능하였다. As shown in FIG. 4, if only the target pixel has a large difference in comparison with neighboring pixels, the anisotropic diffusion filter recognizes the noise as an edge and it is impossible to remove the impulse noise even though the noise is likely to be substantially non-edge noise.

그러나, 본 발명은 확산 보정부(104)를 통해 확산되는 에너지 양을 조절하여 가우시안 노이즈뿐만 아니라 임펄스 노이즈에 대한 제거가 함께 가능하도록 한다. However, according to the present invention, the amount of energy diffused through the spread correction unit 104 is adjusted so that not only Gaussian noise but also impulse noise can be removed.

도 4의 c로 표시되는 화살표를 통해 매우 큰 에너지가 대상 픽셀로 유입되도록 하여 임펄스 노이즈가 제거된다는 점을 확인할 수 있다. It can be confirmed that impulse noise is removed by allowing a very large energy to flow into the target pixel through the arrows c in FIG.

확산 보정부를 통해 최종적으로 확산양을 보정하는 동작을 수식으로 표현하면 다음의 수학식 7과 같이 표현된다. The operation of correcting the diffusion amount finally through the diffusion correction unit may be expressed by the following equation (7).

Figure 112012089269911-pat00008
Figure 112012089269911-pat00008

위 수학식 7에서, 분자에 해당되는 부분이 기존의 이방성 확산 필터의 동작에 해당되는 부분이며, 분모에 해당되는 부분이 분자 값을 보정하는 부분으로서, 분모의 값이 보정 계수 α에 해당된다. 수학식 7에서, A(x,y,t)는 확산의 합을 유도하기 위한 보조함수이다. In Equation (7), the portion corresponding to the molecule corresponds to the operation of the existing anisotropic diffusion filter, and the portion corresponding to the denominator is a portion for correcting the molecular value, and the value of the denominator corresponds to the correction coefficient?. In equation (7), A (x, y, t) is an auxiliary function for deriving the sum of spreads.

이미지의 픽셀은 불연속적인 값이므로 위 수학식 7을 이산화활 필요가 있으며, 이를 이산화하면 다음의 수학식 8과 같이 표현된다. Since the pixels of the image are discontinuous, it is necessary to discretize Equation (7). The discretization of Equation (7) can be expressed as Equation (8).

Figure 112012089269911-pat00009
Figure 112012089269911-pat00009

위 수학식 8에서, I는 픽셀값이고, g는 에지 저지 함수이며, N(i,j)는 주변 픽셀을 설정하기 위한 윈도우이며, τ는 타임 스텝 사이즈이다. 위 수학식 8에서 분모에 해당되는 부분(에지 저지 함수를 더하는 부분)이 보정 계수 α에 해당된다. In Equation (8), I is a pixel value, g is an edge blocking function, N (i, j) is a window for setting surrounding pixels, and? In Equation (8), the portion corresponding to the denominator (the portion adding the edge suppression function) corresponds to the correction coefficient?.

에지 저지 함수는 대상 픽셀과 주변 픽셀과의 차이가 클 때 작은 값을 가지며, 대상 픽셀과 주변 픽셀과의 차이가 작을 때 큰 값을 가진다. The edge-blocking function has a small value when the difference between the target pixel and the surrounding pixels is large, and a large value when the difference between the target pixel and the surrounding pixels is small.

도 3과 같은 케이스인 대상 픽셀과 주변 픽셀의 차이가 전반적으로 크지 않은 경우 분자의 에지 저지 함수로 인해 분자는 큰 값을 가지게 되나 이를 다시 분모의 에지 저지 함수에 의한 큰 값(1 이상의 값)으로 나누어지므로 과도한 에너지 유입이 저지되도록 본 발명의 노이즈 제거 장치가 동작한다. If the difference between the target pixel and the neighboring pixel is not large as in the case of FIG. 3, the molecule has a large value due to the edge-blocking function of the molecule. However, the larger value The noise removing apparatus of the present invention operates so that excessive energy inflow is prevented.

도 4와 같은 케이스인 대상 픽셀과 주변 픽셀의 차이가 전반적으로 큰 경우, 분자의 에지 저지 함수로 인해 분자는 작은 값을 가지게 되나 이를 다시 분모의 에지 저지 함수에 의한 작은 값(1 이하의 값)으로 나누어 에너지 확산이 큰 값으로 이루어지도록 본 발명의 노이즈 제거 장치가 동작한다. If the difference between the target pixel and the neighboring pixel is large as shown in FIG. 4, the molecule has a small value due to the edge blocking function of the molecule, but the small value (less than 1) by the edge blocking function of the denominator, And the noise elimination apparatus of the present invention operates so that the energy spread is made to be a large value.

수학식 8은 반복적 연산 방식으로 연산되며, t+1은 t와 비교할 때 다음 반복임을 의미한다. Equation (8) is computed in an iterative manner, meaning that t + 1 is the next iteration when compared to t.

도 5는 본 발명의 일 실시예에 따른 노이즈 제거 방법의 전체적인 흐름을 도시한 순서도이다. FIG. 5 is a flowchart showing an overall flow of a noise removing method according to an embodiment of the present invention.

도 5를 참조하면, 우선 이방성 확산 필터 방식에 의해 주변 픽셀로부터 대상 픽셀로 유입되는 에너지 확산량을 계산한다(단계 500). 에너지 확산량은 주편 픽셀과의 차이값 및 주변 픽셀과의 차이값을 변수로 하는 에지 저지 함수의 값에 기초하여 결정된다. Referring to FIG. 5, an amount of energy diffusion from a peripheral pixel to a target pixel is calculated by an anisotropic diffusion filter method (step 500). The amount of energy diffusion is determined based on the value of the edge inhibition function that takes the difference value from the billet pixel and the difference value with the surrounding pixels as a variable.

이방성 확산 필터 방식에 의해 에너지 확산량을 연산하면, 대상 픽셀과 주변 픽셀들과의 차이값을 계산한다(단계 502). When the energy diffusion amount is calculated by the anisotropic diffusion filter method, the difference value between the target pixel and the surrounding pixels is calculated (step 502).

대상 픽셀과 주변 픽셀들과의 차이값이 연산되면, 주변 픽셀들과의 차이값을 변수로 하는 에지 저지 함수값을 계산한다(단계 504). 앞서 설명한 바와 같이, 주변 픽셀들과의 차이값이 작으면 에지 저지 함수는 상대적으로 큰 값을 출력하고, 주변 픽셀들과의 차이값이 크면 에지 저지 함수는 상대적으로 작은 값을 출력한다. When the difference value between the target pixel and the neighboring pixels is calculated, an edge blocking function value having the difference value with neighboring pixels as a variable is calculated (step 504). As described above, if the difference value from neighboring pixels is small, the edge inhibition function outputs a relatively large value, and if the difference value from neighboring pixels is large, the edge suppression function outputs a relatively small value.

주변 픽셀들과의 차이값을 변수로 하는 에지 저지 함수값이 계산되면, 계산된 에지 저지 함수값을 이용하여 계산된 에너지 확산량을 보정한다(단계 506). When the edge suppression function value having the difference value with the surrounding pixels as a variable is calculated, the energy diffusion amount calculated using the calculated edge suppression function value is corrected (step 506).

구체적으로, 에너지 확산량을 에지 저지 함수의 합으로 나누는 과정을 통해 에너지 확산량을 보정하며, 에지 저지 함수의 합이 클 경우 에너지 확산량이 줄어들도록 보정하고 에지 저지 함수의 합이 작을 경우 에너지 확산량이 늘어나도록 보정한다. Specifically, the amount of energy diffusion is corrected by dividing the amount of energy diffusion by the sum of the edge-blocking functions. If the sum of the edge-blocking functions is large, the amount of energy diffusion is corrected to be reduced. .

이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. 따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 것들은 본 발명 사상의 범주에 속한다고 할 것이다.As described above, the present invention has been described with reference to particular embodiments, such as specific elements, and specific embodiments and drawings. However, it should be understood that the present invention is not limited to the above- And various modifications and changes may be made thereto by those skilled in the art to which the present invention pertains. Accordingly, the spirit of the present invention should not be construed as being limited to the embodiments described, and all of the equivalents or equivalents of the claims, as well as the following claims, belong to the scope of the present invention .

Claims (16)

이방성 확선 필터를 적용하여 주변 픽셀로부터 대상 픽셀로의 확산 에너지를 계산하는 확산 계산부;
대상 픽셀과 주변 픽셀들과의 차이값 정보를 계산하는 주변 픽셀차 계산부; 및
상기 주변 픽셀차 계산부의 차이값 정보에 기초하여 상기 확산 계산부의 출력값을 보정하는 확산 보정부를 포함하되,
상기 확산 보정부는 상기 주변 픽셀차 계산부에서 계산되는 차이값의 합이 미리 설정된 임계치 이상일 경우, 상기 주변 픽셀로부터 상기 대상 픽셀로 확산되는 에너지 양이 증가하도록 상기 확산 계산부의 출력값을 보정하는 것을 특징으로 하는 영상 노이즈 제거 장치.
A diffusion calculation unit for calculating a diffusion energy from peripheral pixels to a target pixel by applying an anisotropic linear filter;
A neighboring pixel difference calculation unit for calculating difference value information between the target pixel and neighboring pixels; And
And a diffusion correction unit for correcting an output value of the diffusion calculation unit based on difference value information of the neighboring pixel difference calculation unit,
Wherein the diffusion correction unit corrects the output value of the diffusion calculation unit so that the amount of energy diffused from the surrounding pixels to the target pixel increases when the sum of difference values calculated by the neighboring pixel difference calculation unit is equal to or greater than a predetermined threshold value A video noise canceling device.
제1항에 있어서,
상기 주변 픽셀차 계산부는 상기 대상 픽셀의 상,하,좌,우로 인접한 픽셀들 상기 대상 픽셀과의 차이값을 계산하는 것임을 특징으로 하는 영상 노이즈 제거 장치.
The method according to claim 1,
Wherein the peripheral pixel difference calculation unit calculates a difference value between pixels adjacent to the upper, lower, left, and right sides of the target pixel with respect to the target pixel.
제1항에 있어서,
상기 확산 보정부는 상기 주변 픽셀차 계산부에서 계산되는 차이값의 합이 미리 설정된 임계치 이하일 경우, 상기 주변 픽셀로부터 상기 대상 픽셀로 확산되는 에너지 양이 줄어들도록 상기 확산 계산부의 출력값을 보정하는 것을 특징으로 하는 영상 노이즈 제거 장치.
The method according to claim 1,
Wherein the diffusion correction unit corrects the output value of the diffusion calculation unit so that the amount of energy diffused from the surrounding pixels to the target pixel is reduced when the sum of difference values calculated by the neighboring pixel difference calculation unit is equal to or less than a preset threshold value A video noise canceling device.
삭제delete 제1항 또는 제3항에 있어서,
상기 확산 보정부는 보정 계수를 이용하여 상기 확산 계산부의 출력값을 보정하며, 상기 보정 계수는 상기 주변 픽셀차 계산부에서 계산되는 차이값의 합이 미리 설정된 임계치 이하일 경우 1 이상으로 설정되는 것을 특징으로 하는 영상 노이즈 제거 장치.
The method according to claim 1 or 3,
Wherein the diffusion correction unit corrects the output value of the diffusion calculation unit using a correction coefficient, and the correction coefficient is set to 1 or more when the sum of difference values calculated by the neighboring pixel difference calculation unit is equal to or less than a preset threshold value Image noise removal device.
제5항에 있어서,
상기 확산 보정부는 상기 확산 계산부의 출력값을 상기 보정 계수로 나누는 방식을 통해 상기 확산 계산부의 출력값을 보정하는 것을 특징으로 하는 영상 노이즈 제거 장치.
6. The method of claim 5,
Wherein the diffusion correction unit corrects the output value of the diffusion calculation unit by dividing the output value of the diffusion calculation unit by the correction coefficient.
제6항에 있어서,
상기 확산 보정부는 상기 주변 픽셀차 계산부에서 계산되는 차이값을 변수로 하는 에지 저지 함수를 이용하여 상기 보정 계수를 계산하는 것을 특징으로 하는 영상 노이즈 제거 장치.
The method according to claim 6,
Wherein the diffusion correction unit calculates the correction coefficient using an edge blocking function having a difference value calculated by the neighboring pixel difference calculator as a variable.
제6항에 있어서,
상기 확산 보정부는 다음의 수학식과 같이 확산 에너지를 보정하는 것을 특징으로 하는 영상 노이즈 제거 장치.
Figure 112012089269911-pat00010

위 수학식에서, I는 화소값이고, g는 에지 저지 함수이며, N(i. j)는 주변 픽셀 설정을 위한 윈도우이고, τ는 타임 스텝 사이즈이고, t는 시간임.
The method according to claim 6,
Wherein the diffusion corrector corrects the spreading energy according to the following equation.
Figure 112012089269911-pat00010

I is the pixel value, g is the edge suppression function, N (i. J) is the window for setting the surrounding pixels,? Is the time step size, and t is the time.
이방성 확산 필터를 적용하여 주변 픽셀로부터 대상 픽셀로의 확산 에너지를 계산하는 단계(a);
상기 대상 픽셀과 주변 픽셀들과의 차이값 정보를 계산하는 단계(b);
상기 단계(b)의 차이값 정보에 기초하여 상기 단계(a)의 확산 에너지를 보정하는 단계(c)를 포함하되,
상기 단계(c)는,
상기 단계(b)에서 계산되는 차이값의 합이 미리 설정된 임계치 이상일 경우, 상기 주변 픽셀로부터 상기 대상 픽셀로 확산되는 에너지 양이 증가하도록 상기 확산 에너지를 보정하는 것을 특징으로 하는 영상 노이즈 제거 방법.
(A) applying an anisotropic diffusion filter to calculate diffusion energy from peripheral pixels to a target pixel;
(B) calculating difference value information between the target pixel and neighboring pixels;
And (c) correcting the diffusion energy of the step (a) based on the difference value information of the step (b)
The step (c)
Wherein the diffusion energy is corrected so that the amount of energy diffused from the surrounding pixels to the target pixel increases when the sum of difference values calculated in step (b) is equal to or greater than a preset threshold value.
제9항에 있어서,
상기 단계(b)는 상기 대상 픽셀의 상,하,좌,우로 인접한 픽셀들과의 차이값을 계산하는 것임을 특징으로 하는 영상 노이즈 제거 방법.
10. The method of claim 9,
Wherein the step (b) calculates a difference value between pixels adjacent to the upper, lower, left, and right sides of the target pixel.
제10항에 있어서,
상기 단계(c)는,
상기 단계(b)에서 계산되는 차이값의 합이 미리 설정된 임계치 이하일 경우, 상기 주변 픽셀로부터 상기 대상 픽셀로 확산되는 에너지 양이 줄어들도록 상기 확산 에너지를 보정하는 것을 특징으로 하는 영상 노이즈 제거 방법.
11. The method of claim 10,
The step (c)
Wherein the diffusion energy is corrected so that the amount of energy diffused from the surrounding pixels to the target pixel is reduced when the sum of difference values calculated in step (b) is less than or equal to a preset threshold value.
삭제delete 제9항 또는 제11항에 있어서,
상기 단계(c)는 보정 계수를 이용하여 상기 확산 에너지를 보정하며, 상기 보정 계수는 상기 단계(b)에서 계산되는 차이값의 합이 미리 설정된 임계치 이하일 경우 1 이상으로 설정되는 것을 특징으로 하는 영상 노이즈 제거 방법.
The method according to claim 9 or 11,
Wherein the step (c) corrects the diffusion energy using a correction coefficient, and the correction coefficient is set to 1 or more when the sum of difference values calculated in step (b) is less than a preset threshold value. Noise removal method.
제13항에 있어서,
상기 단계(c)는 상기 확산 에너지를 상기 보정 계수로 나누는 방식을 통해 상기 확산 에너지를 보정하는 것을 특징으로 하는 영상 노이즈 제거 방법.
14. The method of claim 13,
Wherein the step (c) corrects the diffusion energy by dividing the diffusion energy by the correction coefficient.
제14항에 있어서,
상기 단계(c)는 상기 단계(b)에서 계산되는 차이값을 변수로 하는 에지 저지 함수를 이용하여 상기 보정 계수를 계산하는 것을 특징으로 하는 영상 노이즈 제거 방법.
15. The method of claim 14,
Wherein the step (c) calculates the correction coefficient using an edge blocking function having a difference value calculated in step (b) as a variable.
제14항에 있어서,
상기 단계(c)는 다음의 수학식과 같이 확산 에너지를 보정하는 것을 특징으로 하는 영상 노이즈 제거 방법.
Figure 112012089269911-pat00011

위 수학식에서, I는 화소값이고, g는 에지 저지 함수이며, N(i. j)는 주변 픽셀 설정을 위한 윈도우이고, τ는 타임 스텝 사이즈이고, t는 시간임.
15. The method of claim 14,
Wherein the step (c) corrects the diffusion energy according to the following equation.
Figure 112012089269911-pat00011

I is the pixel value, g is the edge suppression function, N (i. J) is the window for setting the surrounding pixels, tau is the time step size, and t is the time.
KR1020120122069A 2012-10-31 2012-10-31 Device and Method for Removing Noise of Image KR101426610B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020120122069A KR101426610B1 (en) 2012-10-31 2012-10-31 Device and Method for Removing Noise of Image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020120122069A KR101426610B1 (en) 2012-10-31 2012-10-31 Device and Method for Removing Noise of Image

Publications (2)

Publication Number Publication Date
KR20140055368A KR20140055368A (en) 2014-05-09
KR101426610B1 true KR101426610B1 (en) 2014-08-05

Family

ID=50887032

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020120122069A KR101426610B1 (en) 2012-10-31 2012-10-31 Device and Method for Removing Noise of Image

Country Status (1)

Country Link
KR (1) KR101426610B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4050557A1 (en) * 2021-02-24 2022-08-31 GN Audio A/S Method and system for spatial-temporal noise reduction and contrast enhancent of images

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09200759A (en) * 1995-10-20 1997-07-31 Matsushita Electric Ind Co Ltd Video signal decoding system and noise suppressing method
KR20040108605A (en) * 2003-06-06 2004-12-24 지이 메디컬 시스템즈 글로발 테크놀러지 캄파니 엘엘씨 Image processing method and apparatus

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09200759A (en) * 1995-10-20 1997-07-31 Matsushita Electric Ind Co Ltd Video signal decoding system and noise suppressing method
KR20040108605A (en) * 2003-06-06 2004-12-24 지이 메디컬 시스템즈 글로발 테크놀러지 캄파니 엘엘씨 Image processing method and apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4050557A1 (en) * 2021-02-24 2022-08-31 GN Audio A/S Method and system for spatial-temporal noise reduction and contrast enhancent of images
US11798135B2 (en) 2021-02-24 2023-10-24 Gn Audio A/S Method and system for three-dimensional noise reduction and contrast enhancement of images

Also Published As

Publication number Publication date
KR20140055368A (en) 2014-05-09

Similar Documents

Publication Publication Date Title
KR102144994B1 (en) Method for decreasing noise of image and image processing apparatus using thereof
US9053540B2 (en) Stereo matching by census transform and support weight cost aggregation
KR102182695B1 (en) Method and Apparatus for Noise Reduction
Yun et al. Image enhancement using a fusion framework of histogram equalization and Laplacian pyramid
US8406559B2 (en) Method and system for enhancing image sharpness based on local features of image
EP3139343B1 (en) Image processing apparatus, image processing method, and a program
KR102211592B1 (en) Electronic device for processing image and method thereof
JP2005310135A (en) Method and device for correcting blur in motion blurred image
KR20110046904A (en) Apparatus and method for inpainting image by restricting reference image region
US20130236095A1 (en) Image processing device, image processing method, and program
CN103312940A (en) Self-adaptive median filter method based on FPGA (filed programmable gate array)
CN107230208B (en) Image noise intensity estimation method of Gaussian noise
KR101537295B1 (en) Component filtering for low-light noise reduction
US20180122056A1 (en) Image processing device, image processing method, program, recording medium recording the program, image capture device and image recording/reproduction device
KR101827361B1 (en) Airlight estimation apparatus and method for dehazing
KR101426610B1 (en) Device and Method for Removing Noise of Image
CN110858895B (en) Image processing method and device
KR101517360B1 (en) Apparatus and method for enhancing image based on luminance information of pixel
WO2014102876A1 (en) Image processing device and image processing method
JP6256703B2 (en) Image processing method and image processing apparatus
Azetsu et al. Trilateral filter using rank order information of pixel value for mixed Gaussian and impulsive noise removal
KR20200127439A (en) Image processing method and apparatus thereof
JP5365878B2 (en) Filter device and filtering method
JP5563583B2 (en) Block noise reduction system and method
KR101208237B1 (en) Apparatus and method for reducing noise of digital image

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20180718

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20190722

Year of fee payment: 6