JP4394487B2 - ステレオ画像処理装置 - Google Patents
ステレオ画像処理装置 Download PDFInfo
- Publication number
- JP4394487B2 JP4394487B2 JP2004062661A JP2004062661A JP4394487B2 JP 4394487 B2 JP4394487 B2 JP 4394487B2 JP 2004062661 A JP2004062661 A JP 2004062661A JP 2004062661 A JP2004062661 A JP 2004062661A JP 4394487 B2 JP4394487 B2 JP 4394487B2
- Authority
- JP
- Japan
- Prior art keywords
- pixel
- resolution
- image
- matching
- stereo
- 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
- 238000012545 processing Methods 0.000 title claims description 75
- 238000001514 detection method Methods 0.000 claims description 5
- 230000002093 peripheral effect Effects 0.000 claims description 5
- 238000000034 method Methods 0.000 description 31
- 230000008569 process Effects 0.000 description 21
- 238000010586 diagram Methods 0.000 description 16
- 238000006243 chemical reaction Methods 0.000 description 8
- 238000005259 measurement Methods 0.000 description 5
- 230000006870 function Effects 0.000 description 4
- 238000012544 monitoring process Methods 0.000 description 4
- 230000003287 optical effect Effects 0.000 description 3
- 238000011156 evaluation Methods 0.000 description 2
- 238000003384 imaging method Methods 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- 238000012935 Averaging Methods 0.000 description 1
- 238000003705 background correction Methods 0.000 description 1
- 230000000052 comparative effect Effects 0.000 description 1
- 239000000470 constituent Substances 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 230000012447 hatching Effects 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 238000000691 measurement method Methods 0.000 description 1
- 230000002265 prevention Effects 0.000 description 1
- 230000035945 sensitivity Effects 0.000 description 1
- 230000006641 stabilisation Effects 0.000 description 1
- 238000011105 stabilization Methods 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4007—Scaling of whole images or parts thereof, e.g. expanding or contracting based on interpolation, e.g. bilinear interpolation
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Measurement Of Optical Distance (AREA)
- Image Processing (AREA)
- Traffic Control Systems (AREA)
- Image Analysis (AREA)
- Length Measuring Devices By Optical Means (AREA)
Description
C=Σ│main(i,j)−sub(i,j)│…(1)
尚、小領域(探索ブロック)間のステレオマッチングについての詳細は、先に本出願人によって提出された特開平5−114099号公報に詳述されている。
main_ext(i',j)=(main(i,j)+main(i+1,j))/2…(2)
sub_ext(i',j)=(sub(i,j)+sub(i+1,j))/2 …(3)
但し、i’=2×i+1
main_ext(i',j)=(m1×main(i-1,j)+m2×main(i,j)
+m3×main(i+1,j))/(m1+m2+m3)…(4)
sub_ext(i',j)=(m1×sub(i-1,j)+m2×sub(i,j)
+m3×sub(i+1,j))/(m1+m2+m3) …(5)
但し、i’=2×i
m1,m2,m3;加重平均の重み
(例えば、m1=1,m2=4,m3=1)
ext(i,j)=(m1×p(i-1,j)+m2×p(i,j)
+m3×p(i+1,j))/(m1+m2+m3)…(6)
但し、m1,m2,m3;加重平均の重み
(例えば、m1=1,m2=4,m3=1)
10 ステレオカメラ
20 画像入力部
25 元画像メモリ
30 解像度拡張部
30A 画像変換部
35 ステレオマッチング部
40 補間処理部
代理人 弁理士 伊 藤 進
Claims (4)
- 互いに相関を有する画像対を用いてステレオマッチングを行うステレオ画像処理装置であって、
上記画像対の元画像内に設定したマッチング領域の対応位置を、ピクセル単位の分解能で特定するピクセルレベルのステレオマッチング手段と、
上記ピクセル単位の分解能でマッチングした上記マッチング領域の各画素間に、周辺画素のデータを用いて生成した仮想的な画素を挿入し、上記マッチング領域の解像度を拡張する解像度拡張手段と、
上記解像度拡張手段で解像度を拡張した上記マッチング領域に対し、拡張した解像度のサブピクセル単位の分解能で互いの対応位置を特定するサブピクセルレベルのステレオマッチング手段と、
上記サブピクセルレベルのステレオマッチング手段で特定したサブピクセル単位の対応位置の相関度演算値と、このサブピクセル単位の対応位置に隣接する位置の相関度演算値とに基づいて補間処理を行い、拡張した解像度以下の分解能で対応位置を決定する補間手段とを備えたことを特徴とするステレオ画像処理装置。 - 上記解像度拡張手段は、
上記仮想的な画素に隣接する画素のデータを、上記元画像における周辺画素のデータを用いて置き換えることを特徴とする請求項1記載のステレオ画像処理装置。 - 上記仮想的な画素に隣接する画素のデータを、該画素のデータと上記元画像における周辺画素のデータとの加重平均値で置き換えることを特徴とする請求項2記載のステレオ画像処理装置。
- 上記解像度拡張手段は、
上記マッチング領域の解像度を視差検出方向にのみ拡張することを特徴とする請求項1〜3の何れか一に記載のステレオ画像処理装置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004062661A JP4394487B2 (ja) | 2004-03-05 | 2004-03-05 | ステレオ画像処理装置 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004062661A JP4394487B2 (ja) | 2004-03-05 | 2004-03-05 | ステレオ画像処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005250994A JP2005250994A (ja) | 2005-09-15 |
JP4394487B2 true JP4394487B2 (ja) | 2010-01-06 |
Family
ID=35031401
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004062661A Expired - Fee Related JP4394487B2 (ja) | 2004-03-05 | 2004-03-05 | ステレオ画像処理装置 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4394487B2 (ja) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100727033B1 (ko) * | 2005-12-07 | 2007-06-12 | 한국전자통신연구원 | 네트워크 기반 지능형 서비스 로봇의 비전 처리 장치 및방법과 이를 이용한 시스템 |
JP4817901B2 (ja) * | 2006-03-16 | 2011-11-16 | 富士重工業株式会社 | 相関評価システムおよび相関評価方法 |
JP4862816B2 (ja) * | 2007-12-17 | 2012-01-25 | コニカミノルタホールディングス株式会社 | 画像対応点探索装置ならびにそれを用いる測距装置および画像動き検出装置 |
DE102009035755A1 (de) | 2009-07-24 | 2011-01-27 | Pilz Gmbh & Co. Kg | Verfahren und Vorrichtung zum Überwachen eines Raumbereichs |
JP5549283B2 (ja) * | 2010-03-08 | 2014-07-16 | 株式会社リコー | 距離取得装置 |
JP5468426B2 (ja) * | 2010-03-12 | 2014-04-09 | 日立オートモティブシステムズ株式会社 | ステレオカメラ装置 |
JP5773944B2 (ja) * | 2012-05-22 | 2015-09-02 | 株式会社ソニー・コンピュータエンタテインメント | 情報処理装置および情報処理方法 |
JP6476831B2 (ja) | 2013-12-26 | 2019-03-06 | 株式会社リコー | 視差演算システム、情報処理装置、情報処理方法及びプログラム |
WO2016063545A1 (ja) * | 2014-10-24 | 2016-04-28 | 京セラ株式会社 | ステレオカメラ装置及びステレオカメラ装置を備える車両 |
EP3859669A1 (en) | 2014-11-04 | 2021-08-04 | SZ DJI Technology Co., Ltd. | Camera calibration |
JP6473188B2 (ja) * | 2017-03-28 | 2019-02-20 | エスゼット ディージェイアイ テクノロジー カンパニー リミテッドSz Dji Technology Co.,Ltd | 深度マップを生成するための方法、装置およびプログラム |
JP6986683B2 (ja) * | 2018-01-05 | 2021-12-22 | パナソニックIpマネジメント株式会社 | 視差値算出装置、視差値算出方法及びプログラム |
CN110298872A (zh) * | 2019-07-03 | 2019-10-01 | 云南电网有限责任公司电力科学研究院 | 一种紫外光相机与可见光相机阵列的配准方法 |
-
2004
- 2004-03-05 JP JP2004062661A patent/JP4394487B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2005250994A (ja) | 2005-09-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105374019B (zh) | 一种多深度图融合方法及装置 | |
KR100513055B1 (ko) | 변이지도 및 깊이지도의 융합을 통한 3차원 장면 모델생성 장치 및 그 방법 | |
CN107077743B (zh) | 用于阵列相机的动态校准的系统和方法 | |
CN113034568B (zh) | 一种机器视觉深度估计方法、装置、系统 | |
JP4554316B2 (ja) | ステレオ画像処理装置 | |
KR100938195B1 (ko) | 스테레오 매칭을 이용한 거리 추정 장치 및 추정 방법 | |
KR100776649B1 (ko) | 깊이 정보 기반 스테레오/다시점 영상 정합 장치 및 방법 | |
WO2020007320A1 (zh) | 多视角图像的融合方法、装置、计算机设备和存储介质 | |
US20140049612A1 (en) | Image processing device, imaging device, and image processing method | |
JP4394487B2 (ja) | ステレオ画像処理装置 | |
JP6561512B2 (ja) | 視差値導出装置、移動体、ロボット、視差値導出方法、視差値生産方法及びプログラム | |
CN104685513A (zh) | 根据使用阵列源捕捉的低分辨率图像的基于特征的高分辨率运动估计 | |
US20130272600A1 (en) | Range image pixel matching method | |
CN107545586B (zh) | 基于光场极线平面图像局部的深度获取方法及系统 | |
CN110895821A (zh) | 图像处理装置、存储有图像处理程序的存储介质及驾驶支援系统 | |
JP3008875B2 (ja) | 被写体抽出装置 | |
US8340399B2 (en) | Method for determining a depth map from images, device for determining a depth map | |
Garro et al. | A novel interpolation scheme for range data with side information | |
TWI571099B (zh) | 深度估測裝置及方法 | |
JPH07103734A (ja) | ステレオ対応探索装置 | |
Um et al. | Three-dimensional scene reconstruction using multiview images and depth camera | |
JP4605582B2 (ja) | ステレオ画像認識装置及びその方法 | |
WO2020175063A1 (ja) | 演算装置、視差算出方法 | |
US10726528B2 (en) | Image processing apparatus and image processing method for image picked up by two cameras | |
CN109313808B (zh) | 图像处理系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20061102 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090707 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090907 |
|
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: 20091006 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20091015 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4394487 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121023 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121023 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131023 Year of fee payment: 4 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |