[go: up one dir, main page]

CN103729828B - video rain removing method - Google Patents

video rain removing method Download PDF

Info

Publication number
CN103729828B
CN103729828B CN201310683538.2A CN201310683538A CN103729828B CN 103729828 B CN103729828 B CN 103729828B CN 201310683538 A CN201310683538 A CN 201310683538A CN 103729828 B CN103729828 B CN 103729828B
Authority
CN
China
Prior art keywords
video
value
rain
execute
calculate
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.)
Active
Application number
CN201310683538.2A
Other languages
Chinese (zh)
Other versions
CN103729828A (en
Inventor
朱青松
樊建平
陈海鹏
王建军
谢耀钦
王磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Institute of Advanced Technology of CAS
Original Assignee
Shenzhen Institute of Advanced Technology of CAS
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 Shenzhen Institute of Advanced Technology of CAS filed Critical Shenzhen Institute of Advanced Technology of CAS
Priority to CN201310683538.2A priority Critical patent/CN103729828B/en
Publication of CN103729828A publication Critical patent/CN103729828A/en
Application granted granted Critical
Publication of CN103729828B publication Critical patent/CN103729828B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

The present invention proposes a kind of video rain removing method, that takes into account illumination variation factor, first determine whether whether ambient lighting changes, realize there be rainy the going of illumination variation situation according to illumination variation by changing Kalman gain Kg on this basis, and the extent by the brightness measurements of present frame with the brightness actual value of former frame, judge under illumination, whether pixel is covered by raindrop, and then remove raindrop.Described video rain removing method goes to consider ambient lighting changing factor in the rain at video, it is possible to is effectively taking place video when environment exists illumination variation and removes rain.

Description

视频去雨方法How to remove rain from video

技术领域technical field

本发明涉及计算机视觉技术领域,尤其涉及一种含有光照变化因素的视频雨滴去除方法。The invention relates to the technical field of computer vision, in particular to a method for removing raindrops from a video that includes illumination variation factors.

背景技术Background technique

雨对视频图像成像有很大的影响,会造成视频图像成像的模糊和信息的覆盖,其直接结果是视频图像的清晰度下降,视频图像的数字化处理也会受此影响而性能下降。对受雨滴污染的视频图像进行修复处理有利于视频图像的进一步处理。而视频图像的目标检测、跟踪、识别或者分割技术在现代军事、交通以及安全监控等多个领域都得到广泛应用。Rain has a great impact on video image imaging, which will cause blurring of video image imaging and coverage of information. The direct result is that the definition of video images will decrease, and the digital processing of video images will also be affected by this and the performance will decline. Restoring the video image polluted by raindrops is beneficial to the further processing of the video image. The target detection, tracking, recognition or segmentation technology of video images has been widely used in many fields such as modern military, transportation and security monitoring.

视频去雨技术从2003年提出到现在已经取得了长足的发展,各种基于不同数学物理模型的方法被学者们先后提出,雨滴去除的效果也逐渐被提高。现有的去雨方法中,基于视频连续帧的算法融入了视频的时间信息,其去除视频雨滴时的效果一般也要优于基于单帧图像的去雨方法,特别是在对背景物体边缘的保留效果上要更加显著。像基于像素亮度偏度(skew)、灰色调、K均值聚类、卡尔曼滤波器、模糊连接度的去雨方法都是比较新颖、有效的。下面以卡尔曼滤波器为例介绍一种基于多帧视频图像进行雨滴去除的方法。Video rain removal technology has made great progress since it was proposed in 2003. Various methods based on different mathematical and physical models have been proposed by scholars, and the effect of raindrop removal has gradually been improved. In the existing rain removal methods, the algorithm based on continuous video frames incorporates the time information of the video, and the effect of removing raindrops in the video is generally better than the rain removal method based on a single frame image, especially for the edge of the background object. The retention effect is more pronounced. Rain removal methods based on pixel brightness skewness (skew), gray tone, K-means clustering, Kalman filter, and fuzzy connectivity are relatively novel and effective. The following takes the Kalman filter as an example to introduce a method for raindrop removal based on multi-frame video images.

卡尔曼滤波器是一种最优化自回归数据处理算法。对于下式表示离散控制过程系统:The Kalman filter is an optimal autoregressive data processing algorithm. For the discrete control process system represented by the following formula:

X(k)=AX(k-1)+BU(k)+W(k)(1)X(k)=AX(k-1)+BU(k)+W(k) (1)

系统测量值:System measurements:

Z(k)=HX(k)+V(k)(2)Z(k)=HX(k)+V(k) (2)

其中,X(k)、X(k-1)分别表示时间k和k-1时的系统状态,U(k)表示系统控制参量,W(k)和V(k)分别表示过程和测量的噪声,它们符合高斯分布。A、B为系统参数,H为测量系统参数,对于多因素系统它们都是矩阵。Among them, X(k) and X(k-1) represent the system state at time k and k-1 respectively, U(k) represents the system control parameters, W(k) and V(k) represent the process and measurement noise, they follow a Gaussian distribution. A and B are system parameters, H is a measurement system parameter, and they are all matrices for a multi-factor system.

对于满足上面两个线性随机微分方程的系统,可以用卡尔曼滤波器来进行最优估计。卡尔曼滤波器的核心是下列5个等式:For the system that satisfies the above two linear stochastic differential equations, the Kalman filter can be used for optimal estimation. The core of the Kalman filter is the following five equations:

X(k|k-1)=AX(k-1|k-1)+BU(k)(3)X(k|k-1)=AX(k-1|k-1)+BU(k) (3)

P(k|k-1)=AP(k-1|k-1)A'+Q(4)P(k|k-1)=AP(k-1|k-1)A'+Q(4)

X(k|k)=X(k|k-1)+Kg(k)(Z(k)-HX(k|k-1))(5)X(k|k)=X(k|k-1)+Kg(k)(Z(k)-HX(k|k-1)) (5)

Kg(k)=P(k|k-1)H'/(HP(k|k-1)H'+R)(6)Kg(k)=P(k|k-1)H'/(HP(k|k-1)H'+R) (6)

P(k|k)=(I-Kg(k)H)P(k|k-1)(7)P(k|k)=(I-Kg(k)H)P(k|k-1) (7)

其中,P(k|k)对应X(k|k)的方差,Q是系统过程的方差,Kg(k)称为卡尔曼增益(KalmanGain)。卡尔曼滤波器简单来说,就是通过系统预测值和测量值来估计实际值。Among them, P(k|k) corresponds to the variance of X(k|k), Q is the variance of the system process, and Kg(k) is called Kalman Gain. In simple terms, the Kalman filter is to estimate the actual value through the system predicted value and measured value.

将Kalman滤波器用于去除雨滴时,设初始值X(0)=100,A=1,H(0)=1,P(0)=1。由于雨滴可以看成方差很大的噪声,因此将V(k)的初始方差设为50,同时将W(k)的初始方差设置为5。方差的大小决定了达到估计值的快慢和对噪声的去除效果好坏,方差小意味着达到预测值更慢,但去除效果更好。When the Kalman filter is used to remove raindrops, set the initial value X(0)=100, A=1, H(0)=1, P(0)=1. Since raindrops can be regarded as noise with a large variance, the initial variance of V(k) is set to 50, and the initial variance of W(k) is set to 5. The size of the variance determines the speed of reaching the estimated value and the effect of noise removal. A small variance means that it is slower to reach the predicted value, but the removal effect is better.

现有技术中,基于视频连续多帧亮度信息的去雨方法都没有考虑到环境光照变化的因素,因此在实际运用中如果存在光照变化,就会很大程度上影响到去雨效果。以卡尔曼滤波器为例,如果某一时刻k光照强度增加,这样根据上述式(5)像素亮度计算得到的“实际值”将会比真正的实际值小很多。In the prior art, the deraining method based on the luminance information of continuous multi-frames of video does not take into account the factors of environmental light changes, so if there is a change in light in practical applications, it will greatly affect the deraining effect. Taking the Kalman filter as an example, if the light intensity of k increases at a certain moment, the "actual value" calculated according to the above formula (5) pixel brightness will be much smaller than the real actual value.

发明内容Contents of the invention

针对上述问题,本发明的目的是提供一种含有光照变化因素的视频去雨方法,以增加现有视频去雨方法的鲁棒性。In view of the above problems, the object of the present invention is to provide a video rain removal method that includes illumination variation factors, so as to increase the robustness of the existing video rain removal method.

一种视频去雨方法,其特征在于,包括如下步骤:A video rain removal method is characterized in that, comprising the steps of:

S11、计算当前帧的亮度测量值和前一帧的亮度实际值之差,作为第一元素并构建第一矩阵;S11. Calculate the difference between the measured brightness value of the current frame and the actual brightness value of the previous frame, as the first element and construct the first matrix;

S12、计算每一所述第一元素的周围预设区域范围内的其他第一元素之和的均值,作为第二元素并构建第二矩阵;S12. Calculate the mean value of the sum of other first elements in the surrounding preset area of each first element as the second element and construct a second matrix;

S13、比较所述第二元素的绝对值和光照变化的阀值,如果所述第二元素的绝对值大于所述光照变化的阀值,则存在光照变化,执行S14,否则执行S16;S13. Comparing the absolute value of the second element with the threshold value of the illumination change, if the absolute value of the second element is greater than the threshold value of the illumination change, then there is an illumination change, execute S14, otherwise execute S16;

S14、计算所述第一元素和所述第二元素之间的元素差,并与预设阀值进行比较,如果所述元素差大于所述预设阀值,则判断所述第一元素对应的像素被雨滴覆盖,并执行S16,否则执行S15;S14. Calculate the element difference between the first element and the second element, and compare it with a preset threshold value. If the element difference is greater than the preset threshold value, it is judged that the first element corresponds to pixels are covered by raindrops, and execute S16, otherwise execute S15;

S15、利用卡尔曼滤波器计算所述当前帧的实际亮度值,并将卡尔曼增益改为Kg=Kg+a*|y|+b,其中a、b为用来将所述第二元素归一化的参数;S15. Use the Kalman filter to calculate the actual brightness value of the current frame, and change the Kalman gain to Kg=Kg+a*|y|+b, where a and b are used to return the second element to Unified parameters;

S16、利用卡尔曼滤波器计算所述当前帧的实际亮度值;S16. Using a Kalman filter to calculate the actual brightness value of the current frame;

S17、执行下一帧直到结束。S17. Execute the next frame until the end.

本发明一较佳实施方式中,步骤S11之前,还包括:S10、读入视频,获得所述前一帧的亮度实际值。In a preferred implementation manner of the present invention, before step S11, further include: S10, read in the video, and obtain the actual brightness value of the previous frame.

本发明一较佳实施方式中,步骤S11之前,还包括:设置卡尔曼滤波器的初始值。In a preferred implementation manner of the present invention, before step S11, further includes: setting an initial value of the Kalman filter.

本发明一较佳实施方式中,所述预设区域范围为21x21的正方形区域。In a preferred embodiment of the present invention, the preset area is a 21x21 square area.

相较于现有技术,本发明提供的视频去雨方法在视频去雨中考虑了环境光照变化因素,可以在环境存在光照变化时有效地进行视频去雨。Compared with the prior art, the video deraining method provided by the present invention takes into account the environmental light change factor in the video deraining, and can effectively perform video deraining when there is a light change in the environment.

上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举实施例,并配合附图,详细说明如下。The above description is only an overview of the technical solution of the present invention. In order to better understand the technical means of the present invention, it can be implemented according to the contents of the description, and in order to make the above and other purposes, features and advantages of the present invention more obvious and understandable , the following specific examples, and with the accompanying drawings, are described in detail as follows.

附图说明Description of drawings

图1为本发明一较佳实施例提供的视频去雨方法的流程图。Fig. 1 is a flow chart of a video rain removal method provided by a preferred embodiment of the present invention.

具体实施方式detailed description

下面结合附图及具体实施例对本发明作进一步详细的说明。The present invention will be described in further detail below in conjunction with the accompanying drawings and specific embodiments.

请参阅图1,本发明一实施例提供一种视频去雨方法,其包括如下步骤:Referring to Fig. 1, an embodiment of the present invention provides a method for removing rain from a video, which includes the following steps:

S11、计算当前帧的亮度测量值和前一帧的亮度实际值之差,作为第一元素并构建第一矩阵。S11. Calculate the difference between the brightness measurement value of the current frame and the actual brightness value of the previous frame as the first element and construct a first matrix.

具体地,求出当前帧的亮度测量值与前一帧计算得到的亮度实际值之差,即前后两帧的亮度差,作为第一元素存入第一矩阵x。可以理解的是,所述第一矩阵x包含有多个第一元素。Specifically, the difference between the measured brightness value of the current frame and the actual brightness value calculated in the previous frame, that is, the brightness difference between two frames before and after, is calculated, and stored as the first element in the first matrix x. It can be understood that the first matrix x contains multiple first elements.

本实施例中,步骤S11之前,还包括:S10、读入视频,并获得所述前一帧的亮度实际值。In this embodiment, before the step S11, the method further includes: S10, reading in the video, and obtaining the actual brightness value of the previous frame.

其后还包括步骤(图未示):设置卡尔曼滤波器的初始值。即设初始值X(0)=100,A=1,H(0)=1,P(0)=1,具体的可以参照本发明背景技术的内容,此处不再赘述。Thereafter, a step (not shown in the figure) is included: setting the initial value of the Kalman filter. That is, set the initial value X(0)=100, A=1, H(0)=1, P(0)=1, for details, please refer to the content of the background technology of the present invention, which will not be repeated here.

S12、计算每一所述第一元素的周围预设区域范围内的其他第一元素之和的均值,作为第二元素并构建第二矩阵。S12. Calculate the mean value of the sum of other first elements within the preset area around each first element as the second element and construct a second matrix.

本实施例中,所述预设区域范围为21x21的正方形区域。具体地,计算所述第一矩阵x中每一个第一元素周围21x21正方形区域内的其他第一元素之和的均值,作为第二元素存入第二矩阵y。当然,所述预设区域范围并不局限于本实施例中,也可以根据需要设定,只要正方形区域满足:一方面、正方形区域足够大以排除其亮度增大是由大量雨滴造成;另一方面,避免正方形区域太大时点光源引起的局部区域光照变化造成其它区域也存在光照变化的误判。In this embodiment, the preset area is a 21x21 square area. Specifically, calculate the mean value of the sum of other first elements in a 21×21 square area around each first element in the first matrix x, and store it as a second element in the second matrix y. Of course, the range of the preset area is not limited to this embodiment, and can also be set according to needs, as long as the square area satisfies: on the one hand, the square area is large enough to exclude that the increase in brightness is caused by a large number of raindrops; on the other hand On the one hand, to avoid misjudgment of illumination changes in other areas due to illumination changes in local areas caused by point light sources when the square area is too large.

可以理解的是,所述第二矩阵y也包含有多个第二元素。It can be understood that the second matrix y also includes multiple second elements.

S13、比较所述第二元素的绝对值和光照变化的阀值,如果所述第二元素的绝对值大于所述光照变化的阀值,则存在光照变化,执行S14,否则执行S16。S13. Comparing the absolute value of the second element with the threshold value of illumination change, if the absolute value of the second element is greater than the threshold value of illumination change, then there is illumination change, and execute S14, otherwise execute S16.

本实施例中,针对所述第二矩阵y中每一个第二元素,判断是否有|y|>c,其中c代表存在光照变化的阈值,当|y|很大时认为存在光照变化,执行步骤S14,否则执行步骤S16。In this embodiment, for each second element in the second matrix y, it is judged whether there is |y|>c, where c represents the threshold of illumination change, and when |y| is large, it is considered that there is illumination change, and execution Step S14, otherwise execute step S16.

S14、计算所述第一元素和所述第二元素之间的元素差,并与预设阀值进行比较,如果所述元素差大于所述预设阀值,则判断所述第一元素对应的像素被雨滴覆盖,并执行S16,否则执行S15。S14. Calculate the element difference between the first element and the second element, and compare it with a preset threshold value. If the element difference is greater than the preset threshold value, it is judged that the first element corresponds to pixels are covered by raindrops, and execute S16, otherwise execute S15.

本实施例中,判断是否有(x-y)>T,其中,T是一个可以人为设定的阈值。由此,可以判断x是否被雨滴覆盖,如果成立,则说明x很大,此时可以判断x被雨滴覆盖,执行步骤S16,否则执行步骤S15。In this embodiment, it is judged whether (x-y)>T, where T is a threshold that can be set manually. Thus, it can be judged whether x is covered by raindrops. If it is true, it means that x is very large. At this time, it can be judged that x is covered by raindrops. Step S16 is executed; otherwise, step S15 is executed.

S15、利用卡尔曼滤波器计算所述当前帧的实际亮度值,并将卡尔曼增益改为Kg=Kg+a*|y|+b,其中a、b为用来将所述第二元素归一化的参数。S15. Use the Kalman filter to calculate the actual brightness value of the current frame, and change the Kalman gain to Kg=Kg+a*|y|+b, where a and b are used to return the second element to Unified parameters.

本实施例中,根据本发明背景技术中的公式(3)~(7)来计算当前帧的亮度实际值(此处不再赘述),并将Kg改为Kg=Kg+a*|y|+b,其中a、b是用来将y归一化的参数。In this embodiment, the actual brightness value of the current frame is calculated according to formulas (3) to (7) in the background technology of the present invention (not described here), and Kg is changed to Kg=Kg+a*|y| +b, where a and b are the parameters used to normalize y.

可以理解的是,当|y|>c时,表示光照变化,无论是光照增强(y>0)还是光照减弱(y<0),都要增大测量值Z(k)的权重Kg以适应光照变化。It can be understood that when |y|>c, it means that the illumination changes, whether it is illumination enhancement (y>0) or illumination reduction (y<0), the weight Kg of the measured value Z(k) must be increased to adapt to Lighting changes.

S16、利用卡尔曼滤波器计算所述当前帧的实际亮度值。S16. Calculate the actual brightness value of the current frame by using a Kalman filter.

本实施例中,根据本发明背景技术中的公式(3)~(7)来计算当前帧的亮度实际值(此处不再赘述),并未下一帧做好准备。In this embodiment, the actual brightness value of the current frame is calculated according to formulas (3)-(7) in the background art of the present invention (not described in detail here), and it is not prepared for the next frame.

S17、执行下一帧直到结束。S17. Execute the next frame until the end.

可以理解的是,本发明提供的所述视频去雨方法考虑了光照变化因素,首先判断环境光照是否变化,在此基础上根据光照变化通过改变卡尔曼增益Kg实现有光照变化情况下的去雨,并且通过当前帧的亮度测量值与前一帧的亮度实际值之差的大小,判断光照下像素是否被雨滴覆盖,进而去除雨滴。It can be understood that the video rain removal method provided by the present invention takes into account the illumination change factor, firstly judges whether the ambient illumination changes, and on this basis, according to the illumination change by changing the Kalman gain Kg to realize the rain removal under the illumination change situation , and according to the difference between the brightness measurement value of the current frame and the actual brightness value of the previous frame, it is judged whether the pixel is covered by raindrops under the light, and then the raindrops are removed.

相较于现有技术,本发明提供的所述视频去雨方法在视频去雨中考虑了环境光照变化因素,可以在环境存在光照变化时有效地进行视频去雨。Compared with the prior art, the video deraining method provided by the present invention takes into account the environmental light change factor in the video deraining method, and can effectively perform video deraining when there is a light change in the environment.

以上所述,仅是本发明的实施例而已,并非对本发明作任何形式上的限制,虽然本发明已以实施例揭露如上,然而并非用以限定本发明,任何熟悉本专业的技术人员,在不脱离本发明技术方案范围内,当可利用上述揭示的技术内容作出些许更动或修饰为等同变化的等效实施例,但凡是未脱离本发明技术方案内容,依据本发明的技术实质对以上实施例所作的任何简单修改、等同变化与修饰,均仍属于本发明技术方案的范围内。The above description is only an embodiment of the present invention, and does not limit the present invention in any form. Although the present invention has been disclosed as above with the embodiment, it is not intended to limit the present invention. Without departing from the scope of the technical solution of the present invention, when the technical content disclosed above can be used to make some changes or be modified into equivalent embodiments with equivalent changes, but if it does not deviate from the technical solution of the present invention, the technical essence of the present invention can be used for the above Any simple modifications, equivalent changes and modifications made in the embodiments still fall within the scope of the technical solution of the present invention.

Claims (4)

1.一种视频去雨方法,其特征在于,包括如下步骤:1. a video method for removing rain, is characterized in that, comprises the steps: S11、计算当前帧的亮度测量值和前一帧的亮度实际值之差,作为第一元素并构建第一矩阵;S11. Calculate the difference between the measured brightness value of the current frame and the actual brightness value of the previous frame, as the first element and construct the first matrix; S12、计算每一所述第一元素的周围预设区域范围内的其他第一元素之和的均值,作为第二元素并构建第二矩阵y;S12. Calculate the mean value of the sum of other first elements in the surrounding preset area of each first element as the second element and construct a second matrix y; S13、比较所述第二元素的绝对值和光照变化的阀值,如果所述第二元素的绝对值大于所述光照变化的阀值,则存在光照变化,执行S14,否则执行S16;S13. Comparing the absolute value of the second element with the threshold value of the illumination change, if the absolute value of the second element is greater than the threshold value of the illumination change, then there is an illumination change, execute S14, otherwise execute S16; S14、计算所述第一元素和所述第二元素之间的元素差,并与预设阀值进行比较,如果所述元素差大于所述预设阀值,则判断所述第一元素对应的像素被雨滴覆盖,并执行S16,否则执行S15;S14. Calculate the element difference between the first element and the second element, and compare it with a preset threshold value. If the element difference is greater than the preset threshold value, it is judged that the first element corresponds to pixels are covered by raindrops, and execute S16, otherwise execute S15; S15、利用卡尔曼滤波器计算所述当前帧的实际亮度值,并将卡尔曼增益改为Kg=Kg+a*|y|+b,其中a、b为用来将所述第二元素归一化的参数;S15. Use the Kalman filter to calculate the actual brightness value of the current frame, and change the Kalman gain to Kg=Kg+a*|y|+b, where a and b are used to return the second element to Unified parameters; S16、利用卡尔曼滤波器计算所述当前帧的实际亮度值;S16. Using a Kalman filter to calculate the actual brightness value of the current frame; S17、执行下一帧直到结束。S17. Execute the next frame until the end. 2.如权利要求1所述的视频去雨方法,其特征在于,步骤S11之前,还包括:S10、读入视频,获得所述前一帧的亮度实际值。2. The video rain removal method according to claim 1, characterized in that, before step S11, further comprising: S10, reading in the video, and obtaining the actual brightness value of the previous frame. 3.如权利要求1所述的视频去雨方法,其特征在于,步骤S11之前,还包括:设置卡尔曼滤波器的初始值。3. The method for removing rain from video according to claim 1, further comprising: setting an initial value of a Kalman filter before step S11. 4.如权利要求1所述的视频去雨方法,其特征在于,所述预设区域范围为21x21的正方形区域。4. The video rain removal method according to claim 1, wherein the preset area is a 21x21 square area.
CN201310683538.2A 2013-12-12 2013-12-12 video rain removing method Active CN103729828B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310683538.2A CN103729828B (en) 2013-12-12 2013-12-12 video rain removing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310683538.2A CN103729828B (en) 2013-12-12 2013-12-12 video rain removing method

Publications (2)

Publication Number Publication Date
CN103729828A CN103729828A (en) 2014-04-16
CN103729828B true CN103729828B (en) 2016-06-29

Family

ID=50453889

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310683538.2A Active CN103729828B (en) 2013-12-12 2013-12-12 video rain removing method

Country Status (1)

Country Link
CN (1) CN103729828B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104318537B (en) * 2014-09-30 2017-07-28 中国科学院深圳先进技术研究院 The detection of raindrop and minimizing technology and system in heavy rain scene video data
CN104299214B (en) * 2014-09-30 2017-12-29 中国科学院深圳先进技术研究院 The detection of raindrop and minimizing technology and system in light rain scene video data
CN104978720A (en) * 2015-07-01 2015-10-14 深圳先进技术研究院 Video image raindrop removal method and apparatus
CN105184761A (en) * 2015-08-28 2015-12-23 中国科学院深圳先进技术研究院 Image rain removing method based on wavelet analysis and system
CN106023112A (en) * 2016-05-24 2016-10-12 中国科学院深圳先进技术研究院 Image rain removing method and system based on wavelet analysis
CN106067163A (en) * 2016-05-24 2016-11-02 中国科学院深圳先进技术研究院 A kind of image rain removing method based on wavelet analysis and system
CN109360155B (en) * 2018-08-17 2020-10-13 上海交通大学 Single-frame image rain removing method based on multi-scale feature fusion

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103337061A (en) * 2013-07-18 2013-10-02 厦门大学 Rain and snow removing method for image based on multiple guided filtering

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012066564A1 (en) * 2010-11-15 2012-05-24 Indian Institute Of Technology, Kharagpur Method and apparatus for detection and removal of rain from videos using temporal and spatiotemporal properties.
TWI480810B (en) * 2012-03-08 2015-04-11 Ind Tech Res Inst Method and apparatus for rain removal based on a single image

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103337061A (en) * 2013-07-18 2013-10-02 厦门大学 Rain and snow removing method for image based on multiple guided filtering

Also Published As

Publication number Publication date
CN103729828A (en) 2014-04-16

Similar Documents

Publication Publication Date Title
CN103729828B (en) video rain removing method
CN102768760B (en) Quick image dehazing method on basis of image textures
CN103578083B (en) Single image defogging method based on associating average drifting
CN107610144B (en) An Improved Infrared Image Segmentation Method Based on Maximum Inter-Class Variance Method
CN111260684A (en) Foreground pixel extraction method and system based on the combination of frame difference method and background difference method
CN104021527B (en) Rain and snow removal method in image
CN109478329B (en) Image processing method and device
KR101684990B1 (en) Method for deblurring vehicle image using sigma variation of Bilateral Filter
CN105741319B (en) Improvement visual background extracting method based on blindly more new strategy and foreground model
CN104766344B (en) Vehicle checking method based on movement edge extractor
CN110599516A (en) Moving target detection method and device, storage medium and terminal equipment
US9147256B2 (en) Image processing apparatus and image processing method
CN110114801B (en) Image foreground detection device and method and electronic equipment
CN105205791A (en) Gaussian-mixture-model-based video raindrop removing method and system
CN104717400A (en) Real-time defogging method of monitoring video
CN101916449A (en) Method of Establishing Background Model Based on Motion Information in Image Processing
CN109255799B (en) A target tracking method and system based on spatial adaptive correlation filter
CN105354575B (en) Image binaryzation threshold value determines method in a kind of sea horizon detection
CN105046670A (en) Image rain removal method and system
JP2019121356A (en) Interference region detection apparatus and method, and electronic apparatus
CN108010050B (en) Foreground detection method based on adaptive background updating and selective background updating
CN106296626A (en) A kind of video enhancement method at night merged based on gradient
US20110158516A1 (en) Image classification methods and systems
CN105354833A (en) Shadow detection method and apparatus
CN110580706A (en) Method and device for extracting video background model

Legal Events

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