JP4142732B2 - 画像処理装置 - Google Patents
画像処理装置 Download PDFInfo
- Publication number
- JP4142732B2 JP4142732B2 JP2007519994A JP2007519994A JP4142732B2 JP 4142732 B2 JP4142732 B2 JP 4142732B2 JP 2007519994 A JP2007519994 A JP 2007519994A JP 2007519994 A JP2007519994 A JP 2007519994A JP 4142732 B2 JP4142732 B2 JP 4142732B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- feature
- expected value
- feature points
- images
- 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
- 239000000284 extract Substances 0.000 claims description 3
- 238000000034 method Methods 0.000 description 49
- 238000010586 diagram Methods 0.000 description 16
- 238000004364 calculation method Methods 0.000 description 10
- 238000001514 detection method Methods 0.000 description 7
- 230000007423 decrease Effects 0.000 description 6
- 238000006073 displacement reaction Methods 0.000 description 6
- 230000008034 disappearance Effects 0.000 description 5
- 238000000605 extraction Methods 0.000 description 5
- 238000006243 chemical reaction Methods 0.000 description 3
- 239000011159 matrix material Substances 0.000 description 3
- 238000004519 manufacturing process Methods 0.000 description 2
- 239000000203 mixture Substances 0.000 description 2
- 238000002187 spin decoupling employing ultra-broadband-inversion sequences generated via simulated annealing Methods 0.000 description 2
- 101100119135 Mus musculus Esrrb gene Proteins 0.000 description 1
- 238000013473 artificial intelligence Methods 0.000 description 1
- 230000000903 blocking effect Effects 0.000 description 1
- 230000012447 hatching Effects 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/387—Composing, repositioning or otherwise geometrically modifying originals
- H04N1/3876—Recombination of partial images to recreate the original image
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/50—Image enhancement or restoration using two or more images, e.g. averaging or subtraction
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/30—Determination of transform parameters for the alignment of images, i.e. image registration
- G06T7/33—Determination of transform parameters for the alignment of images, i.e. image registration using feature-based methods
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/30—Determination of transform parameters for the alignment of images, i.e. image registration
- G06T7/35—Determination of transform parameters for the alignment of images, i.e. image registration using statistical methods
-
- 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
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Signal Processing (AREA)
- Multimedia (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Probability & Statistics with Applications (AREA)
- Image Processing (AREA)
- Image Analysis (AREA)
- Editing Of Facsimile Originals (AREA)
Description
例えば、図1(a)と図1(b)に示すような画像を用いて、図1(c)に示すような重ね合わせを行うとする。この場合、図2に示すように、一方の画像の特徴点を抽出し、もう一方の画像内で特徴点を探索して被写体の対応付けを行う。その際に、原画像のまま特徴点追跡を行うと、図3のように、原画像の全体にわたって特徴点を探索する必要があるため、探索範囲が広くなるので、図5に示すように、まず低解像度で特徴点同士の対応付けを行い(図5(1a)、(1b))、解像度を上げた画像での特徴点探索範囲を限定して段階的に解像度を上げて特徴点追跡を行う方法が一般的に用いられている(図5(2a)〜(3b))。特許文献5には互いに画像の一部が重複する2つの画像を合成するために、解像度の低い画像で求めた結果を順次利用して探索範囲を限定しながら解像度を上げていく方法が記されている。特徴点の抽出には、高解像度の原画像から特徴点を抽出して、その特徴点に対応する点を縮小画像の特徴点とする方法や、縮小画像から特徴点を抽出する方法がある。
本発明の画像処理装置は、2つの画像を重ね合わせて合成する画像処理装置において、重ね合わせるべき画像の縮小画像を生成する縮小画像生成手段と、重ね合わせるべき画像の原画像の各画素について、所定の作用素フィルタを用いて、特徴量を計算し、該縮小画像の解像度に対応するように各画素の特徴量をブロック化し、各ブロックについて特徴量の期待値を登録した期待値マップを作成する期待値マップ作成手段と、該期待値マップに登録された期待値から特徴点を抽出する特徴点抽出手段と、該特徴点を用いて重ね合わせるべき画像の縮小画像を重ね合わせ、該重ね合わせの結果から、該特徴点に対応する原画像内の特徴点を抽出し、原画像同士の重ね合わせを行う重ね合わせ手段とを備えることを特徴とする。
縮小画像の特徴点を高解像度の原画像から特徴点を抽出する方法(従来例1)では、高解像度で抽出した特徴点が(図6(a))、縮小画像では特徴点にならない(図6(b))可能性がある。また、縮小画像から特徴点を抽出する方法(従来例2)でも、低解像度で抽出した特徴点(図6(c))が、解像度を上げた場合に特徴点にならない(図6(d))可能性がある。特徴が消失することにより、誤った対応付けが多くなり、誤対応を除去する処理に時間がかかる、という問題が発生する。また、画像間の位置合わせに用いる場合には、特徴点数の減少により、精度が低下する可能性がある。
図1(a)、図1(b)に示すような画像間の対応付けを、図5のように3階層(3段階の解像度)で行う例について説明する。
始めに、縮小画像(図5(1a),(1b),(2a),(2b))の作成と(ステップS1)と、縮小画像と同サイズの期待値マップの作成(ステップS2)を行う。次に縮小画像の特徴量を算出し(ステップS3)、前記期待値が大きい点からのみ特徴点を抽出する(ステップS4、図8参照)。抽出した特徴点を、対応付け対象の縮小画像(図5(1b))内で追跡する(対応する点を検出する;ステップS5)。追跡結果には誤対応が含まれている可能性があるので、RANSACなどで誤対応を除去する(ステップS6)。より大きい解像度の画像上で対応付けを行うか否かを判断する(ステップS7)。ステップS7の判断がNoの場合には、処理を終了する。ステップS7の判断がYesの場合には、対応が取れた図5(1a)の特徴点に対応する点を上の解像度の画像図5(2a)上の点に変換し、その周囲で再度特徴点を探索する(ステップS8)。特徴点の追跡と誤対応の除去を図5(2a),(2b) (3a),(3b)で繰り返す。
まず、Moravec Operatorにより特徴量を算出する。ここで、作用素として、Moravec Operatorを使うことを前提に説明するが、他のさまざまな作用素が使用可能である。個々の画素の特徴量に対して、その8近傍の画素の特徴量と比較し、最大値でない場合はその特徴量を0とする。期待値マップの画素数と同数のブロックに特徴量を分割し、各ブロックの最大値を期待値とする。期待値の上位N個以外を0とする。図9は、期待値マップのイメージ図である。実際には、期待値マップの各ブロックには、上記処理で得られた期待値が登録される。
図10と図11は、それぞれ、期待値マップを使用しないで特徴点を抽出した場合と、期待値マップを使用して特徴点を抽出した場合の結果を例示する図である。図10の期待値マップを使用しない場合には、特徴点の位置を示す四角の場所が縮小画像において、特徴点でない部分に来ている。これに対し、図11の期待値マップを使用した場合には、特徴点の存在位置を示す四角の位置が、縮小画像においても特徴点のあるあたりになっている。
図12のようなウィンドウに対して、
図13〜図16は、期待値マップ作成方法を説明する図である。図13と図14は、それぞれ異なる作成手法に対応する。
原画像図5(3a)を、縮小画像図5(1a)の画素数と同数のブロックに分割する(ステップS10)。例えば、縮小画像図5(1a)の縮小率が縦横1/4であるとする。この場合には、原画像図5(3a)を縦横4ピクセルのブロックに分割すればよい(図8a処理1、図16(a))。ブロックの特徴点の期待値は、ブロック内の画素の特徴量を比較して最大値を使用する(ステップS11)。特徴量の計算には、前述のKLTやMoravec、Harris、SUSANといった作用素が利用できる。特徴点の抽出にはKLTを用い、期待値の算出には演算量の少ないMoravecを用いる、というように、違う作用素を利用しても良い。違う作用素を用いる場合には、図16(b)のように、隣り合うブロックに重なり領域を作ることが望ましい。また、KLTのような演算量の多い作用素を用いる場合には、図15のように、予めエッジの有無を判断してエッジが少ない場合には期待値を0としても良い。
図17のように、被写体に部分的な動きがある場合に、動きのある部分からは特徴点を抽出しないことが望ましい。そこで、図18のフローのように、縮小画像での一回目の処理の場合には、動き検出を行い(図18、ステップS37)、動き領域内の特徴点を除去し(図18、ステップS38)、特徴点抽出(2)(図18、ステップS40)に戻る。この場合、必要な特徴点数より多めに特徴点候補を抽出して、動き領域を除去した対応点を利用するのが良い。
図18の特徴点対応付け手法においては、ステップS30において、縮小画像を作成し、ステップS31において、期待値マップを作成し、ステップS32において、特徴量を算出する。そして、ステップS33において、前述の方法で、期待値マップを用いて特徴点を抽出する。ステップS34において、特徴点の追跡を行い、ステップS35において、原画像の特徴点と縮小画像の特徴点の誤対応を除去する。ステップS36において、現在の処理が一回目の処理か否かを判断する。ステップS36の判断がYesの場合には、ステップS37において、動き検出を行い、ステップS38において、動き領域を除去し、ステップS40に進む。ステップS36の判断がNoの場合には、ステップS39において、高解像度の画像で特徴点の対応付けを行うか否かを判断する。ステップS39の判断がNoの場合には、処理を終了する。ステップS39の判断がYesの場合には、ステップS40において、上の解像度において、再度特徴点を抽出する。ステップS40の後は、ステップS34に進んで、目的の解像度にいたるまで、処理を繰り返す。
まず、画像Pから特徴点{pi}を抽出し、画像Qで対応点{qi}を探索する
次に、n≧4個の対応付けされた点{pi⇔qi}に対して、qi=Hpiを満たす行列を求める。
ただしpi、qiは、pi={xpi、ypi、1}T、qi={xqi、yqi、1}Tにのように斉次座標で表現する。
(1)pi、qiを次式のように変換する。
下の処理の(4)でt2≦derr 2である点(outlier)を誤対応点として除去する。
(1)対応付けされた点{pi⇔qi}を{p i⇔q i}、Tp、Tqに変換する。変換方法は上記を参照のこと。
(2){p i⇔q i}から、無作為に4点を抽出する。ただし、この4点からさらに3点を抽出したときに、この3点が同一線上にあるような組合せがあってはならない。
(3)抽出した4点からHomography:Hsを求める。
(4)derr 2=|p i−Hs −1 q i|2+|q i−Hs p i|2<t2である点をinlierとする。
(5)N:(2)から(4)の繰返し回数、ni:inlierの数に対して次式を満たさない場合(2)に戻る
(7){pi⇔qi}に対するHomography:H=Tq −1 HTpを求める。
次に、膨張処理について説明する。図20は、膨張処理を説明するための図である。
画像2を画像1の輝度レベルに変換する場合、次にような処理を行う。
(1)画像1と画像2との単純な差分をとり、適当に定めた閾値以下の領域を抽出する
(2)(1)で抽出した領域内で、画像1の画素値の標準偏差S1、平均値y 1、画像2の画素値の標準偏差S2、平均値y 2を求める
(3)画像2の画素値yを次式によりYに変換する
Claims (5)
- 2つの画像を重ね合わせて合成する画像処理装置において、
重ね合わせるべき画像の縮小画像を生成する縮小画像生成手段と、
重ね合わせるべき画像の原画像の各画素について、所定の作用素フィルタを用いて、特徴量を計算し、該縮小画像の解像度に対応するように各画素の特徴量をブロック化し、各ブロックについて特徴量の期待値を登録した期待値マップを作成する期待値マップ作成手段と、
該期待値マップに登録された期待値から特徴点を抽出する特徴点抽出手段と、
該特徴点を用いて重ね合わせるべき画像の縮小画像を重ね合わせ、該重ね合わせの結果から、該特徴点に対応する原画像内の特徴点を抽出し、原画像同士の重ね合わせを行う重ね合わせ手段と、
を備えることを特徴とする画像処理装置。 - 前記縮小画像は、複数の解像度について生成され、もっとも解像度の低い縮小画像を最初に用いて重ねあわせを行い、順次解像度の高い縮小画像の重ねあわせを行い、最終的に前記原画像についての重ね合わせを行うことを特徴とする請求項1に記載の画像処理装置。
- 前記特徴点抽出手段は、画像内の物体が動いていると考えられる領域を取り除いて特徴点を抽出することを特徴とする請求項1に記載の画像処理装置。
- 前記期待値は、画像のエッジがある部分についてのみ計算することを特徴とする請求項1に記載の画像処理装置。
- 前記期待値は、画像のエッジがない部分については、0に設定されることを特徴とする請求項1に記載の画像処理装置。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2005/010523 WO2006131967A1 (ja) | 2005-06-08 | 2005-06-08 | 画像処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP4142732B2 true JP4142732B2 (ja) | 2008-09-03 |
JPWO2006131967A1 JPWO2006131967A1 (ja) | 2009-01-08 |
Family
ID=37498179
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007519994A Expired - Fee Related JP4142732B2 (ja) | 2005-06-08 | 2005-06-08 | 画像処理装置 |
Country Status (4)
Country | Link |
---|---|
US (1) | US8401333B2 (ja) |
EP (1) | EP1901228B1 (ja) |
JP (1) | JP4142732B2 (ja) |
WO (1) | WO2006131967A1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2456191A2 (en) | 2010-11-19 | 2012-05-23 | Fujitsu Limited | Image processing apparatus, image processing method and computer readable information recording medium |
Families Citing this family (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE602005007009D1 (de) * | 2005-07-13 | 2008-07-03 | Lasersoft Imaging Ag | Bereitstellung einer digitalen Kopie eines Quellbildes |
US20110170784A1 (en) * | 2008-06-10 | 2011-07-14 | Tokyo Institute Of Technology | Image registration processing apparatus, region expansion processing apparatus, and image quality improvement processing apparatus |
JP5226600B2 (ja) * | 2009-04-28 | 2013-07-03 | 富士フイルム株式会社 | 画像変形装置およびその動作制御方法 |
DE102010005265A1 (de) * | 2010-01-20 | 2011-07-21 | Testo AG, 79853 | Verfahren zur überlagerten Darstellung korrespondierender Bilder und Bildaufnahmevorrichtung |
JP5653104B2 (ja) * | 2010-07-16 | 2015-01-14 | キヤノン株式会社 | 画像処理装置、画像処理方法、およびプログラム |
US10424342B2 (en) | 2010-07-28 | 2019-09-24 | International Business Machines Corporation | Facilitating people search in video surveillance |
US8532390B2 (en) * | 2010-07-28 | 2013-09-10 | International Business Machines Corporation | Semantic parsing of objects in video |
KR101364571B1 (ko) * | 2010-10-06 | 2014-02-26 | 한국전자통신연구원 | 영상 기반의 손 검출 장치 및 그 방법 |
CN101984463A (zh) * | 2010-11-02 | 2011-03-09 | 中兴通讯股份有限公司 | 全景图合成方法及装置 |
JP2012234258A (ja) * | 2011-04-28 | 2012-11-29 | Sony Corp | 画像処理装置と画像処理方法およびプログラム |
US10146795B2 (en) | 2012-01-12 | 2018-12-04 | Kofax, Inc. | Systems and methods for mobile image capture and processing |
US9165188B2 (en) | 2012-01-12 | 2015-10-20 | Kofax, Inc. | Systems and methods for mobile image capture and processing |
CN102855649B (zh) * | 2012-08-23 | 2015-07-15 | 山东电力集团公司电力科学研究院 | 基于orb特征点的高压杆塔高清图像全景拼接方法 |
US10140511B2 (en) | 2013-03-13 | 2018-11-27 | Kofax, Inc. | Building classification and extraction models based on electronic forms |
US9355312B2 (en) | 2013-03-13 | 2016-05-31 | Kofax, Inc. | Systems and methods for classifying objects in digital images captured using mobile devices |
US10127636B2 (en) * | 2013-09-27 | 2018-11-13 | Kofax, Inc. | Content-based detection and three dimensional geometric reconstruction of objects in image and video data |
US9886645B2 (en) | 2013-05-09 | 2018-02-06 | National Technology & Engineering Solutions Of Sandia, Llc | Image registration via optimization over disjoint image regions |
JP6212314B2 (ja) * | 2013-07-22 | 2017-10-11 | 株式会社ミツトヨ | 画像測定装置およびプログラム |
JP2016538783A (ja) | 2013-11-15 | 2016-12-08 | コファックス, インコーポレイテッド | モバイル映像データを用いて長尺文書の合成画像を生成するためのシステムおよび方法 |
US10380450B2 (en) * | 2014-10-03 | 2019-08-13 | Nec Corporation | Information processing device, information processing method, and recording medium |
US9760788B2 (en) | 2014-10-30 | 2017-09-12 | Kofax, Inc. | Mobile document detection and orientation based on reference object characteristics |
US10242285B2 (en) | 2015-07-20 | 2019-03-26 | Kofax, Inc. | Iterative recognition-guided thresholding and data extraction |
CN106204455A (zh) * | 2016-07-13 | 2016-12-07 | 广州市久邦数码科技有限公司 | 一种带有多重滤镜效果的图像处理方法及其系统 |
JP6869841B2 (ja) * | 2017-07-20 | 2021-05-12 | キヤノン株式会社 | 画像処理装置、画像処理装置の制御方法、およびプログラム |
JP6897431B2 (ja) * | 2017-08-30 | 2021-06-30 | オムロン株式会社 | 画像処理装置、設定支援方法、および設定支援プログラム |
US10803350B2 (en) | 2017-11-30 | 2020-10-13 | Kofax, Inc. | Object detection and image cropping using a multi-detector approach |
US11335108B2 (en) * | 2020-08-10 | 2022-05-17 | Marlabs Incorporated | System and method to recognise characters from an image |
CN114943824A (zh) * | 2021-02-10 | 2022-08-26 | 华为技术有限公司 | 一种特征点提取的方法 |
Family Cites Families (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2652070B2 (ja) | 1989-09-12 | 1997-09-10 | 株式会社 エイ・ティ・アール視聴覚機構研究所 | 画像処理装置 |
JP3333012B2 (ja) * | 1993-09-10 | 2002-10-07 | オリンパス光学工業株式会社 | 画像合成装置 |
US6128416A (en) * | 1993-09-10 | 2000-10-03 | Olympus Optical Co., Ltd. | Image composing technique for optimally composing a single image from a plurality of digital images |
JP3497217B2 (ja) * | 1993-12-28 | 2004-02-16 | オリンパス株式会社 | 画像取扱装置及び画像合成方法 |
JPH0887585A (ja) | 1994-09-17 | 1996-04-02 | Sony Corp | 図形データの階層的近似化方法 |
JPH08147473A (ja) * | 1994-11-17 | 1996-06-07 | Matsushita Electric Ind Co Ltd | 画像動き検出方法 |
JPH1083442A (ja) | 1996-09-09 | 1998-03-31 | Canon Inc | 画像合成方法 |
US6714689B1 (en) * | 1995-09-29 | 2004-03-30 | Canon Kabushiki Kaisha | Image synthesizing method |
JP4086422B2 (ja) | 1999-07-21 | 2008-05-14 | 日本放送協会 | 被写体認識装置 |
US6795567B1 (en) * | 1999-09-16 | 2004-09-21 | Hewlett-Packard Development Company, L.P. | Method for efficiently tracking object models in video sequences via dynamic ordering of features |
US6665440B1 (en) * | 2000-05-30 | 2003-12-16 | Microsoft Corporation | System and method for performing corner guided curve matching of multiple images representing a scene |
JP2004343483A (ja) | 2003-05-16 | 2004-12-02 | Acutelogic Corp | 手振れ補正装置および方法、手振れ検出装置 |
CN100583148C (zh) * | 2004-03-03 | 2010-01-20 | 日本电气株式会社 | 图像相似度计算系统、图像搜索系统、图像相似度计算方法 |
FR2872728B1 (fr) * | 2004-07-06 | 2006-09-15 | Commissariat Energie Atomique | Procede de saisie d'un objet par un bras de robot muni d'une camera |
WO2007032082A1 (ja) * | 2005-09-16 | 2007-03-22 | Fujitsu Limited | 画像処理方法及び画像処理装置 |
JP4899402B2 (ja) * | 2005-10-05 | 2012-03-21 | 株式会社日立製作所 | 撮像装置 |
JP5100360B2 (ja) * | 2007-12-21 | 2012-12-19 | 株式会社トプコン | 画像処理装置 |
-
2005
- 2005-06-08 EP EP05748563A patent/EP1901228B1/en not_active Ceased
- 2005-06-08 JP JP2007519994A patent/JP4142732B2/ja not_active Expired - Fee Related
- 2005-06-08 WO PCT/JP2005/010523 patent/WO2006131967A1/ja not_active Application Discontinuation
-
2007
- 2007-12-03 US US11/949,463 patent/US8401333B2/en active Active
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2456191A2 (en) | 2010-11-19 | 2012-05-23 | Fujitsu Limited | Image processing apparatus, image processing method and computer readable information recording medium |
US8687846B2 (en) | 2010-11-19 | 2014-04-01 | Fujitsu Limited | Image processing apparatus, image processing method and computer readable information recording medium |
Also Published As
Publication number | Publication date |
---|---|
US8401333B2 (en) | 2013-03-19 |
EP1901228A1 (en) | 2008-03-19 |
EP1901228A4 (en) | 2009-08-19 |
WO2006131967A1 (ja) | 2006-12-14 |
US20080232715A1 (en) | 2008-09-25 |
EP1901228B1 (en) | 2011-05-18 |
JPWO2006131967A1 (ja) | 2009-01-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4142732B2 (ja) | 画像処理装置 | |
JP3935500B2 (ja) | 動きベクトル演算方法とこの方法を用いた手ぶれ補正装置、撮像装置、並びに動画生成装置 | |
CN112215925B (zh) | 自适应采煤机随动跟踪多摄像头视频拼接方法 | |
US8055101B2 (en) | Subpixel registration | |
KR101692227B1 (ko) | Fast를 이용한 파노라마 영상 생성 방법 | |
WO2012063468A1 (ja) | 画像処理装置、画像処理方法、およびプログラム | |
CN104574339A (zh) | 一种用于视频监控的多尺度柱面投影全景图像生成方法 | |
Jung et al. | Data hiding using edge detector for scalable images | |
JP2007000205A (ja) | 画像処理装置及び画像処理方法並びに画像処理プログラム | |
JP2018055367A (ja) | 画像処理装置、画像処理方法、及びプログラム | |
JP2017130042A (ja) | 映像処理装置、映像処理方法、及びプログラム | |
JP4843787B2 (ja) | 被写体追尾方法及び装置 | |
JP2012185712A (ja) | 画像照合装置または画像照合方法 | |
WO2008102898A1 (ja) | 画質改善処理装置、画質改善処理方法及び画質改善処理プログラム | |
JP4898655B2 (ja) | 撮像装置及び画像合成プログラム | |
KR20050063991A (ko) | 영상 피라미드를 이용한 영상정합 처리방법 및 장치 | |
Rasmussen et al. | Spatiotemporal inpainting for recovering texture maps of partially occluded building facades | |
JP6101656B2 (ja) | マーカ埋め込み装置、マーカ検出装置、及びプログラム | |
JP7001265B2 (ja) | 映像修復システム、映像修復方法及びプログラム | |
JP2007053621A (ja) | 画像生成装置 | |
JP6118295B2 (ja) | マーカ埋め込み装置、マーカ検出装置、方法、及びプログラム | |
Chang et al. | A low-complexity image stitching algorithm suitable for embedded systems | |
JP5563390B2 (ja) | 画像処理装置およびその制御方法、及びプログラム | |
Chen et al. | Screen image segmentation and correction for a computer display | |
JP6427038B2 (ja) | カメラパラメータ推定装置およびカメラパラメータ推定プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 20080610 |
|
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: 20080612 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110620 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4142732 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120620 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120620 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130620 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130620 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |