JP6679858B2 - 対象の遮蔽を検出する方法と装置 - Google Patents
対象の遮蔽を検出する方法と装置 Download PDFInfo
- Publication number
- JP6679858B2 JP6679858B2 JP2015173099A JP2015173099A JP6679858B2 JP 6679858 B2 JP6679858 B2 JP 6679858B2 JP 2015173099 A JP2015173099 A JP 2015173099A JP 2015173099 A JP2015173099 A JP 2015173099A JP 6679858 B2 JP6679858 B2 JP 6679858B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- cell
- matching
- target
- occlusion
- 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
- 238000000034 method Methods 0.000 title claims description 43
- 238000001514 detection method Methods 0.000 claims description 90
- 238000009826 distribution Methods 0.000 claims description 22
- 238000010586 diagram Methods 0.000 description 13
- 238000004458 analytical method Methods 0.000 description 8
- 238000012545 processing Methods 0.000 description 6
- 238000005516 engineering process Methods 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 230000032823 cell division Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 238000011156 evaluation Methods 0.000 description 2
- 230000002159 abnormal effect Effects 0.000 description 1
- 230000000903 blocking effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000000605 extraction Methods 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
- 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)
Description
Claims (7)
- 目標場面における対象の遮蔽を検出する方法であって、
該対象の画像を取得するとともに、該対象の所定テンプレート画像を取得するステップと、
該対象の画像と該所定テンプレート画像とのマッチングを行い、マッチング結果を取得するステップと、
該マッチング結果に基づき、該対象が遮蔽されているか否かを検出し、検出結果を取得するステップと、を含み、
該対象の画像と該所定テンプレート画像とのマッチングを行うステップは、
同一の所定ルールに従い、該対象の画像と該所定テンプレート画像をそれぞれ複数のセルに分割するステップと、
該対象の画像の複数のセル中の各セルのセル特徴、及び該所定テンプレート画像の複数のセル中の各セルのセル特徴を抽出するステップと、
該対象の各セルのセル特徴と該所定テンプレート画像の各セルのセル特徴とのマッチングを行うステップと、を含み、
前記マッチング結果は、該対象の画像の複数のセルと該所定テンプレート画像の複数のセルとのセル特徴の全体的マッチング度が最も高いマッチング結果であり、
該マッチング結果に基づき、該対象が遮蔽されているか否かを検出するステップは、
前記マッチング結果に基づき、該対象の画像の複数のセルから、該所定テンプレート画像の対応するセルとのマッチング度が所定閾値より低いセルを選択するステップと、
前記マッチング度が所定閾値より低いセルが遮蔽されているか否かを検出するステップと、を含み、
前記方法は、
現在のフレームに遮蔽が存在すると検出された場合に、現在のフレーム及び所定数の過去のフレームの遮蔽の検出結果に基づき、次のフレームに遮蔽が存在するか否かを予測するステップと、
次のフレームに遮蔽が存在すると予測された場合に、現在のフレームの遮蔽の検出結果に基づきテンプレート画像を更新し、更新後のテンプレート画像を次のフレームのテンプレート画像候補とするステップと、をさらに含む、方法。 - 前記全体的マッチング度が最も高いマッチング結果は、対象の画像の各セルと該所定テンプレート画像の対応するセルとのマッチング度の和が最も大きいマッチング結果、或いは対象の画像の各セルと該所定テンプレート画像の対応するセルとのマッチング度の平均二乗誤差の和が最も小さいマッチング結果である、請求項1に記載の方法。
- 画像特徴である、視差分布特徴、深度特徴、色特徴、エッジ特徴のうちの少なくとも1つを分析することにより、遮蔽が存在するか否かを検出する、請求項1に記載の方法。
- 前記テンプレート画像を更新するステップは、現在のフレームの画像における遮蔽が存在する特徴セルを用いてテンプレート画像における対応する特徴セルを更新するステップを含む、請求項1に記載の方法。
- 前記検出結果を出力するステップをさらに含む、請求項1〜4のいずれかに記載の方法。
- 目標場面における対象の遮蔽を検出する装置であって、
該対象の画像を取得し、該対象の所定テンプレート画像を取得する画像取得手段と、
該対象の画像と該所定テンプレート画像とのマッチングを行い、マッチング結果を取得するマッチング手段と、
該マッチング結果に基づき、該対象が遮蔽されているか否かを検出し、検出結果を取得する検出手段と、を含み、
前記マッチング手段は、
同一の所定ルールに従い、該対象の画像と該所定テンプレート画像をそれぞれ複数のセルに分割するセル分割手段と、
該対象の画像の複数のセル中の各セルのセル特徴、及び該所定テンプレート画像の複数のセル中の各セルのセル特徴を抽出する特徴抽出手段と、
該対象の各セルのセル特徴と該所定テンプレート画像の各セルのセル特徴とのマッチングを行い、マッチング結果を取得する特徴マッチング手段と、を含み、
前記マッチング結果は、該対象の画像の複数のセルと該所定テンプレート画像の複数のセルとのセル特徴の全体的マッチング度が最も高いマッチング結果であり、
前記検出手段は、
前記マッチング結果に基づき、該対象の画像の複数のセルから、該所定テンプレート画像の対応するセルとのマッチング度が所定閾値より低いセルを選択するセル選択手段と、
前記マッチング度が所定閾値より低いセルが遮蔽されているか否かを検出するセル検出手段と、を含み、
前記装置は、
現在のフレームに遮蔽が存在すると検出された場合に、現在のフレーム及び所定数の過去のフレームの遮蔽の検出結果に基づき、次のフレームに遮蔽が存在するか否かを予測し、
次のフレームに遮蔽が存在すると予測された場合に、現在のフレームの遮蔽の検出結果に基づきテンプレート画像を更新し、更新後のテンプレート画像を次のフレームのテンプレート画像候補とする、装置。 - 前記検出結果を出力する出力手段をさらに含む、請求項6に記載の装置。
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 JP2016058085A (ja) | 2016-04-21 |
JP6679858B2 true 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) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6439757B2 (ja) * | 2016-07-08 | 2018-12-19 | オムロン株式会社 | 画像処理装置および画像処理方法 |
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 | 杭州当虹科技股份有限公司 | 一种实时智能遮台标的自动化测试方法 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4467838B2 (ja) * | 2001-06-15 | 2010-05-26 | パナソニック株式会社 | 画像認識装置および画像認識方法 |
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 |
JP4096757B2 (ja) * | 2003-02-25 | 2008-06-04 | 松下電工株式会社 | 画像追跡装置 |
US20080181453A1 (en) * | 2005-03-17 | 2008-07-31 | Li-Qun Xu | Method of Tracking Objects in a Video Sequence |
KR100814424B1 (ko) * | 2006-10-23 | 2008-03-18 | 삼성전자주식회사 | 폐색영역 검출장치 및 검출방법 |
JP2009199417A (ja) * | 2008-02-22 | 2009-09-03 | Denso Corp | 顔追跡装置及び顔追跡方法 |
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 EP EP15183572.5A patent/EP2993621B1/en active Active
- 2015-09-02 JP JP2015173099A patent/JP6679858B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2016058085A (ja) | 2016-04-21 |
EP2993621B1 (en) | 2020-08-05 |
CN105469380A (zh) | 2016-04-06 |
EP2993621A1 (en) | 2016-03-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6679858B2 (ja) | 対象の遮蔽を検出する方法と装置 | |
CN109076198B (zh) | 基于视频的对象跟踪遮挡检测系统、方法和设备 | |
Sengar et al. | Moving object area detection using normalized self adaptive optical flow | |
US10068343B2 (en) | Method and apparatus for recognizing moving target | |
Lee et al. | Occlusion handling in videos object tracking: A survey | |
US20170032676A1 (en) | System for detecting pedestrians by fusing color and depth information | |
US9317765B2 (en) | Human image tracking system, and human image detection and human image tracking methods thereof | |
US20140064626A1 (en) | Adaptive image processing apparatus and method based in image pyramid | |
CN107657626B (zh) | 一种运动目标的检测方法和装置 | |
US9934576B2 (en) | Image processing system, image processing method, and recording medium | |
Denman et al. | Multi-spectral fusion for surveillance systems | |
CN108596157B (zh) | 一种基于运动检测的人群惊扰场景检测方法及系统 | |
KR20160037643A (ko) | 객체 인식을 위한 객체 후보영역 설정방법 및 장치 | |
Poiesi et al. | Tracking multiple high-density homogeneous targets | |
CN103077534B (zh) | 时空多尺度运动目标检测方法 | |
Mousse et al. | People counting via multiple views using a fast information fusion approach | |
CN108154150A (zh) | 一种基于背景先验的显著性检测方法 | |
Najafzadeh et al. | Object tracking using Kalman filter with adaptive sampled histogram | |
KR101398684B1 (ko) | 승강기 도어 개폐 감지 방법 및 장치 | |
Park et al. | Robust real-time detection of abandoned objects using a dual background model | |
KR20150081797A (ko) | 객체 추적 장치 및 방법 | |
Silar et al. | Utilization of directional properties of optical flow for railway crossing occupancy monitoring | |
KR101501531B1 (ko) | 스테레오 비전 기반 보행자 검출 시스템 및 그 방법 | |
Zhu et al. | Detection and recognition of abnormal running behavior in surveillance video | |
Yang et al. | Crowd activity change point detection in videos via graph stream mining |
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 |