JP2003256844A - Pattern estimating method, pattern estimating device, program for the same method and recording medium with its program recorded - Google Patents

Pattern estimating method, pattern estimating device, program for the same method and recording medium with its program recorded

Info

Publication number
JP2003256844A
JP2003256844A JP2002052557A JP2002052557A JP2003256844A JP 2003256844 A JP2003256844 A JP 2003256844A JP 2002052557 A JP2002052557 A JP 2002052557A JP 2002052557 A JP2002052557 A JP 2002052557A JP 2003256844 A JP2003256844 A JP 2003256844A
Authority
JP
Japan
Prior art keywords
image
pattern
procedure
estimating
function
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.)
Granted
Application number
JP2002052557A
Other languages
Japanese (ja)
Other versions
JP3905774B2 (en
Inventor
Hidetomo Sakaino
英朋 境野
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2002052557A priority Critical patent/JP3905774B2/en
Publication of JP2003256844A publication Critical patent/JP2003256844A/en
Application granted granted Critical
Publication of JP3905774B2 publication Critical patent/JP3905774B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Closed-Circuit Television Systems (AREA)
  • Image Analysis (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To separate and extract the speed of a traveling vehicle from a bad weather scene such as a snowfall, rainfall, and fog being the factor of the generation of the fluctuation of illumination, luminance, and contrast in an image. <P>SOLUTION: An image inputting part 1 inputs the time-series image information of a pattern. An image storing part 2 stores the time-series image information. A parameter estimating part 3 estimates a model parameter for detecting the speed of the pattern from the stored time-series frame image. An output part 4 displays an image or information related with the speed of the pattern extracted based on the parameter. <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、WEBやさまざま
な観測源から得られる画像化(パターン化)された移動
物体の検出とその物体の移動速度を推定するパターン推
定方法および装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a pattern estimation method and apparatus for detecting an imaged (patterned) moving object obtained from a WEB or various observation sources and estimating the moving speed of the object.

【0002】[0002]

【従来の技術】この種のパターンそのものや速度を精度
よく検出できると、交通ライブカメラでは車両の交通流
の様子や監視、降雪や降雨などで視野が悪いライブカメ
ラシーンからの安定した車両速度の検出により交通事故
の事前予防が可能となるし、交通渋滞や交通流の映像か
らの車両パターンの予測、人の流れの予測が可能とな
る。
2. Description of the Related Art If this kind of pattern itself and speed can be detected with high accuracy, the traffic live camera can detect a stable vehicle speed from a live camera scene that has a bad view due to traffic flow and monitoring of the vehicle and snow and rain. By detecting the traffic accident, it becomes possible to prevent traffic accidents in advance, and it becomes possible to predict vehicle patterns and traffic flow from video of traffic congestion and traffic flow.

【0003】また、気象分野では雨域の移動速度がわか
るので気象予測として防災につながり、降水レーダー画
像による降水量の予測、衛星画像ならば、可視画像や赤
外画像から曇と晴予測、落雷画像から落雷予測が、降水
と落雷情報を統合すれば、集中豪雨と雷雲予測ができ、
気象以外の一般映像ならば、木々が揺らぐシーンからの
風向きと強さのセンシング、波立ちの変化を予測する波
浪予測が可能となる。
[0003] In the meteorological field, the moving speed of the rainy area is known, which leads to disaster prevention as weather forecast. Forecast of precipitation amount by precipitation radar image, if satellite image, cloudy and clear weather forecast from visible image or infrared image, lightning strike If the lightning strike forecast from the image integrates the precipitation and lightning strike information, it is possible to forecast the heavy rain and thundercloud.
For general images other than weather, it is possible to sense the wind direction and strength from a scene in which trees fluctuate, and to predict waves that predict changes in waves.

【0004】さらに、医療画像における血流パターンの
変化と認知過程予測など、重心を明瞭に定義できなく、
また、領域分割が容易でない画像や映像シーンにおい
て、未来の映像情報を予測することができるなど、さま
ざまな分野に利用できる。
Furthermore, the center of gravity cannot be clearly defined, such as changes in blood flow patterns in medical images and prediction of cognitive processes.
Further, the present invention can be used in various fields such as predicting future video information in an image or video scene that is not easily segmented.

【0005】[0005]

【発明が解決しようとする課題】前記のような複雑な形
状やパターンを含んだ映像パターンからの速度検出方法
については、さまざまに画像処理で推定する方法が提案
されている。画像符号化の分野ではブロックマッチング
による動きベクトル推定法が、コンピュータビジョンの
分野ではオプテイカルフロー法が主流である。
Various methods have been proposed for estimating a speed from a video pattern including a complicated shape or pattern as described above by image processing. In the field of image coding, the motion vector estimation method by block matching is the mainstream, and in the field of computer vision, the optical flow method is the mainstream.

【0006】後者において、勾配法とブロックマッチン
グ法に基づく方法がある。勾配法は、Horn&Sch
unckが標準正則化理論の枠組みで、速度に関しての
1次微分の滑らか拘束を課して解を得る方法を示してい
る。拘束条件には速度の2次微分など、さまざまに提案
が行われている。いずれの拘束条件を適用するにも、最
大の課題は最適な拘束条件をいかに設定するかである。
しかも画像特徴量に応じて、局所的に拘束条件を変更す
ることが必要である。
In the latter, there are methods based on the gradient method and the block matching method. The gradient method is Horn & Sch
unck shows how to obtain a solution by imposing a smooth constraint of the first derivative with respect to velocity in the framework of standard regularization theory. Various proposals have been made for restraint conditions, such as the second derivative of velocity. No matter which constraint is applied, the biggest issue is how to set the optimal constraint.
Moreover, it is necessary to locally change the constraint condition according to the image feature amount.

【0007】勾配法とブロックマッチング法では、基本
方程式を導く際、連続する画像フレーム間の濃淡値が一
定であると仮定している。そのため、局所的な照明、輝
度、コントラスト、影等が変動する場合には仮定からず
れる。
In the gradient method and the block matching method, when deriving the basic equation, it is assumed that the gray value between consecutive image frames is constant. Therefore, if the local illumination, brightness, contrast, shadow, etc. fluctuate, the assumption is deviated.

【0008】画像中の輝度変動等は、降雪、降雨、霧等
がシーン全体を覆う場合にも生じる。悪天候下での、走
行車両を検出する場合は、降雪からの速度と、走行車両
からの速度などが複雑に混在してしまい、容易には個々
の速度を分離推定することは困難であった。
[0008] Brightness variations in the image also occur when snow, rain, fog, etc. cover the entire scene. When a traveling vehicle is detected in bad weather, the speed from snowfall and the speed from the traveling vehicle are mixed in a complicated manner, and it is difficult to easily separate and estimate each speed.

【0009】本発明の目的は、画像中の照明、輝度、コ
ントラスト変動等を生じさせる、降雪、降雨、霧等があ
る悪天候シーンから降雪からの速度と、興味の対象であ
る走行車両等からの速度を分離抽出した、パターン推定
方法、パターン推定装置、パターン推定プログラム、お
よびそのプログラムを記録した記録媒体を提供すること
にある。
The object of the present invention is to determine the speed from snowfall due to bad weather scenes such as snowfall, rainfall, fog, etc., which cause illumination, brightness, contrast fluctuations, etc. in the image, and the traveling vehicle etc. of interest. A pattern estimation method, a pattern estimation device, a pattern estimation program, and a recording medium in which the program is recorded, in which the speed is separated and extracted.

【0010】[0010]

【課題を解決するための手段】前記の課題を解決するた
めの本発明は、以下の方法、装置、プログラム、記録媒
体を特徴とする。
The present invention for solving the above-mentioned problems is characterized by the following method, device, program and recording medium.

【0011】(方法の発明) (1)WEBやさまざまな観測源から得られる画像化さ
れたパターンを推定する方法であって、前記パターンの
時系列画像情報を入力する画像入力過程と、前記時系列
画像情報を蓄積する画像蓄積過程と、前記蓄積した時系
列フレーム画像からパターンの速度を検出するためのモ
デルパラメータを推定するパラメータ推定過程と、前記
パラメータを基にして抽出したパターンの速度に関する
画像や情報を表示する出力過程と、を有することを特徴
とする。
(Invention of Method) (1) A method for estimating an imaged pattern obtained from a WEB or various observation sources, which comprises an image input step of inputting time-series image information of the pattern, and the time An image accumulation process of accumulating sequence image information, a parameter estimation process of estimating a model parameter for detecting a pattern velocity from the accumulated time-series frame images, and an image relating to the velocity of the pattern extracted based on the parameter And an output process for displaying information.

【0012】(2)上記(1)のパラメータ推定過程に
おいて、目的関数を設定し、少なくとも速度、輝度、コ
ントラストの未知数を推定することを特徴とする。
(2) In the parameter estimation process of (1) above, an objective function is set and at least unknown values of speed, brightness and contrast are estimated.

【0013】(3)上記(2)の目的関数は、非線形な
ロバスト関数を介して、非線形関数の最小化により、未
知数を推定することを特徴とする。
(3) The objective function of the above (2) is characterized in that an unknown number is estimated by minimizing the non-linear function via a non-linear robust function.

【0014】(4)上記(3)において、前記最小化演
算には、最急降下法、ニューラルネット、レーベンバー
グ・マツカート法のいずれか1つの手法を用いることを
特徴とする。
(4) In the above (3), one of the steepest descent method, the neural network, and the Levenberg-Matsukart method is used for the minimization operation.

【0015】(5)上記(3)において、前記最小化過
程において、ローレンツ関数等に含まれる分散値は、段
階的に大きい値から小さい値へ可変させることを特徴と
する。
(5) In the above (3), the dispersion value included in the Lorentz function or the like is changed stepwise from a large value to a small value in the minimization process.

【0016】(6)上記(1)のパラメータ推定過程に
おいて、予め、異方拡散法により、画像のエッジを残し
ながら、平滑化を行った画像を生成することを特徴とす
る。
(6) In the parameter estimation process of the above (1), the image is smoothed in advance by the anisotropic diffusion method while leaving the edges of the image.

【0017】(7)上記(1)の出力過程の結果を利用
して、速度のある点に関して、k−meanクラスタリ
ングやLBGアルゴリズム等を施して、速度をもつ物体
の個体数を計数することを特徴とする。
(7) Using the result of the output process of (1) above, k-means clustering, LBG algorithm, etc. are applied to points with speed to count the number of objects having speed. Characterize.

【0018】(8)上記(7)において、クラスタリン
グの初期数を収束して形成されたクラスタごとに、距離
に応じて併合する過程を含むことを特徴とする。
(8) The above (7) is characterized in that it includes a step of merging according to the distance for each cluster formed by converging the initial number of clustering.

【0019】(装置の発明) (9)WEBやさまざまな観測源から得られる画像化さ
れたパターンを推定する装置であって、前記パターンの
時系列画像情報を入力する画像入力手段と、前記時系列
画像情報を蓄積する画像蓄積手段と、前記蓄積した時系
列フレーム画像からパターンの速度を検出するためのモ
デルパラメータを推定するパラメータ推定手段と、前記
パラメータを基にして抽出したパターンの速度に関する
画像や情報を表示する出力手段とを備え、前記パラメー
タ推定手段は、目的関数を設定し、少なくとも速度、輝
度、コントラストの未知数を推定する手段を含み、前記
目的関数は、非線形なロバスト関数を介して、非線形関
数の最小化により、未知数を推定する手段を含み、前記
最小化演算には、最急降下法、ニューラルネット、レー
ベンバーグ・マツカート法のいずれか1つの手段を含
み、前記最小化手段において、ローレンツ関数等に含ま
れる分散値は、段階的に大きい値から小さい値へ可変さ
せる手段を含み、前記パラメータ推定手段において、予
め、異方拡散法により、画像のエッジを残しながら、平
滑化を行った画像を生成する手段を含み、前記出力手段
の結果を利用して、速度のある点に関して、k−mea
nクラスタリングやLBGアルゴリズム等を施して、速
度をもつ物体の個体数を計数する手段を含み、前記クラ
スタリングの初期数を収束して形成されたクラスタごと
に、距離に応じて併合する手段を含む、ことを特徴とす
る。
(Invention of Apparatus) (9) An apparatus for estimating an imaged pattern obtained from a WEB or various observation sources, comprising image input means for inputting time-series image information of the pattern, and the time Image accumulation means for accumulating sequence image information, parameter estimation means for estimating a model parameter for detecting a pattern speed from the accumulated time-series frame images, and an image relating to the speed of the pattern extracted based on the parameter And an output unit for displaying information, the parameter estimating unit sets an objective function, and includes a unit for estimating at least velocity, brightness, and an unknown number of contrasts, the objective function being a nonlinear robust function. , A means for estimating an unknown value by minimizing a non-linear function, and the minimization operation includes a steepest descent method and a neural network. Or the Levenberg-Matsukart method, wherein the minimization means includes means for varying the dispersion value included in the Lorentz function or the like in a stepwise manner from a large value to a small value. The estimating means includes means for generating a smoothed image while leaving the edges of the image by the anisotropic diffusion method in advance, and using the result of the output means, k- mea
n clustering, LBG algorithm, etc. are included to count the number of individuals of an object having velocity, and each cluster formed by converging the initial number of clustering is merged according to distance. It is characterized by

【0020】(プログラムの発明) (10)WEBやさまざまな観測源から得られる画像化
されたパターンを推定する方法のプログラムであって、
前記パターンの時系列画像情報を入力する画像入力手順
と、前記時系列画像情報を蓄積する画像蓄積手順と、前
記蓄積した時系列フレーム画像からパターンの速度を検
出するためのモデルパラメータを推定するパラメータ推
定手順と、前記パラメータを基にして抽出したパターン
の速度に関する画像や情報を表示する出力手順とを有
し、前記パラメータ推定手順は、目的関数を設定し、少
なくとも速度、輝度、コントラストの未知数を推定する
手順を含み、前記目的関数は、非線形なロバスト関数を
介して、非線形関数の最小化により、未知数を推定する
手順を含み、前記最小化演算には、最急降下法、ニュー
ラルネット、レーベンバーグ・マツカート法のいずれか
1つの手順を含み、前記最小化手順において、ローレン
ツ関数等に含まれる分散値は、段階的に大きい値から小
さい値へ可変させる手順を含み、前記パラメータ推定手
順において、予め、異方拡散法により、画像のエッジを
残しながら、平滑化を行った画像を生成する手順を含
み、前記出力手順の結果を利用して、速度のある点に関
して、k−meanクラスタリングやLBGアルゴリズ
ム等を施して、速度をもつ物体の個体数を計数する手順
を含み、前記クラスタリングの初期数を収束して形成さ
れたクラスタごとに、距離に応じて併合する手順を含
む、ことを特徴とする。
(Invention of Program) (10) A program of a method for estimating an imaged pattern obtained from a WEB or various observation sources,
An image input procedure for inputting time-series image information of the pattern, an image storage procedure for storing the time-series image information, and a parameter for estimating a model parameter for detecting a pattern speed from the stored time-series frame image It has an estimation procedure and an output procedure for displaying an image and information relating to the speed of the pattern extracted based on the parameters, and the parameter estimation procedure sets an objective function and at least the unknowns of the speed, the brightness, and the contrast. The objective function includes a step of estimating an unknown number by minimizing a nonlinear function through a nonlinear robust function, and the minimizing operation includes a steepest descent method, a neural network, and a Levenberg -Including any one procedure of the Matsukart method, and included in the Lorentz function etc. in the minimization procedure The dispersion value includes a step of changing from a large value to a small value stepwise, and in the parameter estimation procedure, a procedure of generating an image smoothed while leaving edges of the image by the anisotropic diffusion method in advance. Using the result of the output procedure, the method includes performing a k-mean clustering, an LBG algorithm, or the like with respect to a point having a velocity to count the number of individuals of an object having a velocity, and the initial number of the clustering. It is characterized by including a procedure of merging according to the distance for each cluster formed by converging.

【0021】(記録媒体の発明) (11)WEBやさまざまな観測源から得られる画像化
されたパターンを推定する方法のプログラムを記録した
記録媒体であって、前記パターンの時系列画像情報を入
力する画像入力手順と、前記時系列画像情報を蓄積する
画像蓄積手順と、前記蓄積した時系列フレーム画像から
パターンの速度を検出するためのモデルパラメータを推
定するパラメータ推定手順と、前記パラメータを基にし
て抽出したパターンの速度に関する画像や情報を表示す
る出力手順とを有し、前記パラメータ推定手順は、目的
関数を設定し、少なくとも速度、輝度、コントラストの
未知数を推定する手順を含み、前記目的関数は、非線形
なロバスト関数を介して、非線形関数の最小化により、
未知数を推定する手順を含み、前記最小化演算には、最
急降下法、ニューラルネット、レーベンバーグ・マツカ
ート法のいずれか1つの手順を含み、前記最小化手順に
おいて、ローレンツ関数等に含まれる分散値は、段階的
に大きい値から小さい値へ可変させる手順を含み、前記
パラメータ推定手順において、予め、異方拡散法によ
り、画像のエッジを残しながら、平滑化を行った画像を
生成する手順を含み、前記出力手順の結果を利用して、
速度のある点に関して、k−meanクラスタリングや
LBGアルゴリズム等を施して、速度をもつ物体の個体
数を計数する手順を含み、前記クラスタリングの初期数
を収束して形成されたクラスタごとに、距離に応じて併
合する手順を含む、ことを特徴とする。
(Invention of Recording Medium) (11) A recording medium recording a program of a method for estimating an imaged pattern obtained from a WEB or various observation sources, in which time-series image information of the pattern is input. Image input procedure, an image accumulation procedure for accumulating the time-series image information, a parameter estimation procedure for estimating a model parameter for detecting a pattern speed from the accumulated time-series frame images, and based on the parameters. And an output procedure for displaying an image or information relating to the speed of the extracted pattern, wherein the parameter estimation procedure includes a procedure of setting an objective function and estimating at least velocity, brightness, and contrast unknowns, and the objective function Via the nonlinear robust function, by minimizing the nonlinear function,
The procedure includes a procedure for estimating an unknown number, and the minimization operation includes any one procedure of a steepest descent method, a neural network, and a Levenberg-Matsukart method, and in the minimization procedure, a variance value included in a Lorenz function or the like. Includes a step of varying from a large value to a small value in a stepwise manner, and in the parameter estimation procedure, a step of previously generating a smoothed image while leaving an edge of the image by an anisotropic diffusion method is included. , Using the result of the output procedure,
With respect to a certain point of velocity, a procedure of performing k-mean clustering, LBG algorithm, or the like to count the number of individuals of an object having velocity is included, and a distance is set for each cluster formed by converging the initial number of the clustering. It is characterized by including a procedure of merging accordingly.

【0022】[0022]

【発明の実施の形態】以下、本発明を図示する実施の形
態に基づいて詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail based on illustrated embodiments.

【0023】図1は、本発明の処理全体を示すシステム
構成図である。画像入力部1は、さまざまなセンサー、
観測機器、WEBを情報源として速度推定対象が含まれ
る画像を取得する。画像蓄積部2は、画像入力部1で取
得した画像の時系列画像を蓄積する。パラメータ推定部
3は、画像蓄積部2に蓄積された時系列画像からモデル
パラメータを推定する。出力部4は、パターンの速度に
関する画像や情報を表示する。なお、これら各部は、本
発明におけるパターン検出方法の処理手順図にも対応す
る。
FIG. 1 is a system configuration diagram showing the entire processing of the present invention. The image input unit 1 includes various sensors,
An image including the speed estimation target is acquired using the observation device and the WEB as the information source. The image storage unit 2 stores time-series images of the images acquired by the image input unit 1. The parameter estimation unit 3 estimates model parameters from the time series images stored in the image storage unit 2. The output unit 4 displays an image and information regarding the speed of the pattern. It should be noted that each of these units also corresponds to the processing procedure diagram of the pattern detection method of the present invention.

【0024】図2は、降雪や降雨での交通シーンであ
る。図中、Aは交通道路の画像、Bは交通道路上の車両
画像、Cは雪や雨の画像である。この画像フレームにお
いて、動画だと明らかであるが、カメラ視線上を落下す
る雪、雨があると、車両の速度を検出する場合に大きな
妨げとなってしまう問題がある。
FIG. 2 shows a traffic scene due to snowfall or rainfall. In the figure, A is an image of a traffic road, B is an image of a vehicle on the traffic road, and C is an image of snow or rain. Although it is clear that this image frame is a moving image, if there is snow or rain falling on the line of sight of the camera, there is a problem that it will be a great obstacle in detecting the speed of the vehicle.

【0025】即ち、従来法による速度推定法では、ほと
んどの場合、降雪と車両の速度が混在して検出されてし
まう。これは検出モデルに、それぞれの特性を含んでい
ないためである。降雪パターンは、非定常性が高く、そ
の形状や大きさ、速度に関して、一定範囲内の知識を適
用することは困難である。また、白色についても、車両
の白色との識別が困難である。
That is, in the speed estimation method according to the conventional method, snowfall and the speed of the vehicle are mixed and detected in most cases. This is because the detection model does not include each characteristic. The snowfall pattern is highly non-stationary, and it is difficult to apply knowledge within a certain range regarding its shape, size, and speed. Further, it is difficult to distinguish the white color from the white color of the vehicle.

【0026】下記の式(S1)〜(S12)は、本発明
で適用する方程式群である。連続する画像フレーム間か
ら速度を検出するには、いろいろなモデルが考えられ
る。多くの場合、観測時間が微小時間であると仮定し
て、画像内の物体、パターンが移動しても濃淡値は保存
されるモデルが適用される。以下、画像保存式と呼ぶ。
The following equations (S1) to (S12) are a group of equations applied in the present invention. Various models are conceivable for detecting the velocity between consecutive image frames. In many cases, assuming that the observation time is minute, a model is applied in which the gray value is preserved even if the object or pattern in the image moves. Hereinafter, this is referred to as an image storage type.

【0027】[0027]

【数1】 [Equation 1]

【0028】[0028]

【数2】 [Equation 2]

【0029】[0029]

【数3】 [Equation 3]

【0030】この場合、式(S1)のように表される。
画像上のある2次元の位置xが次のフレームにある速度
uで移動するものと仮定される。未知数である、物体の
移動速度uは、ある領域内における目的関数を最小化す
る最小二乗問題として解くことができる。即ち、目的関
数(S5,S6)が線形であり、未知数として速度の2
成分をもち、当てはめるべき物体の濃淡値の数の方が多
い。このことから、一般擬似逆行列を介して容易に計算
できる。
In this case, the expression (S1) is given.
It is assumed that a certain two-dimensional position x on the image moves at a velocity u in the next frame. The moving velocity u of the object, which is an unknown number, can be solved as a least squares problem that minimizes the objective function in a certain region. That is, the objective function (S5, S6) is linear, and the unknown value of velocity 2
It has more components and has more gray values for the object to be fitted. From this, it can be easily calculated through the general pseudo inverse matrix.

【0031】画像によっては、局所的に輝度変動、照明
変動、コントラスト変動等の影響が微小時間内であって
も考慮しなくてはない。即ち、フレーム間で濃淡値が式
(S1)のように保存しない。
Depending on the image, it is necessary to consider locally the influence of brightness variation, illumination variation, contrast variation, etc. even within a minute time. That is, the gray value is not stored between frames as in the formula (S1).

【0032】そのため、画像保存式の第一の拡張として
コントラスト変動を考慮する。式(S2)にコントラス
ト変動モデルを示す。
Therefore, the contrast variation is considered as the first extension of the image storage formula. Equation (S2) shows a contrast variation model.

【0033】第二の拡張として、輝度変動とコントラス
ト変動を含んだモデルを示す。これは式(S3)に示す
ようになる。
As a second extension, a model including brightness variation and contrast variation is shown. This is as shown in equation (S3).

【0034】第三の拡張として、影など、画像保存性を
くずす要因を複数モデル化する。これを式(S4)に示
す。
As a third extension, a plurality of factors such as shadows that impair the image storability are modeled. This is shown in formula (S4).

【0035】いずれの場合も、線形の目的関数(S5,
S6,S7)となっているので逆行列を解けば、未知数
である、2つの速度成分、輝度成分、コントラスト成分
が推定できる。ただし、式(S6)中、時間項(t+
1)をテイラー展開して近似して、式(S7)に示すよ
うな時間差分項が表現される。
In any case, a linear objective function (S5,
Since S6 and S7), the unknown two velocity components, the luminance component, and the contrast component can be estimated by solving the inverse matrix. However, in the formula (S6), the time term (t +
1) is Taylor-expanded and approximated to express the time difference term as shown in Expression (S7).

【0036】一般に、最小二乗法では、目的関数中、デ
ータの外れ値が未知数の推定精度を低下させる問題が知
られている。外れ値は当てはめるデータ中、分散値が大
きい値である。分散値の大きさによって、平均値からの
乖離度に応じて重みづけをして全体の分散を小さくして
当てはめ、その影響を緩和することが考えられる。
In the least-squares method, it is generally known that outliers of data in the objective function reduce the estimation accuracy of unknowns. Outliers are values with large variances in the data to be fitted. Depending on the magnitude of the variance value, weighting may be performed according to the degree of deviation from the average value, and the overall variance may be reduced and applied to alleviate the effect.

【0037】この場合、さまざまな重みづけ関数が存在
するが、非線形なロバスト関数を適用する。M−推定と
呼ばれる一連のロバスト関数には、式(S9)に示すロ
ーレンツ関数、Biweight法等がある。目的関数
(S8)は当てはめるデータとの乖離によって、値は変
化するが、目的関数の値が当てはめ誤差であることか
ら、この関数をM−推定の枠組みに組み込めば、外れ値
からの影響が緩和された精度ある未知数推定につなが
る。
In this case, there are various weighting functions, but a nonlinear robust function is applied. The series of robust functions called M-estimation include the Lorentz function shown in equation (S9) and the Biweight method. The value of the objective function (S8) changes depending on the deviation from the fitted data, but since the value of the objective function is a fitting error, incorporating this function in the framework of M-estimation mitigates the effect from outliers. Leads to accurate estimation of unknowns.

【0038】非線形な目的関数の最小化により、未知数
を推定できる。計算には、最急降下法、ニューラルネッ
ト、レーベンバーグ・マッカート(Levenberg-Marquard
t)法等などを用いる。予め、非線形ロバスト関数の偏
導関数、未知数に関する偏導関数を求めておく(S1
0,S11)。安定にかつ極小値に陥らないように、ロ
ーレンツ関数のもつ、分散値を反復過程において大から
小へ可変制御しながら解く。反復計算では、最急降下法
(S12)などで解けばよい。ただし、微分値には、経
験的に非常に小さいパラメータを掛け合わせる必要があ
る。
The unknown can be estimated by minimizing the nonlinear objective function. Steepest descent method, neural network, Levenberg-Marquard
t) Method etc. are used. The partial derivative of the nonlinear robust function and the partial derivative of the unknown are obtained in advance (S1
0, S11). The dispersion value of the Lorentz function is variably controlled from large to small in the iterative process so that it does not fall into a local minimum value stably. In the iterative calculation, the steepest descent method (S12) may be used. However, the differential value must be empirically multiplied by a very small parameter.

【0039】図3は、図2の画像に対する従来速度検出
法での結果である。画像フレーム間で、輝度とコントラ
ストが変動する画像には、降雪や降雨など悪天候によ
り、画面全体が見えづらくなるシーンがある。交通シー
ンや街頭シーン等で車両数や歩行者数を数えたり、状況
をカメラを通じて画像処理で行う場合、悪天候はその妨
げとなる。前処理として、ローパスフィルターをかける
だけではシーンを横切る降雪の影響を取り除くことはで
きず、興味の対象である、車両や人までもぼかしてしま
う問題がある。NAGELらの勾配法により、計算しよ
うとすると、降雪と車両、人から複数の動きベクトルが
同時に検出されてしまう。そのため、車両や人のシーン
からの分離抽出がうまくできない。
FIG. 3 shows the result of the conventional velocity detection method for the image of FIG. In an image in which brightness and contrast vary between image frames, there is a scene in which the entire screen becomes difficult to see due to bad weather such as snowfall or rain. When the number of vehicles or the number of pedestrians is counted in a traffic scene or a street scene, or when the situation is image-processed through a camera, bad weather is an obstacle. As a pre-processing, it is not possible to remove the effect of snowfall that crosses the scene just by applying a low-pass filter, and there is a problem that even the vehicles and people of interest are blurred. If an attempt is made to calculate by the gradient method of NAGEL et al., A plurality of motion vectors will be detected simultaneously from snowfall, a vehicle, and a person. Therefore, separation and extraction from scenes of vehicles and people cannot be performed well.

【0040】図4は、本発明を適用した交通シーンと輝
度画像とコントラスト画像である。本発明では、輝度・
コントラストモデルを使って、降雪シーンから走行する
車両を検出する実験を行う。ローパスフィルターによる
前処理は適用しない。これは、ローパスフィルターによ
り、雪と車が融合してしまう問題があったことによる。
交通シーンP1は降雪で覆われており、左レーンを複数
の車が走行している。このシーンから輝度・コントラス
トモデルである、非線形なロバスト関数によりコントラ
スト画像P2と輝度画像P3を検出した。いずれのシー
ンも車両よりも降雪パターンが検出された。
FIG. 4 shows a traffic scene, a brightness image and a contrast image to which the present invention is applied. In the present invention, the brightness
An experiment is conducted to detect a vehicle traveling from a snow scene using a contrast model. No pretreatment with a low-pass filter is applied. This is because there was a problem that the snow and the car were fused by the low pass filter.
The traffic scene P1 is covered with snow, and a plurality of vehicles are traveling in the left lane. From this scene, a contrast image P2 and a luminance image P3 are detected by a nonlinear robust function which is a luminance / contrast model. In both scenes, the snowfall pattern was detected rather than the vehicle.

【0041】図5は、本発明により検出された車両域と
速度ベクトルである。図4と同じモデルにより検出され
た車両域と各車両の速度ベクトルV1を示す。また、走
行車両域V2、速度ベクトルV3を示す。降雪も移動ベ
クトルをもつが、輝度画像P3と、コントラスト画像P
2に示すように、降雪の動き成分はそれぞれの画像によ
り吸収された。そのため、車両の速度ベクトルのみが分
離検出できた。即ち、輝度画像とコントラスト画像から
は晴シーンとの対応もしくは、周波数画像成分の分布で
静的なシーンとの差分をとることで、降雪もしくは降雨
というシーン状況が推定できる。
FIG. 5 shows the vehicle range and velocity vector detected by the present invention. The vehicle area | region detected by the same model as FIG. 4 and the velocity vector V1 of each vehicle are shown. Further, the traveling vehicle range V2 and the velocity vector V3 are shown. Although snowfall also has a movement vector, the brightness image P3 and the contrast image P
As shown in 2, the snowfall motion component was absorbed by each image. Therefore, only the velocity vector of the vehicle could be detected separately. That is, the situation of snowfall or rainfall can be estimated from the brightness image and the contrast image by associating with the clear scene or by taking the difference from the static scene by the distribution of the frequency image components.

【0042】図6は、本発明により検出された移動成分
をもつ点列と併合アルゴリズムに統合した点列を示す。
車両数を自動的に計数するために、動きベクトルのある
画素を1点として、シーン中の一定しきい値以上の速度
をもつ点を検出してクラスタリングを行う。クラスタリ
ング手法には、さまざまあるが、k−meanクラスタ
リングやLBGアルゴリズムを適用する。クラスタリン
グ数と車両数はほぼ一致するものとする。初期のセント
ロイド数は想定される車両数の数倍とする。そのため、
セントロイドはLBGアルゴリズムが収束した後、さら
に、併合してセントロイド数を減少させる必要がある。
併合には、一定の距離以内の場合行う。併合されたセン
トロイド数の変化をモニタリングすると、道路上の車両
数の変化がわかる。
FIG. 6 shows a point sequence having a moving component detected according to the present invention and a point sequence integrated in the merging algorithm.
In order to automatically count the number of vehicles, a pixel having a motion vector is set as one point, and a point having a speed equal to or higher than a certain threshold in the scene is detected and clustering is performed. Although there are various clustering methods, the k-mean clustering or the LBG algorithm is applied. It is assumed that the number of clusters and the number of vehicles are almost the same. The initial number of centroids is several times the expected number of vehicles. for that reason,
Centroids should be further merged to reduce the centroid number after the LBG algorithm has converged.
Merge within a certain distance. Monitoring the change in the number of merged centroids reveals the change in the number of vehicles on the road.

【0043】図7は、車両数の時系列変化である。車両
数が増加した後、減少する様子がわかる。これは視覚的
にシーンを見たときの様子と一致する。ここでは300
フレームのライブカメラからの降雪シーンが使用され
た。
FIG. 7 shows a time series change in the number of vehicles. It can be seen that the number of vehicles increases and then decreases. This is consistent with what the scene looks like visually. Here 300
A snowfall scene from a frame live camera was used.

【0044】なお、パラメータ推定において、異方拡散
法により、予め画像のエッジを残しながら平滑化を行っ
た画像を生成するのが好ましい。
In the parameter estimation, it is preferable to generate an image which is smoothed while leaving the edges of the image in advance by the anisotropic diffusion method.

【0045】また、本発明は、図1に示した方法又は装
置の一部又は全部の処理機能をプログラムとして構成し
てコンピュータを用いて実現すること、あるいは図1で
示した処理手順をプログラムとして構成してコンピュー
タに実行させることができる。また、コンピュータでそ
の各部の処理機能を実現するためのプログラム、あるい
はコンピュータにその処理手順を実行させるためのプロ
グラムを、そのコンピュータが読み取り可能な記録媒
体、例えば、FD(フロッピーディスク:登録商標)、
MO、ROM、メモリカード、CD、DVD、リムーバ
ブルディスクなどに記録して、保存したり、提供したり
することが可能であり、また、インターネットのような
通信ネットワークを介して配布したりすることが可能で
ある。
Further, according to the present invention, some or all of the processing functions of the method or apparatus shown in FIG. 1 are configured as a program and realized by using a computer, or the processing procedure shown in FIG. 1 is used as a program. It can be configured and run on a computer. A computer-readable recording medium, such as an FD (floppy disk: registered trademark), stores a program for realizing the processing function of each part of the computer or a program for causing the computer to execute the processing procedure.
It can be recorded in MO, ROM, memory card, CD, DVD, removable disk, etc., and can be saved or provided, and can be distributed via a communication network such as the Internet. It is possible.

【0046】[0046]

【発明の効果】以上述べたように、本発明によれば、降
雪や降雨で覆われた屋外シーンにおいて、走行する車両
と、降雪もしくは降雨を分離検出でき、遠隔でシーン状
況の監視が可能となり、特に、WEB上のさまざまなサ
イトのライブカメラからの情報収集の際、連続的かつ安
定に所定の対象の動きを検出したり、シーン理解へとつ
なぐことができる。
As described above, according to the present invention, in an outdoor scene covered with snow or rain, it is possible to separately detect a traveling vehicle and snow or rain, and to remotely monitor the scene situation. In particular, when collecting information from live cameras of various sites on the WEB, it is possible to continuously and stably detect the movement of a predetermined object and lead to scene understanding.

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

【図1】本発明の処理全体を示すシステム構成図。FIG. 1 is a system configuration diagram showing the overall processing of the present invention.

【図2】降雪や降雨での交通シーン。[Fig. 2] Traffic scene due to snowfall and rainfall.

【図3】従来速度検出法での結果。FIG. 3 is a result of a conventional speed detection method.

【図4】本発明で用いた交通シーンと輝度画像とコント
ラスト画像。
FIG. 4 is a traffic scene, a brightness image, and a contrast image used in the present invention.

【図5】本発明により検出された車両域と速度ベクトル
の図。
FIG. 5 is a diagram of a vehicle range and a velocity vector detected by the present invention.

【図6】本発明により検出された移動成分をもつ点列と
併合アルゴリズムに統合した点列。
FIG. 6 is a sequence of points having a moving component detected by the present invention and a sequence of points integrated into a merging algorithm.

【図7】車両数の時系列変化の図。FIG. 7 is a diagram showing a time series change in the number of vehicles.

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

1…画像入力部 2…画像蓄積部 3…パラメータ推定部 4…出力部 1 ... Image input section 2 ... Image storage unit 3 ... Parameter estimation unit 4 ... Output section

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 WEBやさまざまな観測源から得られる
画像化されたパターンを推定する方法であって、 前記パターンの時系列画像情報を入力する画像入力過程
と、 前記時系列画像情報を蓄積する画像蓄積過程と、 前記蓄積した時系列フレーム画像からパターンの速度を
検出するためのモデルパラメータを推定するパラメータ
推定過程と、 前記パラメータを基にして抽出したパターンの速度に関
する画像や情報を表示する出力過程と、を有することを
特徴とするパターン推定方法。
1. A method for estimating an imaged pattern obtained from a WEB or various observation sources, comprising an image input process of inputting time-series image information of the pattern, and accumulating the time-series image information. An image accumulation process, a parameter estimation process for estimating a model parameter for detecting a pattern velocity from the accumulated time-series frame images, and an output for displaying an image and information relating to the pattern velocity extracted based on the parameter A pattern estimation method comprising:
【請求項2】 請求項1のパラメータ推定過程におい
て、目的関数を設定し、少なくとも速度、輝度、コント
ラストの未知数を推定することを特徴とするパターン推
定方法。
2. The pattern estimating method according to claim 1, wherein in the parameter estimating process, an objective function is set and at least unknown values of velocity, brightness and contrast are estimated.
【請求項3】 請求項2の目的関数は、非線形なロバス
ト関数を介して、非線形関数の最小化により、未知数を
推定することを特徴とするパターン推定方法。
3. The pattern estimation method according to claim 2, wherein the objective function is estimated by minimizing the non-linear function via a non-linear robust function.
【請求項4】 請求項3において、前記最小化演算に
は、最急降下法、ニューラルネット、レーベンバーグ・
マツカート法のいずれか1つの手法を用いることを特徴
とするパターン推定方法。
4. The steepest descent method, neural network, Levenberg
A pattern estimation method characterized by using one of the Matsukart methods.
【請求項5】 請求項3において、前記最小化過程にお
いて、ローレンツ関数等に含まれる分散値は、段階的に
大きい値から小さい値へ可変させることを特徴とするパ
ターン推定方法。
5. The pattern estimation method according to claim 3, wherein in the minimization process, the variance value included in the Lorentz function or the like is changed stepwise from a large value to a small value.
【請求項6】 請求項1のパラメータ推定過程におい
て、予め、異方拡散法により、画像のエッジを残しなが
ら、平滑化を行った画像を生成することを特徴とするパ
ターン推定方法。
6. The pattern estimating method according to claim 1, wherein an image which has been smoothed while leaving an edge of the image is generated by an anisotropic diffusion method in advance.
【請求項7】 請求項1の出力過程の結果を利用して、
速度のある点に関して、k−meanクラスタリングや
LBGアルゴリズム等を施して、速度をもつ物体の個体
数を計数することを特徴とするパターン推定方法。
7. Using the result of the output process of claim 1,
A pattern estimation method characterized by performing k-mean clustering, an LBG algorithm, or the like on a point having a velocity to count the number of individuals of an object having a velocity.
【請求項8】 請求項7において、クラスタリングの初
期数を収束して形成されたクラスタごとに、距離に応じ
て併合する過程を含むことを特徴とするパターン推定方
法。
8. The pattern estimation method according to claim 7, further comprising a step of merging clusters formed by converging an initial number of clustering according to a distance.
【請求項9】 WEBやさまざまな観測源から得られる
画像化されたパターンを推定する装置であって、 前記パターンの時系列画像情報を入力する画像入力手段
と、 前記時系列画像情報を蓄積する画像蓄積手段と、 前記蓄積した時系列フレーム画像からパターンの速度を
検出するためのモデルパラメータを推定するパラメータ
推定手段と、 前記パラメータを基にして抽出したパターンの速度に関
する画像や情報を表示する出力手段とを備え、 前記パラメータ推定手段は、目的関数を設定し、少なく
とも速度、輝度、コントラストの未知数を推定する手段
を含み、 前記目的関数は、非線形なロバスト関数を介して、非線
形関数の最小化により、未知数を推定する手段を含み、 前記最小化演算には、最急降下法、ニューラルネット、
レーベンバーグ・マツカート法のいずれか1つの手段を
含み、 前記最小化手段において、ローレンツ関数等に含まれる
分散値は、段階的に大きい値から小さい値へ可変させる
手段を含み、 前記パラメータ推定手段において、予め、異方拡散法に
より、画像のエッジを残しながら、平滑化を行った画像
を生成する手段を含み、 前記出力手段の結果を利用して、速度のある点に関し
て、k−meanクラスタリングやLBGアルゴリズム
等を施して、速度をもつ物体の個体数を計数する手段を
含み、 前記クラスタリングの初期数を収束して形成されたクラ
スタごとに、距離に応じて併合する手段を含む、ことを
特徴とするパターン推定装置。
9. An apparatus for estimating an imaged pattern obtained from a WEB or various observation sources, comprising image input means for inputting time-series image information of the pattern, and accumulating the time-series image information. Image storage means, parameter estimation means for estimating a model parameter for detecting pattern speed from the stored time-series frame images, and output for displaying an image and information relating to the speed of the pattern extracted based on the parameters And a means for estimating an unknown number of at least velocity, brightness, and contrast, wherein the parameter estimating means sets an objective function, and the objective function minimizes the nonlinear function via a nonlinear robust function. By including a means for estimating an unknown number, the minimization operation includes a steepest descent method, a neural network,
Including any one means of the Levenberg-Matsukart method, wherein in the minimization means, the variance value included in the Lorentz function or the like includes means for varying from a large value to a small value in a stepwise manner. In advance, an anisotropic diffusion method is included, which includes means for generating a smoothed image while leaving an edge of the image, and using the result of the output means, k-means clustering or A means for counting the individual number of objects having a velocity by applying the LBG algorithm or the like, and means for merging according to a distance for each cluster formed by converging the initial number of the clustering. And a pattern estimation device.
【請求項10】 WEBやさまざまな観測源から得られ
る画像化されたパターンを推定する方法のプログラムで
あって、 前記パターンの時系列画像情報を入力する画像入力手順
と、 前記時系列画像情報を蓄積する画像蓄積手順と、 前記蓄積した時系列フレーム画像からパターンの速度を
検出するためのモデルパラメータを推定するパラメータ
推定手順と、 前記パラメータを基にして抽出したパターンの速度に関
する画像や情報を表示する出力手順とを有し、 前記パラメータ推定手順は、目的関数を設定し、少なく
とも速度、輝度、コントラストの未知数を推定する手順
を含み、 前記目的関数は、非線形なロバスト関数を介して、非線
形関数の最小化により、未知数を推定する手順を含み、 前記最小化演算には、最急降下法、ニューラルネット、
レーベンバーグ・マツカート法のいずれか1つの手順を
含み、 前記最小化手順において、ローレンツ関数等に含まれる
分散値は、段階的に大きい値から小さい値へ可変させる
手順を含み、 前記パラメータ推定手順において、予め、異方拡散法に
より、画像のエッジを残しながら、平滑化を行った画像
を生成する手順を含み、 前記出力手順の結果を利用して、速度のある点に関し
て、k−meanクラスタリングやLBGアルゴリズム
等を施して、速度をもつ物体の個体数を計数する手順を
含み、 前記クラスタリングの初期数を収束して形成されたクラ
スタごとに、距離に応じて併合する手順を含む、ことを
特徴とするパターン推定方法のプログラム。
10. A program of a method for estimating an imaged pattern obtained from a WEB or various observation sources, the image input procedure for inputting time-series image information of the pattern, and the time-series image information An image storage procedure for storing, a parameter estimation procedure for estimating a model parameter for detecting the pattern speed from the stored time-series frame images, and an image and information relating to the speed of the pattern extracted based on the parameter are displayed. And an output procedure to do, the parameter estimation procedure includes a procedure of setting an objective function and estimating at least velocity, brightness, and an unknown number of contrast, wherein the objective function is a nonlinear function through a nonlinear robust function. The procedure includes a procedure for estimating unknowns by minimizing Door,
Including any one procedure of the Levenberg-Matsukart method, and in the minimization procedure, the variance value included in the Lorenz function or the like includes a step of varying from a large value to a small value in a stepwise manner. In advance, an anisotropic diffusion method is used to include a procedure for generating a smoothed image while leaving an edge of the image, and using the result of the output procedure, k-means clustering or The method includes performing a LBG algorithm or the like to count the number of individuals of an object having a velocity, and including a procedure of merging according to a distance for each cluster formed by converging the initial number of the clustering. The program of the pattern estimation method.
【請求項11】 WEBやさまざまな観測源から得られ
る画像化されたパターンを推定する方法のプログラムを
記録した記録媒体であって、 前記パターンの時系列画像情報を入力する画像入力手順
と、 前記時系列画像情報を蓄積する画像蓄積手順と、 前記蓄積した時系列フレーム画像からパターンの速度を
検出するためのモデルパラメータを推定するパラメータ
推定手順と、 前記パラメータを基にして抽出したパターンの速度に関
する画像や情報を表示する出力手順とを有し、 前記パラメータ推定手順は、目的関数を設定し、少なく
とも速度、輝度、コントラストの未知数を推定する手順
を含み、 前記目的関数は、非線形なロバスト関数を介して、非線
形関数の最小化により、未知数を推定する手順を含み、 前記最小化演算には、最急降下法、ニューラルネット、
レーベンバーグ・マツカート法のいずれか1つの手順を
含み、 前記最小化手順において、ローレンツ関数等に含まれる
分散値は、段階的に大きい値から小さい値へ可変させる
手順を含み、 前記パラメータ推定手順において、予め、異方拡散法に
より、画像のエッジを残しながら、平滑化を行った画像
を生成する手順を含み、 前記出力手順の結果を利用して、速度のある点に関し
て、k−meanクラスタリングやLBGアルゴリズム
等を施して、速度をもつ物体の個体数を計数する手順を
含み、 前記クラスタリングの初期数を収束して形成されたクラ
スタごとに、距離に応じて併合する手順を含む、ことを
特徴とする記録媒体。
11. A recording medium for recording a program of a method for estimating an imaged pattern obtained from a WEB or various observation sources, which comprises an image input procedure for inputting time-series image information of the pattern, An image accumulation procedure for accumulating time-series image information, a parameter estimation procedure for estimating a model parameter for detecting a pattern speed from the accumulated time-series frame images, and a speed of a pattern extracted based on the parameter And an output procedure for displaying an image or information, wherein the parameter estimation procedure includes a procedure of setting an objective function, estimating at least velocity, brightness, and contrast unknowns, and the objective function is a nonlinear robust function. Via a non-linear function minimization to estimate the unknowns, the minimization operation includes Law, neural net,
Including any one procedure of the Levenberg-Matsukart method, and in the minimization procedure, the variance value included in the Lorenz function or the like includes a step of varying from a large value to a small value in a stepwise manner. In advance, an anisotropic diffusion method is used to include a procedure for generating a smoothed image while leaving an edge of the image, and using the result of the output procedure, k-means clustering or The method includes performing a LBG algorithm or the like to count the number of individuals of an object having a velocity, and including a procedure of merging according to a distance for each cluster formed by converging the initial number of the clustering. Recording medium.
JP2002052557A 2002-02-28 2002-02-28 PATTERN ESTIMATION METHOD, PATTERN ESTIMATION DEVICE, PATTERN ESTIMATION METHOD PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM Expired - Fee Related JP3905774B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002052557A JP3905774B2 (en) 2002-02-28 2002-02-28 PATTERN ESTIMATION METHOD, PATTERN ESTIMATION DEVICE, PATTERN ESTIMATION METHOD PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002052557A JP3905774B2 (en) 2002-02-28 2002-02-28 PATTERN ESTIMATION METHOD, PATTERN ESTIMATION DEVICE, PATTERN ESTIMATION METHOD PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM

Publications (2)

Publication Number Publication Date
JP2003256844A true JP2003256844A (en) 2003-09-12
JP3905774B2 JP3905774B2 (en) 2007-04-18

Family

ID=28664221

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002052557A Expired - Fee Related JP3905774B2 (en) 2002-02-28 2002-02-28 PATTERN ESTIMATION METHOD, PATTERN ESTIMATION DEVICE, PATTERN ESTIMATION METHOD PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM

Country Status (1)

Country Link
JP (1) JP3905774B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008181187A (en) * 2007-01-23 2008-08-07 Nippon Telegr & Teleph Corp <Ntt> Motion vector detecting device, motion vector detecting method and motion vector detecting program
JP2008257382A (en) * 2007-04-03 2008-10-23 Nippon Telegr & Teleph Corp <Ntt> Movement detection device, movement detection method and movement detection program
JP2008269097A (en) * 2007-04-17 2008-11-06 Nippon Telegr & Teleph Corp <Ntt> Device, method and program for detecting water surface wave behavior
WO2009102001A1 (en) * 2008-02-15 2009-08-20 The Tokyo Electric Power Company, Incorporated Bird search system, bird search method, and computer program
JP2011227909A (en) * 2011-05-31 2011-11-10 Nippon Telegr & Teleph Corp <Ntt> Image separation device, image separation method, and image separation program
JP2017016460A (en) * 2015-07-02 2017-01-19 沖電気工業株式会社 Traffic flow measurement device and traffic flow measurement method

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008181187A (en) * 2007-01-23 2008-08-07 Nippon Telegr & Teleph Corp <Ntt> Motion vector detecting device, motion vector detecting method and motion vector detecting program
JP4486974B2 (en) * 2007-01-23 2010-06-23 日本電信電話株式会社 Motion vector detection device, motion vector detection method, and motion vector detection program
JP2008257382A (en) * 2007-04-03 2008-10-23 Nippon Telegr & Teleph Corp <Ntt> Movement detection device, movement detection method and movement detection program
JP4553915B2 (en) * 2007-04-03 2010-09-29 日本電信電話株式会社 Motion detection device, motion detection method, and motion detection program
JP2008269097A (en) * 2007-04-17 2008-11-06 Nippon Telegr & Teleph Corp <Ntt> Device, method and program for detecting water surface wave behavior
JP4527747B2 (en) * 2007-04-17 2010-08-18 日本電信電話株式会社 Water surface wave behavior detection device, water surface wave behavior detection method, and water surface wave behavior detection program
WO2009102001A1 (en) * 2008-02-15 2009-08-20 The Tokyo Electric Power Company, Incorporated Bird search system, bird search method, and computer program
JPWO2009102001A1 (en) * 2008-02-15 2011-06-16 東京電力株式会社 Bird exploration system, bird exploration method and computer program
JP2011227909A (en) * 2011-05-31 2011-11-10 Nippon Telegr & Teleph Corp <Ntt> Image separation device, image separation method, and image separation program
JP2017016460A (en) * 2015-07-02 2017-01-19 沖電気工業株式会社 Traffic flow measurement device and traffic flow measurement method

Also Published As

Publication number Publication date
JP3905774B2 (en) 2007-04-18

Similar Documents

Publication Publication Date Title
US9070023B2 (en) System and method of alerting a driver that visual perception of pedestrian may be difficult
US9501701B2 (en) Systems and methods for detecting and tracking objects in a video stream
Tripathi et al. Removal of rain from videos: a review
US9323991B2 (en) Method and system for video-based vehicle tracking adaptable to traffic conditions
US8249301B2 (en) Video object classification
CN100545867C (en) Aerial shooting traffic video frequency vehicle rapid checking method
CN104378582B (en) A kind of intelligent video analysis system and method cruised based on Pan/Tilt/Zoom camera
US6985172B1 (en) Model-based incident detection system with motion classification
US7747075B2 (en) Salient motion detection system, method and program product therefor
US20130251275A1 (en) Calibration of video object classification
US10187617B2 (en) Automatic detection of moving object by using stereo vision technique
WO2016114134A1 (en) Motion condition estimation device, motion condition estimation method and program recording medium
JPWO2005039181A1 (en) Monitoring device
JP2007209008A (en) Surveillance device
JP3910626B2 (en) Monitoring device
CN106570449A (en) Visitor flow rate and popularity index detection method based on area definition and detection system thereof
Hautiere et al. Meteorological conditions processing for vision-based traffic monitoring
JP3905774B2 (en) PATTERN ESTIMATION METHOD, PATTERN ESTIMATION DEVICE, PATTERN ESTIMATION METHOD PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM
KR101640527B1 (en) Method and Apparatus for Monitoring Video for Estimating Size of Single Object
Muniruzzaman et al. Deterministic algorithm for traffic detection in free-flow and congestion using video sensor
Lagorio et al. Automatic detection of adverse weather conditions in traffic scenes
Pletzer et al. Feature-based level of service classification for traffic surveillance
Goswami et al. Unusual event detection in low resolution video for enhancing ATM security
Vijayaraj et al. Traffic congestion control of vehicles based on edge detection using image processing
Wibowo et al. Implementation of Background Subtraction for Counting Vehicle Using Mixture of Gaussians with ROI Optimization

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061005

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061017

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061120

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: 20070109

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070112

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110119

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110119

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120119

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130119

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees