JP5528151B2 - 対象物追跡装置、対象物追跡方法、および対象物追跡プログラム - Google Patents
対象物追跡装置、対象物追跡方法、および対象物追跡プログラム Download PDFInfo
- Publication number
- JP5528151B2 JP5528151B2 JP2010034849A JP2010034849A JP5528151B2 JP 5528151 B2 JP5528151 B2 JP 5528151B2 JP 2010034849 A JP2010034849 A JP 2010034849A JP 2010034849 A JP2010034849 A JP 2010034849A JP 5528151 B2 JP5528151 B2 JP 5528151B2
- Authority
- JP
- Japan
- Prior art keywords
- likelihood
- image
- particles
- particle
- tracking
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
- G06T7/277—Analysis of motion involving stochastic approaches, e.g. using Kalman filters
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10016—Video; Image sequence
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20076—Probabilistic image processing
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Closed-Circuit Television Systems (AREA)
Description
Cr = B / Pa ・・・・・・(1)
La' = La × (1 − Cr) ・・・・・・(2)
200 撮像装置
300 対象物追跡装置
310 画像取得部
320 画像記憶部
330 追跡指示部
340 特徴量算出部
350 尤度算出部
360 位置推定部
370 位置記憶部
380 重なり割合算出部
390 尤度補正部
400 表示装置
Claims (9)
- パーティクルフィルタを用いて映像に映し出された対象物の位置を追跡する対象物追跡装置であって、
前記対象物の位置の候補を示すパーティクルを複数生成し、前記対象物の画像の特徴量と前記パーティクルのそれぞれの画像の特徴量とを算出する特徴量算出部と、
前記パーティクル毎に、そのパーティクルの画像の特徴量と前記対象物の画像の特徴量との類似度から、そのパーティクルが前記対象物の位置であることの尤度を算出する尤度算出部と、
算出された前記パーティクルの尤度に基づいて、前記対象物の位置を推定する位置推定部と、
前記映像における第1の対象物の画像領域に対応する領域に対する、第2の対象物のパーティクルの重なり領域の大きさを算出する重なり割合算出部と、
前記重なり領域の大きさが第1の所定値以上であるとき、前記第2の対象物のパーティクルの前記尤度を下げる尤度補正部と、
を有する対象物追跡装置。 - 前記第1の対象物の画像領域に対応する領域は、前記映像における前記第1の対象物の画像領域に外接する矩形領域によって定義され、前記重なり領域の大きさは、前記第2の対象物のパーティクルの面積に対する重なり領域の面積の割合である、
請求項1記載の対象物追跡装置。 - 前記類似度は、前記対象物の画像の色ヒストグラムと、前記パーティクルの画像の色ヒストグラムとの類似度である、
請求項1記載の対象物追跡装置。 - 前記尤度補正部は、
前記重なり領域の大きさが前記第1の所定値以上であり、かつ、前記第2の対象物のパーティクルの尤度が第2の所定値以上であるとき、前記第2の対象物のパーティクルの尤度を補正する、
請求項1記載の対象物追跡装置。 - 前記第2の所定値は、前記第2の対象物のパーティクルの尤度の平均値である、
請求項4記載の対象物追跡装置。 - 前記第2の所定値は、前記第2の対象物のパーティクルの尤度のヒストグラムの最頻値である、
請求項4記載の対象物追跡装置。 - 前記尤度補正部は、
前記重なり領域の大きさと前記尤度の所定値との差分とに応じた大きさで、前記尤度を補正する、
請求項4記載の対象物追跡装置。 - パーティクルフィルタを用いて映像に映し出された対象物の位置を追跡する対象物追跡方法であって、
前記対象物の位置の候補を示すパーティクルを複数生成し、前記対象物の画像の特徴量と前記パーティクルのそれぞれの画像の特徴量とを算出するステップと、
前記パーティクル毎に、そのパーティクルの画像の特徴量と前記対象物の画像の特徴量との類似度から、そのパーティクルが前記対象物の位置であることの尤度を算出するステップと、
算出された前記パーティクルの尤度に基づいて、前記対象物の位置を推定するステップと、
前記映像における第1の対象物の画像領域に対応する領域に対する、第2の対象物のパーティクルの重なり領域の大きさを算出するステップと、
前記重なり領域の大きさが第1の所定値以上であるとき、前記第2の対象物のパーティクルの前記尤度を下げるステップと、
を有する対象物追跡方法。 - パーティクルフィルタを用いて映像に映し出された対象物の位置を追跡するための対象物追跡プログラムであって、
コンピュータに対し、
前記対象物の位置の候補を示すパーティクルを複数生成し、前記対象物の画像の特徴量と前記パーティクルのそれぞれの画像の特徴量とを算出する処理と、
前記パーティクル毎に、そのパーティクルの画像の特徴量と前記対象物の画像の特徴量との類似度から、そのパーティクルが前記対象物の位置であることの尤度を算出する処理と、
算出された前記パーティクルの尤度に基づいて、前記対象物の位置を推定する処理と、
前記映像における第1の対象物の画像領域に対応する領域に対する、第2の対象物のパーティクルの重なり領域の大きさを算出する処理と、
前記重なり領域の大きさが第1の所定値以上であるとき、前記第2の対象物のパーティクルの前記尤度を下げる処理と、
を実行させる対象物追跡プログラム。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010034849A JP5528151B2 (ja) | 2010-02-19 | 2010-02-19 | 対象物追跡装置、対象物追跡方法、および対象物追跡プログラム |
US13/263,169 US8891821B2 (en) | 2010-02-19 | 2011-01-13 | Object tracking device, object tracking method, and object tracking program |
PCT/JP2011/000135 WO2011102072A1 (ja) | 2010-02-19 | 2011-01-13 | 対象物追跡装置、対象物追跡方法、および対象物追跡プログラム |
CN201180001777.4A CN102405483B (zh) | 2010-02-19 | 2011-01-13 | 对象物追踪装置以及对象物追踪方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010034849A JP5528151B2 (ja) | 2010-02-19 | 2010-02-19 | 対象物追跡装置、対象物追跡方法、および対象物追跡プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011170684A JP2011170684A (ja) | 2011-09-01 |
JP5528151B2 true JP5528151B2 (ja) | 2014-06-25 |
Family
ID=44482681
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010034849A Expired - Fee Related JP5528151B2 (ja) | 2010-02-19 | 2010-02-19 | 対象物追跡装置、対象物追跡方法、および対象物追跡プログラム |
Country Status (4)
Country | Link |
---|---|
US (1) | US8891821B2 (ja) |
JP (1) | JP5528151B2 (ja) |
CN (1) | CN102405483B (ja) |
WO (1) | WO2011102072A1 (ja) |
Families Citing this family (46)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5841390B2 (ja) * | 2011-09-30 | 2016-01-13 | セコム株式会社 | 移動物体追跡装置 |
CN102521612B (zh) * | 2011-12-16 | 2013-03-27 | 东华大学 | 一种基于协同关联粒子滤波的多视频目标主动跟踪方法 |
TWI479431B (zh) * | 2012-04-03 | 2015-04-01 | Univ Chung Hua | 物件追蹤方法 |
US9256781B2 (en) * | 2012-05-10 | 2016-02-09 | Pointguard Ltd. | System and method for computer vision based tracking of an object |
CN103679743B (zh) * | 2012-09-06 | 2016-09-14 | 索尼公司 | 目标跟踪装置和方法,以及照相机 |
WO2014071400A1 (en) | 2012-11-05 | 2014-05-08 | 360 Heros, Inc. | 360 degree camera mount and related photographic and video system |
KR101447671B1 (ko) * | 2012-11-19 | 2014-10-07 | 홍익대학교 산학협력단 | 대상의 위치를 확률적으로 예측하는 방법 |
CN103162629B (zh) * | 2013-01-31 | 2015-04-15 | 浙江大学 | 一种一维光阱微粒位移检测方法 |
JP5786879B2 (ja) * | 2013-02-21 | 2015-09-30 | カシオ計算機株式会社 | 被写体追跡装置、被写体追跡方法及びプログラム |
US20150018666A1 (en) * | 2013-07-12 | 2015-01-15 | Anant Madabhushi | Method and Apparatus for Registering Image Data Between Different Types of Image Data to Guide a Medical Procedure |
CN104424648B (zh) * | 2013-08-20 | 2018-07-24 | 株式会社理光 | 对象跟踪方法和设备 |
JP6110256B2 (ja) * | 2013-08-21 | 2017-04-05 | 株式会社日本自動車部品総合研究所 | 対象物推定装置および対象物推定方法 |
CN103489001B (zh) * | 2013-09-25 | 2017-01-11 | 杭州智诺科技股份有限公司 | 图像目标追踪方法和装置 |
JP6206804B2 (ja) | 2013-09-27 | 2017-10-04 | パナソニックIpマネジメント株式会社 | 移動体追跡装置、移動体追跡システムおよび移動体追跡方法 |
US11615460B1 (en) | 2013-11-26 | 2023-03-28 | Amazon Technologies, Inc. | User path development |
JP6277736B2 (ja) * | 2014-01-23 | 2018-02-14 | 富士通株式会社 | 状態認識方法及び状態認識装置 |
JP6295122B2 (ja) * | 2014-03-27 | 2018-03-14 | 株式会社メガチップス | 状態推定装置、プログラムおよび集積回路 |
US10169661B2 (en) * | 2014-03-28 | 2019-01-01 | International Business Machines Corporation | Filtering methods for visual object detection |
JP6415196B2 (ja) * | 2014-09-08 | 2018-10-31 | キヤノン株式会社 | 撮像装置および撮像装置の制御方法 |
JP6403509B2 (ja) * | 2014-09-08 | 2018-10-10 | キヤノン株式会社 | 画像処理装置および画像処理装置の制御方法 |
JP6399869B2 (ja) * | 2014-09-09 | 2018-10-03 | キヤノン株式会社 | 被写体追尾装置、撮像装置、被写体追尾方法及びプログラム |
JP5999394B2 (ja) | 2015-02-20 | 2016-09-28 | パナソニックIpマネジメント株式会社 | 追跡支援装置、追跡支援システムおよび追跡支援方法 |
US10679177B1 (en) | 2015-03-25 | 2020-06-09 | Amazon Technologies, Inc. | Using depth sensing cameras positioned overhead to detect and track a movement of a user within a materials handling facility |
US10586203B1 (en) | 2015-03-25 | 2020-03-10 | Amazon Technologies, Inc. | Segmenting a user pattern into descriptor regions for tracking and re-establishing tracking of a user within a materials handling facility |
US10810539B1 (en) | 2015-03-25 | 2020-10-20 | Amazon Technologies, Inc. | Re-establishing tracking of a user within a materials handling facility |
US11205270B1 (en) | 2015-03-25 | 2021-12-21 | Amazon Technologies, Inc. | Collecting user pattern descriptors for use in tracking a movement of a user within a materials handling facility |
KR101635973B1 (ko) * | 2015-04-23 | 2016-07-04 | 국방과학연구소 | Ir 영상 추적에서 파티클 필터를 이용한 기억 추적 성능 향상 방법 및 장치 |
JP6284086B2 (ja) | 2016-02-05 | 2018-02-28 | パナソニックIpマネジメント株式会社 | 追跡支援装置、追跡支援システムおよび追跡支援方法 |
JP6656987B2 (ja) * | 2016-03-30 | 2020-03-04 | 株式会社エクォス・リサーチ | 画像認識装置、移動体装置、及び画像認識プログラム |
JP6744123B2 (ja) * | 2016-04-26 | 2020-08-19 | 株式会社日立製作所 | 動体追跡装置および放射線照射システム |
JP6760767B2 (ja) * | 2016-05-31 | 2020-09-23 | 東芝テック株式会社 | 販売データ処理装置およびプログラム |
JP6715120B2 (ja) * | 2016-07-25 | 2020-07-01 | 株式会社Screenホールディングス | 基材処理装置および蛇行予測方法 |
JP2018197945A (ja) * | 2017-05-23 | 2018-12-13 | 株式会社デンソーテン | 障害物検出装置および障害物検出方法 |
JP7149953B2 (ja) * | 2017-11-02 | 2022-10-07 | 株式会社Nttドコモ | 検出装置及び検出プログラム |
US11328513B1 (en) | 2017-11-07 | 2022-05-10 | Amazon Technologies, Inc. | Agent re-verification and resolution using imaging |
KR101982942B1 (ko) * | 2017-12-21 | 2019-05-27 | 건국대학교 산학협력단 | 객체 추적 방법 및 이를 수행하는 장치들 |
WO2019170024A1 (zh) | 2018-03-06 | 2019-09-12 | 北京市商汤科技开发有限公司 | 目标跟踪方法和装置、电子设备、存储介质 |
CN108460787B (zh) * | 2018-03-06 | 2020-11-27 | 北京市商汤科技开发有限公司 | 目标跟踪方法和装置、电子设备、程序、存储介质 |
US11386306B1 (en) | 2018-12-13 | 2022-07-12 | Amazon Technologies, Inc. | Re-identification of agents using image analysis and machine learning |
JP7238962B2 (ja) * | 2019-03-13 | 2023-03-14 | 日本電気株式会社 | 物体追跡装置、物体追跡方法、及び、プログラム |
US11915433B2 (en) * | 2019-03-14 | 2024-02-27 | Nec Corporation | Object tracking system, tracking parameter setting method, and non-transitory computer readable medium |
US12094186B2 (en) | 2019-04-25 | 2024-09-17 | Nec Corporation | Information processing device, information processing method, and program recording medium |
US11113541B2 (en) * | 2019-10-25 | 2021-09-07 | 7-Eleven, Inc. | Detection of object removal and replacement from a shelf |
CN113473378A (zh) * | 2020-03-31 | 2021-10-01 | 宇龙计算机通信科技(深圳)有限公司 | 一种移动轨迹上报方法、装置、存储介质及电子设备 |
TWI786409B (zh) * | 2020-06-01 | 2022-12-11 | 聚晶半導體股份有限公司 | 影像偵測裝置以及影像偵測方法 |
JP2022032776A (ja) * | 2020-08-14 | 2022-02-25 | 富士通株式会社 | 画像処理装置及び画面処理プログラム |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7219032B2 (en) * | 2002-04-20 | 2007-05-15 | John Louis Spiesberger | Estimation algorithms and location techniques |
US7352359B2 (en) * | 2002-07-27 | 2008-04-01 | Sony Computer Entertainment America Inc. | Method and system for applying gearing effects to inertial tracking |
JP2005165688A (ja) * | 2003-12-02 | 2005-06-23 | Fuji Xerox Co Ltd | 複数対象物追跡方法及びシステム |
JP4686663B2 (ja) | 2006-07-10 | 2011-05-25 | 国立大学法人京都大学 | 歩行者トラッキング方法及び歩行者トラッキング装置 |
JP4766495B2 (ja) * | 2007-09-28 | 2011-09-07 | 株式会社ソニー・コンピュータエンタテインメント | 対象物追跡装置および対象物追跡方法 |
US8311276B2 (en) * | 2008-01-07 | 2012-11-13 | JVC Kenwood Corporation | Object tracking apparatus calculating tendency of color change in image data regions |
JP4991595B2 (ja) * | 2008-02-21 | 2012-08-01 | 株式会社東芝 | パーティクルフィルタを使用する追跡システム |
JP5213486B2 (ja) * | 2008-03-14 | 2013-06-19 | 株式会社ソニー・コンピュータエンタテインメント | 対象物追跡装置および対象物追跡方法 |
JP4730431B2 (ja) * | 2008-12-16 | 2011-07-20 | 日本ビクター株式会社 | 目標追尾装置 |
JP2010165052A (ja) * | 2009-01-13 | 2010-07-29 | Canon Inc | 画像処理装置及び画像処理方法 |
US20120020518A1 (en) * | 2009-02-24 | 2012-01-26 | Shinya Taguchi | Person tracking device and person tracking program |
JP5177030B2 (ja) * | 2009-03-17 | 2013-04-03 | 株式会社Jvcケンウッド | 目標追尾装置 |
JP5488076B2 (ja) * | 2010-03-15 | 2014-05-14 | オムロン株式会社 | 対象物追跡装置、対象物追跡方法、および制御プログラム |
-
2010
- 2010-02-19 JP JP2010034849A patent/JP5528151B2/ja not_active Expired - Fee Related
-
2011
- 2011-01-13 US US13/263,169 patent/US8891821B2/en not_active Expired - Fee Related
- 2011-01-13 CN CN201180001777.4A patent/CN102405483B/zh not_active Expired - Fee Related
- 2011-01-13 WO PCT/JP2011/000135 patent/WO2011102072A1/ja active Application Filing
Also Published As
Publication number | Publication date |
---|---|
WO2011102072A1 (ja) | 2011-08-25 |
JP2011170684A (ja) | 2011-09-01 |
CN102405483B (zh) | 2014-11-12 |
US20120093364A1 (en) | 2012-04-19 |
US8891821B2 (en) | 2014-11-18 |
CN102405483A (zh) | 2012-04-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5528151B2 (ja) | 対象物追跡装置、対象物追跡方法、および対象物追跡プログラム | |
US10234957B2 (en) | Information processing device and method, program and recording medium for identifying a gesture of a person from captured image data | |
US9478033B1 (en) | Particle-based tracking of objects within images | |
US8989448B2 (en) | Moving object detecting device, moving object detecting method, moving object detection program, moving object tracking device, moving object tracking method, and moving object tracking program | |
US9542745B2 (en) | Apparatus and method for estimating orientation of camera | |
JP4728432B2 (ja) | 顔姿勢推定装置、顔姿勢推定方法、及び、顔姿勢推定プログラム | |
US10957068B2 (en) | Information processing apparatus and method of controlling the same | |
US9727787B2 (en) | System and method for deriving accurate body size measures from a sequence of 2D images | |
US10445887B2 (en) | Tracking processing device and tracking processing system provided with same, and tracking processing method | |
US9208395B2 (en) | Position and orientation measurement apparatus, position and orientation measurement method, and storage medium | |
JP4991595B2 (ja) | パーティクルフィルタを使用する追跡システム | |
JP6641163B2 (ja) | オブジェクト追跡装置及びそのプログラム | |
JP6793151B2 (ja) | オブジェクトトラッキング装置、オブジェクトトラッキング方法およびオブジェクトトラッキングプログラム | |
US20170140574A1 (en) | Image processing device and image processing method | |
US20190370977A1 (en) | Moving object detection apparatus, moving object detection method and program | |
JP2009510541A (ja) | オブジェクト追跡方法及びオブジェクト追跡装置 | |
CN108140291A (zh) | 烟雾检测装置、方法以及图像处理设备 | |
US20150169947A1 (en) | Posture estimation device, posture estimation method, and posture estimation program | |
JP2013105285A5 (ja) | ||
JP2018113021A (ja) | 情報処理装置およびその制御方法、プログラム | |
US12033406B2 (en) | Method and device for identifying presence of three-dimensional objects using images | |
JP2016170603A (ja) | 移動物体追跡装置 | |
CN114202797A (zh) | 行为识别方法、装置和存储介质 | |
JP2021081804A (ja) | 状態認識装置、状態認識方法及び状態認識プログラム | |
KR101320922B1 (ko) | 가중 탐색 영역을 이용한 움직임 추적 및 아바타 제어 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20121227 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20131029 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131210 |
|
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: 20140325 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140415 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5528151 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |