JP7258632B2 - 物体検出装置 - Google Patents
物体検出装置 Download PDFInfo
- Publication number
- JP7258632B2 JP7258632B2 JP2019074628A JP2019074628A JP7258632B2 JP 7258632 B2 JP7258632 B2 JP 7258632B2 JP 2019074628 A JP2019074628 A JP 2019074628A JP 2019074628 A JP2019074628 A JP 2019074628A JP 7258632 B2 JP7258632 B2 JP 7258632B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- candidate area
- size
- detection target
- parallax
- 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.)
- Active
Links
Images
Classifications
-
- 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/20—Image preprocessing
- G06V10/25—Determination of region of interest [ROI] or a volume of interest [VOI]
-
- 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
-
- 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/56—Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
- G06V20/58—Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G1/00—Traffic control systems for road vehicles
- G08G1/16—Anti-collision systems
- G08G1/166—Anti-collision systems for active traffic, e.g. moving vehicles, pedestrians, bikes
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)
- Traffic Control Systems (AREA)
- Image Processing (AREA)
Description
図1は、本発明の第一の実施例による物体検出装置の構成を示すブロック図である。なお、物体検出装置は、ステレオカメラ(カメラ)によって撮像された画像から特定の物体(例えば、バイク、歩行者等)を検出する装置である。
立体物候補領域抽出手段2の詳細な処理を図5と図6を用いて説明する。図5は立体物候補領域抽出手段2(CPU132)の処理の流れ、図6は、立体物候補抽出をする入力の視差画像である。
次に、検知対象候補領域拡大手段3につき説明する。検知対象候補領域拡大手段3は、立体物候補領域抽出手段2で抽出した立体物候補領域を、その領域の視差から算出できる距離を用いて、検知対象物相当の大きさに拡大する処理である。
width_k = (Width_Obj * f)/(Z×w) …(2)
ただし、
Height_Obj: 検知対象の仮定した高さ(mm)
Width_Obj: 検知対象の仮定した幅(mm)
f:焦点距離(mm)
Z:距離(mm)
w:画素ピッチ(mm)
である。
検知対象識別手段4は、パタンマッチング、機械学習による識別器などにより、特定の領域が検知対象であるか否かを検出する手段である。本発明では、立体物候補領域抽出手段2で抽出し、検知対象候補領域拡大手段3で拡大した領域に対して識別処理をする。図10で説明したように、遠方で視差の絶対値が小さく、背景との区別がしにくい場合には、立体物候補領域抽出手段2で視差のグルーピングにより103に示すような領域が抽出されるケースが発生する。この場合、103の領域に対して識別処理を実施すると、検知対象物領域全体を包括していないために、対象物を識別する特徴が領域に含まれないために、識別処理が良好に働かない。これに対して、検知対象候補領域拡大手段3で拡大した結果、想定する検知対象相当の大きさに拡大しているために、104に示すように検知対象の領域を包括するサイズの領域に拡大できており、識別処理も良好に処理できる効果がある。
図11は、本発明の第二の実施例による物体検出装置の検知対象候補領域拡大手段3の第二の実現形態を説明する処理の流れを示す図である。本実施例では、画像内に、立体物候補領域抽出手段2で検知した複数の立体物候補領域が存在し、それぞれにつき順に処理をする。
2…立体物候補領域抽出手段
3…検知対象候補領域拡大手段
4…検知対象識別手段
21…ステレオカメラで撮影した画像
22…視差画像
31…入力画像
32…視差画像
33…短冊状の列
34…視差ヒストグラム
39…バイク
41…入力画像
42…バイク
43…視差画像
44…短冊状の列
47…視差ヒストグラム
103、104…検知対象候補領域
131…マイコン
132…CPU
133…メモリ
134…通信I/F
Claims (4)
- 画素に関連付けられる視差若しくはそれに対応する距離によってグルーピングすることで、物体が存在する領域を示す候補領域を画像から抽出する抽出部と、
検知対象の実サイズと前記距離から前記距離に前記検知対象が存在すると仮定した場合の前記検知対象の前記画像上のサイズを示す画像サイズを算出し、前記候補領域のサイズを前記画像サイズより大きいサイズに変更する変更部と、
サイズが変更された前記候補領域内の前記物体が前記検知対象であるかを識別する識別部と、を備え、
前記画像サイズは、前記距離に前記検知対象であるバイク又は人が存在すると仮定した場合の前記検知対象の前記画像上の縦軸方向と横軸方向のサイズであり、
前記変更部は、
前記検知対象の前記距離がしきい値以上となる遠距離の場合のみ、前記画像の横軸の正方向、負方向のそれぞれについて、前記バイク又は人の前記画像サイズの横幅と前記候補領域の横幅との差分だけ前記候補領域の横幅が大きくなるように前記候補領域のサイズを変更し、かつ
前記画像の縦軸の正方向、負方向のそれぞれについて、前記バイク又は人の前記画像サイズの縦幅と前記候補領域の縦幅との差分だけ前記候補領域の縦幅が大きくなるように前記候補領域のサイズを変更する
ことを特徴とする物体検出装置。 - 請求項1に記載の物体検出装置であって、
前記画素と、前記視差若しくはそれに対応する前記距離とは、
対応付けてメモリに記憶され、
前記抽出部、前記変更部、及び前記識別部は、
プロセッサで構成される
ことを特徴とする物体検出装置。 - 請求項1に記載の物体検出装置であって、
前記画素と、前記視差若しくはそれに対応する前記距離とは、
対応付けてメモリに記憶され、
前記抽出部、前記変更部、及び前記識別部は、
論理回路で構成される
ことを特徴とする物体検出装置。 - 請求項1に記載の物体検出装置であって、
前記変更部は、
グルーピングにおける前記視差若しくは前記距離の範囲を広くして、前記抽出部に前記候補領域を再抽出させることで、前記候補領域のサイズを大きくし、
再抽出後の前記候補領域のサイズが前記画像サイズより小さい場合に、前記画像の横軸の正方向、負方向のそれぞれについて、前記画像サイズの横幅と前記候補領域の横幅との差分だけ前記候補領域の横幅が大きくなるように前記候補領域のサイズを変更し、かつ前記画像の縦軸の正方向、負方向のそれぞれについて、前記画像サイズの縦幅と前記候補領域の縦幅との差分だけ前記候補領域の縦幅が大きくなるように前記候補領域のサイズを変更することを特徴とする物体検出装置。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019074628A JP7258632B2 (ja) | 2019-04-10 | 2019-04-10 | 物体検出装置 |
PCT/JP2020/012874 WO2020209046A1 (ja) | 2019-04-10 | 2020-03-24 | 物体検出装置 |
EP20787243.3A EP3955207A4 (en) | 2019-04-10 | 2020-03-24 | OBJECT DETECTION DEVICE |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019074628A JP7258632B2 (ja) | 2019-04-10 | 2019-04-10 | 物体検出装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020173584A JP2020173584A (ja) | 2020-10-22 |
JP7258632B2 true JP7258632B2 (ja) | 2023-04-17 |
Family
ID=72751845
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2019074628A Active JP7258632B2 (ja) | 2019-04-10 | 2019-04-10 | 物体検出装置 |
Country Status (3)
Country | Link |
---|---|
EP (1) | EP3955207A4 (ja) |
JP (1) | JP7258632B2 (ja) |
WO (1) | WO2020209046A1 (ja) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114631124A (zh) * | 2020-11-13 | 2022-06-14 | 深圳市大疆创新科技有限公司 | 三维点云分割方法和装置、可移动平台 |
WO2022113470A1 (ja) * | 2020-11-30 | 2022-06-02 | 日立Astemo株式会社 | 画像処理装置、および、画像処理方法 |
CN113361321B (zh) * | 2021-04-21 | 2022-11-18 | 中山大学 | 一种红外小目标检测方法及装置 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008130087A (ja) | 2006-11-17 | 2008-06-05 | Alpine Electronics Inc | 対象領域分割方法及び対象領域分割装置 |
JP2010224936A (ja) | 2009-03-24 | 2010-10-07 | Fuji Heavy Ind Ltd | 物体検出装置 |
JP2010224918A (ja) | 2009-03-24 | 2010-10-07 | Fuji Heavy Ind Ltd | 環境認識装置 |
WO2012017650A1 (ja) | 2010-08-03 | 2012-02-09 | パナソニック株式会社 | 物体検出装置、物体検出方法及びプログラム |
JP2014044730A (ja) | 2013-09-24 | 2014-03-13 | Clarion Co Ltd | 画像処理装置 |
JP2018092604A (ja) | 2016-11-25 | 2018-06-14 | 株式会社リコー | 情報処理装置、撮像装置、機器制御システム、移動体、情報処理方法およびプログラム |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6344638B2 (ja) * | 2013-03-06 | 2018-06-20 | 株式会社リコー | 物体検出装置、移動体機器制御システム及び物体検出用プログラム |
EP3115933B1 (en) * | 2015-07-07 | 2021-03-17 | Ricoh Company, Ltd. | Image processing device, image capturing device, mobile body control system, image processing method, and computer-readable recording medium |
WO2018097269A1 (en) * | 2016-11-25 | 2018-05-31 | Ricoh Company, Ltd. | Information processing device, imaging device, equipment control system, mobile object, information processing method, and computer-readable recording medium |
-
2019
- 2019-04-10 JP JP2019074628A patent/JP7258632B2/ja active Active
-
2020
- 2020-03-24 EP EP20787243.3A patent/EP3955207A4/en active Pending
- 2020-03-24 WO PCT/JP2020/012874 patent/WO2020209046A1/ja unknown
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008130087A (ja) | 2006-11-17 | 2008-06-05 | Alpine Electronics Inc | 対象領域分割方法及び対象領域分割装置 |
JP2010224936A (ja) | 2009-03-24 | 2010-10-07 | Fuji Heavy Ind Ltd | 物体検出装置 |
JP2010224918A (ja) | 2009-03-24 | 2010-10-07 | Fuji Heavy Ind Ltd | 環境認識装置 |
WO2012017650A1 (ja) | 2010-08-03 | 2012-02-09 | パナソニック株式会社 | 物体検出装置、物体検出方法及びプログラム |
JP2014044730A (ja) | 2013-09-24 | 2014-03-13 | Clarion Co Ltd | 画像処理装置 |
JP2018092604A (ja) | 2016-11-25 | 2018-06-14 | 株式会社リコー | 情報処理装置、撮像装置、機器制御システム、移動体、情報処理方法およびプログラム |
Also Published As
Publication number | Publication date |
---|---|
EP3955207A1 (en) | 2022-02-16 |
WO2020209046A1 (ja) | 2020-10-15 |
EP3955207A4 (en) | 2022-12-28 |
JP2020173584A (ja) | 2020-10-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5870273B2 (ja) | 物体検出装置、物体検出方法及びプログラム | |
CN108986152B (zh) | 一种基于差分图像的异物检测方法及装置 | |
EP3561450A1 (en) | Stereo camera | |
JP7258632B2 (ja) | 物体検出装置 | |
JP2014115978A (ja) | 移動物体認識装置及びこれを用いた報知装置及びその移動物体認識装置に用いる移動物体認識用プログラム及び移動物体認識装置を備えた移動体 | |
WO2014033936A1 (ja) | 画像処理装置、画像処理方法および画像処理プログラム | |
JP2008286725A (ja) | 人物検出装置および方法 | |
JP6642970B2 (ja) | 注目領域検出装置、注目領域検出方法及びプログラム | |
CN111314689A (zh) | 识别影像中前景物件的方法与电子装置 | |
JP6177541B2 (ja) | 文字認識装置、文字認識方法及びプログラム | |
JP6110174B2 (ja) | 画像検出装置及び制御プログラム並びに画像検出方法 | |
JP6515704B2 (ja) | 車線検出装置及び車線検出方法 | |
JP5100688B2 (ja) | 対象物検出装置及びプログラム | |
US20180158203A1 (en) | Object detection device and object detection method | |
JP5010627B2 (ja) | 文字認識装置及び文字認識方法 | |
JP2016053763A (ja) | 画像処理装置、画像処理方法及びプログラム | |
JP6060612B2 (ja) | 移動面状況認識装置、移動体、及びプログラム | |
KR101524074B1 (ko) | 영상 처리 방법 | |
JP5439069B2 (ja) | 文字認識装置及び文字認識方法 | |
JP6121768B2 (ja) | 画像検出装置及び制御プログラム並びに画像検出方法 | |
JP2019012496A (ja) | 検出プログラム、方法、及び装置 | |
JP2011170554A (ja) | 物体認識装置、物体認識方法及び物体認識プログラム | |
JP6688091B2 (ja) | 車両距離導出装置および車両距離導出方法 | |
JP6299103B2 (ja) | オブジェクト認識装置及びそのオブジェクト認識装置に用いるオブジェクト認識用プログラム及び移動体制御システム | |
CN112924707A (zh) | 利用影像追踪的车辆速度检测装置及方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20211108 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20221018 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20221215 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20221227 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230224 |
|
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: 20230307 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230405 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7258632 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |