JP4065137B2 - Image processing apparatus, image processing method, and program - Google Patents

Image processing apparatus, image processing method, and program Download PDF

Info

Publication number
JP4065137B2
JP4065137B2 JP2002070768A JP2002070768A JP4065137B2 JP 4065137 B2 JP4065137 B2 JP 4065137B2 JP 2002070768 A JP2002070768 A JP 2002070768A JP 2002070768 A JP2002070768 A JP 2002070768A JP 4065137 B2 JP4065137 B2 JP 4065137B2
Authority
JP
Japan
Prior art keywords
block
prohibited
change area
area
prohibited block
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 - Lifetime
Application number
JP2002070768A
Other languages
Japanese (ja)
Other versions
JP2003271972A (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2002070768A priority Critical patent/JP4065137B2/en
Publication of JP2003271972A publication Critical patent/JP2003271972A/en
Application granted granted Critical
Publication of JP4065137B2 publication Critical patent/JP4065137B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
この発明は撮像した映像中に物体の動きによる変化が生じると発報を行う監視用の画像処理装置に係り、特に映像を複数のブロックに分割して各ブロックごとのノイズの発生状況に応じて発報可否を判定する画像処理装置、画像処理方法及びプログラムに関するものである。
【0002】
【従来の技術】
図12は監視用に用いられる従来の画像処理装置の構成を示す図である。図において、1は不図示の撮像装置と接続するビデオ入力部であって、本画像処理装置にて処理すべき映像データを入力する。2はA/Dコンバータで、ビデオ入力部1から入力されたアナログ信号である映像データを量子化してディジタル信号に変換する。3は現画像蓄積部であって、A/Dコンバータ2によってディジタル信号に変換された現在の映像データ(以下、現画像データと称する)を入力し蓄積する。4は背景画像蓄積部で、A/Dコンバータ2から入力した現画像データに所定の演算を施して比較用の背景画像データを生成し記憶する。5は背景更新部であって、背景画像蓄積部4が記憶する背景画像データに対して所定の演算を施してデータ内容(背景)を更新する。例えば、過去5シーンに対応する現画像データの各画素値の平均をとったものを更新後の背景画像データとする。また、現画像蓄積部3、背景画像蓄積部4及び背景更新部5は、例えばこれらの機能を有するプログラムをコンピュータ装置に実行させることによって実現することができる。
【0003】
6は背景差分部(変化領域抽出手段)で、現画像蓄積部3と背景画像蓄積部4とが記憶する各画像データを比較してその差分画像データを算出する。7は閾値演算部(変化領域抽出手段)であって、背景差分部6が算出した差分画像データを2値化するための閾値を算出する。一般的に、差分画像データを元にして単純なルールで最適な閾値が求められ、例えば差分画像データの画素値の平均が閾値として設定される。8は2値化部(変化領域抽出手段)で、閾値演算部7が求めた閾値で差分画像データを2値化する。9は特徴量演算部であって、2値化部8が算出した2値データを受けて特徴量を算出する。この特徴量を規定するパラメータには、例えば画像中の経時的に変化した画素領域を示す変化領域の面積、縦横寸法などがある。また、背景差分部6、閾値演算部7、2値化部8及び特徴量演算部9は、例えばこれらの機能を有するプログラムをコンピュータ装置に実行させることによって実現することができる。
【0004】
10は特徴量パラメータ設定値(予め定めた設定値)で、発報対象を規定する所定の条件の下に予め設定しておいた特徴量の各パラメータ値である。この特徴量パラメータ設定値10は、認識処理部11として機能するコンピュータ装置の演算処理部が適宜読み出し可能な記憶装置に格納される。11は認識処理部であって、特徴量演算部9が算出した特徴量データと発報対象の特徴量パラメータ設定値10とを比較してイベント発生か否かを判断する。12はイベント発見を知らせる発報である。13は発報12を受けてオペレータに対して発報する発報処理部である。発報の方法としては、例えば適当な音源と共に発報処理部13を構成しビープ音を出して発報することなどが考えられる。
【0005】
図13は現画像データの表示画面を示す図である。この図は、会社の正門の映像を示している。図に示すように、映像の中央付近に人物が移動している。この移動している人物の位置がそのまま変化領域となる。図14は図13中の変化領域に対して黒いべた領域をスーパーインポーズさせた現画像データの表示画面を示す図である。映像中の特定画像領域を抽出(切り出し)する方法として、図14に示すように、特定画像領域(変化領域)に黒いべた領域を設定することで、背景画像との差を強調する。これにより、その経時的変化を容易に求めることができる。
【0006】
次に動作について説明する。
先ず、外部の撮像装置(不図示)が、例えば図13に示すような会社の正門の映像を撮像すると、当該映像信号は、現画像データとしてビデオ入力部1に入力される。ビデオ入力部1では、上記撮像装置から時系列に入力される現画像データをA/Dコンバータ2に送出する。A/Dコンバータ2は、受け取ったアナログ信号である現画像データをディジタル信号に変換する。例えば、1画素あたり8ビットの多値データに変換する。
【0007】
このあと、A/Dコンバータ2がディジタル変換した現画像データは、現画像蓄積部3及び背景画像蓄積部4に送出される。このとき、現画像蓄積部3は、入力した現画像データを蓄積し後の処理に備える。つまり、現画像蓄積部3には、上記撮像装置が撮像した現画像データが時系列に蓄積されてゆく。また、背景画像蓄積部4では、入力した現画像データを元に背景画像データを作成して蓄積する。
【0008】
また、背景更新部5は、背景画像蓄積部4に蓄積してある背景画像データを定期的に一定ルールで更新する。一般的には、定期的にサンプリングされた現画像データを元に演算処理される。例えば、過去5シーンの現画像データの各画素値を平均した平均画像を更新後の背景画像データとする方法や一定時間前の現画像データを入れ替える方法などが考えられる。
【0009】
続いて、背景差分部6は、現画像蓄積部3と背景画像蓄積部4とが格納する各画像データを比較して各画素ごとに画素値の差分画像データを抽出し、画素値の差分データからなる画像(以下、差分画像データと称する)を出力する。この差分画像データは、例えば映像中における物体の移動や光量変化によって輝度が変化した部分を表す。つまり、差分画像データは、現画像データと背景画像データとの間で異なった画素値を示す画素を含む多値変化領域を特定するものである。また、映像中の輝度変化をもたらす要因としては、通常、人物や車両のような移動物が主であるが、希に「太陽光の照り陰りによる影の出現」や「夜間の車のヘッドライトの反射」などのように正規の発報対象以外による場合もある。図13の例では、画像中央の人物を示す画像領域が抽出される。
【0010】
次に、閾値演算部7は、背景差分部6から入力した多値変化領域である差分画像データを2値化するための閾値を算出する。上述したように、多値変化領域は、現画像データと背景画像データとの間で異なった画素値を示す多値データである。このため、そのまま認識処理するには、多くの演算を施さなければならず不的確である。そこで、差分画像データを2値データに変換して認識処理を行う。この閾値としては、例えば差分画像データの画素値の平均値を用いる。
【0011】
2値化部8は、閾値演算部7から受けた閾値を用いて多値変化領域である差分画像データを2値化する。例えば、閾値以上の画素値を有する画素を論理値1、閾値未満の画素値を有する画素を論理値0とする。この結果、変化領域である差分画像データは、2値変化領域となる。但し、装置によっては、2値化を行わずに多値変化領域を直接的に認識処理する場合がある。ここでは、2値化を行うものとする。この2値化によって、図13の画像を例に挙げると、白い背景中に図14中の変化領域の黒べたが存在する画像データが得られる。ここまでの動作が変化領域抽出ステップに相当する。
【0012】
続いて、特徴量演算部9は、2値化された変化領域を示す差分画像データを受けると、その特徴量を演算する。ここで、例えば特徴量を規定するパラメータとして「連続性」、「面積」、「縦横寸法」及び「速度」を設ける。具体的に説明すると、「連続性」とは映像中に何フレーム変化領域が生存したか、つまり、変化領域の連続発生時間を表している。また、「面積」は、2値の変化領域の画素数を表している。また、「縦横寸法」は、2値の変化領域を規定する外接矩形の縦の長さや横の長さを表している。「速度」は、当該変化領域の映像中における移動速度を表している。
【0013】
一方、上述したように、本装置には、オペレータが発報を希望している正規の発報対象(例えば、図13中の人物など)の特徴量の範囲や条件が特徴量パラメータ設定値10として予め記憶されている。そこで、認識処理部11は、特徴量演算部9から特徴量データを受けると、その特徴量が特徴量パラメータ設定値10に示されている範囲や条件に合致しているか否かを判断する。このとき、合致していると判断されると、イベント発見となる。つまり、認識処理部11は、正規の発報対象が発見された旨の発報12を発報処理部13に出力する。
【0014】
発報処理部13では、このイベント発報12を受けると、所定の発報処理を行う。発報処理としては、例えばビープ音の出力やランプの点灯、上位ホストマシンへの発報・通信などがある。
【0015】
図15は図12中の認識処理部の動作を示すフロー図であり、この図に沿って特徴量パラメータ設定値10と実測した特徴量データとの比較処理について説明する。
先ず、認識処理部11は、特徴量演算部9から特徴量データを取得(ステップST11)すると、その「連続性」が特徴量パラメータ設定値10に合致するか否かを判定する(ステップST12)。この「連続性」の判定には、例えば処理対象となる差分画像データにおける変化領域が映像中に何フレーム生存したかを示す連続時間が用いられる。具体的には、特徴量パラメータ設定値10の範囲が「最小4フレーム、最大10フレーム」である場合、変化領域が生存する連続時間が4〜10フレームであれば合致すると判断される。また、それ以外であれば、特徴量パラメータ設定値10の範囲に合致しないと判断される。ここで、特徴量パラメータ設定値10の範囲に合致すると判断されると、ステップST13の処理に進み、合致しないと処理を終了する。
【0016】
ステップST13において、認識処理部11は、特徴量演算部9が求めた特徴量データの「面積」が特徴量パラメータ設定値10に合致するか否かを判定する。この「面積」の判定には、例えば差分画像データの2値変化領域の画素数が用いられる。具体的には、特徴量パラメータ設定値10の範囲が「最小500画素、最大1000画素」である場合、2値変化領域の面積が500〜1000画素であれば合致すると判断される。また、それ以外であれば、特徴量パラメータ設定値10の範囲に合致しないと判断される。ここで、特徴量パラメータ設定値10の範囲に合致すると判断されると、ステップST14の処理に進み、合致しないと処理を終了する。
【0017】
次に、認識処理部11は、特徴量演算部9が求めた特徴量データの「縦横寸法」が特徴量パラメータ設定値10に合致するか否かを判定する(ステップST14)。この「縦横寸法」の判定には、例えば2値の変化領域を規定する外接矩形の縦の長さや横の長さが用いられる。具体的には、特徴量パラメータ設定値10の範囲が「縦最小50画素、最大100画素」、「横最小50画素、最大100画素」である場合、2値変化領域の縦横寸法が共に50〜100画素であれば合致すると判断される。また、それ以外であれば、特徴量パラメータ設定値10の範囲に合致しないと判断される。ここで、特徴量パラメータ設定値10の範囲に合致すると判断されると、ステップST15の処理に進み、合致しないと処理を終了する。
【0018】
続いて、認識処理部11は、特徴量演算部9が求めた特徴量データの「速度」が特徴量パラメータ設定値10に合致するか否かを判定する(ステップST15)。この「速度」の判定には、例えば当該変化領域の映像中における移動速度が用いられる。具体的には、特徴量パラメータ設定値10の範囲が「最小50画素/秒、最大100画素/秒」である場合、2値変化領域の映像中における移動速度が50〜100画素/秒であれば合致すると判断される。また、それ以外であれば、特徴量パラメータ設定値10の範囲に合致しないと判断される。ここで、特徴量パラメータ設定値10の範囲に合致すると判断されると、ステップST16の処理に進み、合致しないと処理を終了する。
【0019】
なお、上述した「面積」、「縦横寸法」、「移動速度」は、ステップST12で判定に使用する、2値変化領域の生存時間中における各画像の特徴量の平均値を算出して、特徴量パラメータ設定値10と比較するのが一般的である。
【0020】
ステップST16において、認識処理部11は、正規の発報対象を特定する全ての特徴量パラメータ設定値10に合致すると判断し、イベント発報12を発報処理部13に出力する。なお、ステップST11からステップST16までの処理は、コンピュータ装置によって認識処理部11の機能を有するソフトウェアを実行することで実現することができる。
【0021】
【発明が解決しようとする課題】
従来の画像処理装置は以上のように構成されているので、正規の発報対象ではないものによる変化領域であっても、偶発的な動きが特徴量パラメータ設定値10に合致するだけで発報対象と判断されてしまうという課題があった。
【0022】
上記課題を具体的に説明する。
従来の画像処理装置では、上述したように、映像中における発報すべき変化領域の抽出は、その特徴量が特徴量パラメータ設定値10に合致するか否かに依存している。このため、例えば正規の発報対象ではない木の枝の揺れにおいて、偶発的に、木の枝の揺れている時間、揺れの振幅による変化領域の面積変化、揺れの速度などが特徴量パラメータ設定値10に合致してしまうと、発報対象と判断されることになる。
【0023】
このような正規の発報対象ではない変化領域による発報(以下、不要検知と称する)は、従来の画像処理装置における大きな問題となっていた。
【0024】
この発明は上記のような課題を解決するためになされたもので、ノイズの発生状況に応じて一定ルールで発報対象から除くべき画像領域を特定する禁止ブロックを算出し、当該禁止ブロックによる条件判断を行って発報可否を判定することで、特に正規な発報対象でないものの偶発的な動きに対しても不要検知を防止することができる画像処理装置、画像処理方法及びプログラムを得ることを目的とする。
【0025】
【課題を解決するための手段】
この発明に係る画像処理装置は、対象領域を撮像した画像データを逐次入力して、当該対象領域内の物体の動きによって生じる画像内の変化領域を抽出する変化領域抽出手段と、画像全体を複数のブロック領域に分割すると共に、変化領域を特定する特徴量が予め定めた設定値に合致するか否かを判定し、分割された複数のブロック領域のうち当該設定値に合致しない変化領域に関与するブロック領域を禁止ブロック候補として設定する禁止ブロック候補設定手段と、逐次入力される画像データにおいて禁止ブロック候補設定手段により設定される禁止ブロック候補の発生頻度を計測し、計測される発生頻度が所定値以上の場合に該禁止ブロック候補を禁止ブロックとして設定し、計測される発生頻度が所定値未満の場合に禁止ブロックとしての設定を解除する禁止ブロック設定手段と、変化領域抽出手段が抽出した変化領域若しくは該変化領域の外接矩形の中に禁止ブロック設定手段により設定された禁止ブロックがある場合に非通知対象として設定する認識処理手段とを備えるものである。
0026
この発明に係る画像処理方法は、対象領域を撮像した画像データを逐次入力して、当該対象領域内の物体の動きによって生じる画像内の変化領域を抽出する変化領域抽出ステップと、画像全体を複数のブロック領域に分割すると共に、変化領域を特定する特徴量が予め定めた設定値に合致するか否かを判定し、分割された複数のブロック領域のうち当該設定値に合致しない変化領域に関与するブロック領域を禁止ブロック候補として設定する禁止ブロック候補設定ステップと、逐次入力される画像データにおいて禁止ブロック候補設定ステップにより設定される禁止ブロック候補の発生頻度を計測し、計測される発生頻度が所定値以上の場合に該禁止ブロック候補を禁止ブロックとして設定し、計測される発生頻度が所定値未満の場合に禁止ブロックとしての設定を解除する禁止ブロック設定ステップと、変化領域抽出ステップにて抽出した変化領域若しくは該変化領域の外接矩形の中に禁止ブロック設定ステップにより設定された禁止ブロックがある場合に非通知対象として設定する認識処理ステップとを備えるものである。
0027
この発明に係るプログラムは、対象領域を撮像した画像データを逐次入力して、当該対象領域内の物体の動きによって生じる画像内の変化領域を抽出する変化領域抽出手段、画像全体を複数のブロック領域に分割すると共に、変化領域を特定する特徴量が予め定めた設定値に合致するか否かを判定し、分割された複数のブロック領域のうち当該設定値に合致しない変化領域に関与するブロック領域を禁止ブロック候補として設定する禁止ブロック候補設定手段、逐次入力される画像データにおいて禁止ブロック候補設定手段により設定される禁止ブロック候補の発生頻度を計測し、計測される発生頻度が所定値以上の場合に該禁止ブロック候補を禁止ブロックとして設定し、計測される発生頻度が所定値未満の場合に禁止ブロックとしての設定を解除する禁止ブロック設定手段、変化領域抽出手段が抽出した変化領域若しくは該変化領域の外接矩形の中に禁止ブロック設定手段により設定された禁止ブロックがある場合に非通知対象として設定する認識処理手段としてコンピュータを機能させるものである。
0028
【発明の実施の形態】
以下、この発明の実施の一形態を説明する。
実施の形態1.
図1はこの発明の実施の形態1による画像処理装置の構成を示す図である。図において、11aは認識処理部(認識処理手段)であって、図12の認識処理部11と同様の動作をすると共に、禁止ブロック算出部14が算出した禁止ブロックによる条件判断を行って発報対象か否かを判定する。14は禁止ブロック算出部(禁止ブロック候補設定手段、禁止ブロック設定手段)で、現画像データ中に含まれる「ノイズ」による変化領域を除くための禁止ブロックを算出する。なお、図12と同一構成要素には同一符号を付して重複する説明を省略する。
0029
図2は図1中の禁止ブロック算出部の構成を示す図である。図において、15はノイズ判定部(禁止ブロック候補設定手段)であって、現画像データをブロック分割すると共に、その変化領域から特徴量が特徴量パラメータ設定値10の範囲や条件に合致しなかった変化領域を選別する。ここで、ブロックとは、不図示の表示部に現画像データを表示した場合において、その表示画面中のある部位の画像を特定するデータである。16は禁止ブロック候補判定部(禁止ブロック候補設定手段)で、ノイズ判定部15が発見した「ノイズ」による変化領域を含む現画像データのブロックを「禁止ブロック候補」として選別する。17は頻度計数部(禁止ブロック設定手段)であって、「禁止ブロック候補」が出現する頻度を計数する。18は禁止ブロック決定部(禁止ブロック設定手段)で、頻度計数部17の計数値に基づいて発報対象としない変化領域を特定する禁止ブロックを決定する。また、ノイズ判定部15、禁止ブロック候補判定部16、頻度計数部17及び禁止ブロック決定部18は、例えばこれらの機能を有するプログラムをコンピュータ装置に実行させることによって実現することができる。
0030
次に動作について説明する。
ここで、ビデオ入力部1を介して外部の撮像装置(不図示)が撮像した映像信号を現画像データとして入力してから特徴量演算部9が差分画像データの特徴量を演算するまでの処理は、従来の技術と同様のため重複する説明を省略する。
0031
図3は図1中の認識処理部の動作を示すフロー図であり、この図に沿って認識処理部11aが差分画像データの特徴量を受け取ってからの処理を説明する。
先ず、認識処理部11aは、特徴量演算部9から特徴量データを取得(ステップST1)すると、その「連続性」が特徴量パラメータ設定値10に合致するか否かを判定する(ステップST2)。この「連続性」の判定には、例えば処理対象となる差分画像データにおける変化領域が映像中に何フレーム生存したかを示す連続時間が用いられる。具体的には、特徴量パラメータ設定値10の範囲が「最小4フレーム、最大10フレーム」である場合、変化領域が生存する連続時間が4〜10フレームであれば合致すると判断される。また、それ以外であれば、特徴量パラメータ設定値10の範囲に合致しないと判断される。ここで、特徴量パラメータ設定値10の範囲に合致すると判断されると、ステップST3の処理に進み、合致しないと処理を終了する。
0032
ステップST3において、認識処理部11aは、特徴量演算部9が求めた特徴量データの「面積」が特徴量パラメータ設定値10に合致するか否かを判定する。この「面積」の判定には、例えば差分画像データの2値変化領域の画素数が用いられる。具体的には、特徴量パラメータ設定値10の範囲が「最小500画素、最大1000画素」である場合、2値変化領域の面積が500〜1000画素であれば合致すると判断される。また、それ以外であれば、特徴量パラメータ設定値10の範囲に合致しないと判断される。ここで、特徴量パラメータ設定値10の範囲に合致すると判断されると、ステップST4の処理に進み、合致しないと処理を終了する。
0033
次に、認識処理部11aは、特徴量演算部9が求めた特徴量データの「縦横寸法」が特徴量パラメータ設定値10に合致するか否かを判定する(ステップST4)。この「縦横寸法」の判定には、例えば2値の変化領域を規定する外接矩形の縦の長さや横の長さが用いられる。具体的には、特徴量パラメータ設定値10の範囲が「縦最小50画素、最大100画素」、「横最小50画素、最大100画素」である場合、2値変化領域の縦横寸法が共に50〜100画素であれば合致すると判断される。また、それ以外であれば、特徴量パラメータ設定値10の範囲に合致しないと判断される。ここで、特徴量パラメータ設定値10の範囲に合致すると判断されると、ステップST5の処理に進み、合致しないと処理を終了する。
0034
続いて、認識処理部11aは、特徴量演算部9が求めた特徴量データの「速度」が特徴量パラメータ設定値10に合致するか否かを判定する(ステップST5)。この「速度」の判定には、例えば当該変化領域の映像中における移動速度が用いられる。具体的には、特徴量パラメータ設定値10の範囲が「最小50画素/秒、最大100画素/秒」である場合、2値変化領域の映像中における移動速度が50〜100画素/秒であれば合致すると判断される。また、それ以外であれば、特徴量パラメータ設定値10の範囲に合致しないと判断される。ここで、特徴量パラメータ設定値10の範囲に合致すると判断されると、ステップST5Aの処理に進み、合致しないと処理を終了する。
0035
なお、上述した「面積」、「縦横寸法」及び「移動速度」は、例えばステップST2の判定処理に使用する2値変化領域の生存時間における各画像の特徴量の平均値から算出する。
0036
次に、認識処理部11aは、表示画面上に表示した変化領域に関するデータと、禁止ブロック算出部14が作成し保持する禁止ブロックに関するデータとを比較して、上記変化領域が発報対象であるか否かを判定する(ステップST5A、認識処理ステップ)。この判定は、変化領域毎に行われる。このとき、処理中の変化領域が発報対象であると判定されると、ステップST6の処理に進み、合致しないと処理を終了する。
0037
ステップST6において、認識処理部11aは、正規の発報対象を特定する全ての特徴量パラメータ設定値10に合致すると判断し、イベント発報12を発報処理部13に出力する。なお、ステップST1からステップST6までの処理は、コンピュータ装置によって認識処理部11aの機能を有するソフトウェアを実行することで実現することができる。
0038
ここで、禁止ブロック算出部14の動作について詳細に説明する。
図4は図2中の禁止ブロック算出部の動作を示すフロー図であり、この図に沿って禁止ブロック算出部の動作を説明する。
先ず、禁止ブロック算出部14内のノイズ判定部15は、現画像データを取得する(ステップST1a)と、これを一定の大きさのブロックに分割する(ステップST2a)。
0039
図5は現画像データの表示画面を示す図である。この図は、お祭り会場の映像を示しており、映像の上部付近に提灯、下部に木が存在する。これら提灯や木の動きがそのまま変化領域となる。図6は図5中の現画像データをブロック分割した表示画面を示す図である。図に示すように、ブロックの大きさや配置は均一であることが望ましいが、これらを不均一としても構わない。また、ブロックの大きさは、1画素の大きさに定義してもよい。ここでは、32画素×32画素の大きさを持つ均一な正方形のブロックを均一に配置する場合を前提として説明を進める。
0040
また、禁止ブロック算出部14は、現画像データの他に、現画像データと背景画像データとの差分画像データ(2値変化領域)を入力している。ここで、2値変化領域は、仮に論理値「0」、「1」の2値データであると仮定する。論理値「0」、「1」は各画素ごとに示され、例えば変化があった部分を論理値「1」として定義する。
0041
図5に示す映像において、例えば風によって提灯や木の枝に揺れが発生している場合、この動きがあった部分が変化領域として該当画素の2値化結果が論理値「1」にアサインされることとなる。
0042
図7は図6中の現画像データの変化があった画素をべた塗りした表示画面を示す図である。図において、19は画素値に変化があって論理値「1」にアサインされる画素からなる変化領域であって、画素をべたに染める画像データが重ね合わされている。図に示すように、変化領域19は、手前5つの提灯の左右側面部と木立の枝先の葉の突端とに表れている。風によって提灯や木の枝が揺れて細かな動きが発生すると、その動き部分に差分画像データが生まれて変化領域として切り出される。ここで、これら提灯や木の枝の動きは、オペレータにとって発報することが望まれていない。つまり、これらによる変化領域が正規の発報対象でないことを前提とする。
0043
次に、ノイズ判定部15は、上記変化領域の中から特徴量が特徴量パラメータ設定値10の範囲・条件に合致しないものを選別し、正規な発報対象でない「ノイズ」による変化領域とする(ステップST3a)。ここで、「合致しない変化領域」とは、例えば図3に示した認識処理部11aによるステップST2からステップST5までのいずれかでNOと判定された変化領域を指すものとする。つまり、ノイズ判定部15は、認識処理部11aから上記変化領域ごとの特徴量データ及び判定結果を受けて、「ノイズ」よるものか否かを判定する。また、図7の例において、提灯や木の枝の揺れによる変化領域19は正規の発報対象ではないため、「ノイズ」と判断される。
0044
なお、ノイズ判定部15によるノイズ判断は、上述したような認識処理部11aによる判定結果を利用するにあたり、ノイズ判定部15によって図3中のステップST2からステップST5まででNOと判定されても処理を終了せずに次の判定ステップに進む処理を行い、これらのうち複数のステップにてNOと判定された変化領域について「ノイズ」であると判定するようにしてもよい。
0045
また、図3中のステップST2からステップST5までの処理にてNOと判定されたか否かを判断基準とするのではなく、ノイズ判定部15によって特徴量が特徴量パラメータ設定値10の範囲や条件を「下回る」か「上回る」と言う限定状況を基準とする「ノイズ」判断を独自に行うようにしてもよい。つまり、本発明では、正規の発報対象ではない変化の発生要因の中から、何らかのルールによって「ノイズ」と判断される変化領域が選出されればよい。
0046
続いて、禁止ブロック候補判定部16は、ノイズ判定部15が現画像データをブロック分割して定義したブロックに関するデータを取得して、上述のようにして求めた「ノイズ」による変化領域を含むブロックを選別する(ステップST4a)。具体的には、例えば「ノイズ」による変化領域に属する画素とブロックで規定された画素との表示画面上の位置座標データを比較して一致する場合に「ノイズ」による変化領域を含むブロックであると判定する。このようにして選別されたブロックに関するデータは、「禁止ブロック候補」として規定されて不図示のメモリに保持される。ここまでの動作が禁止ブロック候補設定ステップに相当する。
0047
なお、ブロックに「ノイズ」による変化領域が含まれているか否かの判定は、当該ブロックに対して「ノイズ」による変化領域が「接触しているかどうか」や「近傍にあるかどうか」などを基準にしてもよい。また、同一画面上で現画像データに関するブロックに「ノイズ」による変化領域が含まれるか否かを判定するのではなく、現画像データに関するブロックと「ノイズ」による変化領域とを時間的に異なるデータを元にして別個に算出し相互に比較するようにしてもよい。
0048
上述のようにして禁止ブロック候補判定部16が「禁止ブロック候補」を求めるにあたり、頻度計数部17では、当該「禁止ブロック候補」がどのぐらいの頻度で出現するかのカウントを行う(ステップST5a)。
図8は図7中のブロックに禁止ブロック候補の頻度カウント値を重ね合わせた表示画面を示す図である。図に示すように、「禁止ブロック候補」の出現頻度のカウントはブロックごとに行われて必要に応じてアップダウンカウントされる。
0049
ここで、頻度計数部17による頻度カウント処理について詳細に説明する。
先ず、頻度カウント値のカウントアップに関するルールについて説明する。
頻度計数部17は、所定の単位時間内に何回「禁止ブロック候補」と判断されたかをカウントする。例えば、単位時間=1分間とした場合、1分間に3回「禁止ブロック候補」になれば、そのブロックの頻度カウント値は3である。
0050
このとき、所定の単位時間以内に、同じブロックが「禁止ブロック候補」と判断されれば、頻度カウント値をカウントアップする。例えば、単位時間=1分間とした場合、1回「禁止ブロック候補」になったブロックが1分以内に再度「禁止ブロック候補」になれば、そのブロックの頻度カウント値はインクリメントされる。
0051
さらに、頻度計数部17は、「禁止ブロック候補」となったブロックの周辺に所定数の「禁止ブロック候補」が存在する場合においても頻度カウント値をカウントアップする。例えば、所定数=3とした場合、「禁止ブロック候補」の周辺に別な「禁止ブロック候補」が3個以上あれば、そのブロックの頻度カウント値はインクリメントされる。
0052
次に、頻度カウント値のカウントダウンに関するルールについて説明する。
頻度計数部17は、所定の単位時間「禁止ブロック候補」が出現しなかったら、カウントダウンする。例えば、単位時間=1分間とした場合、1分間ずっと「禁止ブロック候補」が出現しなければ、そのブロックの頻度カウント値はデクリメントされる。
0053
このとき、「禁止ブロック候補」となったブロックの周辺に所定数の「禁止ブロック候補」が存在しない場合においても頻度カウント値はカウントダウンされる。例えば、所定数=3とした場合、「禁止ブロック候補」の周辺に別な「禁止ブロック候補」が3個未満しかない場合、そのブロックの頻度カウント値はデクリメントされる。また、単純に一定時間毎に頻度カウント値をデクリメントするようにしてもよい。
0054
なお、「禁止ブロック候補」の時間的な発生頻度や空間的な発生密度によって、その頻度カウント値をカウントアップ・ダウンする構成であれば、上記条件に限定されるものではない。
0055
上述した「禁止ブロック候補」の頻度カウント処理は、以下のように行ってもよい。
先ず、頻度カウント値のカウントアップに関するルールについて説明する。
頻度計数部17は、「禁止ブロック候補」の中に存在する変化領域のブロック内における面積が所定値より大きい(若しくは小さい)と判断されると、そのブロックの頻度カウント値をカウントアップする。例えば、所定値=512画素とした場合、ブロック全体(32×32=1024)の半分以上を変化領域が占めれば、そのブロックの頻度カウント値をインクリメントする。
0056
ここで、1つの変化領域が複数の「禁止ブロック候補」にまたがって存在する場合、各「禁止ブロック候補」内の当該変化領域の面積が所定値より大きい(若しくは小さい)と判断されると、そのブロックの頻度カウント値をカウントアップする。例えば、所定値=2048画素とした場合、ブロックにかかっている変化領域の面積が2048(およそ2ブロック分)画素以上であれば、そのブロックの頻度カウント値をインクリメントする。
0057
さらに、「禁止ブロック候補」となったブロックの周辺に、上述した2つの条件を満たす「禁止ブロック候補」が所定数存在する場合、そのブロックの頻度カウント値を頻度カウンタをカウントアップする。例えば、所定数=3とした場合、頻度カウント対象の「禁止ブロック候補」の周辺に、変化領域がブロックの半分を占めている「禁止ブロック候補」が3つ以上あれば、そのブロックの頻度カウント値はインクリメントされる。
0058
次に、頻度カウント値のカウントダウンに関するルールについて説明する。
頻度計数部17は、「禁止ブロック候補」の中に存在する変化領域のブロック内における面積が所定値より小さい(若しくは大きい)と判断されると、そのブロックの頻度カウント値をカウントダウンする。例えば、所定値=512画素とした場合、変化領域の面積がブロック全体(32×32=1024)の半分以下しか占めていないと、そのブロックの頻度カウント値をデクリメントする。
0059
1つの変化領域が複数の「禁止ブロック候補」にまたがって存在する場合、各「禁止ブロック候補」内の当該変化領域の面積が所定値より小さい(若しくは大きい)と判断されると、そのブロックの頻度カウント値をカウントダウンする。例えば、所定値=2048画素とした場合、ブロックにかかっている変化領域の面積が2048(およそ2ブロック分)以下しかなければ、そのブロックの頻度カウント値をデクリメントする。また、このときも上記と同様にして単純に一定時間毎に頻度カウント値をデクリメントするようにしてもよい。
0060
なお、「禁止ブロック候補」に関わる変化領域の面積の増減状況によって「禁止ブロック候補」の頻度カウント値をカウントアップ・ダウンする構成であれば、上記条件に限定されるものではない。
0061
以上のようにして定められた頻度カウント値は、頻繁にノイズが発生するブロックでは大きい数字となり、ノイズがあまり発生しないブロックやノイズ発生が減ってきたブロックでは小さい数字となる。また、図8に示すように、当該頻度カウント値をブロック分割した現画像データの表示画面に重ね合わせて表示して、オペレータに視認させる。
0062
なお、上述した2つの頻度カウント処理方法は、そのいずれかを別個に行うようにしても良いし、両方を並行して行って禁止ブロック決定に利用するようにしてもよい。
0063
続いて、禁止ブロック決定部18は、頻度計数部17による頻度カウント値を受けると、その値に基づいて禁止ブロックを決定する(ステップST6a)。ここでは、ある所定値以上のカウント値を有する「禁止ブロック候補」を禁止ブロックとする。例えば、所定値が7の場合、7以上のカウント値を持つ「禁止ブロック候補」を禁止ブロックと決定する。
0064
図9は図8中の頻度カウント値に基づいて決定された禁止ブロックをべた塗りした表示画面を示す図である。図に示す例では、「禁止ブロック候補」の頻度カウント値が6を越えるものを禁止ブロックとして決定し、これにべた塗りのブロックを重ね合わせている。禁止ブロック決定部18は、禁止ブロックを決定すると、その表示画面上の位置座標などの禁止ブロックに関するデータを不図示のメモリに保持する。
0065
なお、禁止ブロックの決定は、ある所定値以上のカウント値を持つ「禁止ブロック候補」を禁止ブロックとする他に、上記所定値を固定的に設定するのではなく、「禁止ブロック候補」の表示画面上の位置や状況に応じて変動する変動値を上記所定値として設定するようにしてもよい。
0066
また、禁止ブロックの決定は、「禁止ブロック候補」の頻度カウント値の他に、「禁止ブロック候補」の周囲に位置するブロックの頻度カウント値を基準としてもよい。さらに、時間的に離れている画像データから求めた「禁止ブロック候補」の頻度カウント値を基準として、禁止ブロックの決定を行ってもよい。
ここまでの動作が禁止ブロック設定ステップに相当する。
0067
次に、上述のようにして求めた禁止ブロックを用いる発報対象の認識処理について詳細に説明する。ここでは、禁止ブロック算出部14によって禁止ブロックが作成されて、これに関するデータがメモリに記憶されているものとする。
図3中のステップST5Aにおいて、認識処理部11aは、表示画面上に表示した変化領域に関するデータと、禁止ブロック算出部14が作成し保持する禁止ブロックに関するデータとに基づいて、変化領域と禁止ブロックの相互配置からその変化領域が発報対象か否かを判定する。また、この判定は、変化領域ごとに行われる。
0068
ここで、図3中のステップST5Aにおける処理を詳細に説明する。
先ず、認識処理部11aは、表示画面上の変化領域と禁止ブロックとを対比させるにあたり、変化領域を囲む外接矩形を規定する。この外接矩形は、孤立した位置にある変化領域であればそれを囲むように設けられ、複数の変化領域が固まった位置にある場合はそれらを囲むように設けられる。
0069
認識処理部11aは、表示画面上の変化領域若しくはその外接矩形の中に禁止ブロックがあれば、その変化領域は発報対象ではないと判定する。一方、変化領域若しくはその外接矩形の中に禁止ブロックがなければ、その変化領域は発報対象であると判定される。
0070
また、上述した判定基準の他に、変化領域若しくはその外接矩形から所定の距離内に禁止ブロックがあるか否かで発報可否を判定するようにしてもよい。この場合、変化領域若しくはその外接矩形から所定の距離内に禁止ブロックがある場合、その変化領域を発報対象ではないと判定する。例えば、所定距離=1ブロックとした場合、変化領域の周囲1ブロック範囲内に禁止ブロックがあれば、その変化領域は発報対象ではないものと判定される。
0071
なお、変化領域若しくはその外接矩形からの禁止ブロックへの距離の遠近状況によって変化領域の発報可否を判定する構成であれば、上記条件に限定されるものではない。
0072
また、上述した認識処理部11aによる処理は、以下のようにしてもよい。
先ず、認識処理部11aは、変化領域若しくはその外接矩形の中に、所定数以上の禁止ブロックがあれば、その変化領域が発報対象ではないものと判定する。また、そうでない場合は、発報対象と判定する。例えば、所定数=3とした場合、変化領域の外接矩形内に3個の禁止ブロックがあれば、その変化領域は発報対象ではないものと判定される。
0073
さらに、認識処理部11aは、変化領域若しくはその外接矩形から所定距離内に、所定数以上の禁止ブロックがあるか否かで判定するようにしてもよい。この場合、所定距離内に、所定数以上の禁止ブロックがあれば、その変化領域は発報対象ではないものと判定される。例えば、所定距離=1ブロック、所定数=3とした場合、変化領域の周囲1ブロック範囲内に3個の禁止ブロックがあれば、その変化領域は発報対象ではないとされる。
0074
なお、変化領域若しくはその外接矩形の内部・周辺の禁止ブロックの数量によって変化領域の発報可否を判定する構成であれば、上記条件に限定されるものではない。
0075
さらに、認識処理部11aによる処理として、以下のようにしてもよい。
先ず、認識処理部11aは、変化領域若しくはその外接矩形の中に、所定時間以上連続して生存する禁止ブロックがあれば、その変化領域が発報対象ではないものと判定する。また、そうでない場合は、発報対象と判定する。ここで、生存とは、禁止ブロックとして確立してから現在までの時間である。例えば、所定時間=3秒とした場合、変化領域の外接矩形内に3秒以上生存し続けている禁止ブロックがあれば、その変化領域は発報対象ではないものと判定される。
0076
また、上記条件に加えて、変化領域若しくはその外接矩形から所定距離内に、所定数以上の禁止ブロックが所定時間以上連続で生存していれば、その変化領域が発報対象ではないものと判定するようにしてもよい。例えば、所定時間=1秒、所定数=3とした場合、変化領域の周囲1ブロック範囲内に2秒以上生存し続けている禁止ブロックが3個以上あれば、その変化領域は発報対象ではないものと判定される。
0077
なお、変化領域若しくはその外接矩形の内部・周辺の禁止ブロックの生存時間の長短によって変化領域の発報可否を判定する構成であれば、上記条件に限定されるものではない。
0078
上述した禁止ブロックによる条件判断は、それぞれ表示画面上に表れた変化領域ごとに行われる。また、これら条件判断は、それぞれ別個に行っても良いし、並行して行うようにしても良い。
0079
ここで、具体例を挙げて禁止ブロックを用いる発報対象の認識処理についてまとめる。
図10は禁止ブロックを重ね合わせた現画像データの表示画面を示す図であり、処理対象の画像データの表示画面が図5から図9までに至る過程で作成された禁止ブロックを表示している。図10に示す映像には、歩行者と、風で揺れる提灯と、風で揺れる木の枝の動きとが混在しており、6つの変化領域を作り出している。
0080
図11は図10中の現画像データに変化領域をベタ染めして外接矩形を重ね書きした表示画面を示す図である。図において、Aは「歩行者」による変化領域に規定された外接矩形、B〜Eは「風で揺れる提灯」による変化領域に規定された外接矩形、Fは「風で揺れる木の枝」による変化領域に規定された外接矩形である。ここで、禁止ブロックによる条件判断において、認識処理部11aは、最もシンプルなルールである「変化領域の外接矩形の中に禁止ブロックがあれば、その変化領域が発報対象ではない」と判定する。また、外接矩形Aで規定される変化領域の要因である「歩行者」は、オペレータが発報されることを希望する対象物である。一方、外接矩形B〜Fで規定される変化領域の要因である「風で揺れる提灯」や「風で揺れる木の枝」は、オペレータが発報されることを希望する対象物ではない。つまり、外接矩形B〜Fで規定される変化領域は、正規の発報対象ではなく、発報されないことが望ましい。
0081
図11の例において、外接矩形B〜F中には2個から14個までの禁止ブロックが存在する。このため、認識処理部11aは、外接矩形B〜Fで規定される変化領域が発報対象ではないと判定する。従って、認識処理部11aは、外接矩形B〜Fで規定される変化領域についてのイベント発報12を発報処理部13に出力せず、発報に至らない。
0082
一方、「歩行者」による変化領域に規定された外接矩形Aには、禁止ブロックが存在しない。このため、認識処理部11aは、外接矩形Aで規定される変化領域が発報対象であると判定する。従って、認識処理部11aは、外接矩形Aで規定される変化領域についてのイベント発報12を発報処理部13に出力し、発報に至る。
0083
ここで、注目すべきは、外接矩形A,Fで規定される変化領域の大きさの関係である。つまり、外接矩形Aの方が小さい。本来、変化領域の面積のみを重視する画像処理装置においては、面積の大きい変化領域を発報させずに面積の小さい変化領域を発報させることは困難である。
0084
上述したように、本発明の画像処理装置では、「提灯や木の枝のような頻繁にゆれる物体」や、「水たまりのようにしばらく動き続ける物体」などがある場合においても、それらをノイズとして判断して禁止ブロックを作成し、これによって変化領域の発報可否を判断する。このため、発報対象でない大面積の変化領域についての不要検知を防止することができると共に、発報対象である小面積の変化領域についての発報処理を確実に行うことが可能となる。
0085
しかも、禁止ブロックの作成ルールにより、禁止ブロックは、ノイズが減少すれば(図11の例では、風がおさまり提灯や木の枝の揺れがなくなれば、)自然と消えていき、ノイズが増えれば自然と生成される。従って、ノイズが少ないときは、禁止ブロックが無く、全画面に渡って等しく変化領域に対し発報することが可能となる。逆に、ノイズが多いときには禁止ブロックが生成され、ノイズ多発エリアにおける変化領域に対してのみ発報を禁止することができる。
0086
このように、ノイズの増減に応じて発報を制限して不要検知を防止することが、本発明の最大の特徴である。
0087
以上のように、この実施の形態1によれば、禁止ブロック算出部14がノイズの発生状況に応じて一定ルールで禁止ブロックを算出し、認識処理部11aが変化領域ごとに特徴量パラメータ設定値10による判定に加えて、禁止ブロックによる条件判断を行って発報可否を判定するので、偶発的に特徴量パラメータ設定値10に合致してしまうようなノイズが発生する画像領域を発報対象から除いて発報可否を判断することができる。これにより、不要検知を確実に防止することができる。
【0093】
【発明の効果】
以上のように、この発明によれば、対象領域を撮像した画像データを逐次入力して、当該対象領域内の物体の動きによって生じる画像内の変化領域を抽出し、画像全体を複数のブロック領域に分割すると共に、変化領域を特定する特徴量が予め定めた設定値に合致するか否かを判定し、分割された複数のブロック領域のうち当該設定値に合致しない変化領域に関与するブロック領域を禁止ブロック候補として設定し、逐次入力される画像データにおいて設定される禁止ブロック候補の発生頻度を計測し、計測される発生頻度が所定値以上の場合に該禁止ブロック候補を禁止ブロックとして設定し、計測される発生頻度が所定値未満の場合に禁止ブロックとしての設定を解除し、抽出した変化領域若しくは該変化領域の外接矩形の中に設定された禁止ブロックがある場合に非通知対象として設定するので、偶発的に通知対象と判断されてしまうようなノイズが発生する画像領域を発報対象から除いて発報可否を判断することができ、不要検知を確実に防止することができるという効果がある。また、変化領域の面積の大小によらず、例えば発報対象でない大面積の変化領域についての不要検知を防止することができると共に、発報対象である小面積の変化領域についての発報処理を確実に行うことができる。
【図面の簡単な説明】
【図1】 この発明の実施の形態1による画像処理装置の構成を示す図である。
【図2】 図1中の禁止ブロック算出部の構成を示す図である。
【図3】 図1中の認識処理部の動作を示すフロー図である。
【図4】 図2中の禁止ブロック算出部の動作を示すフロー図である。
【図5】 現画像データの表示画面を示す図である。
【図6】 図5中の現画像データをブロック分割した表示画面を示す図である。
【図7】 図6中の現画像データの変化があった画素をべた塗りした表示画面を示す図である。
【図8】 図7中のブロックに禁止ブロック候補の頻度カウント値を重ね合わせた表示画面を示す図である。
【図9】 図8中の頻度カウント値に基づいて決定された禁止ブロックをべた塗りした表示画面を示す図である。
【図10】 禁止ブロックを重ね合わせた現画像データの表示画面を示す図である。
【図11】 図10中の現画像データに変化領域をベタ染めして外接矩形を重ね書きした表示画面を示す図である。
【図12】 従来の画像処理装置の構成を示す図である。
【図13】 現画像データの表示画面を示す図である。
【図14】 図13中の変化領域に対して黒いべた領域をスーパーインポーズさせた現画像データの表示画面を示す図である。
【図15】 図12中の認識処理部の動作を示すフロー図である。
【符号の説明】
1 ビデオ入力部、2 A/Dコンバータ、3 現画像蓄積部、4 背景画像蓄積部、5 背景更新部、6 背景差分部(変化領域抽出手段)、7 閾値演算部(変化領域抽出手段)、8 2値化部(変化領域抽出手段)、9 特徴量演算部、10 特徴量パラメータ設定値(予め定めた設定値)、11a 認識処理部(認識処理手段)、12 発報、13 発報処理部、14 禁止ブロック算出部(禁止ブロック候補設定手段、禁止ブロック設定手段)、15 ノイズ判定部(禁止ブロック候補設定手段)、16 禁止ブロック候補判定部(禁止ブロック候補設定手段)、17 頻度計数部(禁止ブロック設定手段)、18 禁止ブロック決定部(禁止ブロック設定手段)、19 変化領域。
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a monitoring image processing apparatus that issues a notification when a change caused by the movement of an object occurs in a captured image, and in particular, the image is divided into a plurality of blocks according to the state of noise generation for each block. The present invention relates to an image processing apparatus, an image processing method, and a program for determining whether to issue a report.
[0002]
[Prior art]
FIG. 12 is a diagram showing a configuration of a conventional image processing apparatus used for monitoring. In the figure, reference numeral 1 denotes a video input unit connected to an imaging apparatus (not shown), which inputs video data to be processed by the image processing apparatus. Reference numeral 2 denotes an A / D converter that quantizes video data, which is an analog signal input from the video input unit 1, and converts it into a digital signal. A current image storage unit 3 inputs and stores current video data (hereinafter referred to as current image data) converted into a digital signal by the A / D converter 2. Reference numeral 4 denotes a background image accumulating unit that performs a predetermined operation on the current image data input from the A / D converter 2 to generate and store background image data for comparison. Reference numeral 5 denotes a background update unit, which updates the data content (background) by performing a predetermined calculation on the background image data stored in the background image storage unit 4. For example, the average of the pixel values of the current image data corresponding to the past five scenes is used as the updated background image data. The current image storage unit 3, the background image storage unit 4, and the background update unit 5 can be realized, for example, by causing a computer device to execute a program having these functions.
[0003]
Reference numeral 6 denotes a background difference unit (changed area extraction means) that compares the image data stored in the current image storage unit 3 and the background image storage unit 4 and calculates the difference image data. Reference numeral 7 denotes a threshold value calculation unit (change area extraction unit) that calculates a threshold value for binarizing the difference image data calculated by the background difference unit 6. In general, an optimum threshold value is obtained by a simple rule based on difference image data, and for example, an average of pixel values of difference image data is set as the threshold value. Reference numeral 8 denotes a binarization unit (change area extraction means), which binarizes the difference image data with the threshold obtained by the threshold calculation unit 7. Reference numeral 9 denotes a feature amount calculation unit which receives the binary data calculated by the binarization unit 8 and calculates a feature amount. The parameters that define the feature amount include, for example, the area of the change area indicating the pixel area that has changed over time in the image, the vertical and horizontal dimensions, and the like. The background difference unit 6, the threshold value calculation unit 7, the binarization unit 8, and the feature value calculation unit 9 can be realized by causing a computer device to execute a program having these functions, for example.
[0004]
Reference numeral 10 denotes a feature parameter setting value (predetermined setting value), which is a parameter value for each feature parameter set in advance under a predetermined condition that defines the report target. The feature parameter setting value 10 is stored in a storage device that can be appropriately read out by an arithmetic processing unit of a computer device functioning as the recognition processing unit 11. A recognition processing unit 11 compares the feature amount data calculated by the feature amount calculation unit 9 with the feature amount parameter setting value 10 to be notified to determine whether or not an event has occurred. Reference numeral 12 denotes a notification informing the event discovery. Reference numeral 13 denotes an alarm processing unit that receives the alarm 12 and issues an alarm to the operator. As a reporting method, for example, the reporting processing unit 13 may be configured together with an appropriate sound source, and a beep sound may be generated for reporting.
[0005]
FIG. 13 shows a display screen of current image data. This figure shows a video of the main gate of the company. As shown in the figure, a person is moving near the center of the video. The position of the moving person becomes the change area as it is. FIG. 14 is a diagram showing a display screen of current image data in which a black solid area is superimposed on the change area in FIG. As a method for extracting (cutting out) a specific image area in a video, as shown in FIG. 14, a black solid area is set in the specific image area (change area) to emphasize the difference from the background image. Thereby, the change with time can be easily obtained.
[0006]
Next, the operation will be described.
First, when an external image pickup device (not shown) picks up an image of a company's main gate as shown in FIG. 13, for example, the image signal is input to the video input unit 1 as current image data. The video input unit 1 sends the current image data input in time series from the imaging device to the A / D converter 2. The A / D converter 2 converts the received current image data, which is an analog signal, into a digital signal. For example, it is converted into multi-value data of 8 bits per pixel.
[0007]
Thereafter, the current image data digitally converted by the A / D converter 2 is sent to the current image storage unit 3 and the background image storage unit 4. At this time, the current image storage unit 3 stores the input current image data and prepares for subsequent processing. That is, the current image storage unit 3 accumulates the current image data captured by the imaging device in time series. The background image storage unit 4 creates and stores background image data based on the input current image data.
[0008]
Further, the background update unit 5 periodically updates the background image data stored in the background image storage unit 4 according to a certain rule. In general, arithmetic processing is performed based on current image data sampled periodically. For example, a method of using an average image obtained by averaging pixel values of the current image data of the past five scenes as updated background image data, a method of replacing current image data of a predetermined time, and the like can be considered.
[0009]
Subsequently, the background difference unit 6 compares the image data stored in the current image storage unit 3 and the background image storage unit 4, extracts pixel value difference image data for each pixel, and extracts pixel value difference data. Is output (hereinafter referred to as difference image data). The difference image data represents, for example, a portion where the luminance has changed due to the movement of the object or the change in the amount of light in the video. That is, the difference image data specifies a multi-value change region including pixels that indicate different pixel values between the current image data and the background image data. In addition, moving objects such as people and vehicles are usually the main factors that cause changes in brightness in the video, but rarely, "appearance of shadows due to sunlight" or "nighttime car headlights". In some cases, it may depend on something other than the regular target. In the example of FIG. 13, an image region indicating the person at the center of the image is extracted.
[0010]
Next, the threshold value calculation unit 7 calculates a threshold value for binarizing the difference image data that is the multi-value change region input from the background difference unit 6. As described above, the multi-value changing area is multi-value data indicating different pixel values between the current image data and the background image data. For this reason, in order to perform the recognition process as it is, many calculations must be performed, which is inaccurate. Therefore, the difference image data is converted into binary data and recognition processing is performed. As this threshold value, for example, an average value of pixel values of difference image data is used.
[0011]
The binarization unit 8 binarizes the difference image data that is the multi-value change region using the threshold value received from the threshold value calculation unit 7. For example, a pixel having a pixel value greater than or equal to the threshold is a logical value 1, and a pixel having a pixel value less than the threshold is a logical value 0. As a result, the difference image data that is the change area becomes a binary change area. However, depending on the device, there is a case where the multi-value change area is directly recognized without binarization. Here, binarization is performed. With this binarization, taking the image of FIG. 13 as an example, image data in which the solid area of the change region in FIG. 14 is present on a white background can be obtained. The operation so far corresponds to the change region extraction step.
[0012]
Subsequently, when receiving the difference image data indicating the binarized change area, the feature amount calculation unit 9 calculates the feature amount. Here, for example, “continuity”, “area”, “vertical / horizontal dimension”, and “speed” are provided as parameters for defining the feature amount. More specifically, “continuity” represents how many frame change areas have survived in the video, that is, the continuous occurrence time of the change areas. “Area” represents the number of pixels in the binary change region. The “vertical / horizontal dimension” represents the vertical length or horizontal length of the circumscribed rectangle that defines the binary change region. “Speed” represents the moving speed of the change area in the video.
[0013]
On the other hand, as described above, in this apparatus, the feature amount range and condition of a regular report target (for example, a person in FIG. 13) that the operator desires to report is set as the feature parameter setting value 10. age In advance Is remembered. Therefore, when the recognition processing unit 11 receives the feature amount data from the feature amount calculation unit 9, the recognition processing unit 11 determines whether or not the feature amount matches the range or condition indicated in the feature amount parameter setting value 10. At this time, if it is determined that they match, an event is found. That is, the recognition processing unit 11 outputs a notification 12 indicating that a regular notification target has been found to the notification processing unit 13.
[0014]
Upon receiving this event report 12, the report processing unit 13 performs a predetermined report process. Examples of the reporting process include beep sound output, lamp lighting, and reporting / communication to a host machine.
[0015]
FIG. 15 is a flowchart showing the operation of the recognition processing unit in FIG. 12, and a comparison process between the feature parameter setting value 10 and the actually measured feature data will be described with reference to this diagram.
First, when the recognition processing unit 11 acquires feature amount data from the feature amount calculation unit 9 (step ST11), the recognition processing unit 11 determines whether or not the “continuity” matches the feature amount parameter setting value 10 (step ST12). . For the determination of “continuity”, for example, a continuous time indicating how many frames the change area in the difference image data to be processed survives in the video is used. Specifically, when the range of the feature parameter setting value 10 is “minimum 4 frames, maximum 10 frames”, it is determined that the change areas match if the continuous time in which the change area survives is 4 to 10 frames. Otherwise, it is determined that it does not match the range of the feature parameter setting value 10. If it is determined that the range matches the range of the feature parameter setting value 10, the process proceeds to step ST13, and if not, the process ends.
[0016]
In step ST <b> 13, the recognition processing unit 11 determines whether or not the “area” of the feature amount data obtained by the feature amount calculating unit 9 matches the feature amount parameter setting value 10. For the determination of the “area”, for example, the number of pixels in the binary change area of the difference image data is used. Specifically, when the range of the feature parameter setting value 10 is “minimum 500 pixels, maximum 1000 pixels”, it is determined that the binary change area matches if the area is 500 to 1000 pixels. Otherwise, it is determined that it does not match the range of the feature parameter setting value 10. Here, if it is determined that it matches the range of the feature parameter setting value 10, the process proceeds to step ST14, and if not, the process ends.
[0017]
Next, the recognition processing unit 11 determines whether or not the “vertical and horizontal dimensions” of the feature amount data obtained by the feature amount calculating unit 9 matches the feature amount parameter setting value 10 (step ST14). For the determination of the “vertical and horizontal dimensions”, for example, the vertical length or horizontal length of a circumscribed rectangle that defines a binary change region is used. Specifically, when the range of the feature parameter setting value 10 is “minimum vertical 50 pixels, maximum 100 pixels” and “horizontal minimum 50 pixels, maximum 100 pixels”, both the vertical and horizontal dimensions of the binary change area are 50 to 50. If it is 100 pixels, it is determined that they match. Otherwise, it is determined that it does not match the range of the feature parameter setting value 10. Here, if it is determined that it matches the range of the feature parameter setting value 10, the process proceeds to step ST15, and if not, the process ends.
[0018]
Subsequently, the recognition processing unit 11 determines whether or not the “speed” of the feature amount data obtained by the feature amount calculating unit 9 matches the feature amount parameter setting value 10 (step ST15). For the determination of the “speed”, for example, the moving speed in the video of the change area is used. Specifically, when the range of the feature parameter setting value 10 is “minimum 50 pixels / second, maximum 100 pixels / second”, the moving speed of the binary change area in the video may be 50 to 100 pixels / second. Are determined to match. Otherwise, it is determined that it does not match the range of the feature parameter setting value 10. Here, if it is determined that the value matches the range of the feature parameter setting value 10, the process proceeds to step ST16, and if not, the process ends.
[0019]
Note that the “area”, “vertical / horizontal dimensions”, and “moving speed” described above are calculated by calculating the average value of the feature values of each image during the lifetime of the binary change area used for the determination in step ST12. It is common to compare with the quantity parameter set value of 10.
[0020]
In step ST <b> 16, the recognition processing unit 11 determines that it matches all the feature parameter setting values 10 that specify the regular notification target, and outputs the event notification 12 to the notification processing unit 13. In addition, the process from step ST11 to step ST16 is realizable by executing the software which has the function of the recognition process part 11 with a computer apparatus.
[0021]
[Problems to be solved by the invention]
Since the conventional image processing apparatus is configured as described above, even if it is a change area due to what is not a regular report target, the report is issued only by accidental movement matching the feature parameter setting value 10. There was a problem of being judged as a target.
[0022]
The above problem will be specifically described.
In the conventional image processing apparatus, as described above, the extraction of the change region to be reported in the video depends on whether or not the feature amount matches the feature parameter setting value 10. For this reason, for example, when shaking a tree branch that is not a regular issue target, the parameter parameter settings include the time when the tree branch is swung, the area change of the change area due to the swing amplitude, the speed of the shake, etc. If the value 10 is met, it is determined that the report is to be issued.
[0023]
Such a report by a change area that is not a regular report target (hereinafter referred to as “unnecessary detection”) has been a serious problem in conventional image processing apparatuses.
[0024]
The present invention has been made to solve the above-described problems, and calculates a prohibited block for specifying an image area to be excluded from a report target according to a certain rule according to a noise occurrence state, and a condition by the prohibited block. It is possible to obtain an image processing apparatus, an image processing method, and a program capable of preventing unnecessary detection even for an accidental movement of a thing that is not a regular notification target by making a determination and determining whether or not to issue the report. Objective.
[0025]
[Means for Solving the Problems]
An image processing apparatus according to the present invention includes a change area extraction unit that sequentially inputs image data obtained by imaging a target area and extracts a change area in the image caused by the movement of an object in the target area; To determine whether or not the feature quantity specifying the change area matches a predetermined set value, and is involved in the change area that does not match the set value among the plurality of divided block areas. Prohibited block candidate setting means for setting a block area to be set as a prohibited block candidate; The frequency of occurrence of the prohibited block candidate set by the prohibited block candidate setting means is measured in the sequentially input image data, and when the measured occurrence frequency is a predetermined value or more, the prohibited block candidate is set as a prohibited block and measured. Cancel the setting as a prohibited block when the occurrence frequency is less than the predetermined value Change area extracted by prohibited block setting means and change area extraction means Or when there is a prohibited block set by the prohibited block setting means in the circumscribed rectangle of the change area Recognition processing means for setting as a non-notification target.
[ 0026 ]
The image processing method according to the present invention includes a change area extraction step of sequentially inputting image data obtained by imaging a target area and extracting a change area in the image caused by the movement of an object in the target area, and a plurality of entire images. To determine whether or not the feature quantity specifying the change area matches a predetermined set value, and is involved in the change area that does not match the set value among the plurality of divided block areas. Forbidden block candidate setting step for setting a block area to be a forbidden block candidate; The frequency of occurrence of prohibited block candidates set by the prohibited block candidate setting step in the sequentially input image data is measured, and when the measured occurrence frequency is a predetermined value or more, the prohibited block candidate is set as a prohibited block and measured. Cancel the setting as a prohibited block when the occurrence frequency is less than the predetermined value Change area extracted in the prohibited block setting step and change area extraction step Or when there is a prohibited block set by the prohibited block setting step in the circumscribed rectangle of the change area A recognition processing step set as a non-notification target.
[ 0027 ]
A program according to the present invention sequentially inputs image data obtained by imaging a target area and extracts a change area in the image caused by the movement of an object in the target area, and the entire image is divided into a plurality of block areas. Block areas related to a change area that does not match the set value out of a plurality of divided block areas, and determines whether or not the feature quantity specifying the change area matches a predetermined set value. Forbidden block candidate setting means for setting as a forbidden block candidate, The frequency of occurrence of the prohibited block candidate set by the prohibited block candidate setting means is measured in the sequentially input image data, and when the measured occurrence frequency is a predetermined value or more, the prohibited block candidate is set as a prohibited block and measured. Cancel the setting as a prohibited block when the occurrence frequency is less than the predetermined value Change area extracted by prohibited block setting means and change area extraction means Or when there is a prohibited block set by the prohibited block setting means in the circumscribed rectangle of the change area The computer is caused to function as a recognition processing unit that is set as a non-notification target.
[ 0028 ]
DETAILED DESCRIPTION OF THE INVENTION
An embodiment of the present invention will be described below.
Embodiment 1 FIG.
FIG. 1 is a diagram showing a configuration of an image processing apparatus according to Embodiment 1 of the present invention. In the figure, 11a is a recognition processing unit (recognition processing means), which operates in the same manner as the recognition processing unit 11 in FIG. It is determined whether it is a target. Reference numeral 14 denotes a prohibited block calculation unit (prohibited block candidate setting means, prohibited block setting means) for calculating a prohibited block for removing a change area caused by “noise” included in the current image data. In addition, the same code | symbol is attached | subjected to the same component as FIG. 12, and the overlapping description is abbreviate | omitted.
[ 0029 ]
FIG. 2 is a diagram showing the configuration of the prohibited block calculation unit in FIG. In the figure, reference numeral 15 denotes a noise determination unit (prohibited block candidate setting means) which divides the current image data into blocks and the feature amount does not match the range or condition of the feature amount parameter setting value 10 from the change region. Screen change areas. Here, the block is data for specifying an image of a certain part in the display screen when the current image data is displayed on a display unit (not shown). Reference numeral 16 denotes a prohibited block candidate determination unit (prohibited block candidate setting unit), which selects a block of current image data including a change area due to “noise” discovered by the noise determination unit 15 as a “prohibited block candidate”. Reference numeral 17 denotes a frequency counting unit (prohibited block setting means), which counts the frequency at which “prohibited block candidates” appear. Reference numeral 18 denotes a prohibited block determination unit (prohibited block setting means) that determines a prohibited block that specifies a change area that is not to be reported based on the count value of the frequency counting unit 17. Moreover, the noise determination part 15, the prohibition block candidate determination part 16, the frequency counting part 17, and the prohibition block determination part 18 are realizable by making a computer apparatus run the program which has these functions, for example.
[ 0030 ]
Next, the operation will be described.
Here, processing from when a video signal captured by an external imaging device (not shown) is input as current image data via the video input unit 1 until the feature amount calculation unit 9 calculates the feature amount of the difference image data. Since this is the same as the prior art, a duplicate description is omitted.
[ 0031 ]
FIG. 3 is a flowchart showing the operation of the recognition processing unit in FIG. 1, and the processing after the recognition processing unit 11a receives the feature amount of the difference image data will be described along this drawing.
First, when the recognition processing unit 11a acquires feature amount data from the feature amount calculation unit 9 (step ST1), the recognition processing unit 11a determines whether or not the “continuity” matches the feature amount parameter setting value 10 (step ST2). . For the determination of “continuity”, for example, a continuous time indicating how many frames the change area in the difference image data to be processed survives in the video is used. Specifically, when the range of the feature parameter setting value 10 is “minimum 4 frames, maximum 10 frames”, it is determined that the change areas match if the continuous time in which the change area survives is 4 to 10 frames. Otherwise, it is determined that it does not match the range of the feature parameter setting value 10. Here, if it is determined that the value matches the range of the feature parameter setting value 10, the process proceeds to step ST3, and if not, the process ends.
[ 0032 ]
In step ST <b> 3, the recognition processing unit 11 a determines whether the “area” of the feature amount data obtained by the feature amount calculation unit 9 matches the feature amount parameter setting value 10. For the determination of the “area”, for example, the number of pixels in the binary change area of the difference image data is used. Specifically, when the range of the feature parameter setting value 10 is “minimum 500 pixels, maximum 1000 pixels”, it is determined that the binary change area matches if the area is 500 to 1000 pixels. Otherwise, it is determined that it does not match the range of the feature parameter setting value 10. Here, if it is determined that it matches the range of the feature parameter setting value 10, the process proceeds to step ST4, and if not, the process ends.
[ 0033 ]
Next, the recognition processing unit 11a determines whether or not the “vertical and horizontal dimensions” of the feature amount data obtained by the feature amount calculating unit 9 matches the feature amount parameter setting value 10 (step ST4). For the determination of the “vertical and horizontal dimensions”, for example, the vertical length or horizontal length of a circumscribed rectangle that defines a binary change region is used. Specifically, when the range of the feature parameter setting value 10 is “minimum vertical 50 pixels, maximum 100 pixels” and “horizontal minimum 50 pixels, maximum 100 pixels”, both the vertical and horizontal dimensions of the binary change area are 50 to 50. If it is 100 pixels, it is determined that they match. Otherwise, it is determined that it does not match the range of the feature parameter setting value 10. Here, if it is determined that it matches the range of the feature parameter setting value 10, the process proceeds to step ST5, and if not, the process ends.
[ 0034 ]
Subsequently, the recognition processing unit 11a determines whether or not the “speed” of the feature amount data obtained by the feature amount calculating unit 9 matches the feature amount parameter setting value 10 (step ST5). For the determination of the “speed”, for example, the moving speed in the video of the change area is used. Specifically, when the range of the feature parameter setting value 10 is “minimum 50 pixels / second, maximum 100 pixels / second”, the moving speed of the binary change area in the video may be 50 to 100 pixels / second. Are determined to match. Otherwise, it is determined that it does not match the range of the feature parameter setting value 10. Here, if it is determined that it matches the range of the feature parameter setting value 10, the process proceeds to step ST5A, and if not, the process ends.
[ 0035 ]
Note that the “area”, “vertical / horizontal dimensions”, and “moving speed” described above are calculated from, for example, the average values of the feature values of each image during the survival time of the binary change region used in the determination process of step ST2.
[ 0036 ]
Next, the recognition processing unit 11a compares the data related to the change area displayed on the display screen with the data related to the prohibition block created and held by the prohibition block calculation unit 14, and the change area is the subject of notification. (Step ST5A, recognition processing step). This determination is performed for each change region. At this time, if it is determined that the change area being processed is a report target, the process proceeds to step ST6, and if not matched, the process ends.
[ 0037 ]
In step ST <b> 6, the recognition processing unit 11 a determines that it matches all the feature parameter setting values 10 that specify the regular notification target, and outputs the event notification 12 to the notification processing unit 13. In addition, the process from step ST1 to step ST6 is realizable by executing the software which has the function of the recognition process part 11a with a computer apparatus.
[ 0038 ]
Here, the operation of the prohibited block calculation unit 14 will be described in detail.
FIG. 4 is a flowchart showing the operation of the prohibited block calculation unit in FIG. 2. The operation of the prohibited block calculation unit will be described with reference to FIG.
First, the noise determination unit 15 in the prohibited block calculation unit 14 acquires the current image data (step ST1a), and divides it into blocks of a certain size (step ST2a).
[ 0039 ]
FIG. 5 is a diagram showing a display screen of current image data. This figure shows a video of the festival venue, with lanterns near the top of the video and trees at the bottom. These lanterns and tree movements become the change areas. FIG. 6 is a view showing a display screen obtained by dividing the current image data in FIG. 5 into blocks. As shown in the figure, the size and arrangement of the blocks are desirably uniform, but these may be non-uniform. The block size may be defined as the size of one pixel. Here, the description will be made on the assumption that uniform square blocks having a size of 32 pixels × 32 pixels are uniformly arranged.
[ 0040 ]
In addition to the current image data, the prohibited block calculation unit 14 inputs difference image data (binary change area) between the current image data and the background image data. Here, it is assumed that the binary change area is binary data of logical values “0” and “1”. The logical values “0” and “1” are shown for each pixel. For example, a changed portion is defined as the logical value “1”.
[ 0041 ]
In the image shown in FIG. 5, for example, when the lantern or the tree branch is shaken by the wind, the binarized result of the corresponding pixel is assigned to the logical value “1” as the changed area. The Rukoto.
[ 0042 ]
FIG. 7 is a diagram showing a display screen in which pixels in which the current image data in FIG. 6 has changed are filled. In the figure, reference numeral 19 denotes a change area composed of pixels having a change in pixel value and assigned to a logical value “1”, and image data for dyeing the pixels all over is superimposed. As shown in the figure, the change area 19 appears on the left and right side surfaces of the five lanterns in front and the tip of the leaf of the branch of the tree. When a lantern or a tree branch is shaken by the wind and a fine movement occurs, differential image data is generated in the moving portion and cut out as a change area. Here, it is not desirable for the operator to report these lanterns and tree branch movements. That is, it is assumed that the change area by these is not a regular report object.
[ 0043 ]
Next, the noise determination unit 15 selects the change region whose feature amount does not match the range / condition of the feature amount parameter setting value 10 and sets it as a change region due to “noise” that is not a regular issue target. (Step ST3a). Here, the “change area that does not match” refers to, for example, a change area determined as NO in any of steps ST2 to ST5 by the recognition processing unit 11a illustrated in FIG. That is, the noise determination unit 15 receives the feature amount data and the determination result for each change region from the recognition processing unit 11a, and determines whether the noise is due to “noise”. Further, in the example of FIG. 7, the change area 19 due to the lantern and the shaking of the tree branch is not a regular notification target, and thus is determined as “noise”.
[ 0044 ]
Note that the noise determination by the noise determination unit 15 is performed even when the noise determination unit 15 determines NO from step ST2 to step ST5 in FIG. 3 when using the determination result by the recognition processing unit 11a as described above. It is also possible to perform the process of proceeding to the next determination step without ending and to determine that the change area determined as NO in a plurality of steps is “noise”.
[ 0045 ]
In addition, it is not based on whether or not NO is determined in the processing from step ST2 to step ST5 in FIG. “Noise” judgment based on a limited situation of “below” or “above” may be independently performed. In other words, in the present invention, it is only necessary to select a change area that is determined to be “noise” according to some rule from factors that cause changes that are not regular notification targets.
[ 0046 ]
Subsequently, the forbidden block candidate determination unit 16 acquires data related to the block defined by the noise determination unit 15 by dividing the current image data into blocks, and includes a block including a change area due to “noise” obtained as described above. Are selected (step ST4a). Specifically, for example, a block including a change area due to “noise” when the position coordinate data on the display screen of the pixels belonging to the change area due to “noise” and the pixels defined by the block match. Is determined. Data relating to the blocks thus selected is defined as “prohibited block candidates” and held in a memory (not shown). The operation so far corresponds to the prohibited block candidate setting step.
[ 0047 ]
Whether or not the block contains a change area due to “noise” is determined by whether the change area due to “noise” is “contacted” or “is nearby”, etc. It may be a standard. In addition, it is not determined whether or not the block related to the current image data includes a change area due to “noise” on the same screen, but the block related to the current image data and the change area due to “noise” are temporally different data. It may be calculated separately based on the above and compared with each other.
[ 0048 ]
As described above, when the prohibited block candidate determination unit 16 obtains the “prohibited block candidate”, the frequency counting unit 17 counts how often the “prohibited block candidate” appears (step ST5a). .
FIG. 8 is a view showing a display screen in which the frequency count value of the prohibited block candidate is superimposed on the block in FIG. As shown in the figure, the appearance frequency of “prohibited block candidates” is counted for each block, and is counted up and down as necessary.
[ 0049 ]
Here, the frequency counting process by the frequency counting unit 17 will be described in detail.
First, rules regarding the count-up of the frequency count value will be described.
The frequency counting unit 17 counts how many times a “prohibited block candidate” is determined within a predetermined unit time. For example, assuming that the unit time is 1 minute, the frequency count value of the block is 3 if “forbidden block candidate” occurs 3 times per minute.
[ 0050 ]
At this time, if it is determined that the same block is a “prohibited block candidate” within a predetermined unit time, the frequency count value is counted up. For example, when the unit time = 1 minute, if a block that has once become a “prohibited block candidate” becomes a “prohibited block candidate” again within one minute, the frequency count value of that block is incremented.
[ 0051 ]
Further, the frequency counting unit 17 counts up the frequency count value even when a predetermined number of “prohibited block candidates” exist around the block that has become the “prohibited block candidate”. For example, when the predetermined number = 3, if there are three or more “prohibited block candidates” around the “prohibited block candidate”, the frequency count value of the block is incremented.
[ 0052 ]
Next, rules regarding the countdown of the frequency count value will be described.
The frequency counting unit 17 counts down when the predetermined unit time “prohibited block candidate” does not appear. For example, when unit time = 1 minute, if no “prohibited block candidate” appears for one minute, the frequency count value of that block is decremented.
[ 0053 ]
At this time, the frequency count value is counted down even when there is no predetermined number of “prohibited block candidates” around the block that has become the “prohibited block candidate”. For example, when the predetermined number = 3, if there are less than three “prohibited block candidates” around the “prohibited block candidate”, the frequency count value of the block is decremented. Alternatively, the frequency count value may be simply decremented at regular intervals.
[ 0054 ]
Note that the above conditions are not limited to the above as long as the frequency count value is counted up or down depending on the temporal generation frequency or spatial generation density of the “prohibited block candidates”.
[ 0055 ]
The frequency counting process of the “prohibited block candidate” described above may be performed as follows.
First, rules regarding the count-up of the frequency count value will be described.
When it is determined that the area in the block of the change area existing in the “prohibited block candidate” is larger (or smaller) than the predetermined value, the frequency counting unit 17 counts up the frequency count value of the block. For example, when the predetermined value = 512 pixels, if the change area occupies more than half of the entire block (32 × 32 = 1024), the frequency count value of the block is incremented.
[ 0056 ]
Here, when one change region exists across a plurality of “forbidden block candidates”, when the area of the change region in each “forbidden block candidate” is determined to be larger (or smaller) than a predetermined value, The frequency count value of the block is counted up. For example, when the predetermined value = 2048 pixels, if the area of the change area applied to the block is 2048 (approximately 2 blocks) pixels or more, the frequency count value of that block is incremented.
[ 0057 ]
Further, when a predetermined number of “prohibited block candidates” satisfying the above-described two conditions exist around the block that has become the “prohibited block candidate”, the frequency counter is incremented by the frequency counter value. For example, when the predetermined number = 3, if there are three or more “prohibited block candidates” in which the change area occupies half of the block around the “prohibited block candidate” to be frequency counted, the frequency count of that block The value is incremented.
[ 0058 ]
Next, rules regarding the countdown of the frequency count value will be described.
When it is determined that the area in the block of the change area existing in the “prohibited block candidate” is smaller (or larger) than the predetermined value, the frequency counting unit 17 counts down the frequency count value of the block. For example, when the predetermined value = 512 pixels, if the area of the change region occupies less than half of the entire block (32 × 32 = 1024), the frequency count value of the block is decremented.
[ 0059 ]
When one change area exists across a plurality of “prohibited block candidates”, if it is determined that the area of the change area in each “prohibited block candidate” is smaller (or larger) than the predetermined value, Count down the frequency count value. For example, when the predetermined value = 2048 pixels, if the area of the change area applied to the block is 2048 (approximately 2 blocks) or less, the frequency count value of the block is decremented. Also at this time, the frequency count value may be simply decremented at regular intervals in the same manner as described above.
[ 0060 ]
Note that the above conditions are not limited to the above as long as the frequency count value of the “prohibited block candidate” is counted up / down depending on the increase / decrease state of the area of the change area related to the “prohibited block candidate”.
[ 0061 ]
The frequency count value determined as described above is a large number in a block where noise frequently occurs, and a small number in a block where noise is not generated much or a block where noise generation is reduced. Further, as shown in FIG. 8, the frequency count value is superimposed on the display screen of the current image data divided into blocks and is made visible to the operator.
[ 0062 ]
Note that one of the two frequency count processing methods described above may be performed separately, or both may be performed in parallel and used for determining a prohibited block.
[ 0063 ]
Subsequently, when the prohibited block determining unit 18 receives the frequency count value from the frequency counting unit 17, the prohibited block determining unit 18 determines a prohibited block based on the value (step ST6a). Here, a “prohibited block candidate” having a count value equal to or greater than a predetermined value is set as a prohibited block. For example, when the predetermined value is 7, a “prohibited block candidate” having a count value of 7 or more is determined as a prohibited block.
[ 0064 ]
FIG. 9 is a diagram showing a display screen in which prohibited blocks determined based on the frequency count value in FIG. 8 are filled. In the example shown in the figure, the “prohibited block candidate” whose frequency count value exceeds 6 is determined as a prohibited block, and solid blocks are superimposed on this. When the prohibited block determining unit 18 determines the prohibited block, the prohibited block determining unit 18 stores data on the prohibited block such as the position coordinates on the display screen in a memory (not shown).
[ 0065 ]
In addition, the determination of the prohibited block is made by displaying “prohibited block candidate” instead of setting the predetermined value fixedly in addition to setting the “prohibited block candidate” having a count value equal to or greater than a predetermined value as the prohibited block. A variation value that varies according to the position on the screen and the situation may be set as the predetermined value.
[ 0066 ]
Further, the determination of the prohibited block may be based on the frequency count value of the blocks located around the “prohibited block candidate” in addition to the frequency count value of the “prohibited block candidate”. Further, the prohibition block may be determined based on the frequency count value of the “prohibition block candidate” obtained from the image data that is separated in time.
The operation so far corresponds to the prohibited block setting step.
[ 0067 ]
Next, a process for recognizing a notification target using the prohibited block obtained as described above will be described in detail. Here, it is assumed that a prohibited block is created by the prohibited block calculation unit 14 and data related thereto is stored in the memory.
In step ST5A in FIG. 3, the recognition processing unit 11a uses the change area and the prohibited block based on the data related to the changed area displayed on the display screen and the data related to the prohibited block created and held by the prohibited block calculating unit 14. It is determined whether or not the change area is a report target from the mutual arrangement. This determination is made for each change region.
[ 0068 ]
Here, the process in step ST5A in FIG. 3 will be described in detail.
First, the recognition processing unit 11a defines a circumscribed rectangle that surrounds the change area when comparing the change area on the display screen with the prohibited block. The circumscribed rectangle is provided so as to surround the change area at an isolated position, and is provided so as to surround the change area when the plurality of change areas are at a fixed position.
[ 0069 ]
If there is a forbidden block in the change area on the display screen or its circumscribed rectangle, the recognition processing unit 11a determines that the change area is not a report target. On the other hand, if there is no prohibited block in the change area or its circumscribed rectangle, it is determined that the change area is a report target.
[ 0070 ]
In addition to the determination criteria described above, whether or not to issue a report may be determined based on whether or not there is a prohibited block within a predetermined distance from the change area or its circumscribed rectangle. In this case, if there is a prohibited block within a predetermined distance from the change area or its circumscribed rectangle, it is determined that the change area is not a report target. For example, when the predetermined distance = 1 block, if there is a prohibited block within one block range around the change area, it is determined that the change area is not the subject of notification.
[ 0071 ]
Note that the present invention is not limited to the above conditions as long as the change area can be reported according to the distance from the change area or its circumscribed rectangle to the prohibited block.
[ 0072 ]
Further, the processing by the recognition processing unit 11a described above may be performed as follows.
First, if there are a predetermined number or more of prohibited blocks in the change area or its circumscribed rectangle, the recognition processing unit 11a determines that the change area is not the subject of notification. Otherwise, it is determined to be a report target. For example, when the predetermined number = 3, if there are three forbidden blocks in the circumscribed rectangle of the change area, it is determined that the change area is not the subject of notification.
[ 0073 ]
Further, the recognition processing unit 11a may determine whether there is a predetermined number or more of prohibited blocks within a predetermined distance from the change area or its circumscribed rectangle. In this case, if there are a predetermined number or more of prohibited blocks within a predetermined distance, it is determined that the change area is not a subject of notification. For example, when the predetermined distance = 1 block and the predetermined number = 3, if there are three forbidden blocks within the range of one block around the change area, the change area is not to be reported.
[ 0074 ]
Note that the conditions are not limited to the above as long as the change area can be reported based on the number of prohibited blocks in and around the change area or its circumscribed rectangle.
[ 0075 ]
Further, the processing by the recognition processing unit 11a may be as follows.
First, the recognition processing unit 11a determines that a change area is not a notification target if there is a prohibited block that continues to exist for a predetermined time or longer in the change area or its circumscribed rectangle. Otherwise, it is determined to be a report target. Here, survival is the time from the establishment of a prohibited block to the present. For example, when the predetermined time = 3 seconds, if there is a forbidden block that remains alive for 3 seconds or more in the circumscribed rectangle of the change area, it is determined that the change area is not an issue target.
[ 0076 ]
In addition to the above conditions, if a predetermined number or more of prohibited blocks are continuously alive within a predetermined distance from the change area or its circumscribed rectangle, it is determined that the change area is not the subject of notification. You may make it do. For example, when the predetermined time = 1 second and the predetermined number = 3, if there are 3 or more prohibited blocks that have been alive for 2 seconds or more within the range of one block around the change area, the change area is not subject to the alert. It is determined that there is not.
[ 0077 ]
Note that the present invention is not limited to the above conditions as long as the change area can be reported based on the length of the lifetime of the prohibited blocks inside and around the change area or its circumscribed rectangle.
[ 0078 ]
The above-described condition determination by the prohibition block is performed for each change area appearing on the display screen. These condition determinations may be performed separately or in parallel.
[ 0079 ]
Here, a specific example is given to summarize the recognition target object recognition processing using the prohibited block.
FIG. 10 is a diagram showing a display screen of current image data in which prohibited blocks are superimposed, and the display screen of the image data to be processed displays the prohibited blocks created in the process from FIG. 5 to FIG. . In the image shown in FIG. 10, pedestrians, lanterns swaying in the wind, and tree branches swaying in the wind are mixed, creating six change areas.
[ 0080 ]
FIG. 11 is a diagram showing a display screen in which the change area is solid-dyed on the current image data in FIG. 10 and the circumscribed rectangle is overwritten. In the figure, A is a circumscribed rectangle defined in the change area by “pedestrian”, B to E are circumscribed rectangles defined in the change area by “the lantern swayed by the wind”, and F is “the tree branch swayed by the wind” A circumscribed rectangle defined in the change area. Here, in the condition determination by the prohibition block, the recognition processing unit 11a determines that the simplest rule is “if there is a prohibition block in the circumscribed rectangle of the change area, the change area is not a report target”. . Further, the “pedestrian” that is a factor of the change area defined by the circumscribed rectangle A is an object that the operator wants to be notified of. On the other hand, “wind lanterns swaying by the wind” and “branches swaying by the wind”, which are the factors of the change area defined by the circumscribed rectangles B to F, are not objects that the operator desires to be notified. That is, it is desirable that the change area defined by the circumscribed rectangles B to F is not a regular report target and is not reported.
[ 0081 ]
In the example of FIG. 11, there are 2 to 14 forbidden blocks in the circumscribed rectangles B to F. For this reason, the recognition processing unit 11a determines that the change area defined by the circumscribed rectangles B to F is not a report target. Therefore, the recognition processing unit 11a does not output the event report 12 for the change area defined by the circumscribed rectangles B to F to the report processing unit 13, and does not report.
[ 0082 ]
On the other hand, the circumscribed rectangle A defined in the change area by “pedestrian” has no prohibited block. For this reason, the recognition processing unit 11a determines that the change area defined by the circumscribed rectangle A is a report target. Accordingly, the recognition processing unit 11a outputs the event report 12 for the change area defined by the circumscribed rectangle A to the report processing unit 13 and reaches the report.
[ 0083 ]
What should be noted here is the relationship between the sizes of the change areas defined by the circumscribed rectangles A and F. That is, the circumscribed rectangle A is smaller. Originally, in an image processing apparatus that emphasizes only the area of a change area, it is difficult to issue a change area with a small area without reporting a change area with a large area.
[ 0084 ]
As described above, in the image processing apparatus of the present invention, even when there are “an object that frequently fluctuates such as a lantern or a tree branch” or “an object that continues to move for a while such as a puddle”, these are regarded as noise. Judgment is made to create a forbidden block, thereby judging whether or not to issue a change area. Therefore, it is possible to prevent unnecessary detection of a large area change area that is not a report target, and it is possible to reliably perform a report process for a small area change area that is a report target.
[ 0085 ]
Moreover, according to the rules for creating a prohibited block, if the noise of the prohibited block decreases (in the example of FIG. 11, if the wind subsides and the lanterns and the branches of the tree disappear), the noise disappears naturally and the noise increases. Naturally generated. Therefore, when there is little noise, there is no prohibited block, and it is possible to report the change area equally over the entire screen. On the contrary, when there is a lot of noise, a prohibition block is generated, and it is possible to prohibit notification only for a change area in a noisy area.
[ 0086 ]
As described above, the most important feature of the present invention is to prevent unnecessary detection by limiting the notification according to the increase or decrease of noise.
[ 0087 ]
As described above, according to the first embodiment, the forbidden block calculation unit 14 calculates a forbidden block with a certain rule according to the noise occurrence state, and the recognition processing unit 11a sets the feature parameter setting value for each change area. In addition to the determination by 10, the condition determination by the prohibited block is performed to determine whether or not the notification is possible. Therefore, an image region in which noise that happens to coincide with the feature parameter setting value 10 accidentally occurs is detected from the notification target. Except for this, it is possible to determine whether or not to issue. Thereby, unnecessary detection can be reliably prevented.
[0093]
【The invention's effect】
As described above, according to the present invention, image data obtained by capturing a target area is sequentially input, a change area in the image caused by the movement of an object in the target area is extracted, and the entire image is divided into a plurality of block areas. Block areas related to a change area that does not match the set value out of a plurality of divided block areas, and determines whether or not the feature quantity specifying the change area matches a predetermined set value. Is set as a forbidden block candidate, The frequency of occurrence of prohibited block candidates set in sequentially input image data is measured, and when the measured occurrence frequency is a predetermined value or more, the prohibited block candidate is set as a prohibited block, and the measured occurrence frequency is predetermined. If it is less than the value, cancel the setting as a prohibited block. , Extracted change area Or when there is a prohibited block set in the circumscribed rectangle of the change area Since it is set as a non-notification target, it is possible to determine whether it is possible to report by excluding the image area where noise that might be accidentally determined to be a notification target, and to prevent unnecessary detection reliably. There is an effect that can be. Moreover, regardless of the size of the change area, for example, unnecessary detection of a large area change area that is not a report target can be prevented, and a notification process for a small area change area that is a report target can be performed. It can be done reliably.
[Brief description of the drawings]
FIG. 1 is a diagram showing a configuration of an image processing apparatus according to Embodiment 1 of the present invention.
FIG. 2 is a diagram showing a configuration of a prohibited block calculation unit in FIG. 1;
FIG. 3 is a flowchart showing the operation of the recognition processing unit in FIG. 1;
FIG. 4 is a flowchart showing the operation of the prohibited block calculation unit in FIG. 2;
FIG. 5 is a diagram showing a display screen of current image data.
6 is a diagram showing a display screen obtained by dividing the current image data in FIG. 5 into blocks.
7 is a diagram showing a display screen in which pixels in which current image data in FIG. 6 has changed are filled in. FIG.
8 is a diagram showing a display screen in which the frequency count value of the prohibited block candidate is superimposed on the block in FIG. 7. FIG.
FIG. 9 is a diagram showing a display screen in which prohibited blocks determined based on the frequency count value in FIG. 8 are filled.
FIG. 10 is a diagram showing a display screen of current image data on which prohibited blocks are superimposed.
11 is a diagram showing a display screen in which a change area is solid-colored on the current image data in FIG. 10 and a circumscribed rectangle is overwritten.
FIG. 12 is a diagram illustrating a configuration of a conventional image processing apparatus.
FIG. 13 is a diagram showing a display screen of current image data.
14 is a diagram showing a display screen of current image data in which a black solid area is superimposed on the change area in FIG.
15 is a flowchart showing the operation of the recognition processing unit in FIG. 12. FIG.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Video input part, 2 A / D converter, 3 Current image storage part, 4 Background image storage part, 5 Background update part, 6 Background difference part (Change area extraction means), 7 Threshold calculation part (Change area extraction means), 8 Binarization unit (change area extraction unit), 9 feature amount calculation unit, 10 feature amount parameter setting value (predetermined set value), 11a recognition processing unit (recognition processing unit), 12 alerting, 13 alerting processing , 14 Prohibited block calculation unit (prohibited block candidate setting unit, prohibited block setting unit), 15 Noise determining unit (prohibited block candidate setting unit), 16 Prohibited block candidate determining unit (prohibited block candidate setting unit), 17 Frequency counting unit (Prohibited block setting means), 18 prohibited block determining section (prohibited block setting means), 19 change area.

Claims (3)

対象領域を撮像した画像データを逐次入力して、当該対象領域内の物体の動きによって生じる上記画像内の変化領域を抽出する変化領域抽出手段と、
上記画像全体を複数のブロック領域に分割すると共に、上記変化領域を特定する特徴量が予め定めた設定値に合致するか否かを判定し、上記分割された複数のブロック領域のうち当該設定値に合致しない変化領域に関与するブロック領域を禁止ブロック候補として設定する禁止ブロック候補設定手段と、
逐次入力される画像データにおいて上記禁止ブロック候補設定手段により設定される禁止ブロック候補の発生頻度を計測し、計測される発生頻度が所定値以上の場合に該禁止ブロック候補を禁止ブロックとして設定し、計測される発生頻度が所定値未満の場合に禁止ブロックとしての設定を解除する禁止ブロック設定手段と、
上記変化領域抽出手段が抽出した変化領域若しくは該変化領域の外接矩形の中に上記禁止ブロック設定手段により設定された禁止ブロックがある場合に非通知対象として設定する認識処理手段と
を備えた画像処理装置。
Change area extraction means for sequentially inputting image data obtained by imaging a target area and extracting a change area in the image caused by movement of an object in the target area;
The entire image is divided into a plurality of block areas, and it is determined whether or not a feature value for specifying the change area matches a predetermined set value, and the set value among the divided block areas is determined. Forbidden block candidate setting means for setting a block area related to a change area that does not match as a forbidden block candidate;
Measure the frequency of occurrence of the prohibited block candidate set by the prohibited block candidate setting means in the sequentially input image data, and set the prohibited block candidate as a prohibited block when the measured occurrence frequency is a predetermined value or more, A prohibited block setting means for canceling the setting as a prohibited block when the measured occurrence frequency is less than a predetermined value ;
A recognition processing means for setting as a non-notification target when there is a prohibited area set by the prohibited block setting means in the change area extracted by the change area extraction means or a circumscribed rectangle of the change area; apparatus.
対象領域を撮像した画像データを逐次入力して、当該対象領域内の物体の動きによって生じる上記画像内の変化領域を抽出する変化領域抽出ステップと、
上記画像全体を複数のブロック領域に分割すると共に、上記変化領域を特定する特徴量が予め定めた設定値に合致するか否かを判定し、上記分割された複数のブロック領域のうち当該設定値に合致しない変化領域に関与するブロック領域を禁止ブロック候補として設定する禁止ブロック候補設定ステップと、
逐次入力される画像データにおいて上記禁止ブロック候補設定ステップにより設定される禁止ブロック候補の発生頻度を計測し、計測される発生頻度が所定値以上の場合に該禁止ブロック候補を禁止ブロックとして設定し、計測される発生頻度が所定値未満の場合に禁止ブロックとしての設定を解除する禁止ブロック設定ステップと、
上記変化領域抽出ステップにて抽出した変化領域若しくは該変化領域の外接矩形の中に上記禁止ブロック設定ステップにより設定された禁止ブロックがある場合に非通知対象として設定する認識処理ステップと
を備えた画像処理方法。
A change area extraction step of sequentially inputting image data obtained by imaging a target area and extracting a change area in the image caused by the movement of an object in the target area;
The entire image is divided into a plurality of block areas, and it is determined whether or not a feature value for specifying the change area matches a predetermined set value, and the set value among the divided block areas is determined. A forbidden block candidate setting step for setting a block area related to a change area that does not match as a forbidden block candidate;
The occurrence frequency of the prohibited block candidate set by the prohibited block candidate setting step in the sequentially input image data is measured, and when the measured occurrence frequency is a predetermined value or more, the prohibited block candidate is set as a prohibited block, A prohibited block setting step for canceling the setting as a prohibited block when the measured occurrence frequency is less than a predetermined value ;
A recognition processing step that is set as a non-notification target when there is a prohibited block set by the prohibited block setting step in the changed region extracted by the changed region extraction step or a circumscribed rectangle of the changed region. Processing method.
対象領域を撮像した画像データを逐次入力して、当該対象領域内の物体の動きによって生じる上記画像内の変化領域を抽出する変化領域抽出手段、
上記画像全体を複数のブロック領域に分割すると共に、上記変化領域を特定する特徴量が予め定めた設定値に合致するか否かを判定し、上記分割された複数のブロック領域のうち当該設定値に合致しない変化領域に関与するブロック領域を禁止ブロック候補として設定する禁止ブロック候補設定手段、
逐次入力される画像データにおいて上記禁止ブロック候補設定手段により設定される禁止ブロック候補の発生頻度を計測し、計測される発生頻度が所定値以上の場合に該禁止ブロック候補を禁止ブロックとして設定し、計測される発生頻度が所定値未満の場合に禁止ブロックとしての設定を解除する禁止ブロック設定手段、
上記変化領域抽出手段が抽出した変化領域若しくは該変化領域の外接矩形の中に上記禁止ブロック設定手段により設定された禁止ブロックがある場合に非通知対象として設定する認識処理手段
としてコンピュータを機能させるプログラム。
Change area extraction means for sequentially inputting image data obtained by imaging a target area and extracting a change area in the image caused by movement of an object in the target area;
The entire image is divided into a plurality of block areas, and it is determined whether or not a feature value for specifying the change area matches a predetermined set value, and the set value among the divided block areas is determined. Prohibited block candidate setting means for setting, as a prohibited block candidate, a block area related to a change area that does not match
Measure the frequency of occurrence of the prohibited block candidate set by the prohibited block candidate setting means in the sequentially input image data, and set the prohibited block candidate as a prohibited block when the measured occurrence frequency is a predetermined value or more, Prohibited block setting means for canceling the setting as a prohibited block when the measured occurrence frequency is less than a predetermined value ,
A program that causes a computer to function as a recognition processing unit that is set as a non-notification target when there is a prohibited block set by the prohibited block setting unit in a changed region extracted by the changed region extracting unit or a circumscribed rectangle of the changed region .
JP2002070768A 2002-03-14 2002-03-14 Image processing apparatus, image processing method, and program Expired - Lifetime JP4065137B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002070768A JP4065137B2 (en) 2002-03-14 2002-03-14 Image processing apparatus, image processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002070768A JP4065137B2 (en) 2002-03-14 2002-03-14 Image processing apparatus, image processing method, and program

Publications (2)

Publication Number Publication Date
JP2003271972A JP2003271972A (en) 2003-09-26
JP4065137B2 true JP4065137B2 (en) 2008-03-19

Family

ID=29201248

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002070768A Expired - Lifetime JP4065137B2 (en) 2002-03-14 2002-03-14 Image processing apparatus, image processing method, and program

Country Status (1)

Country Link
JP (1) JP4065137B2 (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4401842B2 (en) * 2004-03-31 2010-01-20 セコム株式会社 Image processing apparatus and intruder detection apparatus
JP4680026B2 (en) * 2005-10-20 2011-05-11 株式会社日立ソリューションズ Inter-image change extraction support system and method
JP2007206843A (en) * 2006-01-31 2007-08-16 Central Res Inst Of Electric Power Ind Method and device for counting moving body underwater or on water surface and its program
JP4993281B2 (en) * 2007-03-12 2012-08-08 サクサ株式会社 Monitoring area setting device
JP4636130B2 (en) * 2008-06-27 2011-02-23 ソニー株式会社 Image processing apparatus, imaging apparatus, image processing method, and program
JP5381524B2 (en) * 2009-09-03 2014-01-08 富士通株式会社 Image processing apparatus, image processing program, and image processing method
JP6091319B2 (en) * 2013-04-26 2017-03-08 三菱電機株式会社 Image processing device for monitoring
WO2015159585A1 (en) * 2014-04-16 2015-10-22 ソニー株式会社 Image-processing device, imaging device, image-processing method, and program
JP6655973B2 (en) * 2015-12-16 2020-03-04 三菱電機株式会社 In-vehicle display control device
JP7195204B2 (en) * 2019-03-29 2022-12-23 セコム株式会社 Image processing device and image processing program

Also Published As

Publication number Publication date
JP2003271972A (en) 2003-09-26

Similar Documents

Publication Publication Date Title
KR100476019B1 (en) Monitoring method for detecting an intruding object and monitoring apparatus therefor
JP5241782B2 (en) Surveillance camera system having a camera abnormality detection device
JP4065137B2 (en) Image processing apparatus, image processing method, and program
KR100659781B1 (en) Smoke Detecting Method and System using CCD Image
JP2004145852A (en) Method for detecting position of lane marker, apparatus for detecting position of lane marker and alarm apparatus for lane deviation
KR20210006276A (en) Image processing method for flicker mitigation
JP2017504017A (en) Measuring instrument, system, and program
JP2008259161A (en) Target tracing device
JP4865328B2 (en) Image sensor
JP4171310B2 (en) Intruder detection method and intruder detection apparatus
JP2000331262A (en) Fire ceneration position detection device
JP3721071B2 (en) Intruder detection system
JPH07249128A (en) Picture processor for vehicle
JPH0620049A (en) Intruder identification system
JP4444007B2 (en) Image processing apparatus, image processing method, and program
JP3736836B2 (en) Object detection method, object detection apparatus, and program
JP3986643B2 (en) Image processing device for monitoring
JP2002279429A (en) Method for detecting infiltrating object
JP5056679B2 (en) Night view system
JP2002218443A (en) Intruding object detecting method for automatically determining threshold for intruding object detection and intruding object monitor
JP4980081B2 (en) Monitoring image processing device
JP3933453B2 (en) Image processing apparatus and moving body monitoring apparatus
JP2017059904A (en) Imaging device
JP3682631B2 (en) Fire detection equipment
JP6230877B2 (en) Image processing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041108

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070528

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070612

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070807

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070904

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071101

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20071112

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20071204

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071228

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4065137

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110111

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120111

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130111

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130111

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term