JP2014048896A - 距離情報推定装置 - Google Patents
距離情報推定装置 Download PDFInfo
- Publication number
- JP2014048896A JP2014048896A JP2012191315A JP2012191315A JP2014048896A JP 2014048896 A JP2014048896 A JP 2014048896A JP 2012191315 A JP2012191315 A JP 2012191315A JP 2012191315 A JP2012191315 A JP 2012191315A JP 2014048896 A JP2014048896 A JP 2014048896A
- Authority
- JP
- Japan
- Prior art keywords
- distance information
- image
- image data
- resolution
- estimation
- 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 claims abstract description 42
- 230000015572 biosynthetic process Effects 0.000 claims description 30
- 238000003786 synthesis reaction Methods 0.000 claims description 30
- 230000002194 synthesizing effect Effects 0.000 claims description 6
- 238000006243 chemical reaction Methods 0.000 description 40
- 238000010586 diagram Methods 0.000 description 9
- 239000002131 composite material Substances 0.000 description 6
- 239000000203 mixture Substances 0.000 description 6
- 230000006870 function Effects 0.000 description 5
- 230000002093 peripheral effect Effects 0.000 description 4
- 239000011159 matrix material Substances 0.000 description 2
- 238000010606 normalization Methods 0.000 description 2
- 239000013598 vector Substances 0.000 description 2
- 239000003086 colorant Substances 0.000 description 1
- 239000000470 constituent Substances 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000009499 grossing Methods 0.000 description 1
- 238000003384 imaging method Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01D—MEASURING NOT SPECIALLY ADAPTED FOR A SPECIFIC VARIABLE; ARRANGEMENTS FOR MEASURING TWO OR MORE VARIABLES NOT COVERED IN A SINGLE OTHER SUBCLASS; TARIFF METERING APPARATUS; MEASURING OR TESTING NOT OTHERWISE PROVIDED FOR
- G01D5/00—Mechanical means for transferring the output of a sensing member; Means for converting the output of a sensing member to another variable where the form or nature of the sensing member does not constrain the means for converting; Transducers not specially adapted for a specific variable
- G01D5/26—Mechanical means for transferring the output of a sensing member; Means for converting the output of a sensing member to another variable where the form or nature of the sensing member does not constrain the means for converting; Transducers not specially adapted for a specific variable characterised by optical transfer means, i.e. using infrared, visible, or ultraviolet light
- G01D5/39—Scanning a visible indication of the measured value and reproducing this indication at the remote place, e.g. on the screen of a cathode ray tube
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01B—MEASURING LENGTH, THICKNESS OR SIMILAR LINEAR DIMENSIONS; MEASURING ANGLES; MEASURING AREAS; MEASURING IRREGULARITIES OF SURFACES OR CONTOURS
- G01B11/00—Measuring arrangements characterised by the use of optical techniques
- G01B11/24—Measuring arrangements characterised by the use of optical techniques for measuring contours or curvatures
- G01B11/245—Measuring arrangements characterised by the use of optical techniques for measuring contours or curvatures using a plurality of fixed, simultaneously operating transducers
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/50—Depth or shape recovery
- G06T7/55—Depth or shape recovery from multiple images
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10016—Video; Image sequence
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20016—Hierarchical, coarse-to-fine, multiscale or multiresolution image processing; Pyramid transform
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20212—Image combination
- G06T2207/20221—Image fusion; Image merging
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Length Measuring Devices By Optical Means (AREA)
- Image Processing (AREA)
Abstract
【解決手段】画像データが示す画像の距離情報と、解像度変換画像データが示す距離情報とをそれぞれ推定し、画像の距離情報と解像度変換画像の距離情報とを合成することで、距離情報を推定する。
【選択図】図1
Description
Pc=(Pw-C)*[Rx,Ry,Rz] (式1)
ただし、ここで、「*」は行列の掛け算、「[Rx,Ry,Rz]」は縦ベクトルRx,Ry,Rzを横に並べた行列を表す。
Pi_x=Fc*Pc_x/Pc_z, Pi_y=Fc*Pc_y/Pc_z (式2)
ただし、「*」は乗算、「/」は除算を表す。なお、ここでFcは画像とカメラ座標を対応させる定数であり、カメラの横解像度res、焦点距離fとセンサの横幅widから次の式3で決めることができる。
Fc=res * f / wid (式3)
sqrt(Pc_x^2+ Pc_y^2+ Pc_z^2) (式4)
でも良い。ただし、「sqrt(x)」はxの平方根、「m^n」はmのn乗を表す。
図1は、本実施例に係る距離情報推定装置の構成の一例を示す図である。本実施例に係る距離情報推定装置は、多視点画像データ入力部11と、解像度変換部12と、画像領域分割部13と、カメラ情報入力部14と、距離情報推定部15と、距離情報合成部16と、距離情報出力部17とを有する。
以下では、距離情報合成部16の距離情報の合成処理について、図6のフローチャートと図7の模式図を用いてより詳細に説明する。なお、以下の合成処理は基準画像の全ての画素に対して行う。
f(x,y;x0,y0)=1/(2π*σ^2)*exp(−1/2*((x-x0)^2/σ^2+ (y-y0)^2/σ^2)) (式5)
g(x,y;x0,y0)=1/(sqrt(2π)*σ)*exp(−1/2*((S(x,y)-S(x0,y0))^2/σ^2)) (式6)
h(x,y;x0,y0)=α*f(x,y;x0,y0)*g(x,y;x0,y0) (式7)
図8は、実施例2の距離情報推定装置の構成の一例を示す図である。実施例2の距離情報推定装置は、多視点画像データ入力部11と、画像領域分割部13と、カメラ情報入力部14と、距離情報出力部17と、第一距離情報推定部81と、第二距離情報推定部82と、距離情報合成部83とを有する。なお、実施例1と同一の構成とすることができるものについては、図1と同一の符号を付している。
以下では、距離情報合成部83の距離情報の合成処理について、図10のフローチャートを用いてより詳細に説明する。なお、以下の合成処理は基準画像の全ての画素に対して行う。
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。
Claims (12)
- 画像データと、前記画像データの解像度を変換した解像度変換画像データとを取得する取得手段と、
前記画像データが示す画像の距離情報と前記解像度変換画像データが示す解像度変換画像の距離情報とをそれぞれ推定する距離情報推定手段と、
前記画像の距離情報と前記解像度変換画像の距離情報とを合成する距離情報合成手段と
を有することを特徴とする距離情報推定装置。 - 前記取得手段は2種類以上の異なる解像度で2種類以上の解像度変換画像データを取得し、
前記距離情報推定手段は2種類以上の前記解像度変換画像の距離情報を推定し、
前記距離情報合成手段は2種類以上の前記解像度変換画像の距離情報を用いて合成することを特徴とする請求項1に記載の距離情報推定装置。 - 前記距離情報推定手段は、前記画像データに対応するカメラ情報に基づいて前記距離情報を推定することを特徴とする請求項1または2に記載の距離情報推定装置。
- 前記距離情報合成手段は、前記画像の領域を分割した領域分割情報に基づいて前記距離情報を合成することを特徴とする請求項1から3のいずれかに記載の距離情報推定装置。
- 距離情報合成手段は、前記領域分割情報に基づいて合成の重み係数を設定することを特徴とする請求項4に記載の距離情報推定装置。
- 距離情報合成手段は、前記距離情報のそれぞれの精度に基づいて合成の重み係数を設定することを特徴とする請求項1から5のいずれかに記載の距離情報推定装置。
- 画像データが示す画像の第一距離情報を推定する第一距離情報推定手段と、
前記画像の、前記第一距離情報とは異なる第二距離情報を推定する第二距離情報推定手段と、
前記第一距離情報と前記第二距離情報とを合成する距離情報合成手段と
を有することを特徴とする距離情報推定装置。 - 前記第一距離情報推定手段と前記第二距離情報推定手段とは精度の異なる1つ以上の推定方法で1つ以上の距離情報を推定することを特徴とする請求項7に記載の距離情報推定装置。
- 前記第一距離情報推定手段および前記第二距離情報推定手段の少なくとも1つは、前記画像データに対応するカメラ情報に基づいて距離情報を推定することを特徴とする請求項7または8に記載の距離情報推定装置。
- 前記画像データは、複数の視点から得られた多視点画像を示す画像データであることを特徴とする請求項1から9のいずれかに記載の距離情報推定装置。
- 画像データと、前記画像データの解像度を変換した解像度変換画像データとを取得する取得ステップと、
前記画像データが示す画像の距離情報と前記解像度変換画像データが示す解像度変換画像の距離情報とをそれぞれ推定する距離情報推定ステップと、
前記画像の距離情報と前記解像度変換画像の距離情報とを合成する距離情報合成ステップと
を有することを特徴とする距離情報推定方法。 - コンピュータを、請求項1から10のいずれかに記載の距離情報推定装置として機能させるためのプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012191315A JP5995614B2 (ja) | 2012-08-31 | 2012-08-31 | 距離情報推定装置 |
US13/973,321 US9243935B2 (en) | 2012-08-31 | 2013-08-22 | Distance information estimating apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012191315A JP5995614B2 (ja) | 2012-08-31 | 2012-08-31 | 距離情報推定装置 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2014048896A true JP2014048896A (ja) | 2014-03-17 |
JP2014048896A5 JP2014048896A5 (ja) | 2015-07-30 |
JP5995614B2 JP5995614B2 (ja) | 2016-09-21 |
Family
ID=50187027
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012191315A Active JP5995614B2 (ja) | 2012-08-31 | 2012-08-31 | 距離情報推定装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US9243935B2 (ja) |
JP (1) | JP5995614B2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021176873A1 (ja) * | 2020-03-03 | 2021-09-10 | ソニーグループ株式会社 | 情報処理装置と情報処理方法およびプログラム |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5995614B2 (ja) * | 2012-08-31 | 2016-09-21 | キヤノン株式会社 | 距離情報推定装置 |
JP2016015567A (ja) * | 2014-07-01 | 2016-01-28 | 株式会社東芝 | 電子機器、処理方法およびプログラム |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001266128A (ja) * | 2000-03-21 | 2001-09-28 | Nippon Telegr & Teleph Corp <Ntt> | 奥行き情報取得方法,装置および奥行き情報取得プログラムを記録した記録媒体 |
JP2012154731A (ja) * | 2011-01-25 | 2012-08-16 | Panasonic Corp | 測位情報形成装置、検出装置、及び測位情報形成方法 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4392507B2 (ja) | 2006-11-08 | 2010-01-06 | 国立大学法人東京工業大学 | 3次元サーフェス生成方法 |
US8331615B2 (en) | 2007-08-01 | 2012-12-11 | The Board Of Trustees Of The University Of Illinois | Match, expand, and filter technique for multi-view stereopsis |
US8654195B2 (en) * | 2009-11-13 | 2014-02-18 | Fujifilm Corporation | Distance measuring apparatus, distance measuring method, distance measuring program, distance measuring system, and image pickup apparatus |
US8153971B2 (en) * | 2009-11-23 | 2012-04-10 | Flir Systems Ab | Camera with two visual imaging subsystems for determining parallax and for focusing an IR imaging subsystem |
US8229172B2 (en) * | 2009-12-16 | 2012-07-24 | Sony Corporation | Algorithms for estimating precise and relative object distances in a scene |
US8878773B1 (en) * | 2010-05-24 | 2014-11-04 | Amazon Technologies, Inc. | Determining relative motion as input |
JP5238767B2 (ja) | 2010-07-26 | 2013-07-17 | 株式会社東芝 | 視差画像生成方法及び装置 |
JP2012191486A (ja) * | 2011-03-11 | 2012-10-04 | Sony Corp | 画像合成装置と画像合成方法およびプログラム |
JP5725953B2 (ja) * | 2011-04-13 | 2015-05-27 | キヤノン株式会社 | 撮像装置及びその制御方法、並びに情報処理装置 |
JP6112824B2 (ja) * | 2012-02-28 | 2017-04-12 | キヤノン株式会社 | 画像処理方法および装置、プログラム。 |
JP2014048714A (ja) * | 2012-08-29 | 2014-03-17 | Canon Inc | 画像処理装置及び画像処理方法 |
JP5995614B2 (ja) * | 2012-08-31 | 2016-09-21 | キヤノン株式会社 | 距離情報推定装置 |
-
2012
- 2012-08-31 JP JP2012191315A patent/JP5995614B2/ja active Active
-
2013
- 2013-08-22 US US13/973,321 patent/US9243935B2/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001266128A (ja) * | 2000-03-21 | 2001-09-28 | Nippon Telegr & Teleph Corp <Ntt> | 奥行き情報取得方法,装置および奥行き情報取得プログラムを記録した記録媒体 |
JP2012154731A (ja) * | 2011-01-25 | 2012-08-16 | Panasonic Corp | 測位情報形成装置、検出装置、及び測位情報形成方法 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021176873A1 (ja) * | 2020-03-03 | 2021-09-10 | ソニーグループ株式会社 | 情報処理装置と情報処理方法およびプログラム |
Also Published As
Publication number | Publication date |
---|---|
US20140063235A1 (en) | 2014-03-06 |
JP5995614B2 (ja) | 2016-09-21 |
US9243935B2 (en) | 2016-01-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5762142B2 (ja) | 撮像装置、画像処理装置およびその方法 | |
JP5818514B2 (ja) | 画像処理装置および画像処理方法、プログラム | |
CN111739146B (zh) | 物体三维模型重建方法及装置 | |
US9412151B2 (en) | Image processing apparatus and image processing method | |
US20150097827A1 (en) | Target Region Fill Utilizing Transformations | |
JP6223169B2 (ja) | 情報処理装置、情報処理方法およびプログラム | |
JP2007000205A (ja) | 画像処理装置及び画像処理方法並びに画像処理プログラム | |
JP6452360B2 (ja) | 画像処理装置、撮像装置、画像処理方法およびプログラム | |
US20200134847A1 (en) | Structure depth-aware weighting in bundle adjustment | |
JP2007334583A (ja) | 多視点画像を用いた自由視点画像生成方法、装置及びプログラム | |
WO2015156149A1 (ja) | 画像処理装置および画像処理方法 | |
TW201921318A (zh) | 用於產生場景之舖磚式三維影像表示之設備及方法 | |
JP4631973B2 (ja) | 画像処理装置、画像処理装置の制御方法、および画像処理装置の制御プログラム | |
JP2016213574A (ja) | 画像処理装置及び画像処理装置の制御方法 | |
CN107077719B (zh) | 数码照片中基于深度图的透视校正 | |
JP5995614B2 (ja) | 距離情報推定装置 | |
CN108028904A (zh) | 移动设备上光场增强现实/虚拟现实的方法和系统 | |
CN117671031A (zh) | 双目相机标定方法、装置、设备及存储介质 | |
JP4775903B2 (ja) | 多視点画像を用いた自由視点画像生成方法、装置及びプログラム | |
JP2008299505A (ja) | 画像処理装置、画像処理システム及び制御プログラム | |
KR101888837B1 (ko) | 스테레오 매칭 시스템의 전처리 장치 | |
US11438570B2 (en) | Data processing apparatus and data processing method for generation of calibration data for performing image processing | |
WO2013089183A1 (ja) | 画像処理装置、画像処理方法、コンピュータプログラム、記録媒体、立体画像表示装置 | |
JP2009146150A (ja) | 特徴位置検出方法及び特徴位置検出装置 | |
JP5926626B2 (ja) | 画像処理装置及びその制御方法、プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150611 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150611 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20160421 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160426 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160627 |
|
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: 20160726 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160823 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5995614 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |