JPH0797408B2 - 移動物体の位置検出画像処理方法 - Google Patents

移動物体の位置検出画像処理方法

Info

Publication number
JPH0797408B2
JPH0797408B2 JP62225814A JP22581487A JPH0797408B2 JP H0797408 B2 JPH0797408 B2 JP H0797408B2 JP 62225814 A JP62225814 A JP 62225814A JP 22581487 A JP22581487 A JP 22581487A JP H0797408 B2 JPH0797408 B2 JP H0797408B2
Authority
JP
Japan
Prior art keywords
moving object
data array
frame difference
section
processing method
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
JP62225814A
Other languages
English (en)
Other versions
JPS6467690A (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.)
Nissan Motor Co Ltd
Original Assignee
Nissan Motor Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nissan Motor Co Ltd filed Critical Nissan Motor Co Ltd
Priority to JP62225814A priority Critical patent/JPH0797408B2/ja
Publication of JPS6467690A publication Critical patent/JPS6467690A/ja
Publication of JPH0797408B2 publication Critical patent/JPH0797408B2/ja
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Description

【発明の詳細な説明】 産業上の利用分野 本発明は移動物体の位置検出を画像処理で行う方法に関
する。
従来の技術 移動画像の処理の中には、例えば特開昭61−153774号公
報に示されているように、撮像時刻の異なる2つの画像
のフレーム差分を求め、両画像中移動物体のみを描出す
る構造のものがある。
発明が解決しようとする問題点 前述した従来の処理方法では、描出した移動画像の重心
を求めて、移動物体の位置を推定することはできるもの
の、物体の移動量が少ない時あるいは処理系の雑音等に
よって、誤差が増大してしまう不都合がある。
問題点を解決するための手段 移動物体の撮像時刻の異なる2つの画像のフレーム差分
を求め、このフレーム差分画像のx軸,y軸への投影加算
した結果の1次元データ配列を2値化して、この2値化
データ配列の閾値以上の点の数が特定値以上のとき、2
値化データ配列中のフレーム差分画像の重心位置および
重心位置の分散度を求め、該分散度が特定値以上のと
き、前記重心位置を用いて移動物体の新しい位置を求め
るものである。
実施例 以下、本発明の実施例を図面に基づいて詳述する。
この実施例では、撮像装置のビデオ信号をコンピュータ
で画像処理する場合について例示してある。
第1図に示すように、 (1)セクションで移動物体の2次元位置の初期値
(x0,y0)をコンピュータに入力する。
(2)セクションで移動物体の撮像時刻の異なる2つ
の画像のうちの撮像時刻の早い方の第1画像f1(x,y)
を撮像装置からコンピュータに入力する。
(3)セクションで前記2つの画像のうちの撮像時刻
の遅い方の第2画像f2(x,y)を撮像装置からコンピュ
ータに入力する。なお、前記2つの入力画像の寸法はNx
×Nyとする。
(4)そして、コンピュータでセクション〜の処理
を行う。
セクションで第1画像f1(x,y)と第2画像f2(x,y)
とのフレーム差分g(x,y)=|f1(x,y)−f2(x,y)|
を求める。
(5)セクションでx軸,y軸への加算データ配列Gx
(x),Gy(y)およびこれらの平均濃度x,yを下
式より求める。
(6)セクションで平均濃度x,yと雑音強度の分
散σx,σyに基づき、Gx(x),Gy(y)の2値化デー
タ配列G′x(x),G′y(y)を下記より求める。
但し、nは実験より求めた任意の定数。
尚、前記雑音強度の分散σxは、入力画像f1(x,
y)、f2(x,y)に移動物が無い時、前記Gx(x),Gy
(y),x,yを求め、下式より計算する。
(7)セクションでG′x(x),G′y(y)の有意
性判定を行い、下記条件を満足しないときは、セクショ
ンに戻る。
但し、t11,t12は経験則より定められる特定値。
(8)上記条件を満足したときには、セクションで2
値化データ配列G′x(x),G′y(y)の重心位置
,を下式により求める。
(9)セクションで重心位置,についての分散度
Vx,Vyを下式より求める。
なお、t21,t22は移動物体の寸法および速度変化分に依
存する特定値。
(10)セクションで分散度Vx,Vyの有意性判定を行
い、下記条件を満足しないときは、セクションに戻
る。
条件;Vx>t31又は Vy>t32 但し、t31,t32は実験より求めた特定値。
(11)上記条件を満足したときは、セクションで前記
重心位置,を用いて下式より移動物体の新しい位置
x′0,y′を求める。
x′=x0+2(−x0) y′=x0+2(−y0) (12)セクションでデータの更新を、 (x′0,y′)→(x0,y0) f2(x2,y2)→f1(x1,y1) と行って、セクションに戻るのである。
発明の効果 以上のように本発明によれば、フレーム差分のx軸,y軸
への加算データ配列を2値化し、x軸方向,y軸方向の重
心位置を求める一方、2回の有意性判定を併用するの
で、処理系の雑音に感応し難く、物体の移動量が少ない
時でも、安定した位置検出ができる。しかも、フレーム
差分をx軸,y軸に加算投影後は、すべて1次元データ配
列に対する処理とすることができるので、処理時間の増
大化を招くことがないという等の新規な効果がある。
【図面の簡単な説明】
第1図は本発明の一実施例を示すフローチャートであ
る。 f1(x,y)……第1画像、f2(x,y)……第2画像、g
(x,y)……フレーム差分、Gx(x),Gy(y)……加算
データ配列、G′x(x),G′y(y)……2値化デー
タ配列、,……重心位置、Vx,Vy……分散度。

Claims (1)

    【特許請求の範囲】
  1. 【請求項1】移動物体の撮像時刻の異なる2つの画像の
    フレーム差分を求め、このフレーム差分画像のx軸,y軸
    への投影加算した結果の1次元データ配列を2値化し
    て、この2値化データ配列の閾値以上の点の数が特定値
    以上のとき、2値化データ配列中のフレーム差分画像の
    重心位置および重心位置の分散度を求め、該分散度が特
    定値以上のとき、前記重心位置を用いて移動物体の新し
    い位置を求めることを特徴とする移動物体の位置検出画
    像処理方法。
JP62225814A 1987-09-09 1987-09-09 移動物体の位置検出画像処理方法 Expired - Lifetime JPH0797408B2 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62225814A JPH0797408B2 (ja) 1987-09-09 1987-09-09 移動物体の位置検出画像処理方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62225814A JPH0797408B2 (ja) 1987-09-09 1987-09-09 移動物体の位置検出画像処理方法

Publications (2)

Publication Number Publication Date
JPS6467690A JPS6467690A (en) 1989-03-14
JPH0797408B2 true JPH0797408B2 (ja) 1995-10-18

Family

ID=16835213

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62225814A Expired - Lifetime JPH0797408B2 (ja) 1987-09-09 1987-09-09 移動物体の位置検出画像処理方法

Country Status (1)

Country Link
JP (1) JPH0797408B2 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220301185A1 (en) * 2021-03-16 2022-09-22 Honda Motor Co., Ltd. Information processing apparatus, information processing method, and storage medium for estimating movement amount of moving object

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61201583A (ja) * 1985-03-04 1986-09-06 Toshiba Corp 動きベクトル検出装置
JPH0814849B2 (ja) * 1985-11-12 1996-02-14 ソニー株式会社 動体検出装置
JPS62145383A (ja) * 1985-12-19 1987-06-29 Toshiba Corp 位置認識装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220301185A1 (en) * 2021-03-16 2022-09-22 Honda Motor Co., Ltd. Information processing apparatus, information processing method, and storage medium for estimating movement amount of moving object
US12272075B2 (en) * 2021-03-16 2025-04-08 Honda Motor Co., Ltd. Information processing apparatus, information processing method, and storage medium for estimating movement amount of moving object

Also Published As

Publication number Publication date
JPS6467690A (en) 1989-03-14

Similar Documents

Publication Publication Date Title
CN112308095B (zh) 图片预处理及模型训练方法、装置、服务器及存储介质
EP1329850B1 (en) Apparatus, program and method for detecting both stationary objects and moving objects in an image
CN102985957B (zh) 车辆周围监测装置
JPWO2017158647A1 (ja) 乗車人数計測装置、システム、方法およびプログラムならびに車両移動量算出装置、方法およびプログラム
CN114111568A (zh) 动态目标外观尺寸的确定方法及装置、介质及电子设备
JP2002024807A (ja) 物体運動追跡手法及び記録媒体
JP2021089778A (ja) 情報処理装置、情報処理方法、及びプログラム
WO2019016971A1 (ja) 乗員数検知システム、乗員数検知方法、およびプログラム
WO2019012710A1 (ja) 解析装置、解析方法及びプログラム
CN115147683B (zh) 位姿估计网络模型的训练方法、位姿估计方法及装置
JPH0797408B2 (ja) 移動物体の位置検出画像処理方法
WO2021193816A1 (ja) 撮影装置、撮影方法及びプログラム
JP3364771B2 (ja) 移動物体検出装置
JP3985610B2 (ja) 車両用走行路認識装置
WO2010089938A1 (ja) 回転推定装置、回転推定方法および記録媒体
JP2002190027A (ja) 画像認識による速度測定システム及び速度測定方法
JPH10123163A (ja) 流速分布測定方法
JP2013148355A (ja) 車両位置算出装置
JP4595834B2 (ja) 動きベクトル検出方法及び装置
WO2022107548A1 (ja) 3次元骨格検出方法及び3次元骨格検出装置
JP2743509B2 (ja) フロック計測装置の2値化閾値決定方法
JP2007078354A (ja) 長さ測定装置
JP7605089B2 (ja) キーポイント補正装置、キーポイント補正方法、及びプログラム
CN113691731B (zh) 一种处理方法、装置和电子设备
JPH0829358A (ja) 画像処理による製品検査方法