Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP3047658B2 - Method for determining binarization threshold in moving object detection - Google Patents
[go: Go Back, main page]

JP3047658B2 - Method for determining binarization threshold in moving object detection - Google Patents

Method for determining binarization threshold in moving object detection

Info

Publication number
JP3047658B2
JP3047658B2 JP5008965A JP896593A JP3047658B2 JP 3047658 B2 JP3047658 B2 JP 3047658B2 JP 5008965 A JP5008965 A JP 5008965A JP 896593 A JP896593 A JP 896593A JP 3047658 B2 JP3047658 B2 JP 3047658B2
Authority
JP
Japan
Prior art keywords
image
background
difference
extraction
value
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.)
Expired - Fee Related
Application number
JP5008965A
Other languages
Japanese (ja)
Other versions
JPH06223188A (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.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co Ltd
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 Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP5008965A priority Critical patent/JP3047658B2/en
Publication of JPH06223188A publication Critical patent/JPH06223188A/en
Application granted granted Critical
Publication of JP3047658B2 publication Critical patent/JP3047658B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、画像処理を用いた移動
体検出における2値化しきい値決定方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for determining a binarized threshold value in moving object detection using image processing.

【0002】[0002]

【従来の技術】一般に画像処理を用いた移動体検出にお
いては、移動体を検出する方法として、フレーム間の差
分をとるフレーム間差分法、連続画像の各画像間の対応
点を算出する対応点法、背景画像と入力画像の差分をと
る背景差分法などがある。
2. Description of the Related Art In general, in a moving object detection using image processing, a method of detecting a moving object includes an inter-frame difference method for obtaining a difference between frames, and a corresponding point for calculating a corresponding point between images of continuous images. And a background subtraction method for taking the difference between the background image and the input image.

【0003】フレーム間差分法は、ある時間間隔をおい
て入力された2枚の画像の差分をとる方法である。この
ため、構成が簡単であるが、差分の結果得られる領域
は、対称物そのものを表わさないため、その結果のみか
ら移動体の像を抽出することは困難である。
The inter-frame difference method is a method of calculating a difference between two images input at a certain time interval. Therefore, although the configuration is simple, the region obtained as a result of the difference does not represent the symmetrical object itself, and hence it is difficult to extract the image of the moving object from only the result.

【0004】また対応点法は、画像を小領域に分割し、
それぞれの小領域を特徴づける形状パラメータを算出
し、画像間でこの形状パラメータの相関をとることによ
って対応点を算出する方法である。このため、処理が重
く、物体の回転や形状の変化がある場合には、各小領域
の形状パラメータが変わってしまい、対応点を検出する
ことが困難となる。
In the corresponding point method, an image is divided into small areas.
This is a method of calculating a shape parameter characterizing each small area and calculating a corresponding point by correlating the shape parameter between images. For this reason, when the processing is heavy and the rotation or shape of the object changes, the shape parameter of each small area changes, and it becomes difficult to detect the corresponding point.

【0005】背景差分法は、抽出対象物体と背景画像と
が含まれている入力画像から背景画像をひくことによ
り、抽出対象物体の像を得る方法である。この方法は、
正しい背景画像があれば、良好に対象物体を抽出できる
ため、あらかじめ抽出対象物体を含まない背景画像を取
り込んでおく必要があるが、背景が変化した場合には正
しい結果が得られなくなる。したがって、背景の生成方
法が問題になる。
The background subtraction method is a method of obtaining an image of an object to be extracted by subtracting a background image from an input image including the object to be extracted and the background image. This method
If there is a correct background image, the target object can be satisfactorily extracted. Therefore, it is necessary to capture a background image that does not include the extraction target object in advance. However, if the background changes, a correct result cannot be obtained. Therefore, the method of generating the background becomes a problem.

【0006】[0006]

【発明が解決しようとする課題】従来の動き検出におけ
る背景差分法において、2値化のしきい値および背景積
分パラメータは、それぞれ個別に設定されていた。2値
化のしきい値には、画像に対して均一に設定する方法、
画像を背景の反射率の違いによって領域を分割してそれ
ぞれの領域ごとに設定する方法がある。また、背景積分
パラメータについては、背景変化量を測定し、その変化
領域ごとに適応的に設定する方法があった。これらのう
ち、画像内の動き抽出処理領域に対して均一な積分パラ
メータを設定する方法としては、特開昭62−1140
64号公報に記載された方法がある。この方法は、入力
画像f(n)、古い背景画像をg(n−1)とすると、
更新される背景画像g(n)を、 g(n)=A×f(n)+(1−A)×g(n−1) …(1) とするものである。ここでAは定数であり、総ての画素
とも共通である。しかしながら、この方法によると、抽
出対象物体の移動速度や表面の反射率、しきい値によっ
て、抽出される領域に穴や尾が発生し、抽出領域の形状
が変形してしまう問題があった。
In the background subtraction method in the conventional motion detection, the threshold value for binarization and the background integration parameter are individually set. The threshold value for binarization is set uniformly for the image,
There is a method in which an image is divided into regions according to the difference in the reflectance of the background and set for each region. As for the background integration parameter, there has been a method of measuring a background change amount and adaptively setting the change amount for each change region. Among them, a method for setting uniform integration parameters for a motion extraction processing area in an image is disclosed in Japanese Patent Application Laid-Open No. Sho 62-1140.
There is a method described in JP-A-64. This method is based on the assumption that an input image f (n) and an old background image are g (n-1).
The background image g (n) to be updated is g (n) = A × f (n) + (1−A) × g (n−1) (1). Here, A is a constant and is common to all pixels. However, according to this method, there is a problem that a hole or a tail is generated in the region to be extracted due to the moving speed of the extraction target object, the reflectance of the surface, and the threshold, and the shape of the extraction region is deformed.

【0007】本発明は、このような従来の問題を解決す
るものであり、背景積分法を使って背景更新した場合の
抽出移動物体の抽出領域の精度を向上させることのでき
る移動体検出における2値化しきい値決定方法を提供す
ることを目的とする。
SUMMARY OF THE INVENTION The present invention solves such a conventional problem. In the present invention, there is provided a moving object detection method capable of improving the accuracy of an extraction area of an extracted moving object when a background is updated using a background integration method. It is an object of the present invention to provide a method of determining a threshold value.

【0008】[0008]

【課題を解決するための手段】本発明は、上記目的を達
成するために、入力画像と背景画像の差分値画像を得、
しきい値を各画素においてその差分値画像の半分に設定
するようにしたものである。
According to the present invention, in order to achieve the above object, a difference value image between an input image and a background image is obtained.
The threshold value is set to half of the difference value image for each pixel.

【0009】本発明はまた、入力画像と背景画像の差分
値画像と抽出対象物体の動き切る時間の推定値を利用し
て2値化のしきい値と背景積分パラメータとを決定する
ようにしたものである。
According to the present invention, a threshold value for binarization and a background integration parameter are determined by using a difference value image between an input image and a background image and an estimated value of a time at which the object to be extracted stops moving. Things.

【0010】[0010]

【作用】本発明は、上記方法により、精度の良い動き抽
出を行なうことができる。また、画像内の動き抽出処理
領域に対して、均一な積分パラメータを設定する場合、
入力画像から抽出対象物体の動き切る時間の推定値を算
出し、その算出結果と、抽出対象物体の表面の反射率に
よって変化をもった対象物体の背景との差分値によって
しきい値を決定し、さらに背景積分パラメータを決定す
ることにより、精度の良い対象物体の抽出が可能とな
る。
According to the present invention, accurate motion extraction can be performed by the above method. In addition, when uniform integration parameters are set for a motion extraction processing area in an image,
An estimated value of the time at which the extraction target object stops moving from the input image is calculated, and a threshold value is determined based on a difference value between the calculation result and the background of the target object having a change due to the reflectance of the surface of the extraction target object. By determining the background integration parameters, it is possible to extract a target object with high accuracy.

【0011】[0011]

【実施例】以下、本発明の一実施例を図を用いて説明す
る。図1は本発明の一実施例における背景画像を用いて
移動体抽出処理を行なうための処理を示すフローダイヤ
グラムである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a flow diagram showing a process for performing a moving object extraction process using a background image according to an embodiment of the present invention.

【0012】図1に示すように、まずステップ100で
画像を入力し、次いでステップ101で入力画像I
(i,j)をi方向にm間引きし、j方向にn間引く処
理を行ない、処理画像を作成する。ここでm×n画素の
ブロックを1処理画素とし、そのレベルは各画素の平均
値をとる。このように各画素の平均値をとることによっ
て、各画素の固定的なノイズや暗電流によるノイズを低
減することができる。
As shown in FIG. 1, an image is first input in step 100, and then an input image I is input in step 101.
(I, j) is thinned out by m in the i direction and n is thinned out in the j direction to create a processed image. Here, a block of m × n pixels is defined as one processing pixel, and its level is an average value of each pixel. By taking the average value of each pixel in this way, it is possible to reduce fixed noise of each pixel and noise due to dark current.

【0013】さらに、入力画像と背景画像の差分を取る
タイミングをフレームの枚数で決める。例えば、5フレ
ームとした場合フレーム間引き率は5と言うように表現
する。この処理もステップ101の間引き処理で行な
う。フレーム間引き率を可変とする理由は、抽出対象物
体の移動速度が必ずしも一定ではなく、その移動速度に
合わせて処理を変化させる必要があるからである。詳し
くは、しきい値制御処理ステップ106の説明の際に述
べる。
Further, the timing for obtaining the difference between the input image and the background image is determined by the number of frames. For example, when five frames are used, the frame thinning rate is expressed as 5. This process is also performed by the thinning process of step 101. The reason why the frame thinning rate is variable is that the moving speed of the extraction target object is not always constant, and it is necessary to change the processing according to the moving speed. Details will be described in the description of the threshold control processing step 106.

【0014】ステップ101で間引かれた処理画像f
(n)と、CPUによる機能設定処理ステップ104お
よび積分制御処理ステップ103により背景メモリに設
定された背景画素g(n−1)に対し、ステップ102
で次式により新しい背景画素g(n)を更新して記憶す
る。
The processed image f thinned out in step 101
(N) and the background pixel g (n-1) set in the background memory by the function setting processing step 104 and the integration control processing step 103 by the CPU, in step 102
The new background pixel g (n) is updated and stored by the following equation.

【0015】 g(n)=a×f(n)+(1−a)×g(n−1) …(2) ステップ101で間引かれた処理画像とステップ102
で更新された背景画素とを、状況判断処理ステップ11
6で得られた情報を基に制御されるしきい値制御処理ス
テップ106によって得られたしきい値を基に、ステッ
プ105で差分処理を行ない、2値化画像を得る。
G (n) = a × f (n) + (1−a) × g (n−1) (2) The processed image thinned out in step 101 and step 102
And the background pixel updated in step 11
Based on the threshold value obtained in step 106, which is controlled based on the information obtained in step 6, a difference process is performed in step 105 to obtain a binarized image.

【0016】ここで、上記式(2)における積分パラメ
ータaの値は、入力画像に対して一様である。背景を更
新する手法とし、動きの抽出された領域の背景を更新せ
ずに背景を作成する方法もあるが、以下の理由で積分パ
ラメータaの値を入力画像に対して一様にすることとし
た。 (1) 背景を生成する方法を簡略化し、ハードウェア
およびソフトウェアの負担を減らし、コストダウンを図
る。 (2) 背景を生成する方法を簡略化することで、監視
分野のように規則性のない背景を持つ場合、場当たり的
なチューニングを省き、メンテナンスフリーを実現す
る。
Here, the value of the integration parameter a in the above equation (2) is uniform for the input image. As a method of updating the background, there is a method of creating the background without updating the background of the area where the motion is extracted. However, it is necessary to make the value of the integration parameter a uniform with respect to the input image for the following reasons. did. (1) The method of generating the background is simplified, the burden on hardware and software is reduced, and the cost is reduced. (2) By simplifying the method of generating the background, if the background has a non-regularity such as in the field of monitoring, random tuning is omitted and maintenance-free is realized.

【0017】しかしながら、積分パラメータaの値を入
力画像に対して一様にすると、抽出対象物体の領域も背
景として更新されてしまい、物体の動き切る時間と2値
化のしきい値、物体の表面の反射率の違いによって、図
2のように、抽出対象領域120に穴121と尾122
が発生してしまい、抽出結果123のように抽出されて
しまうこと、および背景画像が光源の変化によって、反
射率の異なる領域で動きとして抽出されてしまうことな
どの欠点が発生する。前者は、物体の表面の反射率の違
いを入力画像と背景画像の差分値から2値化のしきい値
を抽出対象物体ごと設定することにより、また物体の動
き切る時間を推定計算し、2値化のしきい値と推定され
た物体の動き切る時間とから背景積分パラメータを決定
することにより、穴と尾の発生を防ぐことができる。後
者についても、抽出されてしまった結果に基づき、前者
と同様に抽出領域の推定計算とそれぞれにしきい値を決
定すること、抽出された領域の大きさをあらかじめ設定
した抽出対象物体の大きさ(画素数)の範囲に因って、
ステップ111における大小領域除去処理で除去するこ
と、および抽出領域の大きさの変動に対して制限を加
え、制限値を越えた場合については、その領域を除去す
ることにより対応することができる。
However, if the value of the integration parameter a is made uniform with respect to the input image, the area of the object to be extracted is also updated as a background, and the time to stop moving the object, the threshold for binarization, Due to the difference in the reflectance of the surface, as shown in FIG.
And the like, and the background image is extracted as a motion in an area having a different reflectance due to a change in the light source. In the former, the difference in the reflectance of the surface of the object is set for each extraction target object from the difference between the input image and the background image, and the time to cut off the movement of the object is estimated and calculated. By determining the background integration parameter from the threshold value of the binarization and the estimated time at which the object stops moving, the occurrence of holes and tails can be prevented. As for the latter, the estimation calculation of the extraction area and the determination of the respective thresholds are performed in the same manner as the former, based on the extracted result, and the size of the extraction area is set to the size of the extraction target object ( Pixels) range,
It is possible to cope with the removal by the large / small area removal processing in step 111 and the restriction on the variation in the size of the extraction area, and when the limit value is exceeded, by removing the area.

【0018】ここで、前者の物体の表面の反射率の違い
を入力画像と背景画像の差分値から2値化のしきい値を
抽出対象物体ごと設定し、物体の動き切る時間を推定計
算し、2値化のしきい値と、推定された物体の動き切る
時間から背景積分パラメータを決定する方法について述
べる。
Here, the difference in the reflectance of the surface of the former object is set for each of the objects to be extracted from the difference between the input image and the background image, and the time at which the object stops moving is estimated and calculated. A method of determining a background integration parameter from a threshold for binarization and an estimated time at which the object will stop moving will be described.

【0019】まず、物体の動き切る時間は、抽出された
領域の移動方向を軌跡メモリから一つ前の処理で得られ
た重心点と現在処理した重心点を得る。次に、それぞれ
の重心点を通る直線によって、移動方向と、移動速度、
移動方向の抽出領域の画素数を測定し、物体の動き切る
時間を推定演算する。次に、背景画像F(i,j)と入
力画像I(i,j)の差分画像C(i,j)を作成し、
それぞれの画素(i,j)にC(i,j)/2を割り当
てた空間的しきい値Cthを作る。作成されたC th(i,
j)を利用して、差分画像を2値化する。ここで得られ
たC(i,j)とCth(i,j)から以下の2つの式を
使って、最適な背景積分パラメータaを作る。
First, the time at which the object stops moving is extracted.
The moving direction of the area can be obtained from the trajectory memory by the previous process.
The current center of gravity and the currently processed center of gravity are obtained. Then, each
The moving direction, the moving speed,
Measure the number of pixels in the extraction area in the moving direction and stop moving the object
Estimate the time. Next, the background image F (i, j) is entered.
Create a difference image C (i, j) of the force image I (i, j),
Allocate C (i, j) / 2 to each pixel (i, j)
Spatial threshold Cthmake. C created th(I,
The difference image is binarized using j). Obtained here
C (i, j) and CthFrom (i, j), the following two equations are
To create an optimal background integration parameter a.

【0020】[0020]

【数1】 (Equation 1)

【0021】[0021]

【数2】 (Equation 2)

【0022】ここで、tは物体の動き切る時間、式
(3)は、穴が発生しない背景積分パラメータaの範
囲、式(4)は、尾が発生しない背景積分パラメータa
の範囲である。この範囲をグラフ化したものが、図3で
ある。t0、t1、t2の関係はt0>t1>t2である。さ
らに、このグラフをt=t0の場合について抜き出した
ものが図4である。図4でt=t0の場合に穴も尾も発
生しない積分パラメータaの値は、斜線部の範囲であ
る。この斜線部に入るように積分パラメータaの値を決
定すればよく、この積分パラメータaを使って背景を更
新すればよい。
Here, t is the time at which the object stops moving, Equation (3) is the range of the background integration parameter a where no hole is generated, and Equation (4) is the background integration parameter a where no tail is generated.
Range. FIG. 3 is a graph of this range. The relationship between t 0 , t 1 , and t 2 is t 0 > t 1 > t 2 . FIG. 4 is a graph extracted from the graph when t = t 0 . In FIG. 4, the value of the integration parameter a in which neither a hole nor a tail occurs when t = t 0 is in the range of the hatched portion. What is necessary is just to determine the value of the integration parameter a so as to fall within the shaded portion, and the background can be updated using this integration parameter a.

【0023】また、しきい値については、空間的しきい
値Cth(i,j)に対して、固定的なノイズなどに入力
画像を得る時に発生するものを除去するために下限値を
設ける必要がある。下限値は、入力画像と背景画像の差
分値C(i,j)を得る際に、各画素の時間的なばらつ
きを測定し、その結果から決定すればよい。
Further, a lower limit value is set for the threshold value in order to remove a noise generated when an input image is obtained due to a fixed noise or the like, with respect to the spatial threshold value C th (i, j). There is a need. When obtaining the difference value C (i, j) between the input image and the background image, the lower limit value may be determined based on the result of measuring the temporal variation of each pixel.

【0024】加えて、tの範囲が物体の動く速度によっ
て、ダイナミックに変化することから、図4の斜線部の
範囲が大きく変化してしまう。その対策として、先に説
明したように、物体の動く速度の範囲を予め設定してお
くことで、その範囲に適したフレーム間引き率を選択す
れば良い。例えば、物体の動く速度の範囲を3段階に調
整できるスイッチを設ける方法や、今回のように物体の
動き切る時間の推定演算を行ない、その値を統計処理し
た結果から決定する方法などを用いる。
In addition, since the range of t changes dynamically depending on the moving speed of the object, the range of the hatched portion in FIG. 4 greatly changes. As a countermeasure, as described above, a range of the moving speed of the object may be set in advance, and a frame thinning rate suitable for the range may be selected. For example, a method of providing a switch that can adjust the range of the moving speed of the object in three stages, a method of estimating the time to stop moving the object as in this case, and determining the value from the result of statistical processing are used.

【0025】差分処理ステップ105で得られた2値化
画像にステップ107でM×Mのメディアンフィルタを
M/2でかける。これは、ノイズの除去ができることお
よびサイズの調整によって抽出対象物体の表面の不均一
性を吸収できることの2点において効果がある。このう
ち、後者については、対象物体の処理画像上の大きさ
は、カメラと物体の距離、対象物体の実際の大きさ、空
間間引き率、レンズの焦点距離、CCDの画素数とアス
ペクト比から決定されるので、それぞれの情報が得られ
れば、抽出対象物体の大きさに基づいて、メディアンフ
ィルタのサイズを決定すればよい。
At step 107, an M × M median filter is applied to the binary image obtained at the difference processing step 105 at M / 2. This is effective in two points, that is, noise can be removed and the size of the surface can be absorbed by adjusting the size. Of the latter, the size of the target object on the processed image is determined from the distance between the camera and the object, the actual size of the target object, the spatial thinning rate, the focal length of the lens, the number of pixels of the CCD, and the aspect ratio. Therefore, if each piece of information is obtained, the size of the median filter may be determined based on the size of the extraction target object.

【0026】ステップ107でメディアンフィルタリン
グされた結果をステップ108でマスク処理して処理領
域の限定を行なう。マスクはステップ109でマスクパ
タンを用いて作られる。次いでマスク処理された結果得
られた処理画像にステップ110でラベリング処理を行
ない、次のステップ111に移る。
The result of the median filtering in step 107 is masked in step 108 to limit the processing area. A mask is created in step 109 using the mask pattern. Next, labeling processing is performed on the processed image obtained as a result of the mask processing in step 110, and the process proceeds to the next step 111.

【0027】ステップ111では、領域連結処理、大小
領域除去を施す。ここでは、あらかじめ入力された抽出
対象物体の大きさの範囲に対して、抽出領域の大きさを
比較し、範囲に合わない対象を除去する処理を行なう。
これにより、入力画像に雪、犬、猫など、抽出対象物体
と明らかに大きさの異なるノイズ成分を除去することが
できる。さらにこの領域連結、大小領域除去処理を施し
た画像と軌跡をステップ113の処理結果から状況判断
(動き切る時間の推定値算出)を行ない、その結果を用
いてステップ106でしきい値制御処理を行ない、制御
情報を更新する。ステップ111で領域連結処理、大小
領域除去された画像は、それぞれの重心がステップ11
2で計算処理され、その結果得られたそれぞれのラベル
の重心の軌跡をステップ113で求め、その軌跡をステ
ップ114で軌跡メモリに記憶し、ステップ115で表
示を切り換える。
In step 111, area connection processing and large / small area removal are performed. Here, the size of the extraction area is compared with the range of the size of the extraction target object input in advance, and processing for removing an object that does not fit in the range is performed.
This makes it possible to remove noise components, such as snow, dogs, and cats, which are clearly different in size from the extraction target object, in the input image. Further, the image and the trajectory subjected to the area connection and the large / small area removal processing are subjected to a situation judgment (calculation of an estimated value of the time to stop moving) from the processing result of step 113, and the threshold control processing is performed in step 106 using the result. And update the control information. In the image from which the region connection processing and the large and small regions have been removed in step 111, the respective centers of gravity are set in step 11
2, the locus of the barycenter of each label obtained as a result is obtained in step 113, the locus is stored in the locus memory in step 114, and the display is switched in step 115.

【0028】[0028]

【発明の効果】以上のように、本発明によれば、入力画
像I(i,j)と背景画像F(i,j)の差分値画像D
(i,j)を得、しきい値をD(i,j)/2に設定す
ることにより、抽出対象物体の抽出を抽出領域の変形が
なく良好に抽出することができる。また、画像内の動き
抽出処理領域に対して、均一な積分パラメータを設定す
る場合、入力画像I(i,j)と背景画像F(i,j)
の差分値画像D(i,j)と抽出対象物体の動き切る時
間を利用して2値化のしきい値と背景積分パラメータと
を決定することにより、背景と抽出対象物体の存在の状
態によって、背景の更新方法を変えることなく、メンテ
ナンスフリーで、構成が簡単な動きの抽出ができる。
As described above, according to the present invention, the difference value image D between the input image I (i, j) and the background image F (i, j) is obtained.
By obtaining (i, j) and setting the threshold to D (i, j) / 2, the extraction of the extraction target object can be satisfactorily performed without deformation of the extraction area. When uniform integration parameters are set for a motion extraction processing area in an image, the input image I (i, j) and the background image F (i, j)
By using the difference value image D (i, j) and the time to cut off the movement of the extraction target object, the binarization threshold value and the background integration parameter are determined. In addition, it is possible to extract a motion that is maintenance-free and has a simple configuration without changing the method of updating the background.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例における背景積分の処理を示
すフローダイヤグラム
FIG. 1 is a flow diagram showing background integration processing according to an embodiment of the present invention.

【図2】同実施例における背景積分パラメータaを画面
に均一に与えることによって生じる抽出領域の歪の発生
例を示す模式図
FIG. 2 is a schematic diagram showing an example of occurrence of distortion in an extraction region caused by uniformly giving a background integration parameter a to a screen in the embodiment.

【図3】同実施例におけるしきい値を入力画像と背景画
像の差分値の1/2に設定する根拠を示すグラフ
FIG. 3 is a graph showing grounds for setting a threshold value to の of a difference value between an input image and a background image in the embodiment.

【図4】同実施例におけるt=t0に設定した場合の穴
と尾の発生しない領域を示すグラフ
FIG. 4 is a graph showing a region where holes and tails do not occur when t = t 0 in the embodiment.

【符号の説明】[Explanation of symbols]

120 抽出対象領域 121 穴 122 尾 123 抽出結果 120 Extraction target area 121 Hole 122 Tail 123 Extraction result

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 入力画像I(i,j)と背景画像F
(i,j)の差分値画像D(i,j)を得、しきい値を
D(i,j)/2に設定することを特徴とする移動体検
出における2値化しきい値決定方法。
1. An input image I (i, j) and a background image F
A method of determining a binarized threshold value in moving object detection, characterized in that a difference value image D (i, j) of (i, j) is obtained and a threshold value is set to D (i, j) / 2.
【請求項2】 画像内の動き抽出処理領域に対して、均
一な積分パラメータを設定する場合、入力画像I(i,
j)と背景画像F(i,j)の差分値画像D(i,j)
と抽出対象物体の動き切る時間を利用して2値化のしき
い値と背景積分パラメータとを決定することを特徴とす
る移動体検出における2値化しきい値決定方法。
2. When a uniform integration parameter is set for a motion extraction processing region in an image, an input image I (i,
j) and the difference value image D (i, j) between the background image F (i, j)
A threshold value for binarization and a background integration parameter using the time at which the extraction target object stops moving.
JP5008965A 1993-01-22 1993-01-22 Method for determining binarization threshold in moving object detection Expired - Fee Related JP3047658B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5008965A JP3047658B2 (en) 1993-01-22 1993-01-22 Method for determining binarization threshold in moving object detection

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5008965A JP3047658B2 (en) 1993-01-22 1993-01-22 Method for determining binarization threshold in moving object detection

Publications (2)

Publication Number Publication Date
JPH06223188A JPH06223188A (en) 1994-08-12
JP3047658B2 true JP3047658B2 (en) 2000-05-29

Family

ID=11707396

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5008965A Expired - Fee Related JP3047658B2 (en) 1993-01-22 1993-01-22 Method for determining binarization threshold in moving object detection

Country Status (1)

Country Link
JP (1) JP3047658B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5227226B2 (en) * 2009-03-13 2013-07-03 日本放送協会 Image processing apparatus and image processing program
JP5172887B2 (en) * 2010-04-06 2013-03-27 本田技研工業株式会社 Vehicle periphery monitoring device

Also Published As

Publication number Publication date
JPH06223188A (en) 1994-08-12

Similar Documents

Publication Publication Date Title
CN111860120B (en) Automatic occlusion detection method and device for vehicle-mounted cameras
JP3123587B2 (en) Moving object region extraction method using background subtraction
JP3667306B2 (en) Moving object automatic tracking apparatus and method
CN114127784B (en) Method, computer program product, and computer readable medium for generating a mask for a camera stream
JPH10512694A (en) Method and apparatus for detecting movement of an object in a continuous image
WO2020029518A1 (en) Monitoring video processing method, device and computer readable medium
CN104616290A (en) Target detection algorithm in combination of statistical matrix model and adaptive threshold
CN109359593B (en) Rain and snow environment picture fuzzy monitoring and early warning method based on image local grid
CN110619651B (en) Driving road segmentation method based on monitoring video
JP4156084B2 (en) Moving object tracking device
JPH08241414A (en) Moving object detection / tracking device and threshold value determination device
CN112561946A (en) Dynamic target detection method
US12511895B2 (en) Image recognition system
WO2022184167A1 (en) Imaging method and apparatus, device, and storage medium
JP4760089B2 (en) In-vehicle image processing apparatus and image processing method
JP3047658B2 (en) Method for determining binarization threshold in moving object detection
CN119722521B (en) Wide dynamic range adjustment method and system based on vehicle-mounted image sensor
EP4002299A1 (en) Method for detecting and reading license plates
JP3190833B2 (en) Moving object counting method
JP2003189294A (en) Image monitoring device
JPH1115982A (en) Method for detecting moving object
RU2262661C2 (en) Method of detecting moving vehicle
CN111563912B (en) Pedestrian tracking system and method
JP2995813B2 (en) Traffic flow speed measurement method
KR101784485B1 (en) System for removing raindrop in images

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees