JP4670303B2 - 画像処理方法及び画像処理装置 - Google Patents
画像処理方法及び画像処理装置 Download PDFInfo
- Publication number
- JP4670303B2 JP4670303B2 JP2004294241A JP2004294241A JP4670303B2 JP 4670303 B2 JP4670303 B2 JP 4670303B2 JP 2004294241 A JP2004294241 A JP 2004294241A JP 2004294241 A JP2004294241 A JP 2004294241A JP 4670303 B2 JP4670303 B2 JP 4670303B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- background
- distance
- background region
- processing unit
- 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
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/222—Studio circuitry; Studio devices; Studio equipment
- H04N5/262—Studio circuits, e.g. for mixing, switching-over, change of character of image, other special effects ; Cameras specially adapted for the electronic generation of special effects
- H04N5/272—Means for inserting a foreground image in a background image, i.e. inlay, outlay
- H04N5/275—Generation of keying signals
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Image Processing (AREA)
- Studio Devices (AREA)
- Image Analysis (AREA)
- Studio Circuits (AREA)
Description
=P・M〜 ・・・(1)
ここで、sはスケール因子であり、行列[R t]は外部パラメータと呼ばれるもので、カメラの空間内での位置を表し、R,tはそれぞれ回転、並進行列を表す。行列Aはカメラの内部パラメータと呼ばれるもので、次の式(2)で与えられる。
v=vd+(vd−cv)・k・rd2 ・・・(3)
但し、rd2=(ud−cu)2+(vd−cv)2sv2であり、(cu,cv)は歪み中心を表し、svはアスペクト比を表す。
ここでP+はPの擬似逆行列であり、次の式(5)で定義される。
P+=PT(PPT)−1 ・・・(5)
また、P⊥は次の式(6)を満たすベクトルとなり、常に原点に射影されるため実際には光学中心を示し、次の(6)式により計算できる。但し、ωは任意の4次元ベクトルである。
P・p⊥=0
P⊥=(I−PP+)ω ・・・(6)
式(4)は,光学中心及び基準画像上の点mを通る全ての点を表しているが、距離をZiとすることでスケール因子を決定することができ,空間内の点Miを決定することができる。この点を投影行列P’により投影すれば,検出画像上の点mi’を算出することが可能となる。
〔参考文献:Andrea Fusiello, Emanuele Trucco and Alessandro Verri:尿 compact algorithm for rectification of stereo pairs Machine Vision and Applications(2000) 12 : pp.16-22〕
すなわち、左右のカメラの投影行列P,P’から変換行列の算出を行う。
(i)光学中心の算出
投影行列P,P’を次の式(7)で記述すると、各光学中心c1=[xc1,yc1,zc1]T,c2=[xc2,yc2,zc2]Tは、次の式(8)で得られる。
c2=−Q’−1q’ ・・・(8)
(ii)X’,Y’,Z’軸の算出
先述したようにX’軸は光学中心を結ぶベクトルであることから、X’軸のベクトルをv1=[x1,y1,z1]Tとすると、X’軸のベクトルv1は、次の式(9)で得られる。
また、Y’軸のベクトルv2=[x2,y2,z2]Tは、先述したようにX’軸とZ軸に垂直なベクトルであることから、投影行列Pを次の式(10)で表すと、v2=r3∧v1とかける。
(iii)投影行列Pn,Pn’の算出
投影行列Pn,Pn’は、次の式(12)で記述する。
Pn’=An・[Rn tn’] ・・・(12)
新規投影行列では、内部パラメータ及び外部パラメータの回転成分は同一のものとなるため、投影行列Pn,Pn’を算出するためには、An,Rn,tn,tn’を算出すればよいことになる。内部パラメータAnは投影行列P,P’の内部パラメータを用いて次の式(13)で算出する。
tn’=−Rnc2 ・・・(15)
以上のAn,Rn,tn,tn’の算出により,式(12)から投影行列Pn,Pn’が算出可能となる。
(iv)変換行列TH1,TH2の算出
ここでは、投影行列P,P’,Pn,Pn’を用いて変換行列TH1,TH2を算出する方法について述べる。
m〜 n=PnM〜=[Qn|−Qnc1]M〜 ・・・(16)
これから点m〜と点m〜 nを通る直線は、次の式(17)で表される。
M〜=snQn −1m〜 n+c1 ・・・(17)
したがって、点m〜と点m〜 nの関係は、次の式(18)で記述できる。
変換行列は撮像画像上の点mを正規化された画像上の点mnに射影する行列であるため、QnQ−1が変換行列となる。つまり、変換行列TH1,TH2は次の式(19)により算出される。
TH2=Q’nQ’−1 ・・・(19)
続いて、背景領域推定処理部4において、背景領域マスクRbbg(u,v),Rdbg(u,v)を算出する(ステップS3)。
そして、背景分離画像作成処理部6において、上記ステップS4の処理で作成した距離画像Db(u,v),Dd(u,v)を参照し、閾値以下の距離を持つ点(ui,vi)を入力画像Ib(u,v),Id(u,v)から除去し、背景分離画像Ib’(u,v),Id’(u,v)を作成し(ステップS5)、作成した背景分離画像Ib’(u,v),Id’(u,v)を出力する(ステップS6)。ここでの閾値処理は、ある距離以上のものを背景とするものである。
Claims (4)
- 少なくとも2台のカメラにより互いに異なる視点から被写体を撮像して、互いに同期した入力画像を得て記憶手段に記憶する撮像ステップと、
上記撮像ステップで上記記憶手段に記憶された互いに同期した入力画像について、上記記憶手段に記憶された互いに同期した入力画像について、背景領域は遠方にあり、平面であると仮定して、ある距離以降の領域を背景とし、解像度を低下させた状態で、画像全体の輝度誤差が最小となるようなシフト量を求める大局的シフト量算出処理により、大局的な画像合わせ込みを行ってから、上記記憶手段に記憶された互いに同期した入力画像について局所的なマッチングにより背景領域を推定する局所的類似度算出処理を行う背景領域推定ステップと、
上記背景領域推定ステップで推定した背景領域以外の点について、ステレオ法により距離計測を行って距離画像を作成する距離画像作成ステップと、
上記距離画像作成ステップで作成した距離画像を参照して、所定の距離以上の領域の画像を入力画像から除去して背景分離画像を作成する背景分離画像作成ステップと
を有することを特徴とする画像処理方法。 - 上記背景領域推定ステップにおいて、局所的類似度算出処理による背景領域の推定に用いる背景テンプレートを随時更新・追加することを特徴とする請求項1記載の画像処理方法。
- 少なくとも2台のカメラにより互いに異なる視点から被写体を撮像して得られた互いに同期した入力画像を記憶する記憶手段と、
上記記憶手段に記憶された互いに同期した入力画像について、背景領域は遠方にあり、平面であると仮定して、ある距離以降の領域を背景とし、解像度を低下させた状態で、画像全体の輝度誤差が最小となるようなシフト量を求める大局的シフト量算出処理により、大局的な画像合わせ込みを行ってから、上記記憶手段に記憶された互いに同期した入力画像について局所的なマッチングにより背景領域を推定する局所的類似度算出処理を行う背景領域推定処理部と、
上記背景領域推定処理部で推定した背景領域以外の点について、ステレオ法により距離計測を行って距離画像を作成する距離画像作成処理部と、
上記距離画像作成処理部で作成した距離画像を参照して、所定の距離以上の領域の画像を入力画像から除去して背景分離画像を作成する背景分離画像作成処理部と
を備えることを特徴とする画像処理装置。 - 上記背景領域推定処理部では、局所的類似度算出処理による背景領域の推定に用いる背景テンプレートを随時更新・追加することを特徴とする請求項3記載の画像処理装置。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004294241A JP4670303B2 (ja) | 2004-10-06 | 2004-10-06 | 画像処理方法及び画像処理装置 |
US11/240,555 US7965885B2 (en) | 2004-10-06 | 2005-10-03 | Image processing method and image processing device for separating the background area of an image |
CNB200510108440XA CN100364319C (zh) | 2004-10-06 | 2005-10-08 | 图像处理方法和图像处理装置 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004294241A JP4670303B2 (ja) | 2004-10-06 | 2004-10-06 | 画像処理方法及び画像処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006109172A JP2006109172A (ja) | 2006-04-20 |
JP4670303B2 true JP4670303B2 (ja) | 2011-04-13 |
Family
ID=36125124
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004294241A Expired - Fee Related JP4670303B2 (ja) | 2004-10-06 | 2004-10-06 | 画像処理方法及び画像処理装置 |
Country Status (3)
Country | Link |
---|---|
US (1) | US7965885B2 (ja) |
JP (1) | JP4670303B2 (ja) |
CN (1) | CN100364319C (ja) |
Families Citing this family (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5050691B2 (ja) * | 2007-07-05 | 2012-10-17 | ソニー株式会社 | 画像処理装置、画像処理方法およびコンピュータプログラム |
JP2009110137A (ja) * | 2007-10-29 | 2009-05-21 | Ricoh Co Ltd | 画像処理装置、画像処理方法及び画像処理プログラム |
DE102008039051A1 (de) * | 2008-08-21 | 2010-02-25 | Audi Ag | Verfahren zum Gewinnen von Bildern bei Mehrfachempfang |
JP4702569B2 (ja) * | 2008-09-30 | 2011-06-15 | マツダ株式会社 | 車両用画像処理装置 |
GB2469342A (en) * | 2009-04-09 | 2010-10-13 | Sony Comp Entertainment Europe | A system and method of image transmission using stereographic images |
US20110019243A1 (en) * | 2009-07-21 | 2011-01-27 | Constant Jr Henry J | Stereoscopic form reader |
JP2011095797A (ja) * | 2009-10-27 | 2011-05-12 | Sony Corp | 画像処理装置、画像処理方法及びプログラム |
US9628722B2 (en) | 2010-03-30 | 2017-04-18 | Personify, Inc. | Systems and methods for embedding a foreground video into a background feed based on a control input |
KR20110116525A (ko) * | 2010-04-19 | 2011-10-26 | 엘지전자 주식회사 | 3d 오브젝트를 제공하는 영상표시장치, 그 시스템 및 그 동작 제어방법 |
US8649592B2 (en) | 2010-08-30 | 2014-02-11 | University Of Illinois At Urbana-Champaign | System for background subtraction with 3D camera |
JP5330341B2 (ja) * | 2010-08-31 | 2013-10-30 | 本田技研工業株式会社 | 車載カメラを用いた測距装置 |
JP5263989B2 (ja) * | 2010-10-22 | 2013-08-14 | Necシステムテクノロジー株式会社 | 画像配信システムおよび画像配信方法と画像配信プログラム |
CN104427291B (zh) * | 2013-08-19 | 2018-09-28 | 华为技术有限公司 | 一种图像处理方法及设备 |
US9414016B2 (en) | 2013-12-31 | 2016-08-09 | Personify, Inc. | System and methods for persona identification using combined probability maps |
US9485433B2 (en) | 2013-12-31 | 2016-11-01 | Personify, Inc. | Systems and methods for iterative adjustment of video-capture settings based on identified persona |
US9916668B2 (en) | 2015-05-19 | 2018-03-13 | Personify, Inc. | Methods and systems for identifying background in video data using geometric primitives |
US9563962B2 (en) | 2015-05-19 | 2017-02-07 | Personify, Inc. | Methods and systems for assigning pixels distance-cost values using a flood fill technique |
US9607397B2 (en) | 2015-09-01 | 2017-03-28 | Personify, Inc. | Methods and systems for generating a user-hair-color model |
JP6467516B2 (ja) * | 2015-09-29 | 2019-02-13 | 富士フイルム株式会社 | 距離画像取得装置付きプロジェクタ装置及びプロジェクション方法 |
US10262222B2 (en) * | 2016-04-13 | 2019-04-16 | Sick Inc. | Method and system for measuring dimensions of a target object |
US9883155B2 (en) | 2016-06-14 | 2018-01-30 | Personify, Inc. | Methods and systems for combining foreground video and background video using chromatic matching |
US9881207B1 (en) | 2016-10-25 | 2018-01-30 | Personify, Inc. | Methods and systems for real-time user extraction using deep learning networks |
JP7385385B2 (ja) | 2019-07-19 | 2023-11-22 | 株式会社ソニー・インタラクティブエンタテインメント | 画像配信システムおよび画像配信方法 |
US11800056B2 (en) | 2021-02-11 | 2023-10-24 | Logitech Europe S.A. | Smart webcam system |
US11800048B2 (en) | 2021-02-24 | 2023-10-24 | Logitech Europe S.A. | Image generating system with background replacement or modification capabilities |
CN113111883B (zh) * | 2021-03-23 | 2023-06-06 | 浙江大华技术股份有限公司 | 车牌检测方法、电子设备及存储介质 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003304562A (ja) * | 2002-04-10 | 2003-10-24 | Victor Co Of Japan Ltd | オブジェクト符号化方法、オブジェクト符号化装置、及びオブジェクト符号化用プログラム |
US6661918B1 (en) * | 1998-12-04 | 2003-12-09 | Interval Research Corporation | Background estimation and segmentation based on range and color |
JP2004206320A (ja) * | 2002-12-25 | 2004-07-22 | Matsushita Electric Ind Co Ltd | 画像認識装置および方法 |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6236748B1 (en) * | 1994-08-02 | 2001-05-22 | Canon Kabushiki Kaisha | Compound eye image pickup device utilizing plural image sensors and plural lenses |
JPH09200714A (ja) | 1996-01-17 | 1997-07-31 | Casio Comput Co Ltd | テレビ電話付き画像処理装置 |
US5903660A (en) * | 1997-07-16 | 1999-05-11 | The Regents Of The University Of California | Automatic background recognition and removal (ABRR) in projection digital radiographic images (PDRI) |
US6532022B1 (en) * | 1997-10-15 | 2003-03-11 | Electric Planet, Inc. | Method and apparatus for model-based compositing |
JP3134845B2 (ja) | 1998-07-03 | 2001-02-13 | 日本電気株式会社 | 動画像中の物体抽出装置及び方法 |
US20020051491A1 (en) * | 1998-11-20 | 2002-05-02 | Kiran Challapali | Extraction of foreground information for video conference |
JP2000200359A (ja) | 1999-01-05 | 2000-07-18 | Olympus Optical Co Ltd | 画像処理装置及び画像処理方法及び画像処理プログラムを記録した記録媒体 |
JP3918141B2 (ja) * | 1999-08-18 | 2007-05-23 | 富士フイルム株式会社 | 画像処理装置及び画像処理方法 |
US6556704B1 (en) * | 1999-08-25 | 2003-04-29 | Eastman Kodak Company | Method for forming a depth image from digital image data |
JP2001346226A (ja) * | 2000-06-02 | 2001-12-14 | Canon Inc | 画像処理装置、立体写真プリントシステム、画像処理方法、立体写真プリント方法、及び処理プログラムを記録した媒体 |
JP4501239B2 (ja) * | 2000-07-13 | 2010-07-14 | ソニー株式会社 | カメラ・キャリブレーション装置及び方法、並びに、記憶媒体 |
US7177483B2 (en) * | 2002-08-29 | 2007-02-13 | Palo Alto Research Center Incorporated. | System and method for enhancement of document images |
JP4216021B2 (ja) * | 2002-08-30 | 2009-01-28 | 富士重工業株式会社 | 侵入物検出装置 |
JP4231320B2 (ja) * | 2003-03-31 | 2009-02-25 | 本田技研工業株式会社 | 移動体の検出装置 |
-
2004
- 2004-10-06 JP JP2004294241A patent/JP4670303B2/ja not_active Expired - Fee Related
-
2005
- 2005-10-03 US US11/240,555 patent/US7965885B2/en not_active Expired - Fee Related
- 2005-10-08 CN CNB200510108440XA patent/CN100364319C/zh not_active Expired - Fee Related
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6661918B1 (en) * | 1998-12-04 | 2003-12-09 | Interval Research Corporation | Background estimation and segmentation based on range and color |
JP2003304562A (ja) * | 2002-04-10 | 2003-10-24 | Victor Co Of Japan Ltd | オブジェクト符号化方法、オブジェクト符号化装置、及びオブジェクト符号化用プログラム |
JP2004206320A (ja) * | 2002-12-25 | 2004-07-22 | Matsushita Electric Ind Co Ltd | 画像認識装置および方法 |
Also Published As
Publication number | Publication date |
---|---|
CN100364319C (zh) | 2008-01-23 |
CN1758720A (zh) | 2006-04-12 |
US7965885B2 (en) | 2011-06-21 |
US20060072022A1 (en) | 2006-04-06 |
JP2006109172A (ja) | 2006-04-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4670303B2 (ja) | 画像処理方法及び画像処理装置 | |
WO2020007320A1 (zh) | 多视角图像的融合方法、装置、计算机设备和存储介质 | |
CN109690620B (zh) | 三维模型生成装置以及三维模型生成方法 | |
USRE47925E1 (en) | Method and multi-camera portable device for producing stereo images | |
US20060120712A1 (en) | Method and apparatus for processing image | |
WO2017054589A1 (zh) | 一种多深度图融合方法及装置 | |
CN106981078B (zh) | 视线校正方法、装置、智能会议终端及存储介质 | |
US20080158340A1 (en) | Video chat apparatus and method | |
WO2020237565A1 (zh) | 一种目标追踪方法、装置、可移动平台及存储介质 | |
JP5068732B2 (ja) | 3次元形状生成装置 | |
JP7354767B2 (ja) | 物体追跡装置および物体追跡方法 | |
CN111402345B (zh) | 基于多目全景图像的模型生成方法及装置 | |
JP2017117244A (ja) | カメラの撮影画像に映る人物を検出する画像解析装置、プログラム及び方法 | |
JP4872396B2 (ja) | 画像編集装置、画像編集方法および画像編集プログラム | |
JP2006226965A (ja) | 画像処理装置、コンピュータプログラム、及び画像処理方法 | |
JPH05303629A (ja) | 形状合成方法 | |
KR20190055632A (ko) | 모션 정보를 이용한 객체 복원 장치 및 이를 이용한 객체 복원 방법 | |
JP2018201146A (ja) | 画像補正装置、画像補正方法、注目点認識装置、注目点認識方法及び異常検知システム | |
WO2018179119A1 (ja) | 映像解析装置、映像解析方法および記録媒体 | |
JP2006337075A (ja) | 3次元情報復元装置 | |
US10748397B2 (en) | Monitoring system | |
JP2011002292A (ja) | 三次元指先位置検出方法、三次元指先位置検出装置、およびプログラム | |
EP2866446B1 (en) | Method and multi-camera portable device for producing stereo images | |
CN109313808B (zh) | 图像处理系统 | |
JP4743601B2 (ja) | 動画像処理装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070706 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101019 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101206 |
|
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: 20101221 |
|
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: 20110103 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140128 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |