JP2005250994A - ステレオ画像処理装置 - Google Patents
ステレオ画像処理装置 Download PDFInfo
- Publication number
- JP2005250994A JP2005250994A JP2004062661A JP2004062661A JP2005250994A JP 2005250994 A JP2005250994 A JP 2005250994A JP 2004062661 A JP2004062661 A JP 2004062661A JP 2004062661 A JP2004062661 A JP 2004062661A JP 2005250994 A JP2005250994 A JP 2005250994A
- Authority
- JP
- Japan
- Prior art keywords
- image
- pixel
- stereo
- resolution
- data
- 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
- 238000012545 processing Methods 0.000 title claims abstract description 85
- 238000000034 method Methods 0.000 claims description 32
- 230000008569 process Effects 0.000 claims description 22
- 238000006243 chemical reaction Methods 0.000 claims description 12
- 230000002093 peripheral effect Effects 0.000 claims description 7
- 230000009467 reduction Effects 0.000 abstract description 4
- 238000010586 diagram Methods 0.000 description 16
- 238000005259 measurement Methods 0.000 description 5
- 238000001514 detection method Methods 0.000 description 4
- 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
- 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)
- Length Measuring Devices By Optical Means (AREA)
- Measurement Of Optical Distance (AREA)
- Image Processing (AREA)
- Traffic Control Systems (AREA)
- Image Analysis (AREA)
Abstract
【解決手段】ステレオカメラ10で撮像されて画像入力部20で入力処理され、元画像メモリ25にストアされたステレオ画像対に対し、解像度拡張部30でピクセル間の補間を行って解像度を拡張し、この解像度を拡張した画像に対し、ステレオマッチング部35でSAD演算によるステレオマッチングを行う。そして、補間処理部40で、SAD演算値の最小値で定義される一致点と、その前後の隣接点との3点による補間処理を行うことにより、サブピクセルレベルの視差を精度良く求めることで、精度の高いステレオマッチングを可能とし、データ信頼性の向上及びばらつき低減を達成することができる。
【選択図】図1
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 (6)
- 互いに相関を有する画像対を用いてステレオマッチングを行うステレオ画像処理装置であって、
上記画像対の各画素間に、周辺画素のデータを用いて生成した仮想的な画素を挿入し、上記画像対の解像度を拡張する解像度拡張手段と、
上記解像度拡張手段で解像度を拡張した画像対に対し、拡張した解像度の分解能で互いの対応位置を特定するステレオマッチング手段とを備えたことを特徴とするステレオ画像処理装置。 - 上記解像度拡張手段は、
上記仮想的な画素に隣接する画素のデータを、周辺画素のデータを用いて置き換えることを特徴とする請求項1記載のステレオ画像処理装置。 - 上記ステレオマッチング手段で特定した対応位置の相関度演算値と、この対応位置に隣接する位置の相関度演算値とに基づいて補間処理を行い、拡張した解像度以下の分解能で対応位置を決定する補間手段を備えたことを特徴とする請求項1又は2記載のステレオ画像処理装置。
- 互いに相関を有する画像対を用いてステレオマッチングを行うステレオ画像処理装置であって、
上記画像対の各画素のデータを、周辺画素のデータを用いて置き換える画像変換手段と、
上記画像変換手段で画素のデータを置き換えた画像対に対し、互いの対応位置を特定するステレオマッチング手段とを備えたことを特徴とするステレオ画像処理装置。 - 上記ステレオマッチング手段で特定した対応位置の相関度演算値と、この対応位置に隣接する位置の相関度演算値とに基づいて補間処理を行い、1画素以下の分解能で対応位置を決定する補間手段を備えたことを特徴とする請求項4記載のステレオ画像処理装置。
- 互いに相関を有する画像対を用いてステレオマッチングを行うステレオ画像処理装置であって、
上記画像対のうち、少なくとも一方の画像に対して、各画素のデータを周辺画素のデータを用いて置き換える手段と、
置き換えられた画素データを用いて、上記画像対における互いの対応位置を特定するステレオマッチング手段とを備えたことを特徴とするステレオ画像処理装置。
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 true JP2005250994A (ja) | 2005-09-15 |
JP4394487B2 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) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2007066842A1 (en) * | 2005-12-07 | 2007-06-14 | Electronics And Telecommunications Research Institute | Apparatus and method for vision processing on network based intelligent service robot system and the system using the same |
JP2007249682A (ja) * | 2006-03-16 | 2007-09-27 | Fuji Heavy Ind Ltd | 相関評価システムおよび相関評価方法 |
JP2009146296A (ja) * | 2007-12-17 | 2009-07-02 | Konica Minolta Holdings Inc | 画像対応点探索装置ならびにそれを用いる測距装置および画像動き検出装置 |
JP2011185720A (ja) * | 2010-03-08 | 2011-09-22 | Ricoh Co Ltd | 距離取得装置 |
JP2011191905A (ja) * | 2010-03-12 | 2011-09-29 | Hitachi Automotive Systems Ltd | ステレオカメラ装置 |
JP2013500512A (ja) * | 2009-07-24 | 2013-01-07 | ピルツ ゲーエムベーハー アンド コー.カーゲー | 空間領域を監視する方法および装置 |
WO2013175700A1 (ja) * | 2012-05-22 | 2013-11-28 | 株式会社ソニー・コンピュータエンタテインメント | 情報処理装置および情報処理方法 |
JP2017142829A (ja) * | 2017-03-28 | 2017-08-17 | エスゼット ディージェイアイ テクノロジー カンパニー リミテッドSz Dji Technology Co.,Ltd | 深度マップを生成するための方法、装置およびプログラム |
EP3211368A4 (en) * | 2014-10-24 | 2018-06-06 | Kyocera Corporation | Stereo camera apparatus and vehicle provided with stereo camera apparatus |
US10198830B2 (en) | 2013-12-26 | 2019-02-05 | Ricoh Company, Ltd. | Parallax operation system, information processing apparatus, information processing method, and recording medium |
JP2019120591A (ja) * | 2018-01-05 | 2019-07-22 | パナソニックIpマネジメント株式会社 | 視差値算出装置、視差値算出方法及びプログラム |
CN110298872A (zh) * | 2019-07-03 | 2019-10-01 | 云南电网有限责任公司电力科学研究院 | 一种紫外光相机与可见光相机阵列的配准方法 |
US10475209B2 (en) | 2014-11-04 | 2019-11-12 | SZ DJI Technology Co., Ltd. | Camera calibration |
-
2004
- 2004-03-05 JP JP2004062661A patent/JP4394487B2/ja not_active Expired - Fee Related
Cited By (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2007066842A1 (en) * | 2005-12-07 | 2007-06-14 | Electronics And Telecommunications Research Institute | Apparatus and method for vision processing on network based intelligent service robot system and the system using the same |
US8170324B2 (en) | 2005-12-07 | 2012-05-01 | Electronics And Telecommunications Research Institute | Apparatus and method for vision processing on network based intelligent service robot system and the system using the same |
JP2007249682A (ja) * | 2006-03-16 | 2007-09-27 | Fuji Heavy Ind Ltd | 相関評価システムおよび相関評価方法 |
JP2009146296A (ja) * | 2007-12-17 | 2009-07-02 | Konica Minolta Holdings Inc | 画像対応点探索装置ならびにそれを用いる測距装置および画像動き検出装置 |
JP2013500512A (ja) * | 2009-07-24 | 2013-01-07 | ピルツ ゲーエムベーハー アンド コー.カーゲー | 空間領域を監視する方法および装置 |
US9292924B2 (en) | 2009-07-24 | 2016-03-22 | Pilz Gmbh & Co. Kg | Method and device for monitoring a spatial region |
JP2011185720A (ja) * | 2010-03-08 | 2011-09-22 | Ricoh Co Ltd | 距離取得装置 |
JP2011191905A (ja) * | 2010-03-12 | 2011-09-29 | Hitachi Automotive Systems Ltd | ステレオカメラ装置 |
JP2013242812A (ja) * | 2012-05-22 | 2013-12-05 | Sony Computer Entertainment Inc | 情報処理装置および情報処理方法 |
WO2013175700A1 (ja) * | 2012-05-22 | 2013-11-28 | 株式会社ソニー・コンピュータエンタテインメント | 情報処理装置および情報処理方法 |
US10469829B2 (en) | 2012-05-22 | 2019-11-05 | Sony Interactive Entertainment Inc. | Information processor and information processing method |
US10198830B2 (en) | 2013-12-26 | 2019-02-05 | Ricoh Company, Ltd. | Parallax operation system, information processing apparatus, information processing method, and recording medium |
EP3211368A4 (en) * | 2014-10-24 | 2018-06-06 | Kyocera Corporation | Stereo camera apparatus and vehicle provided with stereo camera apparatus |
US10595003B2 (en) | 2014-10-24 | 2020-03-17 | Kyocera Corporation | Stereo camera apparatus and vehicle comprising the same |
US10475209B2 (en) | 2014-11-04 | 2019-11-12 | SZ DJI Technology Co., Ltd. | Camera calibration |
JP2017142829A (ja) * | 2017-03-28 | 2017-08-17 | エスゼット ディージェイアイ テクノロジー カンパニー リミテッドSz Dji Technology Co.,Ltd | 深度マップを生成するための方法、装置およびプログラム |
JP2019120591A (ja) * | 2018-01-05 | 2019-07-22 | パナソニックIpマネジメント株式会社 | 視差値算出装置、視差値算出方法及びプログラム |
CN110298872A (zh) * | 2019-07-03 | 2019-10-01 | 云南电网有限责任公司电力科学研究院 | 一种紫外光相机与可见光相机阵列的配准方法 |
Also Published As
Publication number | Publication date |
---|---|
JP4394487B2 (ja) | 2010-01-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100513055B1 (ko) | 변이지도 및 깊이지도의 융합을 통한 3차원 장면 모델생성 장치 및 그 방법 | |
WO2020007320A1 (zh) | 多视角图像的融合方法、装置、计算机设备和存储介质 | |
CN113034568B (zh) | 一种机器视觉深度估计方法、装置、系统 | |
US9300946B2 (en) | System and method for generating a depth map and fusing images from a camera array | |
US10275857B2 (en) | Depth image enhancement method | |
JP5954668B2 (ja) | 画像処理装置、撮像装置および画像処理方法 | |
US9025862B2 (en) | Range image pixel matching method | |
KR100776649B1 (ko) | 깊이 정보 기반 스테레오/다시점 영상 정합 장치 및 방법 | |
JP4554316B2 (ja) | ステレオ画像処理装置 | |
KR100938195B1 (ko) | 스테레오 매칭을 이용한 거리 추정 장치 및 추정 방법 | |
CN104685513A (zh) | 根据使用阵列源捕捉的低分辨率图像的基于特征的高分辨率运动估计 | |
JP4394487B2 (ja) | ステレオ画像処理装置 | |
KR20120068470A (ko) | 스테레오 영상 정합 장치 및 그 방법 | |
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 | |
JP3008875B2 (ja) | 被写体抽出装置 | |
KR101875532B1 (ko) | 계층적 스테레오 매칭 장치 및 방법 | |
US9674503B2 (en) | Stereo matching apparatus using image property | |
TWI571099B (zh) | 深度估測裝置及方法 | |
JP2000121319A (ja) | 画像処理装置および画像処理方法、並びに提供媒体 | |
Um et al. | Three-dimensional scene reconstruction using multiview images and depth camera | |
JP4605582B2 (ja) | ステレオ画像認識装置及びその方法 | |
US9380285B2 (en) | Stereo image processing method, stereo image processing device and display device | |
KR101804157B1 (ko) | 개선된 sgm 기반한 시차 맵 생성 방법 | |
JP2018148513A (ja) | 画像処理装置、画像処理方法、及びプログラム |
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 |