[go: up one dir, main page]

CN102156966A - Medical image denoising - Google Patents

Medical image denoising Download PDF

Info

Publication number
CN102156966A
CN102156966A CN2011100885675A CN201110088567A CN102156966A CN 102156966 A CN102156966 A CN 102156966A CN 2011100885675 A CN2011100885675 A CN 2011100885675A CN 201110088567 A CN201110088567 A CN 201110088567A CN 102156966 A CN102156966 A CN 102156966A
Authority
CN
China
Prior art keywords
mrow
msub
image
msubsup
mfrac
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.)
Pending
Application number
CN2011100885675A
Other languages
Chinese (zh)
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.)
North China University of Technology
Original Assignee
North China University of Technology
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 North China University of Technology filed Critical North China University of Technology
Priority to CN2011100885675A priority Critical patent/CN102156966A/en
Publication of CN102156966A publication Critical patent/CN102156966A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Abstract

The invention provides a method and a device for performing adaptive filtering on a medical image. According to one embodiment, a target image can be processed with iterative denoising treatment for many times based on image directionality, and a correlation degree between the resultant image after performing iteration each time and the target image is evaluated so as to judge whether the correlation degree is less than a predetermined threshold, thereby judging that the iterative treatment is converged.

Description

医学图像去噪Medical Image Denoising

联合研究joint research

本申请由北方工业大学与北京交通大学信息所联合研究,并得到以下基金资助:国家自然科学基金(No.60903066,No.60972085),北京市自然科学基金(No.4102049),教育部新教师基金(No.20090009120006),北京市属高等学校人才强教深化计划(PHR201008187)。This application is jointly researched by North China University of Technology and Information Institute of Beijing Jiaotong University, and supported by the following funds: National Natural Science Foundation of China (No.60903066, No.60972085), Beijing Natural Science Foundation of China (No.4102049), New Teacher of the Ministry of Education Fund (No.20090009120006), and Beijing Municipal Higher Education Intensification Plan for Talents (PHR201008187).

技术领域technical field

本发明涉及医学图像处理领域,更具体而言,涉及一种医学图像去噪方法及装置。The present invention relates to the field of medical image processing, and more specifically, to a medical image denoising method and device.

背景技术Background technique

医学图像的成像原理比较复杂,在成像或传输的过程中,由于设备本身的固有特性和外部环境的影响,不可避免会对图像引入一些噪声,这对后续的处理和医学诊断带来了很大的麻烦.因此,医学图像预处理中的去噪工作是十分必要的,而寻找新的去噪方法仍是各个领域中的具有挑战性的问题。The imaging principle of medical images is relatively complicated. In the process of imaging or transmission, due to the inherent characteristics of the equipment itself and the influence of the external environment, some noise will inevitably be introduced into the image, which has brought great impact on subsequent processing and medical diagnosis. Trouble. Therefore, denoising work in medical image preprocessing is very necessary, and finding new denoising methods is still a challenging problem in various fields.

在图像处理领域中,总的来说,传统的去噪方法包括基于空间滤波的去噪和基于频域滤波的去噪。基于空间滤波的去噪方法采用基于中值滤波或均值滤波的掩膜/核来执行邻域处理,从而达到平滑去噪的目的。基于频域滤波的去噪方法可以采用的平滑频域滤波器可以包括:理想低通滤波器、巴特沃思滤波器和高通滤波器。例如,在Rafael C.Gonzalez和RichardE.Woods等人的“Digital Image Processing(Second Edition)”(以下称为“对比文献1”)中详细描述了用于平滑的空间和时间滤波器。其中,高斯平滑滤波器作为一种基本的去噪方法,被广泛地用来对医学图像执行去噪处理,其二维形式可以如下给出:In the field of image processing, generally speaking, traditional denoising methods include denoising based on spatial filtering and denoising based on frequency domain filtering. The denoising method based on spatial filtering uses a mask/kernel based on median filtering or mean filtering to perform neighborhood processing, so as to achieve the purpose of smooth denoising. The smoothing frequency domain filters that may be used in the denoising method based on frequency domain filtering may include ideal low-pass filters, Butterworth filters and high-pass filters. For example, spatial and temporal filters for smoothing are described in detail in "Digital Image Processing (Second Edition)" by Rafael C. Gonzalez and Richard E. Woods et al. (hereinafter referred to as "Reference 1"). Among them, the Gaussian smoothing filter, as a basic denoising method, is widely used to perform denoising processing on medical images, and its two-dimensional form can be given as follows:

Hh (( uu ,, vv )) == ee -- DD. 22 (( uu ,, vv )) // 22 σσ 22 -- -- -- (( 11 ))

长期以来,在常规的高斯平滑滤波器的基础上研究出多种以高斯平滑滤波器为基础的去噪方法。但是,常规的高斯平滑滤波器并不考虑图像中的方向性问题,从而在平滑滤波中图像的边缘保留效果较差,这在需要精确边缘定位的医学图像处理中会造成严重的问题。而在滤波时考虑方向性能够充分地保留边缘,需要一种在去噪处理中充分利用方向性信息的去噪方法。For a long time, a variety of denoising methods based on the Gaussian smoothing filter have been studied on the basis of the conventional Gaussian smoothing filter. However, the conventional Gaussian smoothing filter does not consider the directionality of the image, so the edge preservation effect of the image in the smoothing filter is poor, which will cause serious problems in medical image processing that requires precise edge positioning. Considering the directionality when filtering can fully preserve the edge, a denoising method that makes full use of the directionality information in the denoising process is needed.

此外,在医学图像处理中,为了获得令人满意的结果图像来用于医生的诊断,通常可能需要对图像进行迭代去噪。由于医学图像数据量庞大的本质,随着迭代的次数递增的去噪预处理时间会达到令人不耐烦的地步。但是需要指出的是,并非迭代的次数越多,去噪效果就会越好,这是因为在去噪处理中,在图像内部不可避免地会产生一定的模糊效应,而且迭代次数的增加,结果会趋于收敛。目前,只能通过用人眼观察图像的去噪效果来控制迭代的次数,这种方法带有很强的主观性。因此,需要一种控制去噪处理中的迭代次数以实现处理时间与去噪效果的良好平衡的自适应方法。In addition, in medical image processing, in order to obtain a satisfactory result image for a doctor's diagnosis, iterative denoising of the image may usually be required. Due to the massive nature of medical image data, the denoising preprocessing time increases with the number of iterations and can reach a point of impatience. However, it should be pointed out that the more iterations, the better the denoising effect will be. This is because in the denoising process, there will inevitably be a certain blur effect inside the image, and the increase in the number of iterations, the result will tend to converge. At present, the number of iterations can only be controlled by observing the denoising effect of the image with human eyes, which is highly subjective. Therefore, there is a need for an adaptive method that controls the number of iterations in the denoising process to achieve a good balance between processing time and denoising effect.

另外,还期望有新的自适应收敛判别方法能够尽可能地仿真人眼观察图像的结果,从而使得收敛的判断能够更近似于人的视觉体验。In addition, it is also expected that there will be a new adaptive convergence judgment method that can simulate the results of human eyes observing images as much as possible, so that the judgment of convergence can be more similar to the human visual experience.

发明内容Contents of the invention

本发明针对现有技术中的上述问题,提出了一种用于自适应迭代图像去噪的方法,包括以下步骤:(i)获得输入图像;(ii)基于图像方向性对目标图像进行第t次迭代去噪处理(t为正整数),并且当t=1时,所述目标图像为所述输入图像,而当t>1时,所述目标图像为第t-1次迭代后的结果图像;(iii)对第t次迭代后的结果图像与所述目标图像之间的相关度进行评估,以判断所述相关度是否小于一预设阈值;(iv)当在所述相关度大于等于所述预设阈值时,并转至(ii)进行基于t的下一次迭代去噪;以及(v)当在所述相关度小于所述预设阈值时,结束去噪处理,将所述结果图像输出为去噪后的图像。Aiming at the above-mentioned problems in the prior art, the present invention proposes a method for adaptive iterative image denoising, comprising the following steps: (i) obtaining an input image; (ii) performing t-th times iterative denoising processing (t is a positive integer), and when t=1, the target image is the input image, and when t>1, the target image is the result of the t-1th iteration image; (iii) evaluate the correlation between the result image after the tth iteration and the target image to determine whether the correlation is less than a preset threshold; (iv) when the correlation is greater than When it is equal to the preset threshold, go to (ii) perform the next iterative denoising based on t; and (v) when the degree of correlation is less than the preset threshold, end the denoising process, and convert the The resulting image is output as a denoised image.

在另一方面,本发明提出了一种用于自适应迭代图像去噪的装置,包括:用于获得输入图像的模块;用于基于图像方向性对目标图像进行第t次迭代去噪处理的模块(t为正整数),并且当t=1时,所述目标图像为所述输入图像,而当t>1时,所述目标图像为第t-1次迭代后的结果图像;用于对第t次迭代后的结果图像与所述目标图像之间的相关度进行评估,以判断所述相关度是否小于一预设阈值的模块;用于当在所述相关度大于等于所述预设阈值时,则使用所述用于基于图像方向性对目标图像进行第t次迭代去噪处理的模块进行基于t的下一次迭代去噪的模块;以及用于当在所述相关度小于所述预设阈值时,结束去噪处理,将所述结果图像输出为去噪后的图像的模块。In another aspect, the present invention proposes a device for adaptive iterative image denoising, including: a module for obtaining an input image; a module for performing t-th iteration denoising processing on a target image based on image orientation module (t is a positive integer), and when t=1, the target image is the input image, and when t>1, the target image is the result image after the t-1 iteration; for A module for evaluating the correlation between the result image after the tth iteration and the target image to determine whether the correlation is less than a preset threshold; for when the correlation is greater than or equal to the preset When the threshold is set, then use the module for performing the t-th iterative denoising process on the target image based on the image directionality to perform the next iterative denoising based on t; and for when the correlation is less than the specified When the preset threshold is exceeded, the denoising process is ended, and the resulting image is output as a denoised image module.

在再另一方面,本发明提出了一种医学图像处理系统,包括:医学图像采集设备,用于采集医学图像;通信电路,用于将所采集的医学图像有助于有线或无线方式传输至滤波器电路;滤波器电路,其被配置为执行以下迭代平滑滤波处理:(i)接收所采集的医学图像作为输入图像,设定迭代次数t=1;(ii)基于图像方向性对目标图像进行第t次迭代去噪处理(t为正整数),并且当t=1时,所述目标图像为所述输入图像,而当t>1时,所述目标图像为第t-1次迭代后的结果图像;(iii)对第t次迭代后的结果图像与所述目标图像之间的相关度进行评估,以判断所述相关度是否小于一预设阈值;(iv)当在所述相关度大于等于所述预设阈值时,并转至(ii)进行基于t=t+1的下一次迭代去噪;以及(v)当在所述相关度小于所述预设阈值时,结束去噪处理,将所述结果图像输出为去噪后的图像;显示装置,用于从所述滤波器电路接收经过平滑滤波的医学图像,并显示所述经过平滑滤波的医学图像;其中,所述滤波器电路被进一步配置为,利用以下公式执行第n次迭代去噪处理,In yet another aspect, the present invention proposes a medical image processing system, including: a medical image acquisition device for acquiring medical images; a communication circuit for facilitating wired or wireless transmission of the acquired medical images to filter circuit; a filter circuit configured to perform the following iterative smoothing filtering process: (i) receive the collected medical image as an input image, set the number of iterations t=1; (ii) perform the target image based on image directionality Perform the tth iterative denoising process (t is a positive integer), and when t=1, the target image is the input image, and when t>1, the target image is the t-1th iteration (iii) evaluate the degree of correlation between the result image after the tth iteration and the target image to determine whether the degree of correlation is less than a preset threshold; (iv) when the When the degree of correlation is greater than or equal to the preset threshold, go to (ii) perform the next iterative denoising based on t=t+1; and (v) when the degree of correlation is less than the preset threshold, end Denoising processing, outputting the resulting image as a denoised image; a display device, configured to receive the smoothed and filtered medical image from the filter circuit, and display the smoothed and filtered medical image; wherein, the The filter circuit is further configured to perform the nth iterative denoising process using the following formula,

∂∂ II ∂∂ tt == divdiv (( gg (( || ▿▿ II || 22 )) )) ▿▿ II II (( xx ,, ythe y ;; 00 )) == II 00 (( xx ,, ythe y )) -- -- -- (( 22 ))

其中,I为所述目标图像,div是散度算子,

Figure BSA00000469797800032
表示梯度,g(·)是方向性方程,t为迭代次数,x和y为I中的像素坐标,并且所述方向性方程g(·)为以下之一:
Figure BSA00000469797800033
Figure BSA00000469797800034
其中,k为预先设定的影响因子,并且其中,所述滤波器电路被进一步配置为,使用以下评估函数执行所述评估:Wherein, I is the target image, div is a divergence operator,
Figure BSA00000469797800032
Represents the gradient, g( ) is a directional equation, t is the number of iterations, x and y are pixel coordinates in I, and the directional equation g( ) is one of the following:
Figure BSA00000469797800033
or
Figure BSA00000469797800034
where k is a preset influencing factor, and wherein the filter circuit is further configured to perform the evaluation using the following evaluation function:

ECorrelation=[l(x,y)]α[c(x,y)]β[s′(x,y)]γ            (3)E Correlation = [l(x, y)] α [c(x, y)] β [s′(x, y)] γ (3)

其中,

Figure BSA00000469797800042
Figure BSA00000469797800043
或,并且其中,x和y分别是所述结果图像和所述目标图像,μx、μy、σx、σy、σxy分别为x和y的亮度均值,方差和协方差;C1、C2、C3是为了避免分母为零设置的常数,并且σ′x、σ′y、σ′xy分别为图像x,y的梯度图像的标准差和协方差,并且其中所述梯度图像采用Robert算子产生。in,
Figure BSA00000469797800042
Figure BSA00000469797800043
Or, and wherein, x and y are the result image and the target image respectively, μ x , μ y , σ x , σ y , σ xy are the brightness mean, variance and covariance of x and y respectively; C 1 , C 2 , C 3 are constants set to avoid the denominator being zero, and σ′ x , σ′ y , σ′ xy are the standard deviation and covariance of the gradient image of image x, y respectively, and the gradient image Generated by Robert operator.

以下进一步详细描述了本文公开的各种方案和特征。Various aspects and features disclosed herein are described in further detail below.

附图说明Description of drawings

图1示出了一种医学图像处理系统;Fig. 1 shows a kind of medical image processing system;

图2示出了根据一些实施例的去噪滤波器的细节;Figure 2 shows details of a denoising filter according to some embodiments;

图3示出了根据本发明的一些实施例的平滑去噪滤波的方法流程图;以及Fig. 3 shows a flow chart of a method for smoothing and denoising filtering according to some embodiments of the present invention; and

图4(a)和4(b)示出了针对不同的噪声的迭代次数与评估函数的变化曲线。Figures 4(a) and 4(b) show the variation curves of the number of iterations and the evaluation function for different noises.

具体实施方式Detailed ways

现在参考附图来描述各种方案。在以下描述中,为了进行解释,阐述了多个具体细节以便提供对一个或多个方案的透彻理解。然而,显然,在没有这些具体细节的情况下也能够实现这些方案。Various aspects are now described with reference to the figures. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of one or more aspects. It may be evident, however, that such aspects can be practiced without these specific details.

如在本申请中所使用的,术语“组件”、“模块”、“系统”等等旨在指代与计算机相关的实体,例如但不限于,硬件、固件、硬件和软件的组合、软件,或者是执行中的软件。例如,组件可以是但不限于:在处理器上运行的进程、处理器、对象、可执行体(executable)、执行线程、程序、和/或计算机。举例而言,运行在计算设备上的应用程序和该计算设备都可以是组件。一个或多个组件可以位于执行进程和/或者执行线程内,并且组件可以位于一台计算机上和/或者分布在两台或更多台计算机上。另外,这些组件可以从具有存储在其上的各种数据结构的各种计算机可读介质执行。组件可以借助于本地和/或远程进程进行通信,例如根据具有一个或多个数据分组的信号,例如,来自于借助于信号与本地系统、分布式系统中的另一组件交互和/或者与在诸如因特网之类的网络上借助于信号与其他系统交互的一个组件的数据。As used in this application, the terms "component", "module", "system" and the like are intended to refer to a computer-related entity such as, but not limited to, hardware, firmware, a combination of hardware and software, software, Or software in execution. For example, a component may be, but is not limited to being limited to, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer. For example, both an application running on a computing device and the computing device can be components. One or more components can reside within a process and/or thread of execution and a component can be localized on one computer and/or distributed between two or more computers. In addition, these components can execute from various computer readable media having various data structures stored thereon. Components can communicate by means of local and/or remote processes, such as from signals having one or more data packets, for example, from interacting with another component in a local system, a distributed system, and/or with another component in a distributed system by means of a signal. Data of a component on a network such as the Internet that interacts with other systems by means of signals.

图1示出了根据本发明的一个实施例的医学图像处理系统100。装置101为医学图像采集设备,用于依据现有技术中已知的任何医学成像技术来采集病人身体一部分(例如胸部、头部等等)的图像,这些已知的医学成像技术包括超声成像、X射线、CT、核磁共振等等。由医学图像采集设备101所采集到的医学图像通过通信装置102以有线和/或无线的方式传送至图像处理装置103,该图像处理装置103对接收到的医学图像进行平滑处理,以去除在成像以及传输过程中造成的噪声,例如高斯(Gaussian)噪声、斑点(speckle)噪声以及泊松(poisson)噪声等等,并将经过去噪处理的图像提供给显示装置104进行显示,以供医生诊断之用。但是应该理解,图像处理装置103还可以对输入图像进行其它各种处理,例如边缘检测、图像配准、模式识别等等。Fig. 1 shows a medical image processing system 100 according to an embodiment of the present invention. Apparatus 101 is a medical image acquisition device for acquiring images of a part of a patient's body (e.g. chest, head, etc.) according to any medical imaging technique known in the art, such known medical imaging techniques include ultrasound imaging, X-ray, CT, MRI, etc. The medical images collected by the medical image collection device 101 are transmitted to the image processing device 103 in a wired and/or wireless manner through the communication device 102, and the image processing device 103 performs smoothing processing on the received medical images to remove And the noise caused in the transmission process, such as Gaussian (Gaussian) noise, speckle (speckle) noise and Poisson (poisson) noise, etc., and provide the image after denoising processing to the display device 104 for display, for the doctor to diagnose for. However, it should be understood that the image processing device 103 may also perform various other processing on the input image, such as edge detection, image registration, pattern recognition and so on.

图像处理装置103可以用通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现场可编程门阵列(FPGA)或其它可编程逻辑器件、分立门或晶体管逻辑器件、分立硬件组件或者设计为执行本文所述功能的其任意组合,来实现或执行。通用处理器可以是微处理器,但是可替换地,该处理器也可以是任何常规的处理器、控制器、微控制器或者状态机。处理器也可以实现为计算设备的组合,例如,DSP和微处理器的组合、多个微处理器的组合、一个或多个微处理器与DSP内核的组合或者任何其它此种结构。另外,至少一个处理器可以包括可操作以执行上述的一个或多个步骤和/或操作的一个或多个模块。The image processing device 103 may use a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), a field-programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components Or any combination thereof designed to perform the functions described herein is implemented or performed. A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, eg, a DSP and a microprocessor, multiple microprocessors, one or more microprocessors with a DSP core, or any other such architecture. Additionally, at least one processor may comprise one or more modules operable to perform one or more of the steps and/or operations described above.

当用ASIC、FPGA等硬件电路来实现图像处理装置103时,其可以包括被配置为执行各种功能的各种电路块。本领域技术人员可以根据施加在整个系统上的各种约束条件来以各种方式设计和实现这些电路,来实现本发明所公开的各种功能。例如,用ASIC、FPGA等硬件电路实现的图像处理装置103可以包括滤波器电路及/或其它电路模块,其用来依据本文公开的各种自适应平滑滤波方案来对输入图像执行去噪。本领域技术人员应该可以理解和认识到,本文所述的图像处理装置103可选地可以包括除滤波器电路之外的其它任何可用电路模块,例如被配置为进行边缘检测、图像配准、模式识别的任何电路模块。以下结合图3的流程图详细描述了滤波器电路所实现的功能。When the image processing device 103 is implemented with a hardware circuit such as ASIC, FPGA, it may include various circuit blocks configured to perform various functions. Those skilled in the art can design and implement these circuits in various ways according to various constraints imposed on the entire system, so as to realize various functions disclosed in the present invention. For example, the image processing device 103 implemented by hardware circuits such as ASIC and FPGA may include filter circuits and/or other circuit modules, which are used to perform denoising on input images according to various adaptive smoothing filtering schemes disclosed herein. Those skilled in the art should be able to understand and realize that the image processing device 103 described herein may optionally include any other available circuit modules other than the filter circuit, for example, configured to perform edge detection, image registration, mode Any circuit blocks identified. The functions realized by the filter circuit are described in detail below in conjunction with the flowchart of FIG. 3 .

图像存储装置105可以耦合至图像采集设备101及/或图像处理装置103,以存储图像采集设备101所采集的原始数据及/或经过图像处理装置103处理后的输出图像。The image storage device 105 can be coupled to the image acquisition device 101 and/or the image processing device 103 to store the raw data collected by the image acquisition device 101 and/or the output image processed by the image processing device 103 .

图2示出了根据一些实施例的去噪滤波器200的细节。去噪滤波器200可以包括处理电路210和存储器220。其中处理电路210可以是通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现场可编程门阵列(FPGA)或其它可编程逻辑器件、分立门或晶体管逻辑器件、分立硬件组件或者设计为执行本文所述功能的其任意组合。处理电路210可以包含用来实现各种功能的各个电路模块。在一个实施例中,这些电路模块可以以分立组件的形式存在于处理电路210中。在另一个实施例中,这些电路模块可以是仅是电路的电子设计图中的功能模块,而并不在实际电路中存在。例如,在利用商用电子电路设计软件设计电路模块图并最终将其以电子方式写入电路中时,这些电路模块可分别地或者汇集地存在于该电子电路设计软件支持的一个或多个文件中,而在最后的电路写入阶段合并为单个设计。Figure 2 shows details of a denoising filter 200 according to some embodiments. Denoising filter 200 may include processing circuitry 210 and memory 220 . Wherein the processing circuit 210 may be a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), a field-programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components Or any combination thereof designed to perform the functions described herein. The processing circuit 210 may include various circuit modules for implementing various functions. In one embodiment, these circuit blocks may exist in the processing circuit 210 in the form of discrete components. In another embodiment, these circuit modules may be only functional modules in the electronic design diagram of the circuit, but do not exist in the actual circuit. For example, when using commercial electronic circuit design software to design circuit block diagrams and finally electronically write them into circuits, these circuit blocks may exist separately or collectively in one or more files supported by the electronic circuit design software , while merging into a single design at the final circuit writing stage.

在一个实施例中,处理电路210可以包括:用于获得一输入图像的电路模块211;用于基于图像方向性对目标图像进行第t次迭代去噪处理的电路模块212;用于对第t次迭代后的结果图像与所述目标图像之间的相关度进行评估,以判断所述相关度是否小于一预设阈值的电路模块213;用于当在所述相关度大于等于所述预设阈值时,则使用所述用于基于图像方向性对目标图像进行第t次迭代去噪处理的模块进行基于t的下一次迭代去噪的电路模块214;以及用于当在所述相关度小于所述预设阈值时,结束去噪处理,将所述结果图像输出为去噪后的图像的电路模块215。在一个实施例中,存储器220可以用来存储去噪滤波器200的输入数据、输出数据以及处理电路210的各个电路模块的中间数据。例如,在一个实施例中,处理电路210可以将每次迭代的结果图像和目标图像存储在存储器220中,以便下一次迭代时进行存取。存储器220可以是各种随机存取存储器(RAM),其包括但不限于:RAM、DRAM、DDR RAM等等。存储器220通过总线连接至处理电路210。In one embodiment, the processing circuit 210 may include: a circuit module 211 for obtaining an input image; a circuit module 212 for performing t-th iterative denoising processing on the target image based on image orientation; The correlation degree between the result image after the second iteration and the target image is evaluated to determine whether the correlation degree is less than a preset threshold circuit module 213; for when the correlation degree is greater than or equal to the preset threshold, then use the module for performing t-th iterative denoising processing on the target image based on the image orientation to perform the circuit module 214 for the next iterative denoising based on t; and for when the correlation is less than When the preset threshold is reached, the denoising process ends, and the circuit module 215 outputs the resulting image as a denoised image. In one embodiment, the memory 220 may be used to store input data and output data of the denoising filter 200 and intermediate data of each circuit module of the processing circuit 210 . For example, in one embodiment, the processing circuit 210 may store the result image and the target image of each iteration in the memory 220 for access during the next iteration. The memory 220 may be various random access memories (RAM), including but not limited to: RAM, DRAM, DDR RAM, and the like. The memory 220 is connected to the processing circuit 210 through a bus.

图3示出了根据本发明的多个实施例的对输入图像执行平滑去噪处理的方法300流程图。Fig. 3 shows a flowchart of a method 300 for performing smoothing and denoising processing on an input image according to multiple embodiments of the present invention.

在步骤S310中,从图像采集设备101或图像存储装置105获得输入图像。In step S310 , an input image is obtained from the image acquisition device 101 or the image storage device 105 .

在步骤S320-S340中,对输入图像进行迭代去噪处理,其中,可以用t来表示迭代次数,当迭代次数t=1时,该去噪处理的目标图像为所述输入图像,而当迭代次数t>1时,该去噪处理的目标图像为第t-1次迭代后的结果图像。In steps S320-S340, an iterative denoising process is performed on the input image, wherein t can be used to represent the number of iterations, when the number of iterations t=1, the target image of the denoising process is the input image, and when the iterative When the number of times t>1, the target image of the denoising process is the result image after the t-1th iteration.

具体而言,在步骤S320中,基于图像方向性对目标图像进行第t次迭代去噪处理。具体而言,可以利用以下基于图像方向性的公式(4)执行第n次迭代去噪处理,Specifically, in step S320, the t-th iterative denoising process is performed on the target image based on the image orientation. Specifically, the n-th iterative denoising process can be performed using the following formula (4) based on image orientation,

∂∂ II ∂∂ tt == divdiv (( gg (( || ▿▿ II || 22 )) )) ▿▿ II II (( xx ,, ythe y ;; 00 )) == II 00 (( xx ,, ythe y )) -- -- -- (( 44 ))

在公式(4)中,I为所述目标图像,div是散度算子,

Figure BSA00000469797800072
表示梯度,g(·)是方向性方程,t为迭代次数,x和y为I中的像素坐标。在一个实施例中,方向性方程g(·)可以为以下之一:
Figure BSA00000469797800073
Figure BSA00000469797800074
其中,k为预先设定的影响因子。本领域技术人员可以理解和认识到,公式(4)是一个以I0为初始条件的发展方程,该方程的解I(x,y;t)在离散情形下,对参数t选择合适的步长得到迭代方程,在得到满意的图像时可以停止迭代。In formula (4), I is the target image, and div is a divergence operator,
Figure BSA00000469797800072
Indicates the gradient, g( ) is the directional equation, t is the number of iterations, and x and y are the pixel coordinates in I. In one embodiment, the directivity equation g(·) can be one of the following:
Figure BSA00000469797800073
or
Figure BSA00000469797800074
Among them, k is a preset impact factor. Those skilled in the art can understand and realize that the formula (4) is a development equation with I 0 as the initial condition, and the solution I(x, y; t) of the equation is in a discrete situation, and an appropriate step is selected for the parameter t The iterative equation is obtained, and the iteration can be stopped when a satisfactory image is obtained.

在步骤S330中,可以对在步骤S320中的第t次迭代后的结果图像与未经过步骤S320中的第t次迭代去噪处理的目标图像之间的相关度进行评估,并可以在步骤S340中判断所述相关度是否小于一预设阈值。In step S330, the degree of correlation between the result image after the t-th iteration in step S320 and the target image that has not undergone the t-th iteration denoising process in step S320 can be evaluated, and can be evaluated in step S340 In the process, it is judged whether the correlation degree is smaller than a preset threshold.

在一个实施例中,可以利用以下评估函数对所述相关度进行评估:In one embodiment, the correlation degree may be evaluated by using the following evaluation function:

ECorrelation=[l(x,y)]α[c(x,y)]β[s(x,y)]γ            (5)E Correlation = [l(x, y)] α [c(x, y)] β [s(x, y)] γ (5)

在公式(5)中,

Figure BSA00000469797800081
Figure BSA00000469797800082
并且x和y分别是所述结果图像和所述目标图像,μx、μy、σx、σy、σxy分别为x和y的亮度均值,方差和协方差;C1、C2、C3是为了避免分母为零设置的常数。In formula (5),
Figure BSA00000469797800081
Figure BSA00000469797800082
And x and y are the result image and the target image respectively, μ x , μ y , σ x , σ y , σ xy are the brightness mean, variance and covariance of x and y respectively; C 1 , C 2 , C 3 is a constant set to avoid zero denominator.

本领域技术人员可以认识并理解,实际上,在公式(5)中,l(x,y)、c(x,y)、s(x,y)分别为两个图像x和y的亮度相关度、对比度相关度和结构相关度。Those skilled in the art can recognize and understand that, in fact, in formula (5), l(x, y), c(x, y), s(x, y) are the brightness correlations of two images x and y, respectively Degree, contrast correlation and structure correlation.

在一个具体实施例中,在公式(5)中,可以设定α=β=γ=1,C3=C2/2,从而公式(5)可以进一步变为:In a specific embodiment, in formula (5), it can be set that α=β=γ=1, C 3 =C 2 /2, so that formula (5) can be further changed into:

VV CorrelationCorrelation == (( 22 μμ xx μμ ythe y ++ CC 11 )) (( 22 σσ xyxy ++ CC 22 )) (( μμ xx 22 ++ μμ ythe y 22 ++ CC 11 )) (( σσ xx 22 ++ σσ ythe y 22 ++ CC 22 )) -- -- -- (( 66 ))

在另一可替换的实施例中,可以用

Figure BSA00000469797800085
替代公式(5)中的
Figure BSA00000469797800086
其中,σ′x、σ′y、σ′xy分别为图像x,y的梯度图像的标准差和协方差,从而公式(5)可以变为:In another alternative embodiment, the
Figure BSA00000469797800085
instead of in formula (5)
Figure BSA00000469797800086
Among them, σ′ x , σ′ y , and σ′ xy are the standard deviation and covariance of the gradient images of images x and y, respectively, so that formula (5) can be changed to:

ECorrelation=[l(x,y)]α[c(x,y)]β[s′(x,y)]γ            (7)E Correlation = [l(x, y)] α [c(x, y)] β [s′(x, y)] γ (7)

在一个具体实施例中,公式(7)中的梯度图像可以采用Robert算子产生。在此,要理解,虽然Sobel算子也是本领域公知的计算图像梯度的一种算子,但是Sobel本身具有加权滤波的功能,并不适用于本文提出的自适应滤波思想。在本发明中,为突出迭代次数相邻的两幅图像之间的梯度内容差别,我们利用Robert算子定位精确度高的特性,来得到所述梯度图像。In a specific embodiment, the gradient image in formula (7) can be generated by using the Robert operator. Here, it should be understood that although the Sobel operator is also an operator known in the art to calculate image gradients, the Sobel itself has a weighted filtering function, which is not applicable to the adaptive filtering idea proposed in this paper. In the present invention, in order to highlight the difference in gradient content between two images with adjacent iterations, we use the characteristic of high positioning accuracy of the Robert operator to obtain the gradient image.

由于图像噪声的类型和大小的不同,达到最佳的去噪效果时所需的迭代次数是不同的。需要指出的是,并非迭代次数越多,除噪效果越好,一方面本发明所述的自适应去噪滤波虽然能较好的保护图像的边缘和细节部分,但随着迭代次数的增加,在图像内部仍然会有一定的模糊效应。另一方面,迭代次数的增加会加大计算量,使运算时间变长.因此,找出最佳的迭代次数是自适应滤波处理的关键。Due to the different types and sizes of image noise, the number of iterations required to achieve the best denoising effect is different. It should be pointed out that the higher the number of iterations, the better the noise removal effect. On the one hand, although the adaptive denoising filter described in the present invention can better protect the edges and details of the image, as the number of iterations increases, There will still be some blurring effect inside the image. On the other hand, the increase of the number of iterations will increase the amount of calculation and make the operation time longer. Therefore, finding the optimal number of iterations is the key to adaptive filtering.

在图4(a)和4(b)中分别示出了采用公式(5)和公式(7)进行10次迭代的迭代次数与相关度ECorrelation的对应曲线图。观察ECorrelation的变化趋势,随着迭代次数的增加,ECorrelation在某一点开始以比较平缓的方式趋向于1,既相邻两幅图像之间的差别已经越来越小,可以认为此时已得到基本满意的去噪效果。由于噪声类型、大小不同,所需的最佳迭代次数会有差别。每一次迭代结束计算变化曲线的斜率,当该点斜率小于所设阈值时,停止迭代。Figures 4(a) and 4(b) respectively show the corresponding graphs of the number of iterations and the correlation degree E Correlation for 10 iterations using formula (5) and formula (7). Observe the change trend of E Correlation . As the number of iterations increases, E Correlation tends to 1 in a relatively gentle way at a certain point. That is, the difference between two adjacent images has become smaller and smaller. It can be considered that at this time A basically satisfactory denoising effect is obtained. Due to the different types and sizes of noise, the optimal number of iterations required will be different. At the end of each iteration, the slope of the change curve is calculated, and when the slope of the point is less than the set threshold, the iteration is stopped.

对比图4(a)和4(b),利用公式(7)得到的曲线图4(b)随迭代次数变化曲线起伏明显,这有利于我们确定前后两次迭代效果的差异,从而为我们寻求最佳的迭代步骤奠定基础。Comparing Figure 4(a) and Figure 4(b), the curve Figure 4(b) obtained by formula (7) fluctuates significantly with the number of iterations, which is helpful for us to determine the difference between the effects of the two iterations before and after, so as to provide us with Best iterative steps to lay the groundwork.

在一个具体实施例中,根据图4(b)中的实验,所得到的自适应的阈值取值为0.0137。In a specific embodiment, according to the experiment in Fig. 4(b), the obtained adaptive threshold is 0.0137.

返回至图3,进一步,当在步骤S340中判断所述相关度大于等于所述预设阈值时,则可以认为去噪处理尚未达到收敛,因此该方法过程可以返回至步骤S320进行基于t的下一次迭代去噪(当然,t变为t=t+1)。Returning to FIG. 3 , further, when it is judged in step S340 that the correlation degree is greater than or equal to the preset threshold, it can be considered that the denoising process has not yet reached convergence, so the process of the method can return to step S320 to perform the next step based on t One iteration of denoising (of course, t becomes t=t+1).

当在步骤S340中判断所述相关度小于所述预设阈值时,则可以认为去噪处理已经达到收敛,则该方法过程可以结束该去噪处理并前进至可选步骤S350,将所述结果图像作为去噪后的图像提供给下一处理级,在该可选步骤S350中的下一处理级可以是:对去噪后的图像进行边缘检测、对去噪后的图像进行模式识别、及/或对去噪后的图像进行配准等等。本领域技术人员可以依据实际医学图像系统的设计约束来设计下一处理级。在可替换实施例中,可以根本没有下一处理级而是将去噪后的图像直接在步骤S360显示给用户。在图3中将步骤S360的方框绘制为虚线,以表示其可选性。When it is judged in step S340 that the degree of correlation is less than the preset threshold, it can be considered that the denoising process has reached convergence, and the method can end the denoising process and proceed to optional step S350, where the result The image is provided to the next processing stage as a denoised image, and the next processing stage in this optional step S350 may be: edge detection is performed on the denoised image, pattern recognition is performed on the denoised image, and / Or register the denoised image and so on. Those skilled in the art can design the next processing stage according to the design constraints of the actual medical image system. In an alternative embodiment, there may be no next processing stage at all and the denoised image directly displayed to the user at step S360. In FIG. 3, the box of step S360 is drawn as a dotted line to indicate its optionality.

根据发明人实验结果,本发明提出的自适应去噪方法针对图像处理领域中常用的“cameraman”图像进行多次测试后,针对含Gauss、Poisson和Speckled三种类型的噪声的图像取得了比较好的结果。According to the experimental results of the inventors, the adaptive denoising method proposed by the present invention has achieved relatively good results for images containing three types of noises, Gauss, Poisson and Speckled, after multiple tests on the "cameraman" image commonly used in the field of image processing. the result of.

尽管前述公开文件论述了示例性方案和/或实施例,但应注意,在不背离由权利要求书定义的描述的方案和/或实施例的范围的情况下,可以在此做出许多变化和修改。而且,尽管以单数形式描述或要求的所述方案和/或实施例的要素,但也可以设想复数的情况,除非明确表示了限于单数。另外,任意方案和/或实施例的全部或部分都可以与任意其它方案和/或实施例的全部或部分结合使用,除非表明了有所不同。While the foregoing disclosures discuss exemplary aspects and/or embodiments, it should be noted that many changes and/or changes may be made therein without departing from the scope of the described aspects and/or embodiments as defined by the claims. Revise. Also, although elements of the described aspects and/or embodiments are described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated. In addition, all or part of any aspect and/or embodiment can be used in combination with all or part of any other aspect and/or embodiment, unless a difference is indicated.

Claims (9)

1. A method for adaptive iterative image denoising, comprising the steps of:
(i) obtaining an input image;
(ii) carrying out t-th iteration denoising processing on a target image based on image directionality (t is a positive integer), wherein when t is 1, the target image is the input image, and when t is more than 1, the target image is a result image after t-1 iteration;
(iii) evaluating the correlation degree between the result image after the t iteration and the target image to judge whether the correlation degree is smaller than a preset threshold value;
(iv) when the correlation degree is greater than or equal to the preset threshold value, turning to (ii) carrying out next iteration denoising based on t; and
(v) and when the correlation degree is smaller than the preset threshold value, ending the denoising processing, and outputting the result image as a denoised image.
2. The method of claim 1, step (ii) further comprising: the nth iteration denoising process is performed by using the following formula,
<math><mfenced open='{' close=''><mtable><mtr><mtd><mfrac><mrow><mo>&PartialD;</mo><mi>I</mi></mrow><mrow><mo>&PartialD;</mo><mi>t</mi></mrow></mfrac><mo>=</mo><mi>div</mi><mrow><mo>(</mo><mi>g</mi><mrow><mo>(</mo><msup><mrow><mo>|</mo><mo>&dtri;</mo><mi>I</mi><mo>|</mo></mrow><mn>2</mn></msup><mo>)</mo></mrow><mo>)</mo></mrow><mo>&dtri;</mo><mi>I</mi></mtd></mtr><mtr><mtd><mi>I</mi><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>;</mo><mn>0</mn><mo>)</mo></mrow><mo>=</mo><msub><mi>I</mi><mn>0</mn></msub><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo></mrow></mtd></mtr></mtable></mfenced></math>
wherein I is the target image, div is a divergence operator,
Figure FSA00000469797700012
representing the gradient, g (-) is a directional equation, t is the number of iterations, and x and y are the pixel coordinates in I.
3. The method of claim 2, wherein the directional equation g (-) is one of:
Figure FSA00000469797700013
wherein k is a preset influence factor.
4. The method of claim 1, step (iii) further comprising: the evaluation is performed using the following evaluation function:
ECorrelation=[l(x,y)]α[c(x,y)]β[s(x,y)]γ
wherein, <math><mrow><mi>l</mi><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo></mrow><mo>=</mo><mfrac><mrow><msub><mrow><mn>2</mn><mi>&mu;</mi></mrow><mi>x</mi></msub><msub><mi>&mu;</mi><mi>y</mi></msub><mo>+</mo><msub><mi>C</mi><mn>1</mn></msub></mrow><mrow><msubsup><mi>&mu;</mi><mi>x</mi><mn>2</mn></msubsup><mo>+</mo><msubsup><mi>&mu;</mi><mi>y</mi><mn>2</mn></msubsup><mo>+</mo><msub><mi>C</mi><mn>1</mn></msub></mrow></mfrac><mo>,</mo></mrow></math> <math><mrow><mi>c</mi><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo></mrow><mo>=</mo><mfrac><mrow><msub><mrow><mn>2</mn><mi>&sigma;</mi></mrow><mi>x</mi></msub><msub><mi>&sigma;</mi><mi>y</mi></msub><mo>+</mo><msub><mi>C</mi><mn>2</mn></msub></mrow><mrow><msubsup><mi>&sigma;</mi><mi>x</mi><mn>2</mn></msubsup><mo>+</mo><msubsup><mi>&sigma;</mi><mi>y</mi><mn>2</mn></msubsup><mo>+</mo><msub><mi>C</mi><mn>2</mn></msub></mrow></mfrac><mo>,</mo></mrow></math> <math><mrow><mi>s</mi><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo></mrow><mo>=</mo><mfrac><mrow><msub><mi>&sigma;</mi><mi>xy</mi></msub><mo>+</mo><msub><mi>C</mi><mn>3</mn></msub></mrow><mrow><msub><mi>&sigma;</mi><mi>x</mi></msub><msub><mi>&sigma;</mi><mi>y</mi></msub><mo>+</mo><msub><mi>C</mi><mn>3</mn></msub></mrow></mfrac><mo>,</mo></mrow></math>
and wherein x and y are the result image and the target image, respectively, μx、μy、σx、σy、σxyMean, variance and covariance of the luminance for x and y, respectivelyA difference; c1、C2、C3To avoid constants with denominators set to zero.
5. The method of claim 4, wherein α β γ 1, C3=C22, whereby the evaluation function becomes:
<math><mrow><msub><mi>V</mi><mi>Correlation</mi></msub><mo>=</mo><mfrac><mrow><mrow><mo>(</mo><msub><mrow><mn>2</mn><mi>&mu;</mi></mrow><mi>x</mi></msub><msub><mi>&mu;</mi><mi>y</mi></msub><mo>+</mo><msub><mi>C</mi><mn>1</mn></msub><mo>)</mo></mrow><mrow><mo>(</mo><mn>2</mn><msub><mtext>&sigma;</mtext><mi>xy</mi></msub><mo>+</mo><msub><mi>C</mi><mn>2</mn></msub><mo>)</mo></mrow></mrow><mrow><mrow><mo>(</mo><msubsup><mi>&mu;</mi><mi>x</mi><mn>2</mn></msubsup><mo>+</mo><msubsup><mi>&mu;</mi><mi>y</mi><mn>2</mn></msubsup><mo>+</mo><msub><mi>C</mi><mn>1</mn></msub><mo>)</mo></mrow><mrow><mo>(</mo><msubsup><mi>&sigma;</mi><mi>x</mi><mn>2</mn></msubsup><msubsup><mrow><mo>+</mo><mi>&sigma;</mi></mrow><mi>y</mi><mn>2</mn></msubsup><mo>+</mo><msub><mi>C</mi><mn>2</mn></msub><mo>)</mo></mrow></mrow></mfrac><mo>.</mo></mrow></math>
6. the method of claim 4, wherein
Figure FSA00000469797700025
Substitution
Figure FSA00000469797700026
Wherein, σ'x、σ′y、σ′xyStandard deviation and covariance of the gradient images of images x, y, respectively, and wherein the gradient images are generated using the Robert operator.
7. The method of claim 6, wherein the preset threshold is 0.0137.
8. An apparatus for adaptive iterative image denoising, comprising:
means for obtaining an input image;
a module for performing a t-th iterative denoising process on a target image based on image directionality (t is a positive integer), wherein when t is 1, the target image is the input image, and when t > 1, the target image is a result image after the t-1 th iteration;
a module for evaluating the correlation between the result image after the t-th iteration and the target image to judge whether the correlation is smaller than a preset threshold value;
when the correlation degree is greater than or equal to the preset threshold value, performing t-based next iteration denoising by using the module for performing the t-th iteration denoising processing on the target image based on the image directivity; and
and the module is used for ending the denoising processing when the correlation degree is smaller than the preset threshold value and outputting the result image as a denoised image.
9. A medical image processing system, comprising:
a medical image acquisition device for acquiring a medical image;
a communication circuit for facilitating wired or wireless transmission of the acquired medical image to the filter circuit;
a filter circuit configured to perform the following iterative smoothing filtering process:
(i) receiving an acquired medical image as an input image, and setting the iteration number t to be 1;
(ii) carrying out t-th iteration denoising processing on a target image based on image directionality (t is a positive integer), wherein when t is 1, the target image is the input image, and when t is more than 1, the target image is a result image after t-1 iteration;
(iii) evaluating the correlation degree between the result image after the t iteration and the target image to judge whether the correlation degree is smaller than a preset threshold value;
(iv) when the correlation degree is greater than or equal to the preset threshold, turning to (ii) carrying out next iteration denoising based on t ═ t + 1; and
(v) when the correlation degree is smaller than the preset threshold value, ending denoising processing, and outputting the result image as a denoised image;
display means for receiving the smoothed filtered medical image from the filter circuit and displaying the smoothed filtered medical image; and
a storage device for storing the acquired medical image and/or the processed medical image;
wherein the filter circuit is further configured to perform an nth iteration denoising process using the following equation,
<math><mfenced open='{' close=''><mtable><mtr><mtd><mfrac><mrow><mo>&PartialD;</mo><mi>I</mi></mrow><mrow><mo>&PartialD;</mo><mi>t</mi></mrow></mfrac><mo>=</mo><mi>div</mi><mrow><mo>(</mo><mi>g</mi><mrow><mo>(</mo><msup><mrow><mo>|</mo><mo>&dtri;</mo><mi>I</mi><mo>|</mo></mrow><mn>2</mn></msup><mo>)</mo></mrow><mo>)</mo></mrow><mo>&dtri;</mo><mi>I</mi></mtd></mtr><mtr><mtd><mi>I</mi><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>;</mo><mn>0</mn><mo>)</mo></mrow><mo>=</mo><msub><mi>I</mi><mn>0</mn></msub><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo></mrow></mtd></mtr></mtable></mfenced></math>
wherein I is the target image, div is a divergence operator,representing a gradient, g (-) is a directional equation, t is the number of iterations, x and y are pixel coordinates in I, and the directional equation g (-) is one of:
Figure FSA00000469797700041
or
Figure FSA00000469797700042
Wherein k is a preset influence factor,
and wherein the filter circuit is further configured to perform the evaluation using the following evaluation function:
ECorrelation=[l(x,y)]α[c(x,y)]β[s′(x,y)]γ
wherein, <math><mrow><mi>l</mi><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo></mrow><mo>=</mo><mfrac><mrow><msub><mrow><mn>2</mn><mi>&mu;</mi></mrow><mi>x</mi></msub><msub><mi>&mu;</mi><mi>y</mi></msub><mo>+</mo><msub><mi>C</mi><mn>1</mn></msub></mrow><mrow><msubsup><mi>&mu;</mi><mi>x</mi><mn>2</mn></msubsup><mo>+</mo><msubsup><mi>&mu;</mi><mi>y</mi><mn>2</mn></msubsup><mo>+</mo><msub><mi>C</mi><mn>1</mn></msub></mrow></mfrac><mo>,</mo></mrow></math> <math><mrow><mi>c</mi><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo></mrow><mo>=</mo><mfrac><mrow><msub><mrow><mn>2</mn><mi>&sigma;</mi></mrow><mi>x</mi></msub><msub><mi>&sigma;</mi><mi>y</mi></msub><mo>+</mo><msub><mi>C</mi><mn>2</mn></msub></mrow><mrow><msubsup><mi>&sigma;</mi><mi>x</mi><mn>2</mn></msubsup><mo>+</mo><msubsup><mi>&sigma;</mi><mi>y</mi><mn>2</mn></msubsup><mo>+</mo><msub><mi>C</mi><mn>2</mn></msub></mrow></mfrac><mo>,</mo></mrow></math> <math><mrow><msup><mi>s</mi><mo>&prime;</mo></msup><mrow><mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo></mrow><mo>=</mo><mfrac><mrow><msubsup><mi>&sigma;</mi><mi>xy</mi><mo>&prime;</mo></msubsup><mo>+</mo><msub><mi>C</mi><mn>3</mn></msub></mrow><mrow><msubsup><mi>&sigma;</mi><mi>x</mi><mo>&prime;</mo></msubsup><msubsup><mi>&sigma;</mi><mi>y</mi><mo>&prime;</mo></msubsup><mo>+</mo><msub><mi>C</mi><mn>3</mn></msub></mrow></mfrac></mrow></math> or,
and wherein x and y are the result image and the target image, respectively, μx、μy、σx、σy、σxyThe mean, variance and covariance of the luminance are x and y, respectively; c1、C2、C3Is a constant set to avoid denominator being zero, and σ'x、σ′y、σ′xyStandard deviation and covariance of the gradient images of images x, y, respectively, and wherein the gradient images are generated using the Robert operator.
CN2011100885675A 2011-04-11 2011-04-11 Medical image denoising Pending CN102156966A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011100885675A CN102156966A (en) 2011-04-11 2011-04-11 Medical image denoising

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011100885675A CN102156966A (en) 2011-04-11 2011-04-11 Medical image denoising

Publications (1)

Publication Number Publication Date
CN102156966A true CN102156966A (en) 2011-08-17

Family

ID=44438448

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011100885675A Pending CN102156966A (en) 2011-04-11 2011-04-11 Medical image denoising

Country Status (1)

Country Link
CN (1) CN102156966A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104583798A (en) * 2012-08-29 2015-04-29 皇家飞利浦有限公司 Iterative sensing denoising with feedback
CN104715464A (en) * 2015-04-10 2015-06-17 西南科技大学 Layer-based random value impulsive de-noising method and system
CN107533755A (en) * 2015-04-14 2018-01-02 皇家飞利浦有限公司 For improving the apparatus and method of medical image quality
CN108596189A (en) * 2018-04-13 2018-09-28 上海电机学院 A kind of general Digital Image Processing frame
CN109567846A (en) * 2018-12-05 2019-04-05 宁波耀通管阀科技有限公司 Reaction type tomoscan platform
CN109613462A (en) * 2018-11-21 2019-04-12 河海大学 A Calibration Method for CT Imaging
CN114724144A (en) * 2022-05-16 2022-07-08 北京百度网讯科技有限公司 Text recognition method, model training method, device, equipment and medium
WO2023044653A1 (en) * 2021-09-23 2023-03-30 京东方科技集团股份有限公司 Display device system, and method for adaptively enhancing image quality

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101539629A (en) * 2009-04-17 2009-09-23 南京师范大学 Remote sensing image change detection method based on multi-feature evidence integration and structure similarity
CN101777179A (en) * 2010-02-05 2010-07-14 电子科技大学 Method for de-noising dual-tree complex wavelet image on basis of partial differential equation

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101539629A (en) * 2009-04-17 2009-09-23 南京师范大学 Remote sensing image change detection method based on multi-feature evidence integration and structure similarity
CN101777179A (en) * 2010-02-05 2010-07-14 电子科技大学 Method for de-noising dual-tree complex wavelet image on basis of partial differential equation

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
PIETRO PERONA,JITENDRA MALIK: "Scale-Space and Edge Detection Using Anisotropic Diffusion", 《IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE》 *
王涛 等: "一种基于内容的图像质量评价测度", 《中国图象图形学报》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104583798A (en) * 2012-08-29 2015-04-29 皇家飞利浦有限公司 Iterative sensing denoising with feedback
US9841482B2 (en) 2012-08-29 2017-12-12 Koninklijke Philips N.V. Iterative sense denoising with feedback
CN104715464A (en) * 2015-04-10 2015-06-17 西南科技大学 Layer-based random value impulsive de-noising method and system
CN107533755A (en) * 2015-04-14 2018-01-02 皇家飞利浦有限公司 For improving the apparatus and method of medical image quality
CN107533755B (en) * 2015-04-14 2021-10-08 皇家飞利浦有限公司 Apparatus and method for improving medical image quality
CN108596189A (en) * 2018-04-13 2018-09-28 上海电机学院 A kind of general Digital Image Processing frame
CN109613462A (en) * 2018-11-21 2019-04-12 河海大学 A Calibration Method for CT Imaging
CN109567846A (en) * 2018-12-05 2019-04-05 宁波耀通管阀科技有限公司 Reaction type tomoscan platform
WO2023044653A1 (en) * 2021-09-23 2023-03-30 京东方科技集团股份有限公司 Display device system, and method for adaptively enhancing image quality
US12327330B2 (en) 2021-09-23 2025-06-10 Boe Technology Group Co., Ltd. Display device system and method for adaptively enhancing image quality
CN114724144A (en) * 2022-05-16 2022-07-08 北京百度网讯科技有限公司 Text recognition method, model training method, device, equipment and medium
CN114724144B (en) * 2022-05-16 2024-02-09 北京百度网讯科技有限公司 Text recognition method, training device, training equipment and training medium for model

Similar Documents

Publication Publication Date Title
CN102156966A (en) Medical image denoising
US8777859B2 (en) Method and apparatus for processing ultrasound image
Li et al. Image registration based on autocorrelation of local structure
CN102184532A (en) Single scale based medical image edge detection
Roslan et al. Skull stripping of MRI brain images using mathematical morphology
Morin et al. Semi-blind deconvolution for resolution enhancement in ultrasound imaging
CN102999884A (en) Image processing device and method
Budhiraja et al. An efficient image denoising scheme for higher noise levels using spatial domain filters
US20150371372A1 (en) System and method for medical image quality enhancement using multiscale total variation flow
CN116342444B (en) Dual-channel multi-mode image fusion method and electronic equipment
CN102804228B (en) Functional Image Data Augmentation and/or Enhancer
CN103606161A (en) Method and system for processing medical image
CN103985109B (en) Feature-level medical image fusion method based on 3D (three dimension) shearlet transform
CN103150714A (en) Method and device for real-time interactive enhancement of magnetic resonance image
Viswanath et al. VLSI implementation and analysis of kidney stone detection by level set segmentation and ANN classification
Shinde et al. Apply different filtering techniques to remove the speckle noise using medical images
CN105261051A (en) Method and apparatus for obtaining image mask
CN107146211A (en) Noise Reduction Method for Retinal Vascular Images Based on Line Spread Function and Bilateral Filtering
CN116091529A (en) A low-vision real-time image processing method and device suitable for portable devices
CN102402783A (en) A Speckle Processing Method for Three-dimensional Ultrasonic Image
KR101604800B1 (en) Method for improving quality of 2-d ultrasound image
Lan et al. Multimodal medical image fusion using wavelet transform and human vision system
WO2016131370A1 (en) Wavelet denoising method and device
Sheer et al. The effect of regularization parameter within non-blind restoration algorithm using modified iterative wiener filter for medical image
JP2008519348A (en) Multiscale filter composition apparatus and method for medical image registration

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20110817