JP2016058085A - 対象の遮蔽を検出する方法と装置 - Google Patents
対象の遮蔽を検出する方法と装置 Download PDFInfo
- Publication number
- JP2016058085A JP2016058085A JP2015173099A JP2015173099A JP2016058085A JP 2016058085 A JP2016058085 A JP 2016058085A JP 2015173099 A JP2015173099 A JP 2015173099A JP 2015173099 A JP2015173099 A JP 2015173099A JP 2016058085 A JP2016058085 A JP 2016058085A
- Authority
- JP
- Japan
- Prior art keywords
- image
- cell
- matching
- target
- feature
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 46
- 238000001514 detection method Methods 0.000 claims abstract description 89
- 238000000605 extraction Methods 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 14
- 238000004458 analytical method Methods 0.000 description 9
- 230000015654 memory Effects 0.000 description 5
- 238000012545 processing Methods 0.000 description 5
- 230000005856 abnormality Effects 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 2
- 230000032823 cell division Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 238000011156 evaluation Methods 0.000 description 2
- 230000002159 abnormal effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000010801 machine learning Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000004660 morphological change Effects 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 239000002245 particle Substances 0.000 description 1
- 238000005192 partition Methods 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000007619 statistical method Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/52—Surveillance or monitoring of activities, e.g. for recognising suspicious objects
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/50—Extraction of image or video features by performing operations within image blocks; by using histograms, e.g. histogram of oriented gradients [HoG]; by summing image-intensity values; Projection analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/74—Image or video pattern matching; Proximity measures in feature spaces
- G06V10/75—Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
- G06V10/751—Comparing pixel values or logical combinations thereof, or feature values having positional relevance, e.g. template matching
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Software Systems (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
Abstract
【解決手段】該方法は、対象の画像を取得するとともに、該対象の所定テンプレート画像を取得し、該対象の画像と該所定テンプレート画像とのマッチングを行い、マッチング結果を取得し、該マッチング結果に基づき、該対象が遮蔽されているか否かを検出し、遮蔽の検出結果を出力する。これにより、対象の画像と所定テンプレート画像とのマッチングを行い、マッチング結果を取得し、該マッチング結果に基づき遮蔽検出を行うことで、該対象が遮蔽されているか否かを迅速に検出することができる。
【選択図】図1
Description
Claims (12)
- 目標場面における対象の遮蔽を検出する方法であって、
該対象の画像を取得するとともに、該対象の所定テンプレート画像を取得するステップと、
該対象の画像と該所定テンプレート画像とのマッチングを行い、マッチング結果を取得するステップと、
該マッチング結果に基づき、該対象が遮蔽されているか否かを検出し、検出結果を取得するステップと、を含む、方法。 - 該対象の画像と該所定テンプレート画像とのマッチングを行うステップは、
同一の所定ルールに従い、該対象の画像と該所定テンプレート画像をそれぞれ複数のセルに分割するステップと、
該対象の画像の複数のセル中の各セルのセル特徴、及び該所定テンプレート画像の複数のセル中の各セルのセル特徴を抽出するステップと、
該対象の各セルのセル特徴と該所定テンプレート画像の各セルのセル特徴とのマッチングを行うステップと、を含み、
前記マッチング結果は、該対象の画像の複数のセルと該所定テンプレート画像の複数のセルとのセル特徴の全体的マッチング度が最も高いマッチング結果である、請求項1に記載の方法。 - 前記全体的マッチング度が最も高いマッチング結果は、対象の画像の各セルと該所定テンプレート画像の対応するセルとのマッチング度の和が最も大きいマッチング結果、或いは対象の画像の各セルと該所定テンプレート画像の対応するセルとのマッチング度の平均二乗誤差の和が最も小さいマッチング結果である、請求項2に記載の方法。
- 該マッチング結果に基づき、該対象が遮蔽されているか否かを検出するステップは、
前記マッチング結果に基づき、該対象の画像の複数のセルから、該所定テンプレート画像の対応するセルとのマッチング度が所定閾値より低いセルを選択するステップと、
前記マッチング度が所定閾値より低いセルが遮蔽されているか否かを検出するステップと、を含む、請求項2に記載の方法。 - 画像特徴である、視差分布特徴、深度特徴、色特徴、エッジ特徴のうちの少なくとも1つを分析することにより、遮蔽が存在するか否かを検出する、請求項4に記載の方法。
- 現在のフレームに遮蔽が存在すると検出された場合に、現在のフレーム及び所定数の過去のフレームの遮蔽の検出結果に基づき、次のフレームに遮蔽が存在するか否かを予測するステップと、
次のフレームに遮蔽が存在すると予測された場合に、現在のフレームの遮蔽の検出結果に基づきテンプレート画像を更新し、更新後のテンプレート画像を次のフレームのテンプレート画像候補とするステップと、をさらに含む、請求項4に記載の方法。 - 前記テンプレート画像を更新するステップは、現在のフレームの画像における遮蔽が存在する特徴セルを用いてテンプレート画像における対応する特徴セルを更新するステップを含む、請求項6に記載の方法。
- 前記検出結果を出力するステップをさらに含む、請求項1〜7のいずれかに記載の方法。
- 目標場面における対象の遮蔽を検出する装置であって、
該対象の画像を取得し、該対象の所定テンプレート画像を取得する画像取得手段と、
該対象の画像と該所定テンプレート画像とのマッチングを行い、マッチング結果を取得するマッチング手段と、
該マッチング結果に基づき、該対象が遮蔽されているか否かを検出し、検出結果を取得する検出手段と、を含む、装置。 - 前記マッチング手段は、
同一の所定ルールに従い、該対象の画像と該所定テンプレート画像をそれぞれ複数のセルに分割するセル分割手段と、
該対象の画像の複数のセル中の各セルのセル特徴、及び該所定テンプレート画像の複数のセル中の各セルのセル特徴を抽出する特徴抽出手段と、
該対象の各セルのセル特徴と該所定テンプレート画像の各セルのセル特徴とのマッチングを行い、マッチング結果を取得する特徴マッチング手段と、を含む、請求項9に記載の装置。 - 前記検出手段は、
前記マッチング結果に基づき、該対象の画像の複数のセルから、該所定テンプレート画像の対応するセルとのマッチング度が所定閾値より低いセルを選択するセル選択手段と、
前記マッチング度が所定閾値より低いセルが遮蔽されているか否かを検出するセル検出手段と、を含む、請求項10に記載の装置。 - 前記検出結果を出力する出力手段をさらに含む、請求項9〜11のいずれかに記載の装置。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410450330 | 2014-09-05 | ||
CN201410450330.0A CN105469380A (zh) | 2014-09-05 | 2014-09-05 | 对于对象的遮挡进行检测的方法和装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016058085A true JP2016058085A (ja) | 2016-04-21 |
JP6679858B2 JP6679858B2 (ja) | 2020-04-15 |
Family
ID=54151064
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015173099A Expired - Fee Related JP6679858B2 (ja) | 2014-09-05 | 2015-09-02 | 対象の遮蔽を検出する方法と装置 |
Country Status (3)
Country | Link |
---|---|
EP (1) | EP2993621B1 (ja) |
JP (1) | JP6679858B2 (ja) |
CN (1) | CN105469380A (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018005839A (ja) * | 2016-07-08 | 2018-01-11 | オムロン株式会社 | 画像処理装置および画像処理方法 |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106952294B (zh) * | 2017-02-15 | 2019-10-08 | 北京工业大学 | 一种基于rgb-d数据的视频跟踪方法 |
US10332272B2 (en) * | 2017-08-07 | 2019-06-25 | Caterpillar Inc. | Systems and methods for testing an automatic perception system |
CN107766885A (zh) * | 2017-10-19 | 2018-03-06 | 北京小米移动软件有限公司 | 检测摄像头的遮罩膜的方法及装置 |
CN108875528B (zh) * | 2018-01-08 | 2021-01-29 | 北京旷视科技有限公司 | 一种人脸形状点定位方法及装置、存储介质 |
CN110472486B (zh) * | 2019-07-03 | 2021-05-11 | 北京三快在线科技有限公司 | 一种货架障碍物识别方法、装置、设备及可读存储介质 |
CN112967399A (zh) * | 2021-03-31 | 2021-06-15 | 东莞中国科学院云计算产业技术创新与育成中心 | 三维时序图像生成方法、装置、计算机设备和存储介质 |
CN114268807B (zh) * | 2021-12-24 | 2023-08-01 | 杭州当虹科技股份有限公司 | 一种实时智能遮台标的自动化测试方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002373332A (ja) * | 2001-06-15 | 2002-12-26 | Matsushita Electric Ind Co Ltd | 画像認識装置および画像認識方法 |
JP2004258925A (ja) * | 2003-02-25 | 2004-09-16 | Matsushita Electric Works Ltd | 画像追跡装置 |
US20080181453A1 (en) * | 2005-03-17 | 2008-07-31 | Li-Qun Xu | Method of Tracking Objects in a Video Sequence |
JP2009199417A (ja) * | 2008-02-22 | 2009-09-03 | Denso Corp | 顔追跡装置及び顔追跡方法 |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7095786B1 (en) * | 2003-01-11 | 2006-08-22 | Neo Magic Corp. | Object tracking using adaptive block-size matching along object boundary and frame-skipping when object motion is low |
KR100814424B1 (ko) * | 2006-10-23 | 2008-03-18 | 삼성전자주식회사 | 폐색영역 검출장치 및 검출방법 |
CN101887588B (zh) * | 2010-08-04 | 2012-07-25 | 中国科学院自动化研究所 | 一种基于表观分块的遮挡处理方法 |
US20140147011A1 (en) * | 2012-11-29 | 2014-05-29 | Pelco, Inc. | Object removal detection using 3-d depth information |
-
2014
- 2014-09-05 CN CN201410450330.0A patent/CN105469380A/zh active Pending
-
2015
- 2015-09-02 JP JP2015173099A patent/JP6679858B2/ja not_active Expired - Fee Related
- 2015-09-02 EP EP15183572.5A patent/EP2993621B1/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002373332A (ja) * | 2001-06-15 | 2002-12-26 | Matsushita Electric Ind Co Ltd | 画像認識装置および画像認識方法 |
JP2004258925A (ja) * | 2003-02-25 | 2004-09-16 | Matsushita Electric Works Ltd | 画像追跡装置 |
US20080181453A1 (en) * | 2005-03-17 | 2008-07-31 | Li-Qun Xu | Method of Tracking Objects in a Video Sequence |
JP2009199417A (ja) * | 2008-02-22 | 2009-09-03 | Denso Corp | 顔追跡装置及び顔追跡方法 |
Non-Patent Citations (2)
Title |
---|
AHRA JO ET AL.: "Occlusion detection using horizontally segmented windows for vehicle tracking", MULTIMED TOOLS APPL(2015), JPN6019029445, 11 January 2014 (2014-01-11), pages 227 - 243, XP035431183, ISSN: 0004089764, DOI: 10.1007/s11042-013-1846-5 * |
土屋 創太,斉藤 文彦: "ブロック領域判定処理に基づく隠ぺいに頑強なテンプレート分割型画像照合手法", 画像電子学会誌 第40巻 第2号, vol. 第40巻 第2号, JPN6019029442, 25 March 2011 (2011-03-25), JP, pages 355 - 360, ISSN: 0004089763 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018005839A (ja) * | 2016-07-08 | 2018-01-11 | オムロン株式会社 | 画像処理装置および画像処理方法 |
KR20180033552A (ko) * | 2016-07-08 | 2018-04-03 | 오므론 가부시키가이샤 | 화상 처리 장치 및 화상 처리 방법 |
KR102011231B1 (ko) * | 2016-07-08 | 2019-08-14 | 오므론 가부시키가이샤 | 화상 처리 장치 및 화상 처리 방법 |
US10497133B2 (en) | 2016-07-08 | 2019-12-03 | Omron Corporation | Object tracking apparatus and object tracking method |
Also Published As
Publication number | Publication date |
---|---|
EP2993621A1 (en) | 2016-03-09 |
CN105469380A (zh) | 2016-04-06 |
EP2993621B1 (en) | 2020-08-05 |
JP6679858B2 (ja) | 2020-04-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6679858B2 (ja) | 対象の遮蔽を検出する方法と装置 | |
US10068343B2 (en) | Method and apparatus for recognizing moving target | |
CN108596128B (zh) | 对象识别方法、装置及存储介质 | |
Sengar et al. | Moving object area detection using normalized self adaptive optical flow | |
CN108875465B (zh) | 多目标跟踪方法、多目标跟踪装置以及非易失性存储介质 | |
CN105404884B (zh) | 图像分析方法 | |
US9934576B2 (en) | Image processing system, image processing method, and recording medium | |
US8811750B2 (en) | Apparatus and method for extracting edge in image | |
US20190180447A1 (en) | Image processing device | |
CN107346538A (zh) | 对象跟踪方法及设备 | |
US20150049906A1 (en) | Human image tracking system, and human image detection and human image tracking methods thereof | |
CN108596157B (zh) | 一种基于运动检测的人群惊扰场景检测方法及系统 | |
KR20160037643A (ko) | 객체 인식을 위한 객체 후보영역 설정방법 및 장치 | |
CN105740751A (zh) | 一种目标检测与识别的方法和系统 | |
CN110866428B (zh) | 目标跟踪方法、装置、电子设备及存储介质 | |
KR101690050B1 (ko) | 지능형 영상보안 시스템 및 객체 추적 방법 | |
EP2887261B1 (en) | Information processing device, information processing method, and program | |
CN111062415B (zh) | 基于对比差异的目标对象图像提取方法、系统及存储介质 | |
Silar et al. | Utilization of directional properties of optical flow for railway crossing occupancy monitoring | |
US20220004770A1 (en) | Object detection using a combination of deep learning and non-deep learning techniques | |
CN103714552B (zh) | 运动阴影消除方法及装置和智能视频分析系统 | |
CN109800685A (zh) | 一种视频中对象的确定方法及装置 | |
Ortego et al. | Long-term stationary object detection based on spatio-temporal change detection | |
CN115909219A (zh) | 一种基于视频分析的场景变更检测方法与系统 | |
JP2015184944A (ja) | 人物検出装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20180808 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20190621 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190806 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20191002 |
|
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: 20200218 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200302 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 6679858 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
LAPS | Cancellation because of no payment of annual fees |