JP4432355B2 - Image composition apparatus, method and program thereof, and image reproduction processing apparatus - Google Patents
Image composition apparatus, method and program thereof, and image reproduction processing apparatus Download PDFInfo
- Publication number
- JP4432355B2 JP4432355B2 JP2003120468A JP2003120468A JP4432355B2 JP 4432355 B2 JP4432355 B2 JP 4432355B2 JP 2003120468 A JP2003120468 A JP 2003120468A JP 2003120468 A JP2003120468 A JP 2003120468A JP 4432355 B2 JP4432355 B2 JP 4432355B2
- Authority
- JP
- Japan
- Prior art keywords
- image data
- transparency
- still image
- image
- 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
Landscapes
- Controls And Circuits For Display Device (AREA)
- Image Processing (AREA)
- Editing Of Facsimile Originals (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、複数の画像を合成する画像合成装置とその方法およびプログラムならびに画像再生処理装置に関するものである。
【0002】
【従来の技術】
複数の画像を合成する方法として、単純には、画像を形成する各画素のデータ(画素データ)を互いに加算する方法がある。たとえば、1つの画素データが赤、青、緑の3色の色データを持っている場合、同一画素の同一色の色データ同士を加算することにより、複数の画像から合成画像を作成することができる。この方法によると、加算後の画素値は必ず大きくなるため、合成する画像の数が多い場合や明度の高い画像を合成する場合において、画素値が飽和し易くなる傾向がある。画素値が飽和すると、元画像の情報が消失してしまうため、画質が損なわれる。
【0003】
一方、アルファ・ブレンディング(alpha blending)と称される画像合成方法では、ある透明度を持った画像を他方の画像の上に重ねることによって、画像の合成が行われる。ここで透明度は、上位階層の画像を透かして下位階層の画像が見える度合いを意味する。上位階層と下位階層の画像は、上位階層の画像の透明度に応じた割合で合成される。
たとえば、透明度α1(0≦α1≦1)を持つ上位階層の画像を下位階層の画像に重ねる場合、上位階層の画像データIm1と下位階層の画像データIm2とを用いて、合成画像データIm3は次式のように表される。
【0004】
【数1】
Im3=α1×Im1+(1−α1)×Im2 … (1)
【0005】
ただし、式(1)における画像データIm1〜Im3は、画素データの集合を示す。すなわち、式(1)は、画像データ中に含まれる同一画素の画素データ同士をそれぞれ「α1」対「1−α1」の割合で合成することを表している。
上式から分かるように、透明度α1が小さくなるほど、合成画像データIm3における画像データIm1の割合が小さくなり、下位階層の画像P2が透けて見え易くなる。
【0006】
このようなアルファ・ブレンディングによる画像合成方法は、たとえば、デジタル方式のテレビジョン受信機やDVD(digital versatile disc)再生装置などにおいて、テレビ画面上に文字や図形を表示させるOSD(on screen display)機能を実現するために広く用いられている。
【0007】
特許文献1には、アルファ・ブレンディング処理を行う合成手段を備えた画像処理装置に関する技術が記載されている。
【0008】
【特許文献1】
特開2000−285256号公報
【特許文献2】
特開2000−20044号公報
【0009】
【発明が解決しようとする課題】
図18は、アルファ・ブレンディングによる画像合成を行うための画像合成装置の一般的な構成例を示す図である。
図18に示す画像合成装置は、アルファ・ブレンディング処理を行う画像合成部1〜3を有しており、入力される4つの画像データ(Im1〜Im4)を合成して、合成画像データIm7を出力する。
【0010】
画像合成部1は、最下位階層の画像データIm1とその上位階層の画像データIm2とのアルファ・ブレンディング処理を行い、合成画像データIm5を出力する。
画像合成部2は、画像データIm2に対する上位階層の画像データIm3と、画像合成部1から出力される合成画像データIm5とのアルファ・ブレンディング処理を行い、合成画像データIm6を出力する。
画像合成部3は、画像データIm3に対する上位階層の画像データIm4と、画像合成部3から出力される合成画像データIm6とのアルファ・ブレンディング処理を行い、画像データIm7を出力する。
【0011】
画像合成部1〜3から出力される合成画像データIm5〜Im7は、それぞれ次式のように表される。
【0012】
【数2】
Im5=α2×Im2+(1−α2)×Im1 … (2)
Im6=α3×Im3+(1−α3)×Im5 … (3)
Im7=α4×Im4+(1−α4)×Im6 … (4)
【0013】
ただし、透明度α2,α3,α4は、それぞれ画像データIm2,Im3,Im4の透明度を示しており、‘0’以上‘1’以下の値を持つ。
【0014】
OSD機能によってテレビ画面上に文字や図形が表示される場合、通常は、下地となる動画像の上に文字や図形などを含んだ静止画像を重ねる処理が行われる。静止画像は、特にインターレース方式の表示装置において表示される場合、動きを持つ動画像に比べてフリッカと称される像のチラツキが目につき易くなる。フリッカを低減する技術として、たとえば特許文献2に記載されているような、アンチフリッカ・フィルタと称される画質改善の技術がある。
【0015】
図19は、アンチフリッカ・フィルタによる画質改善処理を行うフィルタ部4を備えた画像合成装置の構成例を示すブロック図であり、図18と図19の同一符号は同一の構成要素を示す。
図19に示す画像合成装置は、図18に示す画像合成装置の後段に、フィルタ部4を設けたものである。フィルタ部4では、画像合成部3から出力される合成画像データIm7に対してアンチフリッカ・フィルタ処理が行われる。これにより、静止画像のチラツキを抑えた合成画像データIm7Aが得られる。
【0016】
ところで、アンチフリッカ・フィルタ処理は、一般に静止画像のチラツキを抑えるための処理であり、これを動画像に対して行うと、画像の鮮明度が失われてしまう問題がある。このため、図19に示す画像合成装置のように、動画像と静止画像とを合成した結果の画像に対してアンチフリッカ・フィルタ処理を施すと、動画像の部分がぼやけてしまい、画質が劣化してしまう。
【0017】
そこで、図20に示す画像合成装置では、静止画のみの合成画像データに対してアンチフリッカ・フィルタ処理が実行されるように、図19に示す画像合成装置に対してフィルタ部4の挿入位置が変更されている。
すなわち、図20に示す画像合成装置では、画像合成部2から出力される合成画像データIm6に対してフィルタ部4のアンチフリッカ・フィルタ処理が施され、このフィルタ処理後の合成画像データIm6Aと最上位階層の画像データIm4とが画像合成部3において合成される。
【0018】
このような画像合成装置に対し、下位階層の画像データIm1〜Im3として静止画像の画像データを入力し、最上位階層の画像データIm4として動画像の画像データを入力すると、アンチフリッカ・フィルタ処理は静止画像のみに行われ、動画像には行われない。このため、上述した動画像の画質劣化を回避することができる。
【0019】
しかしながら、図20に示す画像合成装置では、動画像を合成する階層が、フィルタ処理を施される静止画像より上位の階層に限定される不利益がある。
一般に、アルファ・ブレンディングによる画像合成では、合成後の画像の色合いが上位階層の画像に強く影響される傾向があるため、色合いが刻々と変化する動画像が静止画像より上位階層に合成されると、本来一定に表示されるべき静止画像の色合いが、動画像の影響を受けて変化し易くなる場合がある。そのような場合、先に合成された静止画像よりも下位の階層に動画像を合成することが望ましい。しかしながら、画像合成部1〜3のアルファ・ブレンディング処理においては、上位階層の画像の透明度だけを用いて画像合成が行われるため、透明度を持たない合成画像を上位階層に合成することができない。
【0020】
このように、従来のアルファ・ブレンディングによる画像合成では、先に合成された画像に対して後からその上位階層に画像を合成することはできても、その下位階層に画像を合成することができないという不利益がある。
【0021】
本発明はかかる事情に鑑みてなされたものであり、その目的は、透明度がそれぞれ設定された複数の画像を合成する場合において、先に合成された画像の下位階層へ更に画像を合成することができる画像合成装置とその方法、そのような画像合成処理を処理装置に実行させるプログラム、ならびに、そのような画像合成装置を備えた画像再生処理装置を提供することにある。
【0022】
上記の目的を達成するため、本発明の第1の観点の画像合成装置は、透明度を持った上位階層の画像を下位階層の画像の上に重ねて合成する画像合成装置であって、階層が異なる2つの静止画像データを、それぞれ設定された透明度に応じた割合で合成する第1の合成手段と、上記第1の合成手段から出力される合成静止画像データの透明度を、合成元の2つの静止画像データの透明度に応じて決定する透明度決定手段と、上記第1の合成手段から出力される合成静止画像データに、静止画像の画質を改善する画質改善処理を施す画質改善処理手段と、上記画質改善処理手段により画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記透明度決定手段において決定される当該合成静止画像データの透明度に応じた割合で合成する第2の合成手段と、を有し、入力される順序設定信号において画像の重ね合わせ順序が第1の順序に設定される場合、上記第1の合成手段は、階層が異なる2つの静止画像データを、それぞれの上記透明度に応じた割合で合成し、上記第2の合成手段は、上記画質改善処理手段により画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記透明度決定手段において決定される当該合成静止画像データの透明度に応じた割合で合成し、上記順序設定信号において上記重ね合わせ順序が第2の順序に設定される場合、上記第1の合成手段は、階層が異なる2つの静止画像データを上位階層の静止画像データの透明度に応じた割合で合成し、上記第2の合成手段は、上記第2の順序において最上位階層の動画像データと上記画質改善処理手段により画質改善処理を施された合成静止画像データとを、当該最上位階層の動画像データの透明度に応じた割合で合成する。
【0023】
本発明の第2の観点の画像合成方法は、第1の合成手段と、透明度決定手段と、データ取得手段と、画質改善処理手段と、第2の合成手段と、を有する画像合成装置により、透明度を持った上位階層の画像を下位階層の画像の上に重ねて合成する画像合成方法であって、前記第1の合成手段が、階層が異なる2つの静止画像データを、それぞれ設定された透明度に応じた割合で合成する合成ステップと、前記透明度決定手段が、上記合成ステップにおける合成結果の静止画像データの透明度を、合成元の2つの静止画像データの透明度に応じて決定する透明度決定ステップとを含み、前記データ取得手段が、上記合成ステップにおける合成結果の静止画像データと、当該静止画像データの合成元の静止画像データに対して階層が隣接する静止画像データとを新たな2階層の静止画像データとして、上記合成ステップおよび上記透明度決定ステップを反復し、当該反復の結果として、最下位階層より上位の階層の各静止画像データを合成した静止画像データとその透明度を取得する第1のステップと、前記画質改善処理手段が、上記第1のステップにおいて合成された合成静止画像データに静止画像の画質を改善する画質改善処理を施す第2のステップと、前記第2の合成手段が、上記第2のステップにおいて画質改善処理を施された合成静止画像データと上記最下位階層の動画像データとを、上記第1のステップにおいて取得される透明度に応じた割合で合成する第3のステップと、を有し、入力される順序設定信号において画像の重ね合わせ順序が第1の順序に設定される場合、上記第1のステップの上記合成ステップにおいて、前記第1の合成手段は、階層が異なる2つの静止画像データを、それぞれの上記透明度に応じた割合で合成し、上記第3のステップにおいて、前記第2の合成手段は、画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記第1のステップにおいて決定される当該合成静止画像データの透明度に応じた割合で合成し、上記順序設定信号において上記重ね合わせ順序が第2の順序に設定される場合、上記第1のステップにおける上記合成ステップにおいて、前記第1の合成手段は、階層が異なる2つの静止画像データを上位階層の静止画像データの透明度に応じた割合で合成し、上記第3のステップにおいて、前記第2の合成手段は、上記第2の順序において最上位階層の動画像データと上記画質改善処理を施された合成静止画像データとを、当該最上位階層の動画像データの透明度に応じた割合で合成する。
【0024】
本発明の第3の観点のプログラムは、透明度を持った上位階層の画像を下位階層の画像の上に重ねて合成する処理を行う処理装置が有するコンピュータに、階層が異なる2つの静止画像データを、それぞれ設定された透明度に応じた割合で合成する合成手順と、上記合成手順における合成結果の静止画像データの透明度を、合成元の2つの静止画像データの透明度に応じて決定する透明度決定手順とを含み、上記合成手順における合成結果の静止画像データと、当該静止画像データの合成元の静止画像データに対して階層が隣接する静止画像データとを新たな2階層の静止画像データとして、上記合成手順および上記透明度決定手順を反復し、当該反復の結果として、最下位階層より上位の階層の各静止画像データを合成した静止画像データとその透明度を取得する第1の手順と、上記第1の手順において合成された合成静止画像データに静止画像の画質を改善する画質改善処理を施す第2の手順と、上記第2の手順において画質改善処理を施された合成静止画像データと上記最下位階層の動画像データとを、上記第1の手順において取得される透明度に応じた割合で合成する第3の手順と、を実行させるプログラムであって、入力される順序設定信号において画像の重ね合わせ順序が第1の順序に設定される場合、上記第1の手順の上記合成手順において、階層が異なる2つの静止画像データを、それぞれの上記透明度に応じた割合で合成し、上記第3の手順において、画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記第1の手順において決定される当該合成静止画像データの透明度に応じた割合で合成し、上記順序設定信号において上記重ね合わせ順序が第2の順序に設定される場合、上記第1の手順における上記合成手順において、階層が異なる2つの静止画像データを上位階層の静止画像データの透明度に応じた割合で合成し、上記第3の手順において、上記第2の順序において最上位階層の動画像データと上記画質改善処理を施された合成静止画像データとを、当該最上位階層の動画像データの透明度に応じた割合で合成する。
【0025】
本発明の第4の観点の画像再生処理装置は、透明度を持った上位階層の画像を下位階層の画像の上に重ねて合成し、合成した画像の再生処理を行う画像再生処理装置であって、階層が異なる2つの静止画像データを、それぞれ設定された透明度に応じた割合で合成する第1の合成手段と、上記第1の合成手段から出力される合成静止画像データの透明度を、合成元の2つの静止画像データの透明度に応じて決定する透明度決定手段と、上記第1の合成手段から出力される合成静止画像データに静止画像の画質を改善する画質改善処理を施す画質改善処理手段と、上記画質改善処理手段により画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記透明度決定手段において決定される当該合成静止画像データの透明度に応じた割合で合成する第2の合成手段と、を有し、入力される順序設定信号において画像の重ね合わせ順序が第1の順序に設定される場合、上記第1の合成手段は、階層が異なる2つの静止画像データを、それぞれの上記透明度に応じた割合で合成し、上記第2の合成手段は、上記画質改善処理手段により画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記透明度決定手段において決定される当該合成静止画像データの透明度に応じた割合で合成し、上記順序設定信号において上記重ね合わせ順序が第2の順序に設定される場合、上記第1の合成手段は、階層が異なる2つの静止画像データを上位階層の静止画像データの透明度に応じた割合で合成し、上記第2の合成手段は、上記第2の順序において最上位階層の動画像データと上記画質改善処理手段により画質改善処理を施された合成静止画像データとを、当該最上位階層の動画像データの透明度に応じた割合で合成する。
【0030】
【発明の実施の形態】
本発明の7つの実施形態について、図面を参照して説明する。
【0031】
<第1の実施形態>
図1は、本発明の第1の実施形態に係る画像合成装置100の構成の一例を示すブロック図である。
図1に示す画像合成装置100は、第1の合成手段の実施形態である第1の合成部10および20と、第2の合成手段の実施形態である第2の合成部30と、透明度決定手段の実施形態である透明度決定部40および50とを有する。
【0032】
(第1の合成部10)
第1の合成部10は、2つの階層の画像データImAおよびImBを、それぞれの透明度αAおよびαBに応じた割合で合成する。
【0033】
図2は、第1の合成部10の構成例を示すブロック図であり、図2の例に示す第1の合成部10は、合成割合演算部11および合成処理部12を有する。
【0034】
合成割合演算部11は、画像データImAの透明度αAと画像データImBの透明度αBとに応じて、それぞれの画像データの合成割合を演算する。
たとえば、画像データImBが画像データImAより上位階層の画像データであるとすると、画像データImAの合成割合S11A、画像データImBの合成割合S11Bは、それぞれ次式のように表される。
【0035】
【数3】
S11A=1−αB/(αA+αB−αA×αB) … (5)
S11B=αB/(αA+αB−αA×αB) … (6)
【0036】
なお、透明度αAおよびαBが共に‘0’の場合、合成割合S11Aは‘1’、合成割合S11Bは‘0’になるものとする。
合成処理部12は、画像データImAおよびImBを、合成割合演算部11において演算された合成割合S11AおよびS11Bをもって合成する。合成結果の画像データImEは、次式のように表される。
【0037】
【数4】
ImE=S11A×ImA+S11B×ImB … (7)
【0038】
ここで、式(5)〜式(7)の関係が成立する理由について、図3を参照して説明する。
図3は、2階層の画像データの透明度と合成割合との関係を説明するための図である。
図3(A)は、下位階層から上位階層に向かって画像合成を行う方法を示し、図3(B)は、上位階層から下位階層に向かって画像合成を行う方法を示す。
【0039】
図3(A)の方法においては、まず、画像データImLとその上位階層の画像データImMとの合成が行われる。この合成方法は、既に述べたアルファ・ブレンディングによる方法と同じであり、上位階層の画像データの透明度(αM)のみが合成に用いられる。合成結果の画像データImS1は、式(1)の関係を利用すると、次式のように表される。
【0040】
【数5】
ImS1=αM×ImM+(1−αM)×ImL … (8)
【0041】
次いで、この合成結果の画像データImS1と、画像データImMに対して上位階層の画像データImUとの合成が行われる。この画像合成においても、上述と同様に、上位階層の画像データの透明度(αU)のみが用いられる。合成結果の画像データImS2は、次式のように表される。
【0042】
【数6】
【0043】
一方、図3(B)の方法においては、まず、画像データImUとその下位階層の画像データImMとの合成が行われる。画像データImUの合成割合β1、画像データImMの合成割合(1−β1)を用いると、合成結果の画像データImS3は次式のように表される。
【0044】
【数7】
ImS3=β1×ImU+(1−β1)×ImM … (10)
【0045】
次いで、この合成結果の画像データIm3と、画像データImMに対して下位階層の画像データImLとの合成が行われる。合成画像データImS3の合成割合β2、画像データImLの合成割合(1−β2)を用いると、合成結果の画像データImS4は次式のように表される。
【0046】
【数8】
【0047】
式(9)に示す合成画像データImS2と式(11)に示す合成画像データImS4とが等しいものとすると、次式が成立する。
【0048】
【数9】
αU=β1×β2 … (12)
(1−αU)×αM=β2×(1−β1) … (13)
(1−αU)×(1−αM)=1−β2 … (14)
【0049】
式(13)における合成割合β2を式(12)の関係を用いて消去すると、合成割合β1は、透明度αUおよびαMを用いて次式のように表される。
【0050】
【数10】
β1=αU/(αU+αM−αU×αM) … (15)
【0051】
図3における画像データImUとその下位階層の画像データImMを、図1における画像データImBとその下位階層の画像データImAに置き換えると、透明度αU、αMはそれぞれ透明度αB、αAに置き換えられる。したがって、式(15)に示す関係から、式(6)に示す画像データImBの合成割合S11Bが導かれる。
【0052】
(第2の合成部20)
第2の合成部20は、第1の合成部10から出力される合成画像データImEと、合成画像データImEの合成元の画像データImBに対して上位階層の画像データImCとを入力し、入力した2つの画像データ(ImE、ImC)を、それぞれの透明度αEおよびαCに応じた割合で合成する。この合成結果として、画像データImFを出力する。
【0053】
第1の合成部20についても、たとえば図2に示す第1の合成部10と同様な構成を用いて実現することができる。すなわち、図2に示す第1の合成部10と同様な構成を有する第1の合成部20に対して、画像データImA、ImBの代わりに画像データImE、ImCを入力し、透明度αA、αBの代わりに透明度αE、αCを入力することにより、合成結果として画像データImFを得ることができる。
【0054】
(第2の合成部30)
第2の合成部30は、第1の合成部20から出力される合成画像データImFと最下位階層の画像データImDとを、後述する透明度決定部50において決定される合成画像データImFの透明度αFに応じた割合で合成する。
【0055】
図4は、第2の合成部30の構成の一例を示すブロック図である。
図4に示す第2の合成部30は、合成割合演算部31および合成処理部32を有する。
【0056】
合成割合演算部31は、合成画像データImFの透明度αFに応じて、最下位階層の画像データImDの合成割合S31を演算する。合成割合S31は、次式のように表される。
【0057】
【数11】
S31=1−αF … (16)
【0058】
合成処理部32は、合成画像データImFの合成割合を透明度αF、画像データImDの合成割合を合成割合演算部31において演算された合成割合S31として、これら2つの画像データを合成する。合成結果の画像データImGは、次式のように表される。
【0059】
【数12】
【0060】
式(17)から分かるように、第2の合成部30においては、合成画像データImFを画像データImDに対する上位階層の画像データとした場合のアルファ・ブレンディングによる画像合成と同等な処理が実行される。
【0061】
(透明度決定部40)
透明度決定部40は、第1の合成部10から出力される合成画像データImEの透明度αEを、合成画像データImEの合成元の2つの画像データ(ImA、ImB)の透明度αAおよびαBに応じて決定する。すなわち、合成画像データImEの透明度αEは、次式のように決定される。
【0062】
【数13】
αE=αA+αB−αA×αB … (18)
【0063】
式(18)の関係は、図3(B)において示す合成割合β2が合成画像データIm3の透明度と等価であることから導き出される。すなわち、式(11)によって演算される合成画像データImS4は、合成画像データIm3を上位階層の画像データ、画像データImLを下位階層の画像データとし、上位階層の画像データIm3が透明度β2を持つものとした場合における、アルファ・ブレンディング処理と等価である。
合成割合β2は、式(15)を式(12)へ代入することにより、次式のように求められる。
【0064】
【数14】
β2=αU+αM−αU×αM … (19)
【0065】
図3における画像データImUとその下位階層の画像データImMを、図1における画像データImBとその下位階層の画像データImAに置き換えると、透明度αU、αMはそれぞれ透明度αB、αAに置き換えられる。したがって、式(19)に示す関係から、式(18)に示す透明度αEが導かれる。
【0066】
(透明度決定部50)
透明度決定部50は、第1の合成部20から出力される合成画像データImFFの透明度αFを、合成画像データImFの合成元の2つの画像データ(ImE、ImC)の透明度αEおよびαCに応じて決定する。
透明度αFは、透明度決定部40における透明度αEの式(18)と同様の関係を用いて決定される。すなわち、式(18)における透明度αAおよびαBを透明度αEおよびαCに置き換えることにより、透明度αFが得られる。
【0067】
ここで、上述した構成を有する、図1に示す画像合成装置100の動作を説明する。
第1の合成部10では、画像データImAとその上位階層の画像データImBとが、それぞれの透明度αAおよびαBに応じた割合で合成される。この合成結果として、合成画像データImEが得られる。
透明度決定部40では、第1の合成部10において合成される2つの画像データ(ImA、ImB)の透明度αAおよびαBに応じて、第1の合成部10から出力される合成画像データImEの透明度αEが決定される。
【0068】
また、第1の合成部20では、第1の合成部10から出力される合成画像データImEと、この合成画像データImEの合成元の画像データImBに対して上位階層の画像データImCとが、それぞれの透明度αEおよびαCに応じた割合で合成される。この合成結果として、合成画像データImFが得られる。
透明度決定部50では、第2の合成部20において合成される2つの画像データ(ImE、ImC)の透明度αEおよびαCに応じて、第1の合成部20から出力される合成画像データImFの透明度αFが決定される。
【0069】
第2の合成部30では、第1の合成部20から出力される合成画像データImFと最下位階層の画像データImDとが、透明度決定部50において決定される合成画像データImFの透明度αFに応じた割合で合成される。この合成結果として、合成画像データImGが得られる。
【0070】
以上説明したように、図1に示す画像合成装置100によれば、上位階層の3つの画像データ(ImA、ImB、ImC)を合成した結果として得られる合成画像データImFに対して、これら3つの画像データよりも下位階層に、画像データImDを合成することができる。すなわち、透明度がそれぞれ設定された複数の画像を合成する場合において、先に合成された画像の下位階層へ更に画像を合成することができる。
これにより、最下位階層の画像データImDを含まない上位階層の合成画像データImFを取得することが可能になり、合成画像データを利用した画像処理の自由度を高めることができる。
【0071】
なお、図1に示す例では、初段の第1の合成部10に縦続接続されている次段の第1の合成部20において、初段から出力される合成画像データImEの上位階層に画像データImCが合成されているが、これを合成画像データImEの下位階層に合成することも可能である。この場合、第1の合成部20においては、式(15)に示す合成割合β1における透明度αU、αMを透明度αE、αCに置き換えた式を用いて、合成画像データImEを合成割合β1とし、画像データImCを合成割合(1−β1)として画像合成を実行すれば良い。
【0072】
また、図1に示す例では、縦続接続される2つの第1の合成部(10,20)を用いて4階層の画像を合成する例が示されているが、縦続接続される第1の合成部の段数を更に増やすことによって、5階層以上の画像を合成することも可能である。この場合も、初段の第1の合成部に縦続接続されている次段以降の第1の合成部において、前段から出力される合成画像データの上位階層または下位階層の何れにも画像データを合成することができる。
また、縦続接続される第1の合成部の段数を1段として、3階層の画像を合成することも可能である。
【0073】
また、第1の合成部は、画像の重ね合わせ順序を設定する順序設定信号に応じて、合成を行なう2つの画像データの階層(上位階層、下位階層)を変更可能な構成にすることもできる。これにより、最下位階層より上位の階層における画像の重ね合わせ順序を自由に変更することが可能になる。
【0074】
<第2の実施形態>
図5は、本発明の第2の実施形態に係る画像合成装置100Aの構成の一例を示すブロック図である。
図5に示す画像合成装置100Aは、第1の合成手段の実施形態である第1の合成部10と、第2の合成手段の実施形態である第2の合成部30と、透明度決定手段の実施形態である透明度決定部40と、データ取得手段の実施形態であるデータ取得部60と、記憶部70とを有する。なお、図1と図5における同一の符号は同一の構成要素を示す。
【0075】
上述した第1の実施形態においては、第1の合成部を複数段直列に接続することによって4階層以上の画像合成を行うことが可能であるが、第2の実施形態においては、第1の合成部に対してその合成結果を再入力する処理を反復することにより、4階層以上の画像合成が行われる。
【0076】
データ取得部60は、画像データImAおよびImBとその透明度αAおよびαBを、画像データIm1およびIm2とその透明度α1およびα2として、第1の合成部10および透明度決定部40に入力する。そして、この入力に応じて第1の合成部10から出力される合成画像データIm3と、透明度決定部40において決定される合成画像データIm3の透明度α3とを、記憶部70に随時格納する。第1の合成部10における合成画像データIm3の合成処理ならびに透明度決定部40における透明度α3の決定処理が完了した後で、記憶部70に格納したこれらの合成画像データIm3および透明度α3を読み出し、画像データImBの上位階層の画像データImCとその透明度αCとともに、第1の合成部10へ再び入力する。このような第1の合成部10および透明度決定部40に対する再入力処理を反復した結果として、最下位階層より上位の階層の各画像データ(ImA、ImB、ImC)を合成した合成画像データImFを取得する。
【0077】
上述した構成を有する画像合成装置100Bについて、データ取得部60における処理を中心に、その動作を説明する。
図6は、データ取得部60における処理の流れを説明するためのフローチャートである。
【0078】
まず、ステップST101において、第1の合成部10に対する画像データIm1およびIm2の入力、ならびに、透明度決定部40に対する透明度α1およびα2の入力が行われる。
合成画像データIm3および透明度α3が記憶部70に格納されていない初期状態においては、外部から与えられる画像データImAおよびImBとその透明度αAおよびαBが第1の合成部10および透明度決定部40に対して入力される。
画像データImAおよびImBの合成結果としての合成画像データIm3とその透明度α3が記憶部70に格納されている状態においては、これらの格納データが記憶部70から読み出され、画像データIm1および透明度α1として、第1の合成部10および透明度決定部40に再び入力される。またこのとき、合成画像データIm3の合成元の画像データImBに対して上位階層の画像データImCとその透明度αCが、画像データIm2および透明度α2として、第1の合成部10および透明度決定部40に入力される。
画像データおよび透明度の入力に応じて第1の合成部10から出力される合成画像データIm3、ならびに、透明度決定部40において決定される透明度α3は、記憶部70に随時格納される。
【0079】
第1の合成部10における合成画像データIm3の合成処理、ならびに、透明度決定部40における透明度α3の決定処理が完了すると、次にステップST102において、最下位階層より上位の階層の各画像データ(ImA、ImB、ImC)の合成が完了したか否かが判定される。合成が完了していないと判定された場合は、ステップST101へ処理が戻され、第1の合成部10および透明度決定部40に対する画像データIm1、Im2、透明度α1、α2の入力が再び反復される。合成が完了したと判定された場合は、データ取得部60における処理が終了する。
【0080】
第2の合成部30においては、データ取得部60において取得される合成画像データImFと最下位階層の画像データImDとが、データ取得部60において取得される透明度αFに応じた割合で合成される。この合成結果として、画像データImA、ImB、ImCおよびImDの合成画像データImGが得られる。
【0081】
以上説明したように、図5に示す画像データ合成装置100Aにおいても、上位階層の3つの画像データ(ImA、ImB、ImC)を合成した結果として得られる合成画像データImFに対して、これら3つの画像データよりも下位階層に、画像データImDを合成することができる。すなわち、透明度がそれぞれ設定された複数の画像を合成する場合において、先に合成された画像の下位階層へ更に画像を合成することができる。
【0082】
なお、上述の説明では、画像データImAおよびImBの合成画像データIm3に対して、その上位階層に画像データImCを合成するものとしたが、下位階層に画像データImCを合成しても良い。
【0083】
また、図1に示す例では、第1の合成部10および透明度決定部40に対する入力処理を2回繰り返すことにより、4階層の画像を合成する例が示されているが、入力処理の反復回数を更に増やすことによって、5階層以上の画像を合成することも可能である。この場合においても、第1の合成部10の合成画像データIm3に対して、その上位階層または下位階層の何れにも画像データを合成することができる。
【0084】
また、データ取得部60は、順序設定信号に応じて、与えられる画像データと合成画像データIm3との重ね合わせ順序(上位階層、下位階層の順序)をステップST101の入力処理の度に決定しても良い。これにより、最下位階層より上位の階層における画像の重ね合わせ順序を自由に変更することが可能になる。
【0085】
<第3の実施形態>
図7は、本発明の第3の実施形態に係る画像合成装置100Bの構成の一例を示すブロック図である。
図7に示す画像合成装置100Bは、図1に示す画像合成装置100と同一の構成を有するとともに、データ変換処理手段の実施形態である画質改善処理部80を有する。
【0086】
第3の実施形態に係る画像合成装置においては、上述した第1の実施形態に係る画像合成装置の第1の合成部から出力される合成画像データに対して、画質改善処理などのデータ変換処理が施される。
【0087】
画質改善処理部80は、第1の合成部20から出力される合成画像データImFに対して、たとえばアンチフリッカ・フィルタ処理など、画像の画質改善に係る処理を実行する。
図7の例において、画質改善処理部80は、第1の合成部20と第2の合成部30との間に接続されている。画質改善処理部80において画質改善処理が施された画像データImFAは、第2の合成部30において画像データImDと合成される。
【0088】
上述した構成を有する画像合成装置100Bによれば、画像データImA、ImBおよびImCの合成画像データに対して画質改善処理を施した上で、その下位階層に画像データImDを合成することができる。したがって、画像データImA、ImBおよびImCの合成後の画質を改善することができるとともに、画質改善処理部80の処理によってかえって画質が劣化してしまうような画像データImDについては画質改善処理を施すことなく、これを最下位階層に合成することができる。
【0089】
たとえば、画質改善処理部80においてアンチフリッカ・フィルタ処理が行われるものとし、画像データImA、ImB、ImCとして静止画像データ、画像データImDとして動画像データが入力されるものとすると、動画像データに対してアンチフリッカ・フィルタ処理を施すことなく静止画像データの画質改善を図ることができるとともに、動画像を静止画像よりも下位の階層に合成することが可能となる。
【0090】
なお、図7の例においては、画質改善処理部80が第1の合成部20と第2の合成部30との間に挿入されているが、この例に限らず、たとえば第1の合成部10と第1の合成部20との間に挿入しても良い。
また、第1の実施形態において述べた画像合成装置100に対する種々の変形は、画像合成装置100Bについても適用可能である。この変形により第1の合成部の段数が3段以上になる場合においても、画質改善処理部の挿入位置は任意であり、何れの段の出力に挿入しても良い。画質改善処理部の挿入数は任意であり、複数の段に挿入しても良い。
【0091】
また、画質改善処理部の代わりに、他の種々のデータ変換処理を行うユニットを適用しても良い。これにより、あるデータ変換処理が必要な画像データについて、それらの合成画像データに当該データ変換処理を行ったあと、当該データ処理が不要な画像データを、当該データ変換処理後の合成画像データの下位階層に合成することが可能になる。
【0092】
<第4の実施形態>
図8は、本発明の第4の実施形態に係る画像合成装置100Cの構成の一例を示すブロック図である。
図8に示す画像合成装置100Cは、図5に示す画像合成装置100Aと同一の構成を有するとともに、データ変換処理手段の実施形態である画質改善処理部80Aを有する。
【0093】
第4の実施形態に係る画像合成装置においては、上述した第2の実施形態に係る画像合成装置のデータ取得部において取得される合成画像データまたは第1の合成部から出力される合成画像データに対して、画質改善処理などのデータ変換処理が施される。
【0094】
画質改善処理部80Aは、図7に示す画質改善処理部80と同等の機能を有するユニットであり、データ取得部60から出力される合成画像データImFに対して、たとえばアンチフリッカ・フィルタ処理など、画像の画質改善に係る処理を実行する。
図8の例において、画質改善処理部80Aは、データ取得部60と第2の合成部30との間に接続されている。画質改善処理部80Aにおいて画質改善処理が施された画像データImFAは、第2の合成部30において画像データImDと合成される。
【0095】
上述した構成を有する画像合成装置100Cにおいても、既に述べた画像合成装置100Bと同様の効果を奏することができる。すなわち、画像データImA、ImBおよびImCの合成後の画質を改善することができるとともに、画質改善処理部80Aの処理によってかえって画質が劣化してしまうような画像データImDについては画質改善処理を施すことなく、これを最下位階層に合成することができる。
【0096】
なお、図7の例においては、画質改善処理部80Aがデータ取得部60と第2の合成部30との間に挿入されているが、この例に限らず、たとえばデータ取得部60と第1の合成部10との間に挿入しても良い。
また、第2の実施形態において述べた画像合成装置100Aに対する種々の変形は、画像合成装置100Cについても適用可能である。
また、画質改善処理部の代わりに、他の種々のデータ変換処理を行うユニットを適用しても良い。これにより、あるデータ変換処理が必要な画像データについて、それらの合成画像データに当該データ変換処理を行ったあと、当該データ処理が不要な画像データを、当該データ変換処理後の合成画像データの下位階層に合成することが可能になる。
【0097】
<第5の実施形態>
第5の実施形態においては、上述した第1ないし第4の実施形態における第1の合成部および第2の合成部の処理が変更される。すなわち、第2の合成部において最下位階層の画像データの合成を行うか、または最上位階層の画像データの合成を行うかが、順序設定信号に応じて設定される。第1の合成部および第2の合成部における画像データの合成割合は、この順序設定に応じて変更される。
【0098】
まず、第5の実施形態に係る画像合成装置に含まれる第1の合成部10A、20Aおよび第2の合成部30Aについて説明する。
【0099】
(第1の合成部10A)
図1、図5、図7、図8に示す画像合成装置における第1の合成部10は、第5の実施形態に係る画像合成装置において、たとえば図9に示す第1の合成部10Aに置き換えられる。
図9は、本発明の第5の実施形態に係る画像合成装置に含まれる第1の合成部10Aの構成の一例を示す図である。図9に示す第1の合成部10Aは、図2に示す第1の合成部10と同一の構成を有するとともに、合成割合演算部13と、選択部14、15とを有する。
【0100】
合成割合演算部13は、画像データImBの透明度αBに応じて、画像データImAの合成割合S13を演算し、選択部14に出力する。合成割合S13は、次式のように表される。
【0101】
【数15】
S13=1−αB … (20)
【0102】
選択部14は、合成割合演算部11において演算される合成割合S11Aと、合成割合演算部13において演算される合成割合S13とを入力し、順序設定信号Soに応じて何れか一方を選択し、画像データImAの合成割合S14として合成処理部12に出力する。すなわち、順序設定信号Soにおいて画像の重ね合わせ順序が第1の順序に設定される場合、合成割合S11Aを選択し、重ね合わせ順序が第2の順序に設定される場合、合成割合S13を選択する。
【0103】
選択部15は、合成割合演算部11において演算される合成割合S11Bと、画像データImBの透明度αBとを入力し、順序設定信号Soに応じて何れか一方を選択し、画像データImBの合成割合S15として合成処理部12に出力する。すなわち、順序設定信号Soにおいて画像の重ね合わせ順序が第1の順序に設定される場合、合成割合S11Bを選択し、重ね合わせ順序が第2の順序に設定される場合、透明度αBを選択する。
【0104】
(第1の合成部20A)
図1、図7に示す画像合成装置における第2の合成部20は、第5の実施形態に係る画像合成装置において、図9に示す第1の合成部10Aと同等な構成を有する第1の合成部20Aに置き換えられる。
すなわち、図9に示す第1の合成部10Aと同等な構成を有する第1の合成部20Aに対して、画像データImAおよびImBの代わりに画像データImEおよびImCを入力し、透明度αAおよびαBの代わりに透明度αEおよびαCを入力することにより、合成結果として合成画像データImFが得られる。
【0105】
(第2の合成部30A)
図1、図5、図7、図8に示す画像合成装置における第2の合成部30は、第5の実施形態に係る画像合成装置において、たとえば図10に示す第2の合成部30Aに置き換えられる。
図10は、本発明の第5の実施形態に係る画像合成装置に含まれる第2の合成部30Aの構成の一例を示す図である。図10に示す第2の合成部30Aは、図4に示す第2の合成部30と同等の構成を有するとともに、合成割合演算部33と、選択部34、35とを有する。
【0106】
合成割合演算部33は、画像データImDの透明度αDに応じて、合成画像データImFの合成割合S33を演算する。合成割合S33は、次式のように表される。
【0107】
【数16】
S33=1−αD … (21)
【0108】
選択部34は、合成画像データImFの透明度αFと、合成割合演算部33において演算される合成割合S33とを入力し、順序設定信号Soに応じて何れか一方を選択し、画像データImFの合成割合S34として合成処理部32に出力する。すなわち、順序設定信号Soにおいて画像の重ね合わせ順序が第1の順序に設定される場合、透明度αFを選択し、重ね合わせ順序が第2の順序に設定される場合、合成割合S33を選択する。
【0109】
選択部35は、画像データImDの透明度αDと、合成割合演算部31において演算される合成割合S31とを入力し、順序設定信号Soに応じて何れか一方を選択し、画像データImDの合成割合S35として合成処理部32に出力する。すなわち、順序設定信号Soにおいて画像の重ね合わせ順序が第1の順序に設定される場合、合成割合S31を選択し、重ね合わせ順序が第2の順序に設定される場合、透明度αDを選択する。
【0110】
次に、上述した構成を有する第5の実施形態に係る画像合成装置の動作を説明する。
ここでは、図1、図5、図7、図8に示す画像合成装置における第1の合成部10および20ならびに第2の合成部30を、上述した第1の合成部10Aおよび20Aならびに第2の合成部30Aへ置き換えた構成を有する画像合成装置についてそれぞれ説明する。
【0111】
(画像合成装置100_1)
画像合成装置100_1は、図1に示す画像合成装置100における第1の合成部10および20ならびに第2の合成部30を、上述した第1の合成部10Aおよび20Aならびに第2の合成部30Aへそれぞれ置き換えた構成を有する。
【0112】
この画像合成装置100_1に対して、画像の重ね合わせ順序を第1の順序に設定する順序設定信号Soが入力される場合、第1の合成部10Aおよび20Aにおける選択部14では、合成割合演算部11において演算される合成割合S11Aが選択され、選択部15においては、合成割合演算部11において演算される合成割合S11Bが選択されて、合成処理部12に出力される。また、第2の合成部30Aにおける選択部34では、画像データImFの透明度αFが合成割合として選択され、選択部35では、合成割合演算部13において演算される合成割合S31が選択されて、合成処理部32に出力される。
この場合、第1の合成部10Aおよび20Aにおいては上述した第1の合成部10および20と同等な合成処理が行われ、第2の合成部30Aにおいても上述した第2の合成部30と同等な合成処理が行われる。
したがって、画像合成装置100_1においては、既に述べた画像合成装置100と同様の画像合成処理が実行される。
【0113】
一方、画像合成装置100_1に対して、画像の重ね合わせ順序を第2の順序に設定する順序設定信号Soが入力される場合、第1の合成部10Aにおける選択部14では、合成割合演算部13において演算される合成割合S13が選択され、選択部15では透明度αBが選択されて、合成処理部12に出力される。このため、第1の合成部10Aにおいては、画像データImAを下位階層、画像データImBを上位階層とする、アルファ・ブレンディングによる画像合成が行われる。同様に、第1の合成部20Aにおいては、合成画像データImEを下位階層、画像データImCを上位階層とする、アルファ・ブレンディングによる画像合成が行われる。
また、第2の合成部30Aにおける選択部34では、合成割合演算部33において演算される合成割合S33が選択され、選択部35では透明度αDが選択されて、合成処理部32に出力される。このため、第2の合成処理部30Aにおいては、合成画像データImFを下位階層、画像データImDを上位階層とする、アルファ・ブレンディングによる画像合成が行われる。
したがって、画像合成装置100_1においては、画像データImA、ImB、ImCの順に下位階層から上位階層へ向かって合成された合成画像データImFに対して、そのさらに上位階層に、画像データImDが合成される。
【0114】
このように、画像合成装置100_1によれば、第2の合成部30Aにおいて最下位階層の画像データの合成を行うか、または最上位階層の画像データの合成を行うかを、順序設定信号Soに応じて設定することができる。これにより、合成画像データを利用した画像処理の自由度をより一層高めることができる。
【0115】
(画像合成装置100A_1)
画像合成装置100A_1は、図5に示す画像合成装置100Aにおける第1の合成部10、第2の合成部30を、上述した第1の合成部10A、第2の合成部30Aへそれぞれ置き換えた構成を有する。
【0116】
この画像合成装置100A_1に対して、画像の重ね合わせ順序を第1の順序に設定する順序設定信号Soが入力される場合、第1の合成部10Aにおいては上述した第1の合成部10と同等な合成処理が行われ、第2の合成部30Aにおいても上述した第2の合成部30と同等な合成処理が行われる。
したがって、画像合成装置100A_1においては、既に述べた画像合成装置100と同様の画像合成処理が実行される。
【0117】
一方、画像合成装置100A_1に対して、画像の重ね合わせ順序を第2の順序に設定する信号が入力される場合、第1の合成部10Aに入力される画像データImAおよびImBは、画像データImAを下位階層、画像データImBを上位階層とするアルファ・ブレンディング処理によって合成される。この合成画像データは、さらに第1の合成部10Aに入力され、その上位階層に画像データImCを合成するアルファ・ブレンディング処理が実行される。これにより、画像データImA、ImB、ImCの合成画像データImFがデータ取得部60において取得される。
また、第2の合成部30Aでは、データ取得部60において取得された合成画像データImFを下位階層、画像データImDを上位階層とするアルファ・ブレンディングによる画像合成が行われる。
したがって、画像合成装置100A_1においては、画像データImA、ImB、ImCの順に下位階層から上位階層へ向かって合成された合成画像データImFに対して、そのさらに上位階層に、画像データImDが合成される。
【0118】
このように、画像合成装置100A_1においても、第2の合成部30Aにおいて最下位階層の画像データの合成を行うか、または最上位階層の画像データの合成を行うかを、順序設定信号Soに応じて自由に設定することができる。これにより、合成画像データを利用した画像処理の自由度をより一層高めることができる。
【0119】
(画像合成装置100B_1)
画像合成装置100B_1は、図7に示す画像合成装置100Bにおける第1の合成部10および20ならびに第2の合成部30を、上述した第1の合成部10Aおよび20Aならびに第2の合成部30Aへそれぞれ置き換えた構成を有する。
画像合成装置100B_1の動作は、第1の合成部20Aの合成画像データImFに対して画質改善処理が行われる点を除いて、上述した画像合成装置100_1と同様であり、これと同等の効果を奏することができる。
また、合成画像データImFに対して画質改善処理が行われるため、画像データImA、ImBおよびImCの合成後の画質を改善することができるとともに、画質改善処理部80の処理によってかえって画質が劣化してしまうような画像データImDについてはそうした画質改善処理を施すことなく、これを最下位階層または最上位階層に合成することができる。
【0120】
(画像合成装置100C_1)
画像合成装置100C_1は、図8に示す画像合成装置100Cにおける第1の合成部10、第2の合成部30を、上述した第1の合成部10A、第2の合成部30Aへそれぞれ置き換えた構成を有する。
画像合成装置100C_1の動作は、データ取得部60の合成画像データImFに対して画質改善処理が行われる点を除いて、上述した画像合成装置100A_1と同様であり、これと同等の効果を奏することができる。
また、合成画像データImFに対して画質改善処理が行われるため、画像データImA、ImBおよびImCの合成後の画質を改善することができるとともに、画質改善処理部80の処理によってかえって画質が劣化してしまうような画像データImDについてはそうした画質改善処理を施すことなく、これを最下位階層または最上位階層に合成することができる。
【0121】
なお、上述した各画像合成装置(100_1、100A_1、100B_1、100C_1)においては、画像の重ね合わせ順序を第1の順序に設定する順序設定信号Soが入力される場合、何れにおいても、既に述べた各実施形態に係る画像合成装置(100、100A、100B、100C)と同等な画像合成処理が実現される。したがって、この場合は、第5の実施形態に係る画像合成装置においても、既に述べた各実施形態と同様の効果を奏することが可能である。
また、各実施形態に係る画像合成装置(100、100A、100B、100C)の説明において示唆した各種変形は、第5の実施形態に係る画像合成装置についても適用可能である。
【0122】
<第6の実施形態>
図11は、本発明の第6の実施形態に係る画像合成装置100Dの構成の一例を示すブロック図である。
図11に示す画像合成装置100Dは、処理部90と、記憶部70および71とを有する。
【0123】
処理部90は、記憶部71に格納されたプログラムに基づいて、それぞれ透明度が設定された画像データImL1,ImL2,…,ImLi(iは、2より大きい任意の整数を示す)に対する後述の画像合成処理を実行し、その処理結果として合成画像データImHを出力する。処理の過程において一時的に保持することが必要となるデータ、たとえば合成画像データや透明度については、記憶部70に一時的に格納される。
【0124】
処理部90としては、たとえばCPUやDSPなど、プログラムに基づいて処理を実行する種々のプロセッサを適用することができる。また、記憶部71としては、たとえばフラッシュROMやマスクROMなどの不揮発型の記憶装置を適用することが可能である。記憶部70としては、たとえば同期DRAMなどの高速かつ大容量の記憶装置を適用することが可能である。
【0125】
(画像合成処理の第1の例)
図12は、図11に示す画像合成装置100Dにおける画像合成処理の第1の例を示すフローチャートである。
【0126】
ステップST201〜ST202:
ステップST201においては、階層が異なる2つの画像データが、それぞれの透明度に応じた割合で合成される。合成割合は、たとえば式(15)に示す関係を用いて決定される。すなわち、2つの画像データのうち上位階層の画像データが透明度αU、下位階層の画像データが透明度αMを有するものとすると、上位階層の画像データは式(15)に示す合成割合β1で合成され、下位階層の画像データは合成割合(1−β1)で合成される。
【0127】
また、ステップST201においては、合成結果の画像データの透明度が、合成元の2つの画像データの透明度に応じて決定される。透明度の決定には、たとえば式(19)に示す関係が用いられる。すなわち、上位階層の画像データの透明度αU、下位階層の画像データの透明度αMを用いて、式(19)に示す透明度β2が決定される。
【0128】
ステップST201において画像データの合成処理および透明度の決定処理が行われると、次にステップST202において、最下位階層より上位の階層の各画像データ(たとえばImL1,ImL2,…,ImLi−1)の合成が完了したか否かが判定される。
【0129】
ステップST202において上位階層の合成が完了していないと判定された場合は、再びステップST201に戻り、上述した画像データの合成処理および透明度の決定処理が行われる。
この場合、合成される2つの画像データのうちの一方には、前回のステップST201における合成結果の画像データが用いられ、その透明度としては、前回のステップST201において決定された透明度が用いられる。
また、合成される他方の画像データとしては、前回のステップST201における合成結果の画像データの合成元となった画像データに対して階層が隣接する画像データが用いられる。すなわち、ステップST201の処理によって合成された画像データに対し、その上位階層または下位階層に合成すべき新たな画像データとその透明度が処理部90に入力され、上記した前回の合成結果との合成に用いられる。
【0130】
ステップST202において上位階層の合成が完了したと判定された場合は、ステップST203に処理が移る。
【0131】
ステップST203:
ステップST203においては、ステップST201およびST202における画像合成処理の反復によって取得される画像データと最下位階層の画像データ(たとえばImLi)とが、ステップST201において取得される当該画像データの透明度に応じた割合で合成される。
【0132】
以上説明したように、第6の実施形態に係る画像合成処理の第1の例によれば、上位階層の画像データ(ImL1,ImL2,…,ImLi−1)を合成した結果として得られる合成画像データに対して、これらの画像データよりも下位階層に、画像データ(ImLi)を合成することができる。すなわち、透明度がそれぞれ設定された複数の画像を合成する場合において、先に合成された画像の下位階層へ更に画像を合成することができる。これにより、合成画像データを利用した画像処理の自由度をより一層高めることができる。
【0133】
なお、ステップST201の画像合成処理において、前回の合成結果の画像データと処理部90に入力される画像データとを合成する場合、どちらの画像データを上位階層とするかは、プログラムにおいて任意に設定可能である。
【0134】
(画像合成処理の第2の例)
図13は、図11に示す画像合成装置100Dにおける画像合成処理の第2の例を示すフローチャートであり、図12と図13の同一符号は同一内容の処理を示す。
【0135】
図13に示すように、画像合成処理の第2の例においては、ステップST202とステップST203との間にステップST204が挿入される。
ステップST204では、ステップST201およびST202における画像合成処理の反復によって取得される画像データに対して、たとえばアンチフリッカ・フィルタ処理など、画像の画質改善に係る処理が実行される。
ステップST204における画質改善処理後の画像データは、既に述べたステップST203の処理によって、最下位階層の画像データと合成される。
【0136】
このような画質改善処理を行うステップを設けることにより、上位階層の画像データ(たとえばImL1,ImL2,…,ImLi−1)の合成後の画質を改善することができるとともに、ステップST204の画質改善処理によってかえって画質が劣化してしまうような画像データ(たとえばImLi)についてはそうした画質改善処理を施すことなく、これを最下位階層に合成することができる。
【0137】
たとえば、ステップST204においてアンチフリッカ・フィルタ処理が行われるものとし、画像データImL1,ImL2,…,ImLi−1として静止画像データ、画像データImLiとして動画像データが入力されるものとすると、動画像データに対してアンチフリッカ・フィルタ処理を施すことなく静止画像データの画質改善を図ることができるとともに、動画像を静止画像よりも下位の階層に合成することが可能となる。
【0138】
なお、図13に示すフローチャートでは、最下位階層より上位の階層の合成画像データに対して画質改善処理が施されているが、この例に限らず、たとえばステップST201の画像合成処理が反復される過程において、合成結果の画像データに対して画質改善処理を行うステップを随時挿入しても良い。
また、画質改善処理の代わりに、他の種々のデータ変換処理を行うステップを挿入しても良い。これにより、あるデータ変換処理が必要な画像データについて、それらの合成画像データに当該データ変換処理を行ったあと、当該データ処理が不要な画像データを、当該データ変換処理後の合成画像データの下位階層に合成することが可能になる。
【0139】
(画像合成処理の第3の例)
図14は、図11に示す画像合成装置100Dにおける画像合成処理の第3の例を示すフローチャートであり、図12と図14の同一符号は同一内容の処理を示す。
【0140】
ステップST205〜ST206:
まず、ステップST205において、画像の重ね合わせ順序が第1の順序または第2の順序に設定される。たとえば、処理部90に入力される順序設定信号に応じて、この重ね合わせ順序が設定される。
次いで、ステップST206において、重ね合わせ順序が第1の順序または第2の順序の何れに設定されたかが判定される。第1の順序に設定されたと判定された場合はステップST201〜ST203が実行され、第2の順序に設定されたと判定された場合はステップST207〜ST208が実行される。
【0141】
ステップST201〜ST203:
図12に示すフローチャートと同様の処理が実行される。すなわち、上位階層の画像データの合成結果に対して、最下位階層の画像データが合成される。
【0142】
ステップST207〜ST208:
ステップST207においては、階層が異なる2つの画像データが、上位階層の画像データの透明度に応じた割合で合成される。すなわち、透明度α1を有する上位階層の画像データIm1と下位階層の画像データIm2とを合成するものとすると、合成結果の画像データIm3は式(1)の関係を用いて合成される。
【0143】
ステップST207において画像データの合成処理が行われると、次にステップST208において、全階層の画像データ(ImL1,ImL2,…,ImLi)の合成が完了したか否かが判定される。
【0144】
ステップST208において全階層の合成が完了していないと判定された場合は、再びステップST207に戻り、上述した画像データの合成処理が行われる。
この場合、合成される2つの画像データのうちの一方には、前回のステップST207における合成結果の画像データが用いられる。
また、合成される他方の画像データとしては、前回のステップST207における合成結果の画像データの合成元となった画像データに対して上位階層の画像データが用いられる。すなわち、ステップST207の処理によって合成された画像データに対し、その上位階層に合成すべき新たな画像データとその透明度が処理部90に入力され、上記した前回の合成結果との合成に用いられる。
ステップST208において全階層の合成が完了した判定された場合、画像合成処理を終了する。
【0145】
以上説明したように、第6の実施形態に係る画像合成処理の第3の例によれば、画像の重ね合わせ順序が第1の順序に設定された場合、上位階層の画像の合成結果に対してその下位階層に画像が合成され、この重ね合わせ順序が第2の順序に設定された場合、下位階層の画像の合成結果に対してその上位階層に画像が合成される。このように、画像の重ね合わせ順序を自由に設定することが可能になり、合成画像データを利用した画像処理の自由度をより一層高めることができる。
【0146】
(画像合成処理の第4の例)
図15は、図11に示す画像合成装置100Dにおける画像合成処理の第4の例を示すフローチャートであり、図14と図15の同一符号は同一内容の処理を示す。
【0147】
図15に示すように、画像合成処理の第4の例では、画像の重ね合わせ順序が第1の順序に設定される場合、既に述べた図13に示すフローチャートと同等の画像合成処理が実行される。また、画像の重ね合わせ順序が第1の順序に設定される場合は、次に述べるステップST207、ステップST209〜ST211の処理が実行される。
【0148】
ステップST207、ST209:
ステップST207においては、階層が異なる2つの画像データが、上位階層の画像データの透明度に応じた割合で合成される。すなわち、2つの画像データが式(1)の関係を用いて合成される。
【0149】
ステップST207において画像データの合成処理が行われると、次にステップST209において、最上位階層より下位の階層の画像データの合成が完了したか否かが判定される。
【0150】
ステップST209において下位階層の合成が完了していないと判定された場合は、再びステップST207に戻り、上述した画像データの合成処理が行われる。
この場合、合成される2つの画像データのうちの一方には、前回のステップST207における合成結果の画像データが用いられる。
また、合成される他方の画像データとしては、前回のステップST207における合成結果の画像データの合成元となった画像データに対して上位階層の画像データが用いられる。すなわち、ステップST207の処理によって合成された画像データに対し、その上位階層に合成すべき新たな画像データとその透明度が処理部90に入力され、上記した前回の合成結果との合成に用いられる。
ステップST208において下位階層の合成が完了した判定された場合、ステップST210に処理が移る。
【0151】
ステップST210:
ステップST210では、ステップST207およびST209における画像合成処理の反復によって取得される画像データに対して、たとえばアンチフリッカ・フィルタ処理など、画像の画質改善に係る処理が実行される。
【0152】
ステップST211:
ステップST210における画質改善処理後の画像データは、最上位階層の画像データと合成される。この合成割合は、最上位階層の画像データの透明度に応じて決定される。
【0153】
以上説明したように、第6の実施形態に係る画像合成処理の第4の例によれば、既に述べた第3の例と同様に、画像の重ね合わせ順序を自由に設定することが可能になり、合成画像データを利用した画像処理の自由度をより一層高めることができる。
さらに、ステップST207またはステップST201において合成される画像データに対して画質改善処理が行われるため、これらの画像データに関わる画質を改善することができるとともに、この画質改善処理によってかえって画質が劣化してしまうような画像データについてはそうした画質改善処理を施すことなく、これを最下位階層または最上位階層に合成することができる。
【0154】
たとえば、ステップST204、ST210においてアンチフリッカ・フィルタ処理が行われるものとし、画像データImL1,ImL2,…,ImLi−1として静止画像データ、画像データImLiとして動画像データが入力されるものとすると、動画像データに対してアンチフリッカ・フィルタ処理を施すことなく静止画像データの画質改善を図ることができるとともに、動画像を静止画像よりも下位または上位の階層に合成することが可能となる。
【0155】
なお、図15に示すフローチャートでは、最下位階層または最上位階層を除く各階層の合成画像データに対して画質改善処理が施されているが、この例に限らず、たとえばステップST201やステップST207の画像合成処理が反復される過程において、合成結果の画像データに対して画質改善処理を行うステップを随時挿入しても良い。
また、画質改善処理の代わりに、他の種々のデータ変換処理を行うステップを挿入しても良い。これにより、あるデータ変換処理が必要な画像データについて、それらの合成画像データに当該データ変換処理を行ったあと、当該データ処理が不要な画像データを、当該データ変換処理後の合成画像データの上位階層または下位階層に合成することが可能になる。
【0156】
<第7の実施形態>
図16は、本発明の第7の実施形態に係る画像再生処理装置1000の構成の一例を示すブロック図である。
図16に示す画像再生処理装置1000は、デコード部200と、コーデック部300と、記憶部400と、DVD部500と、グラフィックス処理部600と、画像メモリ700と、制御部800とを有する。
【0157】
(デコード部200)
デコード部200は、アンテナ100の受信信号から復調されるビデオ信号や、ケーブルを介して入力されるビデオ信号SV−inを復号し、画像データを再生する。たとえば、NTSC(national television system committee)方式やPAL(phase alternation by line)方式のビデオ信号を復号する。また、ビデオ信号SV−inとしては、たとえばSビデオ信号(separate video signal)が入力される。
【0158】
(コーデック部300)
コーデック部300は、デコード部200において復号された画像データを、記憶部400やDVD部500において格納されるデータの形式に適合した所定の符号化方式で符号化し、これらの装置に出力する。
また、コーデック部300は、記憶部400やDVD部500に格納される符号化データを読み出して復号し、グラフィックス処理部600に出力する。
【0159】
(記憶部400)
記憶部400は、コーデック部300から出力される符号化データを格納する。また、コーデック部300からの要求に応じて、格納した符号化データをコーデック部300に出力する。
記憶部400としては、たとえば、ハードディスクなどの大容量の記憶装置が適用される。
【0160】
(DVD部500)
DVD部500は、コーデック部300から出力される符号化データをDVDへ書き込む処理を行う。また、コーデック部300からの要求に応じて、DVDに書き込まれた符号化データを読み取り、コーデック部300に出力する。
【0161】
(グラフィックス処理部600)
グラフィックス処理部600は、デコード部200やコーデック部300から出力される画像データに対して種々の画像処理を実行し、その処理結果を再びビデオ信号V−out、SV−outに変換して、ディスプレイ装置などの外部装置に供給する。
画像処理としては、たとえばOSD機能を実現するための画像合成処理や、画質改善処理などが実行される。
【0162】
図17は、図16に示す画像再生処理装置1000におけるグラフィックス処理部600の構成の一例を示すブロック図である。
図17に示すグラフィックス処理部600は、制御バス・インターフェース部601と、メモリバス・インターフェース部602と、選択部603と、画像合成部604と、ビデオ信号出力部605とを有する。
【0163】
制御バス・インターフェース部601は、後述の制御部800から制御バスBS1を介して伝送される各種の制御信号を入力し、グラフィックス処理部600の各ユニットに出力する。また、グラフィックス処理部600の各ユニットから制御部800に向けて出力される信号を入力し、制御バスBS1を介して制御部800に伝送する。
【0164】
メモリバス・インターフェース部602は、後述の画像メモリ700に対するグラフィックス処理部600の読み書き動作を制御する。画像データは、グラフィックス処理部600と画像メモリ700とを接続するメモリバスBS2を介して伝送される。
なお、グラフィックス処理部600と他のユニット(デコード部200やコーデック部300)との間における画像データの伝送に、メモリバスBS2を用いることも可能である。この場合は、これらのユニットにおいても同様なメモリバス・インターフェース部が設けられる。
【0165】
選択部603は、デコード部200やコーデック部300から供給される画像データ(たとえば動画像データIm1、Im2)、および、メモリバスBS2を介して画像メモリ700から読み出される画像データ(たとえば静止画像データIm3〜Im6)の中から、画像合成部604へ入力する画像データを選択し、画像合成部604の適切な画像データ入力端子へ供給する。
選択部603におけるこの選択動作は、制御部800が生成する制御信号により制御される。制御信号は、合成すべき所望の画像データとその所望の重ね合わせ順序に応じて生成される。
【0166】
なお、画像メモリ700に格納される静止画像データとしては、たとえば、制御部800によって設定される文字や図形の情報に基づいて、図示しない静止画像生成部により生成される画像データを利用しても良いし、あるいは、デコード部200、コーデック部300から出力される画像データの一部を利用しても良い。
【0167】
画像合成部604は、本発明に係る画像合成処理を行うユニットであり、たとえば、既に述べた第1ないし第6の実施形態に係る画像合成装置と同様な処理を実行する。
【0168】
なお、第5の実施形態に係る画像合成装置が適用される場合や、第6の実施形態に係る画像処理装置によって図14または図15に示すフローチャートの処理が実行される場合は、画像の重ね合わせ順序を設定する順序設定信号が制御部800によって与えられる。
【0169】
また、上述した画像合成装置100Dのように3以上の画像データの合成が並列に実行されない場合には、選択部603を省略して、合成に必要な画像データを随時入力する構成としても良い。
【0170】
ビデオ信号出力部605は、画像合成部604において合成された画像データを、たとえばNTSC方式やPAL方式などの所定の方式のビデオ信号に変換して出力する。図17の例では、画像合成部604の合成画像データをコンポジット・ビデオ信号V−outとSビデオ信号SV−outに変換して出力する。
以上が、グラフィックス処理部600の説明である。
【0171】
(画像メモリ700)
画像メモリ700は、グラフィックス処理部600において処理される画像データを一時的に格納するための記憶装置である。画像メモリ700としては、たとえば同期DRAMなどの高速、大容量の記憶装置が適用される。
【0172】
(制御部800)
制御部800は、コーデック部300やグラフィックス処理部600に対して各種の制御信号を出力し、これらの動作を制御する処理を行う。たとえば、グラフィックス部600において画像合成処理が行われる場合に、画像の重ね合わせ順序を設定する順序設定信号を出力する。また、コーデック部300における画像データの符号化・復号化方式の設定や、記憶部400、DVD部500に対するデータの書き込み・読み出し処理の制御を行う。これらの制御信号は、たとえば、図示しないインターフェース部を介して入力されるユーザの操作情報に基づいて生成される。
【0173】
次に、上述した構成を有する画像再生処理装置の動作を説明する。
アンテナ100の受信信号から復調されるビデオ信号や、ケーブルを介して入力されるビデオ信号SV−inは、デコード部200において画像データに復号される。また、記憶部400に格納される符号化データやDVD部500においてDVDから読み取られる符号化データは、コーデック部300において画像データに復号される。デコード部200およびコーデック部300において復号された画像データ、ならびに、画像メモリ700に格納された画像データは、グラフィックス処理部600において合成され、ビデオ信号V−out、SV−outに変換されて、ディスプレイ装置などの外部装置に出力される。
【0174】
また、グラフィックス処理部600では、デコード部200、コーデック部300、画像メモリ700から供給される画像データの中から、合成に用いられる画像データが選択部603において選択され、所望の重ね合わせ順序が得られるように決定された画像合成装置604の入力端子に入力される。
画像合成部604では、上述した第1ないし第6の実施形態に係る画像合成装置と同様の画像合成処理が実行される。
画像合成部604において合成された画像データは、ビデオ信号出力部605においてビデオ信号V−out、SV−outに変換される。
【0175】
以上説明したように、図16に示す画像再生処理装置1000によれば、グラフィックス処理部600において、第1ないし第6の実施形態に係る画像合成装置と同様の画像合成処理が実行されるため、透明度がそれぞれ設定された複数の画像を合成する場合において、先に合成された画像の下位階層へ更に画像を合成することができる。これにより、最下位階層の画像データを含まない上位階層の合成画像データを取得することが可能になり、合成画像データを利用した画像処理の自由度を高めることができる。
【0176】
たとえば、文字や図形を含む静止画像を動画像の上に重ねるOSD機能を実現する場合、上位階層の静止画像の合成結果にアンチフリッカ・フィルタ処理を施した後で、その下位階層に動画像を重ねることが可能になる。これにより、静止画像の画質を高めることができるとともに、静止画像の色合いを動画像に影響され難くすることができる。
【0177】
また、画像の重ね合わせ順序を自由に設定することが可能になり、合成画像を利用した画像処理の自由度を高めることができる。たとえば、複数の合成画像データにそれぞれ別の画像処理を施した後で、これらをさらに合成する処理も可能である。このように画像処理の自由度を高められることから、再生画像の品質や表現性を高めることができる。
【0178】
なお、本発明は上述した実施形態に限定されない。
たとえば、上述した各実施形態において1つの画像データに設定される透明度は1つだけとは限らない。画像データに含まれるそれぞれの画素データに独立の透明度を設定しても良い。
【0179】
図16においてはDVD装置500を含む画像再生処理装置の例が示されているが、本発明はこの例に限定されない。DVDに限らず、他の種々の記録媒体から画像の情報を読み出す構成としても良い。また、コーデック部300、記憶部400、DVD部500を省略した構成でも良いし、その逆に、デコード部200を省略した構成でも良い。その他、複数の画像の合成結果をディスプレイ装置に画像として再生させるための処理を行う種々の画像再生処理装置に本発明を適用するこが可能である。
【0180】
【発明の効果】
本発明の画像合成装置、画像合成方法、プログラム、画像再生処理装置によれば、透明度がそれぞれ設定された複数の画像を合成する場合において、先に合成された画像の下位階層へ更に画像を合成することができる。
【図面の簡単な説明】
【図1】本発明の第1の実施形態に係る画像合成装置の構成の一例を示すブロック図である。
【図2】第1の合成部の構成の一例を示すブロック図である。
【図3】2階層の画像データの透明度と合成割合との関係を説明するための図である。
【図4】本発明の第1の実施形態に係る第2の合成部の構成の一例を示すブロック図である。
【図5】本発明の第2の実施形態に係る画像合成装置の構成の一例を示すブロック図である。
【図6】データ取得部における処理の流れを説明するためのフローチャートである。
【図7】本発明の第3の実施形態に係る画像合成装置の構成の一例を示すブロック図である。
【図8】本発明の第4の実施形態に係る画像合成装置の構成の一例を示すブロック図である。
【図9】本発明の第5の実施形態に係る画像合成装置に含まれる第1の合成部の構成の一例を示す図である。
【図10】本発明の第5の実施形態に係る画像合成装置に含まれる第2の合成部の構成の一例を示す図である。
【図11】本発明の第6の実施形態に係る画像合成装置の構成の一例を示すブロック図である。
【図12】図11に示す画像合成装置における画像合成処理の第1の例を示すフローチャートである。
【図13】図11に示す画像合成装置における画像合成処理の第2の例を示すフローチャートである。
【図14】図11に示す画像合成装置における画像合成処理の第3の例を示すフローチャートである。
【図15】図11に示す画像合成装置における画像合成処理の第4の例を示すフローチャートである。
【図16】本発明の第7の実施形態に係る画像再生処理装置の構成の一例を示すブロック図である。
【図17】図16に示す画像再生処理装置におけるグラフィックス処理部の構成の一例を示すブロック図である。
【図18】アルファ・ブレンディングによる画像合成を行うための画像合成装置の一般的な構成例を示す図である。
【図19】アンチフリッカ・フィルタによる画質改善処理を行うフィルタ部を備えた画像合成装置の構成例を示すブロック図である。
【図20】図19に示す画像合成装置におけるフィルタ部の挿入位置を変更したブロック図である。
【符号の説明】
10,20,10A,20A…第1の合成部、30,30A…第2の合成部、40,50…透明度決定部、60…データ取得部、70,71…記憶部、80…画質改善処理部、90…処理部、11,13,31,33…合成割合演算部、12,32…合成処理部、14,15,34,35…選択部、100,100A,100B,100C,100D…画像合成装置、200…デコード部、300…コーデック部、400…記憶部、500…DVD部、600…グラフィックス処理部、601…制御バス・インターフェース部、602…メモリバス・インターフェース部、603…選択部、604…画像合成部、605…ビデオ信号出力部602、700…画像メモリ、800…制御部、1000…画像再生処理装置[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an image composition device that composes a plurality of images, a method and program thereof, and an image reproduction processing device.
[0002]
[Prior art]
As a method of synthesizing a plurality of images, there is simply a method of adding data (pixel data) of each pixel forming an image to each other. For example, when one pixel data has three color data of red, blue, and green, a composite image can be created from a plurality of images by adding the same color data of the same pixel. it can. According to this method, the pixel value after the addition always increases, and therefore the pixel value tends to be saturated when the number of images to be combined is large or when an image with high brightness is combined. When the pixel value is saturated, the information of the original image is lost, so that the image quality is impaired.
[0003]
On the other hand, in an image composition method called alpha blending, an image having a certain transparency is superimposed on the other image to compose the image. Here, the transparency means the degree to which the lower layer image can be seen through the upper layer image. The images of the upper layer and the lower layer are combined at a ratio according to the transparency of the image of the upper layer.
For example, when an upper layer image having transparency α1 (0 ≦ α1 ≦ 1) is superimposed on a lower layer image, the combined image data Im3 is obtained by using the upper layer image data Im1 and the lower layer image data Im2. It is expressed as an expression.
[0004]
[Expression 1]
Im3 = α1 × Im1 + (1−α1) × Im2 (1)
[0005]
However, the image data Im1 to Im3 in Expression (1) indicate a set of pixel data. That is, Expression (1) represents that the pixel data of the same pixel included in the image data are combined at a ratio of “α1” to “1-α1”, respectively.
As can be seen from the above equation, the smaller the transparency α1, the smaller the ratio of the image data Im1 in the composite image data Im3, and the lower-level image P2 can be seen through easily.
[0006]
Such an image blending method by alpha blending is, for example, an OSD (on screen display) function for displaying characters and figures on a television screen in a digital television receiver, a DVD (digital versatile disc) playback device, or the like. It is widely used to realize
[0007]
[0008]
[Patent Document 1]
JP 2000-285256 A
[Patent Document 2]
JP 2000-20044 A
[0009]
[Problems to be solved by the invention]
FIG. 18 is a diagram illustrating a general configuration example of an image composition apparatus for performing image composition by alpha blending.
The image composition apparatus shown in FIG. 18 includes
[0010]
The
The
The
[0011]
The combined image data Im5 to Im7 output from the
[0012]
[Expression 2]
Im5 = α2 × Im2 + (1−α2) × Im1 (2)
Im6 = α3 × Im3 + (1−α3) × Im5 (3)
Im7 = α4 × Im4 + (1−α4) × Im6 (4)
[0013]
However, the transparency α2, α3, and α4 indicate the transparency of the image data Im2, Im3, and Im4, respectively, and have values of “0” to “1”.
[0014]
When characters and figures are displayed on the television screen by the OSD function, usually, a process of superimposing a still image including characters and figures on a base moving image is performed. In particular, when a still image is displayed on an interlace display device, flickering of an image called flicker is more noticeable than a moving image having movement. As a technique for reducing flicker, for example, there is a technique for improving image quality called an anti-flicker filter as described in
[0015]
FIG. 19 is a block diagram illustrating a configuration example of an image composition apparatus including the
The image synthesizing apparatus shown in FIG. 19 is provided with a
[0016]
By the way, the anti-flicker filter process is generally a process for suppressing flickering of a still image, and if this is performed on a moving image, there is a problem that the definition of the image is lost. For this reason, when the anti-flicker filter process is performed on the image obtained by combining the moving image and the still image as in the image combining apparatus shown in FIG. 19, the moving image portion becomes blurred and the image quality deteriorates. Resulting in.
[0017]
Therefore, in the image composition device shown in FIG. 20, the insertion position of the
That is, in the image synthesizing apparatus shown in FIG. 20, the anti-flicker / filter process of the
[0018]
When image data of a still image is input as image data Im1 to Im3 in the lower layer and image data of a moving image is input as image data Im4 in the uppermost layer, the anti-flicker filter process is performed. It is performed only on still images and not on moving images. For this reason, it is possible to avoid the above-described degradation of the image quality of the moving image.
[0019]
However, the image synthesizing apparatus shown in FIG. 20 has a disadvantage that the hierarchy for synthesizing moving images is limited to a hierarchy higher than the still image on which the filtering process is performed.
In general, in image synthesis by alpha blending, the hue of the image after synthesis tends to be strongly influenced by the upper layer image, so if a moving image whose hue changes momentarily is synthesized in the upper layer than the still image In some cases, the tint of a still image that should be displayed constantly tends to change due to the influence of a moving image. In such a case, it is desirable to synthesize a moving image in a lower hierarchy than the previously synthesized still image. However, in the alpha blending process of the
[0020]
As described above, in the conventional image blending based on alpha blending, an image can be synthesized with the higher hierarchy later than the previously synthesized image, but the image cannot be synthesized with the lower hierarchy. There is a disadvantage.
[0021]
The present invention has been made in view of such circumstances, and an object of the present invention is to further synthesize an image to a lower layer of the previously synthesized image when synthesizing a plurality of images each having transparency set. An image synthesizing apparatus and method thereof, a program for causing a processing apparatus to execute such an image synthesizing process, and an image reproduction processing apparatus including such an image synthesizing apparatus.
[0022]
In order to achieve the above object, an image composition apparatus according to a first aspect of the present invention is an image composition apparatus that superimposes an upper layer image having transparency on an image of a lower layer, and the layer is Transparency of two different still image data at a ratio corresponding to the set transparency, respectively, and the transparency of the synthesized still image data output from the first synthesis means, Transparency determining means for determining according to the transparency of still image data, image quality improvement processing means for performing image quality improvement processing for improving the image quality of a still image on the composite still image data output from the first combining means, and the above The composite still image data subjected to the image quality improvement processing by the image quality improvement processing means and the moving image data of the lowest hierarchy are determined according to the transparency of the composite still image data determined by the transparency determination means. Yes and second synthesizing means for synthesizing a ratio, theIn the case where the image superposition order is set to the first order in the input order setting signal, the first combining means selects two still image data having different hierarchies in accordance with the respective transparency levels. The second combining means determines the combined still image data subjected to the image quality improvement processing by the image quality improvement processing means and the moving image data of the lowest hierarchy in the transparency determining means. In the case where the synthesized still image data is synthesized at a ratio according to the transparency and the superposition order is set to the second order in the order setting signal, the first synthesizing unit is configured to use two still image data having different layers. Are combined at a ratio corresponding to the transparency of the still image data of the upper layer, and the second combining unit adds the moving image data of the highest layer and the image quality improvement processing unit in the second order. Ri and image quality improvement processing the applied synthetic still image data is synthesized at a rate corresponding to the transparency of the moving image data of the highest layer.
[0023]
An image composition method according to a second aspect of the present invention includes:By an image composition device having a first composition means, a transparency determination means, a data acquisition means, an image quality improvement processing means, and a second composition means,An image composition method for superimposing an upper layer image having transparency on a lower layer image,The first combining means comprises:A synthesizing step of synthesizing two still image data having different hierarchies at a ratio corresponding to each set transparency;The transparency determining means isA transparency determination step for determining the transparency of the still image data as a synthesis result in the synthesis step according to the transparency of the two still image data of the synthesis source,The data acquisition means isThe still image data obtained as a result of the synthesis in the synthesis step and the still image data whose hierarchy is adjacent to the still image data that is the synthesis source of the still image data are used as new two-level still image data. A first step of repeating the transparency determination step, and as a result of the repetition, obtaining still image data obtained by combining the still image data of the upper layers above the lowest layer and the transparency thereof;The image quality improvement processing means isA second step of applying an image quality improvement process for improving the image quality of the still image to the synthesized still image data synthesized in the first step;The second synthesis means comprises:A third step of combining the synthesized still image data subjected to the image quality improvement process in the second step and the moving image data of the lowest hierarchy at a ratio according to the transparency acquired in the first step. In the composition step of the first step, the image superposition order is set to the first order in the input order setting signal.The first synthesizing means includesIn the third step, two still image data having different hierarchies are combined at a ratio corresponding to the transparency.The second synthesis means includesThe synthesized still image data subjected to the image quality improvement processing and the moving image data of the lowest hierarchy are synthesized at a ratio according to the transparency of the synthesized still image data determined in the first step, and the order setting signal When the superposition order is set to the second order in the synthesis step in the first step,The first synthesizing means includesIn the third step, two still image data having different layers are combined at a ratio corresponding to the transparency of still image data of the upper layer.The second synthesis means includesIn the second order, the moving image data of the highest hierarchy and the synthesized still image data that has been subjected to the image quality improvement processing are synthesized at a ratio according to the transparency of the moving image data of the highest hierarchy.
[0024]
A program according to a third aspect of the present invention is a processing apparatus that performs processing for superimposing an upper layer image having transparency on an image of a lower layer and combining the images.The computer hasThe composition procedure for synthesizing two still image data of different hierarchies at a ratio corresponding to the set transparency, and the transparency of the still image data resulting from the composition in the above composition procedure, A transparency determination procedure that is determined according to the transparency, and a new image is generated by combining still image data as a result of the synthesis in the synthesis procedure and still image data having a layer adjacent to the still image data that is the synthesis source of the still image data. As the still image data of two layers, the above synthesis procedure and the above transparency determination procedure are repeated, and as a result of the repetition, still image data obtained by combining each still image data of a layer higher than the lowest layer and its transparency are acquired. FirstprocedureA second procedure for performing image quality improvement processing for improving the image quality of the still image on the synthesized still image data synthesized in the first procedure, and a synthesized still image that has been subjected to the image quality improvement processing in the second procedure A third procedure for synthesizing the data and the moving image data of the lowest hierarchy at a ratio according to the transparency acquired in the first procedure;When the image superposition order is set to the first order in the input order setting signal, two still image data having different hierarchies in the composition procedure of the first procedure Are synthesized in proportions corresponding to the respective transparency, and in the third procedure, the synthesized still image data subjected to the image quality improvement processing and the moving image data in the lowest hierarchy are determined in the first procedure. When the composite still image data is synthesized at a ratio according to the transparency and the superposition order is set to the second order in the order setting signal, in the synthesis procedure in the first procedure, Two different still image data are synthesized at a ratio corresponding to the transparency of the still image data in the upper layer, and in the third procedure, the highest order floor is obtained in the second order. Moving image data and the above-mentioned image quality improving processing subjected synthetic still image data is synthesized at a rate corresponding to the transparency of the moving image data of the highest layer.
[0025]
An image reproduction processing apparatus according to a fourth aspect of the present invention is an image reproduction processing apparatus that performs superimposition of a transparent upper layer image on a lower layer image and performs reproduction processing of the synthesized image. The first synthesis unit that synthesizes two still image data having different hierarchies at a ratio corresponding to the set transparency, and the transparency of the synthesized still image data output from the first synthesis unit Transparency determining means for determining the transparency of the two still image data, and image quality improvement processing means for performing image quality improvement processing for improving the image quality of the still image on the composite still image data output from the first combining means; The transparency of the composite still image data determined by the transparency determination means is the combined still image data subjected to the image quality improvement processing by the image quality improvement processing means and the moving image data of the lowest hierarchy. And a second combining means for combining in a proportion corresponding to,In the case where the order of image superposition is set to the first order in the input order setting signal, the first synthesizing unit is configured to output two still image data having different hierarchies at a ratio corresponding to the transparency. The second combining means combines the combined still image data subjected to the image quality improvement processing by the image quality improvement processing means and the moving image data of the lowest hierarchy, and the combined still image determined by the transparency determining means. When the image data is synthesized at a ratio corresponding to the transparency of the image data and the superposition order is set to the second order in the order setting signal, the first composition means outputs the two still image data having different hierarchies as the upper order. The second still image is synthesized by the highest order moving image data and the image quality improvement processing means in the second order. And it has been subjected to quality improvement processing synthetic still image data is synthesized at a rate corresponding to the transparency of the moving image data of the highest hierarchy.
[0030]
DETAILED DESCRIPTION OF THE INVENTION
Seven embodiments of the present invention will be described with reference to the drawings.
[0031]
<First Embodiment>
FIG. 1 is a block diagram showing an example of the configuration of an
An
[0032]
(First synthesis unit 10)
The
[0033]
FIG. 2 is a block diagram illustrating a configuration example of the first combining
[0034]
The composition
For example, if the image data ImB is image data at a higher hierarchy than the image data ImA, the composition ratio S11A of the image data ImA and the composition ratio S11B of the image data ImB are respectively expressed by the following equations.
[0035]
[Equation 3]
S11A = 1−αB / (αA + αB−αA × αB) (5)
S11B = αB / (αA + αB−αA × αB) (6)
[0036]
When the transparency αA and αB are both “0”, the composition ratio S11A is “1” and the composition ratio S11B is “0”.
The
[0037]
[Expression 4]
ImE = S11A × ImA + S11B × ImB (7)
[0038]
Here, the reason why the relationship of Expressions (5) to (7) is established will be described with reference to FIG.
FIG. 3 is a diagram for explaining the relationship between the transparency of image data in two layers and the composition ratio.
3A shows a method of performing image composition from the lower layer to the upper layer, and FIG. 3B shows a method of performing image composition from the upper layer to the lower layer.
[0039]
In the method of FIG. 3A, first, the image data ImL and the image data ImM of the upper hierarchy are synthesized. This synthesizing method is the same as the method by alpha blending already described, and only the transparency (αM) of the image data of the upper layer is used for synthesizing. The combined image data ImS1 is expressed by the following equation using the relationship of equation (1).
[0040]
[Equation 5]
ImS1 = αM × ImM + (1−αM) × ImL (8)
[0041]
Next, the image data ImS1 obtained as a result of the synthesis and the image data ImU in the upper layer are synthesized with respect to the image data ImM. Also in this image composition, only the transparency (αU) of the upper layer image data is used as described above. The combined image data ImS2 is expressed by the following equation.
[0042]
[Formula 6]
[0043]
On the other hand, in the method of FIG. 3B, first, the image data ImU and the image data ImM of the lower hierarchy are synthesized. When the synthesis ratio β1 of the image data ImU and the synthesis ratio (1-β1) of the image data ImM are used, the resultant image data ImS3 is expressed by the following equation.
[0044]
[Expression 7]
ImS3 = β1 × ImU + (1−β1) × ImM (10)
[0045]
Next, the image data Im3 obtained as a result of the synthesis and the image data ImL in the lower hierarchy are synthesized with respect to the image data ImM. When the composite ratio β2 of the composite image data ImS3 and the composite ratio (1-β2) of the image data ImL are used, the composite image data ImS4 is expressed by the following equation.
[0046]
[Equation 8]
[0047]
Assuming that the composite image data ImS2 shown in Expression (9) is equal to the composite image data ImS4 shown in Expression (11), the following expression is established.
[0048]
[Equation 9]
αU = β1 × β2 (12)
(1-αU) × αM = β2 × (1-β1) (13)
(1-αU) × (1-αM) = 1−β2 (14)
[0049]
When the composition ratio β2 in the equation (13) is eliminated using the relationship of the equation (12), the composition ratio β1 is expressed by the following equation using the transparency αU and αM.
[0050]
[Expression 10]
β1 = αU / (αU + αM−αU × αM) (15)
[0051]
When the image data ImU and its lower layer image data ImM in FIG. 3 are replaced with the image data ImB and its lower layer image data ImA in FIG. 1, the transparency αU and αM are replaced with the transparency αB and αA, respectively. Therefore, the composition ratio S11B of the image data ImB shown in Expression (6) is derived from the relationship shown in Expression (15).
[0052]
(Second synthesis unit 20)
The
[0053]
The first combining
[0054]
(Second synthesis unit 30)
The
[0055]
FIG. 4 is a block diagram illustrating an example of the configuration of the
The
[0056]
The composition
[0057]
## EQU11 ##
S31 = 1-αF (16)
[0058]
The
[0059]
[Expression 12]
[0060]
As can be seen from the equation (17), the
[0061]
(Transparency determining unit 40)
The
[0062]
[Formula 13]
αE = αA + αB−αA × αB (18)
[0063]
The relationship of Expression (18) is derived from the fact that the composition ratio β2 shown in FIG. 3B is equivalent to the transparency of the composite image data Im3. That is, the composite image data ImS4 calculated by the equation (11) has the composite image data Im3 as the upper layer image data, the image data ImL as the lower layer image data, and the upper layer image data Im3 has the transparency β2. This is equivalent to the alpha blending process.
The composition ratio β2 is obtained as follows by substituting Equation (15) into Equation (12).
[0064]
[Expression 14]
β2 = αU + αM−αU × αM (19)
[0065]
When the image data ImU and its lower layer image data ImM in FIG. 3 are replaced with the image data ImB and its lower layer image data ImA in FIG. 1, the transparency αU and αM are replaced with the transparency αB and αA, respectively. Therefore, the transparency αE shown in equation (18) is derived from the relationship shown in equation (19).
[0066]
(Transparency determining unit 50)
The
The transparency αF is determined using the same relationship as the equation (18) of the transparency αE in the
[0067]
Here, the operation of the
In the first combining
In the
[0068]
Further, in the first combining
In the
[0069]
In the
[0070]
As described above, according to the
As a result, it is possible to acquire composite image data ImF in an upper layer that does not include image data ImD in the lowest layer, and the degree of freedom of image processing using the composite image data can be increased.
[0071]
In the example shown in FIG. 1, in the
[0072]
In the example illustrated in FIG. 1, an example in which images of four layers are combined using two first combining units (10, 20) connected in cascade is shown. It is also possible to synthesize images of five or more layers by further increasing the number of synthesizers. Also in this case, the image data is combined with either the upper hierarchy or the lower hierarchy of the synthesized image data output from the previous stage in the first and subsequent synthesis units cascaded to the first synthesis unit in the first stage. can do.
It is also possible to synthesize three layers of images with the number of stages of the first composition units connected in cascade as one stage.
[0073]
In addition, the first composition unit can be configured so that the hierarchy (higher hierarchy, lower hierarchy) of two image data to be synthesized can be changed according to an order setting signal for setting the image superposition order. . As a result, it is possible to freely change the image superposition order in the hierarchy higher than the lowest hierarchy.
[0074]
<Second Embodiment>
FIG. 5 is a block diagram showing an example of the configuration of an
An
[0075]
In the first embodiment described above, it is possible to combine four or more layers of images by connecting a plurality of first combining units in series. In the second embodiment, the first combining unit By repeating the process of re-inputting the synthesis result to the synthesis unit, image synthesis of four or more layers is performed.
[0076]
The
[0077]
The operation of the image composition device 100B having the above-described configuration will be described focusing on the processing in the
FIG. 6 is a flowchart for explaining the flow of processing in the
[0078]
First, in step ST101, image data Im1 and Im2 are input to the first combining
In the initial state where the composite image data Im3 and the transparency α3 are not stored in the
In a state where the composite image data Im3 as a result of combining the image data ImA and ImB and the transparency α3 thereof are stored in the
The combined image data Im3 output from the first combining
[0079]
When the synthesis process of the composite image data Im3 in the
[0080]
In the second combining
[0081]
As described above, in the image
[0082]
In the above description, the image data ImC is combined with the upper layer of the combined image data Im3 of the image data ImA and ImB, but the image data ImC may be combined with the lower layer.
[0083]
In the example shown in FIG. 1, an example in which four layers of images are synthesized by repeating the input processing for the
[0084]
Further, the
[0085]
<Third Embodiment>
FIG. 7 is a block diagram showing an example of the configuration of an image composition device 100B according to the third embodiment of the present invention.
An image composition device 100B shown in FIG. 7 has the same configuration as the
[0086]
In the image composition device according to the third embodiment, data conversion processing such as image quality improvement processing is performed on the composite image data output from the first composition unit of the image composition device according to the first embodiment described above. Is given.
[0087]
The image quality
In the example of FIG. 7, the image quality
[0088]
According to the image synthesizing apparatus 100B having the above-described configuration, the image data ImD can be synthesized in the lower hierarchy after image quality improvement processing is performed on the synthesized image data of the image data ImA, ImB, and ImC. Therefore, the image quality of the image data ImA, ImB, and ImC can be improved, and image quality improvement processing is performed on the image data ImD whose image quality is deteriorated by the processing of the image quality
[0089]
For example, assuming that anti-flicker filter processing is performed in the image quality
[0090]
In the example of FIG. 7, the image quality
Various modifications to the
[0091]
Further, instead of the image quality improvement processing unit, other various data conversion processing units may be applied. As a result, for image data that requires certain data conversion processing, after performing the data conversion processing on the composite image data, the image data that does not require the data processing is converted to a lower level of the composite image data after the data conversion processing. It becomes possible to compose into a hierarchy.
[0092]
<Fourth Embodiment>
FIG. 8 is a block diagram showing an example of the configuration of an image composition device 100C according to the fourth embodiment of the present invention.
An image composition device 100C shown in FIG. 8 has the same configuration as the
[0093]
In the image composition device according to the fourth embodiment, the composite image data acquired by the data acquisition unit of the image composition device according to the second embodiment described above or the composite image data output from the first composition unit. On the other hand, data conversion processing such as image quality improvement processing is performed.
[0094]
The image quality
In the example of FIG. 8, the image quality
[0095]
The image synthesizing apparatus 100C having the above-described configuration can achieve the same effect as the image synthesizing apparatus 100B described above. That is, the image quality after the composition of the image data ImA, ImB, and ImC can be improved, and the image quality improvement processing is performed on the image data ImD whose image quality is deteriorated by the processing of the image quality
[0096]
In the example of FIG. 7, the image quality
Various modifications to the
Further, instead of the image quality improvement processing unit, other various data conversion processing units may be applied. As a result, for image data that requires certain data conversion processing, after performing the data conversion processing on the composite image data, the image data that does not require the data processing is converted to a lower level of the composite image data after the data conversion processing. It becomes possible to compose into a hierarchy.
[0097]
<Fifth Embodiment>
In the fifth embodiment, the processes of the first combining unit and the second combining unit in the first to fourth embodiments described above are changed. In other words, whether to synthesize the lowest hierarchy image data or the highest hierarchy image data in the second synthesis unit is set according to the order setting signal. The composition ratio of the image data in the first composition unit and the second composition unit is changed according to the order setting.
[0098]
First, the first combining
[0099]
(
The
FIG. 9 is a diagram illustrating an example of the configuration of the first combining
[0100]
The composition
[0101]
[Expression 15]
S13 = 1−αB (20)
[0102]
The
[0103]
The
[0104]
(First synthesis unit 20A)
The
That is, the image data ImE and ImC are input instead of the image data ImA and ImB to the first combining unit 20A having the same configuration as the first combining
[0105]
(
The
FIG. 10 is a diagram illustrating an example of the configuration of the
[0106]
The composition
[0107]
[Expression 16]
S33 = 1-αD (21)
[0108]
The
[0109]
The
[0110]
Next, the operation of the image composition device according to the fifth embodiment having the above-described configuration will be described.
Here, the
[0111]
(Image composition apparatus 100_1)
The image composition device 100_1 transfers the
[0112]
When the order setting signal So for setting the image superposition order to the first order is input to the image composition device 100_1, the
In this case, the
Therefore, in the image composition device 100_1, the same image composition processing as that of the
[0113]
On the other hand, when the order setting signal So for setting the image superposition order to the second order is input to the image composition device 100_1, the
Further, in the
Therefore, in the image composition device 100_1, the image data ImD is synthesized in the higher hierarchy with respect to the synthesized image data ImF synthesized from the lower hierarchy to the upper hierarchy in the order of the image data ImA, ImB, and ImC. .
[0114]
As described above, according to the image composition device 100_1, whether the
[0115]
(Image composition apparatus 100A_1)
Image synthesizing device 100A_1 is configured by replacing first synthesizing
[0116]
When the order setting signal So for setting the image superposition order to the first order is input to the image composition device 100A_1, the
Therefore, in the image composition device 100A_1, an image composition process similar to that of the
[0117]
On the other hand, when a signal for setting the image superposition order to the second order is input to the image composition device 100A_1, the image data ImA and ImB input to the
Further, in the
Therefore, in the image composition device 100A_1, the image data ImD is synthesized in the higher hierarchy with respect to the composite image data ImF synthesized from the lower hierarchy to the upper hierarchy in the order of the image data ImA, ImB, and ImC. .
[0118]
As described above, also in the image composition device 100A_1, whether the
[0119]
(Image composition apparatus 100B_1)
The image composition device 100B_1 transfers the
The operation of the image composition device 100B_1 is the same as that of the image composition device 100_1 described above except that the image quality improvement processing is performed on the composite image data ImF of the first composition unit 20A, and the same effect as this is obtained. Can play.
In addition, since the image quality improvement process is performed on the composite image data ImF, the image quality after the image data ImA, ImB, and ImC are combined can be improved, and the image quality is deteriorated by the process of the image quality
[0120]
(Image composition apparatus 100C_1)
The image composition device 100C_1 has a configuration in which the
The operation of the image composition device 100C_1 is the same as that of the image composition device 100A_1 described above except that the image quality improvement process is performed on the composite image data ImF of the
In addition, since the image quality improvement process is performed on the composite image data ImF, the image quality after the image data ImA, ImB, and ImC are combined can be improved, and the image quality is deteriorated by the process of the image quality
[0121]
Note that, in each of the above-described image composition apparatuses (100_1, 100A_1, 100B_1, 100C_1), the order setting signal So for setting the image superposition order to the first order is input in any case. An image composition process equivalent to the image composition apparatus (100, 100A, 100B, 100C) according to each embodiment is realized. Therefore, in this case, the image synthesizing apparatus according to the fifth embodiment can achieve the same effects as those of the above-described embodiments.
The various modifications suggested in the description of the image composition apparatuses (100, 100A, 100B, 100C) according to the embodiments are also applicable to the image composition apparatus according to the fifth embodiment.
[0122]
<Sixth Embodiment>
FIG. 11 is a block diagram showing an example of the configuration of an
An
[0123]
Based on the program stored in the
[0124]
As the
[0125]
(First example of image composition processing)
FIG. 12 is a flowchart illustrating a first example of image composition processing in the
[0126]
Steps ST201 to ST202:
In step ST201, two pieces of image data having different hierarchies are combined at a ratio corresponding to each transparency. The composition ratio is determined using, for example, the relationship shown in Expression (15). That is, when the upper layer image data of the two image data has transparency αU and the lower layer image data has transparency αM, the upper layer image data is combined at the combining ratio β1 shown in Expression (15), The lower layer image data is synthesized at the synthesis ratio (1-β1).
[0127]
In step ST201, the transparency of the image data obtained as a result of the synthesis is determined according to the transparency of the two image data as the synthesis source. For example, the relationship shown in Equation (19) is used to determine the transparency. That is, the transparency β2 shown in Expression (19) is determined using the transparency αU of the upper layer image data and the transparency αM of the lower layer image data.
[0128]
When image data composition processing and transparency determination processing are performed in step ST201, next, in step ST202, image data (for example, ImL1, ImL2,..., IMLi-1) higher than the lowest layer is combined. It is determined whether it has been completed.
[0129]
If it is determined in step ST202 that upper layer composition has not been completed, the process returns to step ST201 again, and the above-described image data composition processing and transparency determination processing are performed.
In this case, for one of the two image data to be combined, the image data obtained as a result of the previous step ST201 is used, and as the transparency, the transparency determined in the previous step ST201 is used.
Further, as the other image data to be combined, image data whose layer is adjacent to the image data that is the combination source of the image data as the combination result in the previous step ST201 is used. That is, new image data to be synthesized in the upper hierarchy or lower hierarchy and the transparency thereof are input to the
[0130]
If it is determined in step ST202 that upper layer synthesis has been completed, the process moves to step ST203.
[0131]
Step ST203:
In step ST203, the ratio between the image data acquired by repetition of the image composition processing in steps ST201 and ST202 and the image data of the lowest hierarchy (for example, IMLi) according to the transparency of the image data acquired in step ST201. Is synthesized.
[0132]
As described above, according to the first example of the image compositing process according to the sixth embodiment, a composite image obtained as a result of compositing upper layer image data (IML1, ImL2,..., IMLi-1). Image data (IMLi) can be combined with the data at a lower hierarchy than these image data. That is, when a plurality of images each having a set transparency are combined, it is possible to further combine the images to the lower layer of the previously combined image. Thereby, the freedom degree of the image process using synthetic image data can be raised further.
[0133]
In the image composition processing in step ST201, when combining the image data of the previous composition result and the image data input to the
[0134]
(Second example of image composition processing)
FIG. 13 is a flowchart showing a second example of the image composition process in the
[0135]
As shown in FIG. 13, in the second example of the image composition process, step ST204 is inserted between step ST202 and step ST203.
In step ST204, processing related to image quality improvement, such as anti-flicker filter processing, is performed on the image data acquired by repeating the image synthesis processing in steps ST201 and ST202.
The image data after the image quality improvement processing in step ST204 is synthesized with the image data of the lowest hierarchy by the processing in step ST203 already described.
[0136]
By providing the step of performing such image quality improvement processing, the image quality after the synthesis of the upper layer image data (for example, ImL1, ImL2,..., IMLi-1) can be improved, and the image quality improvement processing of step ST204 is performed. Therefore, image data (for example, IMLi) whose image quality deteriorates depending on the image quality can be synthesized in the lowest layer without performing such image quality improvement processing.
[0137]
For example, assuming that anti-flicker filter processing is performed in step ST204, still image data is input as image data ImL1, ImL2,..., IMLi-1, and moving image data is input as image data IMLi. Therefore, it is possible to improve the image quality of still image data without performing anti-flicker filter processing, and to synthesize a moving image in a lower hierarchy than the still image.
[0138]
In the flowchart shown in FIG. 13, the image quality improvement processing is performed on the composite image data higher than the lowest layer. However, the present invention is not limited to this example. For example, the image composition processing in step ST201 is repeated. In the process, a step of performing an image quality improvement process on the image data as a synthesis result may be inserted as needed.
Further, instead of the image quality improvement processing, other various data conversion processing steps may be inserted. As a result, for image data that requires certain data conversion processing, after performing the data conversion processing on the composite image data, the image data that does not require the data processing is converted to a lower level of the composite image data after the data conversion processing. It becomes possible to compose into a hierarchy.
[0139]
(Third example of image composition processing)
FIG. 14 is a flowchart showing a third example of the image composition processing in the
[0140]
Steps ST205 to ST206:
First, in step ST205, the image superposition order is set to the first order or the second order. For example, the overlapping order is set according to the order setting signal input to the
Next, in step ST206, it is determined whether the superposition order is set to the first order or the second order. If it is determined that the first order is set, steps ST201 to ST203 are executed, and if it is determined that the second order is set, steps ST207 to ST208 are executed.
[0141]
Steps ST201 to ST203:
Processing similar to the flowchart shown in FIG. 12 is executed. That is, the image data of the lowest hierarchy is synthesized with the synthesis result of the image data of the upper hierarchy.
[0142]
Steps ST207 to ST208:
In step ST207, two image data having different hierarchies are combined at a ratio corresponding to the transparency of the image data of the upper hierarchy. That is, when the upper layer image data Im1 having transparency α1 and the lower layer image data Im2 are combined, the combined image data Im3 is combined using the relationship of Expression (1).
[0143]
When image data composition processing is performed in step ST207, it is next determined in step ST208 whether composition of image data (IML1, ImL2,..., IMLi) of all layers is completed.
[0144]
If it is determined in step ST208 that all layers have not been combined, the process returns to step ST207 again, and the above-described image data combining process is performed.
In this case, the image data resulting from the synthesis in the previous step ST207 is used as one of the two image data to be synthesized.
Further, as the other image data to be combined, image data of a higher hierarchy is used with respect to the image data that is the combination source of the image data obtained as a result of the combination in the previous step ST207. That is, new image data to be synthesized in the upper hierarchy and its transparency are input to the
If it is determined in step ST208 that all layers have been combined, the image combining process ends.
[0145]
As described above, according to the third example of the image composition processing according to the sixth embodiment, when the image superposition order is set to the first order, Then, when the image is synthesized in the lower hierarchy and the superposition order is set to the second order, the image is synthesized in the upper hierarchy with respect to the synthesis result of the lower hierarchy image. In this way, it is possible to freely set the order of overlaying images, and the degree of freedom of image processing using composite image data can be further increased.
[0146]
(Fourth example of image composition processing)
FIG. 15 is a flowchart showing a fourth example of image composition processing in the
[0147]
As shown in FIG. 15, in the fourth example of the image composition process, when the image superposition order is set to the first order, an image composition process equivalent to the flowchart shown in FIG. 13 is executed. The Further, when the image superposition order is set to the first order, the processes of step ST207 and steps ST209 to ST211 described below are executed.
[0148]
Steps ST207 and ST209:
In step ST207, two image data having different hierarchies are combined at a ratio corresponding to the transparency of the image data of the upper hierarchy. That is, the two image data are synthesized using the relationship of Expression (1).
[0149]
If image data composition processing has been performed in step ST207, it is next determined in step ST209 whether or not composition of image data in a layer lower than the highest layer has been completed.
[0150]
If it is determined in step ST209 that the lower layer has not been combined, the process returns to step ST207, and the above-described image data combining process is performed.
In this case, the image data resulting from the synthesis in the previous step ST207 is used as one of the two image data to be synthesized.
Further, as the other image data to be combined, image data of a higher hierarchy is used with respect to the image data that is the combination source of the image data obtained as a result of the combination in the previous step ST207. That is, new image data to be synthesized in the upper hierarchy and its transparency are input to the
If it is determined in step ST208 that the lower hierarchy has been combined, the process moves to step ST210.
[0151]
Step ST210:
In step ST210, processing related to image quality improvement, such as anti-flicker filter processing, is performed on the image data acquired by repeating the image synthesis processing in steps ST207 and ST209.
[0152]
Step ST211:
The image data after the image quality improvement processing in step ST210 is combined with the image data of the highest hierarchy. This composition ratio is determined according to the transparency of the image data of the highest hierarchy.
[0153]
As described above, according to the fourth example of the image compositing process according to the sixth embodiment, it is possible to freely set the overlapping order of the images as in the third example already described. Thus, the degree of freedom of image processing using the composite image data can be further increased.
Furthermore, since the image quality improvement processing is performed on the image data synthesized in step ST207 or step ST201, the image quality related to these image data can be improved, and the image quality is deteriorated by this image quality improvement processing. Such image data can be combined with the lowest hierarchy or the highest hierarchy without performing such image quality improvement processing.
[0154]
For example, assuming that anti-flicker filter processing is performed in steps ST204 and ST210, still image data is input as image data ImL1, ImL2,..., IMLi-1, and moving image data is input as image data IMLi. Image quality of still image data can be improved without performing anti-flicker filter processing on the image data, and a moving image can be combined with a lower or higher hierarchy than the still image.
[0155]
In the flowchart shown in FIG. 15, the image quality improvement processing is performed on the composite image data of each layer excluding the lowest layer or the highest layer. However, the present invention is not limited to this example, and for example, in step ST201 and step ST207 In the process of repeating the image synthesis process, a step of performing an image quality improvement process on the image data as a synthesis result may be inserted as needed.
Further, instead of the image quality improvement processing, other various data conversion processing steps may be inserted. As a result, for image data that requires a certain data conversion process, after the data conversion process is performed on the combined image data, the image data that does not require the data process is converted to a higher level of the combined image data after the data conversion process. It becomes possible to compose into a hierarchy or a lower hierarchy.
[0156]
<Seventh Embodiment>
FIG. 16 is a block diagram showing an example of the configuration of an image
An image
[0157]
(Decoding unit 200)
The
[0158]
(Codec unit 300)
The
The
[0159]
(Storage unit 400)
The
As the
[0160]
(DVD unit 500)
The DVD unit 500 performs a process of writing the encoded data output from the
[0161]
(Graphics processing unit 600)
The
As the image processing, for example, image composition processing for realizing the OSD function, image quality improvement processing, and the like are executed.
[0162]
FIG. 17 is a block diagram showing an example of the configuration of the
17 includes a control
[0163]
The control
[0164]
The memory
Note that the memory bus BS2 can also be used for transmission of image data between the
[0165]
The
This selection operation in the
[0166]
As still image data stored in the
[0167]
The
[0168]
In addition, when the image composition device according to the fifth embodiment is applied, or when the processing of the flowchart shown in FIG. 14 or FIG. 15 is executed by the image processing device according to the sixth embodiment, the images are superimposed. The control unit 800 gives an order setting signal for setting the alignment order.
[0169]
Further, when three or more pieces of image data are not combined in parallel as in the
[0170]
The video
The above is the description of the
[0171]
(Image memory 700)
The
[0172]
(Control unit 800)
The control unit 800 outputs various control signals to the
[0173]
Next, the operation of the image reproduction processing apparatus having the above-described configuration will be described.
A video signal demodulated from a received signal of the
[0174]
In the
In the
The image data synthesized in the
[0175]
As described above, according to the image
[0176]
For example, when realizing an OSD function that superimposes still images including characters and figures on a moving image, after applying anti-flicker filter processing to the combined result of still images in the upper layer, moving images are displayed in the lower layer. It becomes possible to overlap. As a result, the image quality of the still image can be improved and the color of the still image can be made less affected by the moving image.
[0177]
In addition, it is possible to freely set the image superposition order, and the degree of freedom of image processing using the composite image can be increased. For example, it is also possible to further synthesize these after applying different image processing to a plurality of synthesized image data. Since the degree of freedom of image processing can be increased in this way, the quality and expression of reproduced images can be improved.
[0178]
In addition, this invention is not limited to embodiment mentioned above.
For example, in each of the above-described embodiments, the transparency set for one image data is not limited to one. Independent transparency may be set for each pixel data included in the image data.
[0179]
Although FIG. 16 shows an example of an image reproduction processing apparatus including the DVD apparatus 500, the present invention is not limited to this example. Not only the DVD but also various other recording media may be used to read image information. In addition, a configuration in which the
[0180]
【The invention's effect】
According to the image synthesizing apparatus, the image synthesizing method, the program, and the image reproduction processing apparatus of the present invention, when synthesizing a plurality of images each set with transparency, the image is further synthesized to the lower layer of the previously synthesized image. can do.
[Brief description of the drawings]
FIG. 1 is a block diagram illustrating an example of a configuration of an image composition device according to a first embodiment of the present invention.
FIG. 2 is a block diagram illustrating an example of a configuration of a first combining unit.
FIG. 3 is a diagram for explaining a relationship between transparency of two-layer image data and a composition ratio.
FIG. 4 is a block diagram illustrating an example of a configuration of a second synthesis unit according to the first embodiment of the present invention.
FIG. 5 is a block diagram showing an example of a configuration of an image composition device according to a second embodiment of the present invention.
FIG. 6 is a flowchart for explaining a processing flow in a data acquisition unit;
FIG. 7 is a block diagram showing an example of a configuration of an image composition device according to a third embodiment of the present invention.
FIG. 8 is a block diagram showing an example of a configuration of an image composition device according to a fourth embodiment of the present invention.
FIG. 9 is a diagram illustrating an example of a configuration of a first combining unit included in an image combining apparatus according to a fifth embodiment of the present invention.
FIG. 10 is a diagram illustrating an example of a configuration of a second combining unit included in an image combining apparatus according to a fifth embodiment of the present invention.
FIG. 11 is a block diagram illustrating an example of a configuration of an image composition device according to a sixth embodiment of the present invention.
12 is a flowchart showing a first example of an image composition process in the image composition apparatus shown in FIG. 11;
13 is a flowchart showing a second example of image composition processing in the image composition apparatus shown in FIG.
14 is a flowchart showing a third example of image composition processing in the image composition apparatus shown in FIG. 11; FIG.
FIG. 15 is a flowchart illustrating a fourth example of image composition processing in the image composition apparatus illustrated in FIG. 11;
FIG. 16 is a block diagram illustrating an example of a configuration of an image reproduction processing apparatus according to a seventh embodiment of the present invention.
17 is a block diagram showing an example of a configuration of a graphics processing unit in the image reproduction processing apparatus shown in FIG.
FIG. 18 is a diagram illustrating a general configuration example of an image composition apparatus for performing image composition by alpha blending.
FIG. 19 is a block diagram illustrating a configuration example of an image synthesis apparatus including a filter unit that performs image quality improvement processing using an anti-flicker filter.
20 is a block diagram in which the insertion position of the filter unit in the image composition device shown in FIG. 19 is changed.
[Explanation of symbols]
DESCRIPTION OF
Claims (8)
階層が異なる2つの静止画像データを、それぞれ設定された透明度に応じた割合で合成する第1の合成手段と、
上記第1の合成手段から出力される合成静止画像データの透明度を、合成元の2つの静止画像データの透明度に応じて決定する透明度決定手段と、
上記第1の合成手段から出力される合成静止画像データに、静止画像の画質を改善する画質改善処理を施す画質改善処理手段と、
上記画質改善処理手段により画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記透明度決定手段において決定される当該合成静止画像データの透明度に応じた割合で合成する第2の合成手段と、
を有し、
入力される順序設定信号において
画像の重ね合わせ順序が第1の順序に設定される場合、
上記第1の合成手段は、階層が異なる2つの静止画像データを、それぞれの上記透明度に応じた割合で合成し、
上記第2の合成手段は、上記画質改善処理手段により画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記透明度決定手段において決定される当該合成静止画像データの透明度に応じた割合で合成し、
上記順序設定信号において上記重ね合わせ順序が第2の順序に設定される場合、
上記第1の合成手段は、階層が異なる2つの静止画像データを上位階層の静止画像データの透明度に応じた割合で合成し、
上記第2の合成手段は、上記第2の順序において最上位階層の動画像データと上記画質改善処理手段により画質改善処理を施された合成静止画像データとを、当該最上位階層の動画像データの透明度に応じた割合で合成する
画像合成装置。An image composition device that superimposes an upper layer image having transparency on an image of a lower layer,
First combining means for combining two still image data having different layers at a ratio according to the set transparency;
Transparency determining means for determining the transparency of the composite still image data output from the first combining means according to the transparency of the two still image data of the composition source;
Image quality improvement processing means for performing image quality improvement processing for improving the image quality of a still image on the composite still image data output from the first synthesis means;
The synthesized still image data subjected to the image quality improvement processing by the image quality improvement processing means and the moving image data of the lowest hierarchy are synthesized at a ratio according to the transparency of the synthesized still image data determined by the transparency determining means. A second synthesis means;
Have
When the order of image superposition is set to the first order in the input order setting signal,
The first synthesizing unit synthesizes two still image data having different hierarchies at a ratio corresponding to the transparency.
The second synthesizing unit combines the synthesized still image data subjected to the image quality improvement processing by the image quality improvement processing unit and the moving image data of the lowest hierarchy with the synthesized still image data determined by the transparency determining unit. Synthesize at a ratio according to transparency,
When the superposition order is set to the second order in the order setting signal,
The first synthesizing unit synthesizes two still image data having different hierarchies at a ratio corresponding to the transparency of the still image data of the upper hierarchy,
The second synthesizing unit converts the highest order moving image data in the second order and the combined still image data subjected to the image quality improvement processing by the image quality improvement processing unit into the highest order moving image data. An image synthesizer that synthesizes in proportions to the degree of transparency.
上記縦続接続された第1の合成手段の各段から出力される合成静止画像データの透明度をそれぞれ決定する複数の上記透明度決定手段と、を有する、
請求項1に記載の画像合成装置。In the first stage, still image data of two adjacent layers is input, and in each stage following the first stage, the synthesized still image data output from the previous stage and the still image data that is the synthesis source of the synthesized still image data are input. A plurality of cascaded first composition means for inputting still image data having adjacent layers,
A plurality of the transparency determining means for respectively determining the transparency of the combined still image data output from each stage of the cascaded first combining means,
The image composition device according to claim 1.
上記第2の合成手段は、上記データ取得手段において取得される合成静止画像データと上記最下位階層の動画像データとを、上記データ取得手段において取得される透明度に応じた割合で合成する、
請求項1に記載の画像合成装置。The hierarchy of the synthesized still image data output from the first synthesizing unit and the transparency of the still image data determined by the transparency determining unit is adjacent to the still image data from which the synthesized still image data is synthesized. A process of repeating the process of inputting the still image data and its transparency together with the first combining means and the transparency determining means again, and combining the still image data of the higher hierarchy than the lowest hierarchy as a result of the repetition Having data acquisition means for acquiring still image data and transparency thereof;
The second synthesizing unit synthesizes the synthesized still image data acquired by the data acquiring unit and the moving image data of the lowest hierarchy at a ratio corresponding to the transparency acquired by the data acquiring unit;
The image composition device according to claim 1.
上記縦続接続された第1の合成手段の各段から出力される合成静止画像データの透明度をそれぞれ決定する複数の上記透明度決定手段と、を有する、
請求項1に記載の画像合成装置。In the first stage, still image data of two adjacent layers is input, and in each stage following the first stage, the synthesized still image data output from the previous stage and the still image data that is the synthesis source of the synthesized still image data are input. A plurality of cascaded first composition means for inputting still image data having adjacent layers,
A plurality of the transparency determining means for respectively determining the transparency of the combined still image data output from each stage of the cascaded first combining means,
The image composition device according to claim 1.
上記第2の合成手段は、上記重ね合わせ順序が上記第1の順序に設定される場合、上記データ取得手段において取得される合成静止画像データと上記最下位階層の動画像データとを、上記データ取得手段において取得される透明度に応じた割合で合成し、上記重ね合わせ順序が上記第2の順序に設定される場合、上記データ取得手段において取得される合成静止画像データと上記最上位階層の動画像データとを、上記最上位階層の動画像データの透明度に応じた割合で合成する、
請求項1に記載の画像合成装置。The hierarchy of the synthesized still image data output from the first synthesizing unit and the transparency of the still image data determined by the transparency determining unit is adjacent to the still image data from which the synthesized still image data is synthesized. When the process of inputting the still image data and its transparency together with the first composition unit and the transparency determination unit is repeated, and as a result of the repetition, the superposition order is set to the first order, In the case where the combined still image data obtained by combining the still image data of the higher hierarchy than the lowest hierarchy in the first order and the transparency thereof and the superposition order is set to the second order, Data acquisition means for acquiring combined still image data obtained by combining the still image data of the lower hierarchy than the highest hierarchy in the second order;
When the superposition order is set to the first order, the second synthesizing unit converts the synthesized still image data acquired by the data acquiring unit and the moving image data of the lowest hierarchy to the data When the composition is combined at a ratio according to the transparency acquired by the acquisition means, and the superposition order is set to the second order, the composite still image data acquired by the data acquisition means and the moving image of the highest hierarchy And image data are synthesized at a ratio according to the transparency of the moving image data in the highest hierarchy.
The image composition device according to claim 1.
前記第1の合成手段が、階層が異なる2つの静止画像データを、それぞれ設定された透明度に応じた割合で合成する合成ステップと、前記透明度決定手段が、上記合成ステップにおける合成結果の静止画像データの透明度を、合成元の2つの静止画像データの透明度に応じて決定する透明度決定ステップとを含み、前記データ取得手段が、上記合成ステップにおける合成結果の静止画像データと、当該静止画像データの合成元の静止画像データに対して階層が隣接する静止画像データとを新たな2階層の静止画像データとして、上記合成ステップおよび上記透明度決定ステップを反復し、当該反復の結果として、最下位階層より上位の階層の各静止画像データを合成した静止画像データとその透明度を取得する第1のステップと、
前記画質改善処理手段が、上記第1のステップにおいて合成された合成静止画像データに静止画像の画質を改善する画質改善処理を施す第2のステップと、
前記第2の合成手段が、上記第2のステップにおいて画質改善処理を施された合成静止画像データと上記最下位階層の動画像データとを、上記第1のステップにおいて取得される透明度に応じた割合で合成する第3のステップと、
を有し、
入力される順序設定信号において画像の重ね合わせ順序が第1の順序に設定される場合、上記第1のステップの上記合成ステップにおいて、前記第1の合成手段は、階層が異なる2つの静止画像データを、それぞれの上記透明度に応じた割合で合成し、上記第3のステップにおいて、前記第2の合成手段は、画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記第1のステップにおいて決定される当該合成静止画像データの透明度に応じた割合で合成し、
上記順序設定信号において上記重ね合わせ順序が第2の順序に設定される場合、上記第1のステップにおける上記合成ステップにおいて、前記第1の合成手段は、階層が異なる2つの静止画像データを上位階層の静止画像データの透明度に応じた割合で合成し、上記第3のステップにおいて、前記第2の合成手段は、上記第2の順序において最上位階層の動画像データと上記画質改善処理を施された合成静止画像データとを、当該最上位階層の動画像データの透明度に応じた割合で合成する
画像合成方法。An upper layer image having transparency is converted into a lower layer image by an image composition device having first composition means, transparency determination means, data acquisition means, image quality improvement processing means, and second composition means. An image composition method for compositing on top of each other,
The first synthesizing unit synthesizes two still image data having different hierarchies at a ratio corresponding to each set transparency, and the transparency determining unit sets the still image data as a synthesis result in the synthesizing step. A transparency determining step for determining the transparency of the two still image data of the composition source in accordance with the transparency of the composition source, and the data acquisition means composes the still image data of the composition result in the composition step and the still image data The synthesis step and the transparency determination step are repeated with still image data having a layer adjacent to the original still image data as new two-layer still image data. A first step of acquiring still image data obtained by combining the still image data of the layers and transparency thereof;
A second step in which the image quality improvement processing means performs an image quality improvement process for improving the image quality of the still image on the synthesized still image data synthesized in the first step;
The second synthesizing unit determines the synthesized still image data subjected to the image quality improvement process in the second step and the moving image data in the lowest hierarchy according to the transparency acquired in the first step. A third step of compositing in proportion;
Have
When the order of image superimposition is set to the first order in the input order setting signal, the first synthesizing unit in the synthesizing step of the first step includes two still image data having different hierarchies. Are combined at a ratio corresponding to each transparency, and in the third step, the second combining means combines the combined still image data subjected to image quality improvement processing and the moving image data of the lowest layer. Synthesize at a ratio according to the transparency of the synthesized still image data determined in the first step,
When the superposition order is set to the second order in the order setting signal, in the composition step in the first step, the first composition unit converts two still image data having different layers into an upper layer. In the third step, the second synthesizing unit performs the image quality improvement process with the moving image data of the highest hierarchy in the second order. An image synthesis method for synthesizing the synthesized still image data with a ratio corresponding to the transparency of the moving image data in the highest hierarchy.
階層が異なる2つの静止画像データを、それぞれ設定された透明度に応じた割合で合成する合成手順と、上記合成手順における合成結果の静止画像データの透明度を、合成元の2つの静止画像データの透明度に応じて決定する透明度決定手順とを含み、上記合成手順における合成結果の静止画像データと、当該静止画像データの合成元の静止画像データに対して階層が隣接する静止画像データとを新たな2階層の静止画像データとして、上記合成手順および上記透明度決定手順を反復し、当該反復の結果として、最下位階層より上位の階層の各静止画像データを合成した静止画像データとその透明度を取得する第1の手順と、
上記第1の手順において合成された合成静止画像データに静止画像の画質を改善する画質改善処理を施す第2の手順と、
上記第2の手順において画質改善処理を施された合成静止画像データと上記最下位階層の動画像データとを、上記第1の手順において取得される透明度に応じた割合で合成する第3の手順と、
を実行させるプログラムであって、
入力される順序設定信号において画像の重ね合わせ順序が第1の順序に設定される場合、上記第1の手順の上記合成手順において、階層が異なる2つの静止画像データを、それぞれの上記透明度に応じた割合で合成し、上記第3の手順において、画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記第1の手順において決定される当該合成静止画像データの透明度に応じた割合で合成し、
上記順序設定信号において上記重ね合わせ順序が第2の順序に設定される場合、上記第1の手順における上記合成手順において、階層が異なる2つの静止画像データを上位階層の静止画像データの透明度に応じた割合で合成し、上記第3の手順において、上記第2の順序において最上位階層の動画像データと上記画質改善処理を施された合成静止画像データとを、当該最上位階層の動画像データの透明度に応じた割合で合成する
プログラム。A computer having a processing device that performs processing for superimposing an upper layer image with transparency on an image of a lower layer,
The composition procedure for synthesizing two still image data of different layers at a ratio corresponding to the set transparency, and the transparency of the still image data as a result of the composition in the above composition procedure, the transparency of the two still image data of the composition source Transparency determination procedure determined according to the above, and still image data obtained as a result of the synthesis in the synthesis procedure and still image data whose layer is adjacent to the still image data that is the synthesis source of the still image data. As the still image data of the hierarchy, the above synthesis procedure and the transparency determination procedure are repeated, and as a result of the iteration, still image data obtained by synthesizing each still image data of the hierarchy higher than the lowest hierarchy and its transparency are acquired. 1 procedure and
A second procedure for performing image quality improvement processing for improving the image quality of a still image on the synthesized still image data synthesized in the first procedure;
A third procedure for synthesizing the synthesized still image data subjected to the image quality improvement processing in the second procedure and the moving image data in the lowest hierarchy at a ratio according to the transparency acquired in the first procedure. When,
A program for executing
In the case where the order of image superposition is set to the first order in the input order setting signal, two still image data having different hierarchies are selected in accordance with the respective transparency in the composition procedure of the first procedure. The synthesized still image data subjected to the image quality improvement process and the moving image data in the lowest hierarchy in the third procedure are combined with the synthesized still image data determined in the first procedure. Synthesize at a ratio according to transparency,
When the superposition order is set to the second order in the order setting signal, two still image data having different hierarchies are set in accordance with the transparency of the still image data of the upper hierarchy in the synthesis procedure in the first procedure. In the third procedure, the highest order moving image data and the synthesized still image data subjected to the image quality improvement process in the second order are combined with the highest order moving image data. A program that synthesizes in proportions to the degree of transparency.
階層が異なる2つの静止画像データを、それぞれ設定された透明度に応じた割合で合成する第1の合成手段と、
上記第1の合成手段から出力される合成静止画像データの透明度を、合成元の2つの静止画像データの透明度に応じて決定する透明度決定手段と、
上記第1の合成手段から出力される合成静止画像データに静止画像の画質を改善する画質改善処理を施す画質改善処理手段と、
上記画質改善処理手段により画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記透明度決定手段において決定される当該合成静止画像データの透明度に応じた割合で合成する第2の合成手段と、
を有し、
入力される順序設定信号において画像の重ね合わせ順序が第1の順序に設定される場合、
上記第1の合成手段は、階層が異なる2つの静止画像データを、それぞれの上記透明度に応じた割合で合成し、
上記第2の合成手段は、上記画質改善処理手段により画質改善処理を施された合成静止画像データと最下位階層の動画像データとを、上記透明度決定手段において決定される当該合成静止画像データの透明度に応じた割合で合成し、
上記順序設定信号において上記重ね合わせ順序が第2の順序に設定される場合、
上記第1の合成手段は、階層が異なる2つの静止画像データを上位階層の静止画像データの透明度に応じた割合で合成し、
上記第2の合成手段は、上記第2の順序において最上位階層の動画像データと上記画質改善処理手段により画質改善処理を施された合成静止画像データとを、当該最上位階層の動画像データの透明度に応じた割合で合成する
画像再生処理装置。An image reproduction processing apparatus that superimposes and superimposes an upper layer image having transparency on a lower layer image and performs reproduction processing of the synthesized image,
First combining means for combining two still image data having different layers at a ratio according to the set transparency;
Transparency determining means for determining the transparency of the composite still image data output from the first combining means according to the transparency of the two still image data of the composition source;
Image quality improvement processing means for performing image quality improvement processing for improving the image quality of a still image on the composite still image data output from the first synthesis means;
The synthesized still image data subjected to the image quality improvement processing by the image quality improvement processing means and the moving image data of the lowest hierarchy are synthesized at a ratio according to the transparency of the synthesized still image data determined by the transparency determining means. A second synthesis means;
Have
When the order of image superposition is set to the first order in the input order setting signal,
The first synthesizing unit synthesizes two still image data having different hierarchies at a ratio corresponding to the transparency.
The second synthesizing unit combines the synthesized still image data subjected to the image quality improvement processing by the image quality improvement processing unit and the moving image data of the lowest hierarchy with the synthesized still image data determined by the transparency determining unit. Synthesize at a ratio according to transparency,
When the superposition order is set to the second order in the order setting signal,
The first synthesizing unit synthesizes two still image data having different hierarchies at a ratio corresponding to the transparency of the still image data of the upper hierarchy,
The second synthesizing unit converts the highest order moving image data in the second order and the combined still image data subjected to the image quality improvement processing by the image quality improvement processing unit into the highest order moving image data. An image reproduction processing device that synthesizes at a ratio corresponding to the transparency of the image.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003120468A JP4432355B2 (en) | 2003-04-24 | 2003-04-24 | Image composition apparatus, method and program thereof, and image reproduction processing apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003120468A JP4432355B2 (en) | 2003-04-24 | 2003-04-24 | Image composition apparatus, method and program thereof, and image reproduction processing apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2004326456A JP2004326456A (en) | 2004-11-18 |
JP4432355B2 true JP4432355B2 (en) | 2010-03-17 |
Family
ID=33499366
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003120468A Expired - Fee Related JP4432355B2 (en) | 2003-04-24 | 2003-04-24 | Image composition apparatus, method and program thereof, and image reproduction processing apparatus |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4432355B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5444598B2 (en) * | 2007-09-28 | 2014-03-19 | カシオ計算機株式会社 | Image control device |
-
2003
- 2003-04-24 JP JP2003120468A patent/JP4432355B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2004326456A (en) | 2004-11-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5912710A (en) | System and method for controlling a display of graphics data pixels on a video monitor having a different display aspect ratio than the pixel aspect ratio | |
US7659934B2 (en) | Recording/reproduction apparatus, and recording/reproduction method as well as stereoscopic images visual effects confirmation apparatus and stereoscopic image visual effects confirmation method | |
KR100292160B1 (en) | Image synthesis method, image synthesis device, and data recording medium | |
CN1307837C (en) | Video playing system capable of generating line by line scanning and interlaced scanning visual signal together | |
JP2000307956A (en) | System and method for image composition | |
WO2008016149A1 (en) | Image display control device, image processing device, image display control method, its program, and recording medium with the program recorded therein | |
WO2013088589A1 (en) | Video signal processing device, video signal output device, and video signal processing method | |
JP4215423B2 (en) | Image data output device | |
JP4432355B2 (en) | Image composition apparatus, method and program thereof, and image reproduction processing apparatus | |
JPH11313339A (en) | Display controller and dynamic image/graphics composite display method | |
JP4151234B2 (en) | Image composition processing device | |
KR100749680B1 (en) | Picture synthesizing apparatus and picture processing apparatus | |
JP2001285745A (en) | Image synthesizer and image synthesizing method | |
JPH11143441A (en) | Device and method for controlling image display | |
TWI288393B (en) | Signal processing apparatus and image output apparatus | |
JP4534975B2 (en) | REPRODUCTION DEVICE, REPRODUCTION METHOD, RECORDING METHOD, VIDEO DISPLAY DEVICE, AND RECORDING MEDIUM | |
JP2008259122A (en) | Image processing device and image processing method | |
JPH1118108A (en) | Video signal processing unit and video signal processing method | |
JP2003158748A (en) | Method and device for processing image | |
JP3004763B2 (en) | Video signal multiplex decoder | |
JP2837771B2 (en) | Encoding and decoding device | |
JP2002271811A (en) | Device and method for compositing graphics signal | |
KR100281258B1 (en) | Image display data compression method and apparatus | |
JPH11205579A (en) | Image data processor, image data processing method and supply medium | |
JP4534974B2 (en) | REPRODUCTION DEVICE, REPRODUCTION METHOD, RECORDING METHOD, VIDEO DISPLAY DEVICE, AND RECORDING MEDIUM |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20060411 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090216 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090331 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090601 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090623 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090824 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090915 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091109 |
|
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: 20091201 |
|
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: 20091214 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130108 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |