JP2004282318A - Scene change detection method and apparatus - Google Patents
Scene change detection method and apparatus Download PDFInfo
- Publication number
- JP2004282318A JP2004282318A JP2003069776A JP2003069776A JP2004282318A JP 2004282318 A JP2004282318 A JP 2004282318A JP 2003069776 A JP2003069776 A JP 2003069776A JP 2003069776 A JP2003069776 A JP 2003069776A JP 2004282318 A JP2004282318 A JP 2004282318A
- Authority
- JP
- Japan
- Prior art keywords
- histogram
- level
- image
- scene change
- screen
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Landscapes
- Studio Circuits (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
【課題】ヒストグラムを用いて2つの画像間のシーン変化を検出するとき、フェード画像についても正確なシーンチェンジ検出を可能とする。
【解決手段】ヒストグラムを生成するヒストグラム生成回路103は、1ブロック分・成分合計回路201と、レベル判定回路202と、細分割加算量判定回路部分203と、レベルカウンタ部分204とを有する。各細分割加算量判定回路203i は、ある配分比率でそのレベルに該当する第1ヒストグラム計数値と、そのレベルと隣接するレベルの第2ヒストグラム計数値を求め、そのレベルに該当する第1のレベルカウンタ204i とそのレベルと隣接するレベルの第2のレベルカウンタにそれぞれ出力する。これらのレベルカウンタは上記ヒストグラム計数値をそれぞれ累積してヒストグラムを計算する。ヒストグラム差分計算回路105が前回と今回の画面の画像についてのヒストグラムの差分を求め、これら差分の合計を計算し、比較判断回路106が差分の合計がしきい値と比較してシーンチェンジを検出する。
【選択図】 図2When a scene change between two images is detected using a histogram, accurate scene change detection is possible even for a faded image.
A histogram generation circuit for generating a histogram includes a one-block / component summation circuit, a level determination circuit, a subdivision addition amount determination circuit portion, and a level counter portion. Each subdivision addition amount determination circuit 203 i is a first histogram count corresponding to that level in the allocation ratio to obtain the second histogram count level adjacent to that level, the first corresponding to that level respectively outputs a second level counter adjacent levels level counter 204 i and its level. These level counters calculate the histogram by accumulating the histogram count values, respectively. The histogram difference calculation circuit 105 calculates the difference between the histograms of the previous and current screen images, calculates the sum of the differences, and the comparison judgment circuit 106 compares the sum of the differences with a threshold to detect a scene change. .
[Selection] Fig. 2
Description
【0001】
【発明の属する技術分野】
本発明は連続する画像のシーン(光景または情景)の変化を検出するシーンチェンジ検出方法およびその装置に関する。
本発明は特に、フェードイン/フェードアウトする画像などにおいても、正確にシーンの変化を検出可能なシーンチェンジ検出方法とその装置に関する。
【0002】
【従来の技術】
連続する画像について画像処理を行なうとき、たとえば、動画をMPEG方式でビデオ信号を符号するときなど、シーンが大きく変化すること(画像の切り替わり)を検出したい場合に多々遭遇する。そのようなシーンの変化を検出する技術として、シーンチェンジ検出方法が用いられており、これまで種々のシーンチェンジ検出方法が提案されている。
そのようなシーンチェンジ検出方法の基本的な方法は、前回の画面(フレームまたはフィールド)の画像と今回の画面の画像との画像の変化を検出して、両者の画像間にある程度の画像の変化があった場合にシーンチェンジとして判定するものである。
【0003】
なお、本明細書において「画面」とは、1フィールドまたは1フレームなどのように1つの画面としてまとまった画像が集合したものをいう。
【0004】
これまで種々の画像の種類、状況に則して、より正確なシーンチェンジの検出を行なうため、種々の改良方法が提案されている。
【0005】
特開平10−294923号公報(特許第3175632号)は、この公開公報の図2に図解されているように、(1)フレーム画像をブロックごとに分割し、(2)各ブロックの色ヒストグラムを計算し、(3)色ヒストグラムを用いて前方類似度、後方類似度、前後類似度を求め、(4)しき値を求めて有効ブロック位置を判定し、(5)有効ブロック位置の相関値を平均して評価値を求め、(6)求めた評価値としきい値との大小関係からシーンチェンジを検出する。
【0006】
しかしながら、特開平10−294923号公報に開示された方法は、ヒストグラムを求めることの他に、前方類似度、後方類似度、前後類似度を求め、さらに、相関値を求めて評価するなどのように処理が複雑であり検出に時間がかかり、その方法を実現する回路(装置)構成が複雑になり、回路規模が大きくなるという不利益がある。
【0007】
特開平10−276435号公報は、この公開公報の図1に図解された構成において、今回の画面の画像データについて、(1)レベル判定回路において色値をレベル判定し、(2)カウンタにおいてレベル判定された各レベルごとにカウントしてヒストグラムを求め、(3)極大/極小検出回路において求めたヒストグラムの極大値または極小値を検出し、(4)代表点選出回路において極大値または極小値から代表点を求める。以上の処理は前回の画像についても行なわれ、前回の画像についての代表点がレジスタが記憶されている。(5)代表点比較回路において、前回の画面の代表点と今回の画面の代表点とを比較して、両者が近い値をとるか否かに応じてシーンチェンジか否かを判定する。
【0008】
特開平10−276435号公報に開示されている方法は、相関度の低い連続場面をシーンチェンジとして誤検出することを解決することを意図しているため、ヒストグラムの極大値または極小値から求めた前回の画像の代表点と、今回の画像の代表点との違いを判定基準としている。換言すれば、特開平10−276435号公報に開示されている方法は相関度の低い場面からシーンチェンジを検出するため、変化の大きさを鋭敏に検出しようとする技術である。しかしながら、特開平10−276435号公報に開示された技術は、感度が高すぎて、頻繁にシーンチェンジ検出状態を惹起させる可能性がある。
【0009】
上述したシーンチェンジ検出方法を改善する他のシーンチェンジ検出方法について、図5〜図8を参照して述べる。
(1)図5に図解したように、今回の画面のデジタル化された映像信号(ビデオ信号)を1成分のビデオ信号、たとえば、コンポーネント信号の場合、R,G,B成分、または、コンポジット信号の場合、輝度信号Y、第1の色差信号Cb、第2の色差信号Crに分離し、分離された1成分のビデオ信号に対して1画面(フレームまたはフィールド)の画像毎に、有効画像領域を、各ブロックが(xピクセル×yライン)の複数のブロックに分割し、各ブロック単位で1成分のビデオ信号、たとえば、R成分(または輝度成分)の和sumを計算する。
(2)図6に図解したように、各ブロックの1成分のビデオ信号のsum値に応じてnレベルのヒストグラムを作成する。図6に図解した例示においては、n=16の例を示し、16レベルのヒストグラムを示している。
(3)図7に図解したように、保持しておいた、前回の画面の画像のヒストグラムと、今回の画面の画像のヒストグラムとの差の絶対値を各レベル毎に計算し、全レベルについての差分の合計値sumdiffを算出する。
(4)全レベルについての差分の合計値sumdiffが、あらかじめ設定したしきい値(または閾値)thresより大きいとき(sumdiff≧thres)、前回の画面の画像と今回の画面の画像との間にシーン検出に該当するシーンの変化があったとしてシーンチェンジを決定する。
【0010】
その他の成分のビデオ信号、たとえば、G成分およびB成分、または、第1の色素成分Cbおよび第2の色素成分Crに対しても上記(1)〜(4)の処理を行い、それらを総合することで全体の画像のシーンチェンジ検出となる。
ただし、以下の記述において、簡単化のため、1成分のビデオ信号、たとえば、R成分、または、輝度成分に限定して記述する。
【0011】
【特許文献1】
特開平10−294923号公報(特許第3175632号)
【特許文献2】
特開平10−276435号公報
【0012】
【発明が解決しようとする課題】
図5〜図7を参照して述べたシーンチェンジ検出方法は下記の問題に遭遇する。
フェードインまたはフェードアウトする画像、すなわち、少しづつ変化している画像(たとえば、輝度が強くなる画像または輝度が弱くなる画像)が入力された場合、画像成分が徐々に変化するため、図8(A)に図解したように、上記(2)の段階の処理におけるヒストグラム作成方法では和sumがヒストグラムのあるレベル境界に集中した際、その次の画面の画像で、図8(A)に図解したように、ヒストグラムが破線で示した状態から実線で示した状態に、隣接するレベルに全て移動する。その結果、ヒストグラムの差分の合計値sumdiffがしきい値(または閾値)thresより大きな状態となり、すなわち、(sumdiff≧thres)の関係を満足する。その結果、人間の肉眼ではシーンチェンジとは認識しない場合でも、画像信号処理回路で処理するとシーンチェンジとして決定しまう場合がある。
【0013】
このようなシーンチェンジは周期的に発生する。
すなわち、フェードイン/フェードアウトの画像に対しては、特に、比較的長いフェード画像に対しては、連続して周期的に、シーンチェンジ検出がなされるという事態が発生していた。
もちろん、そのようなフェードイン/フェードアウト画像を人間が見ている限りは、シーンチェンジとは認識しないし、本来のシーンチェンジではない。すなわち、画像信号処理回路におけるシーンチェンジの誤検出である。
【0014】
本発明の目的は、フェードイン/フェードアウトの画像であっても、しかも、通常の画像変化であっても、正確に画像の切り替わり、すなわち、シーンチェンジを検出可能な方法と装置を提供することにある。
また本発明の目的は、上記シーンチェンジの検出を極力簡単な方法で、かつ、迅速に行なうことができる、シーンチェンジ検出方法と装置を提供することにある。
さらに本発明の目的は、簡単な構成で、かつ、容易に上記シーンチェンジ検出方法を実現できるシーンチェンジ検出装置を提供することにある。
【0015】
また本発明の目的は、種々の用途に適用可能なシーンチェンジ検出方法および装置を提供することにある。
【0016】
【課題を解決するための手段】
本発明の第1の観点によれば、連続したフィールドまたはフレームの2枚の画面の画像に対して、画像を構成する成分のヒストグラムをそれぞれ作成し、それらの差分の合計値を計算して設定した閾値よりも大きいとき上記画像のシーンが変化したことを検出するシーンチェンジ検出方法において、上記ヒストグラム作成の際に、該当するレベルとその両隣のレベルに対してある一定数を振り分けて加算し(オーバーラップし)、その後規格化することによって新たなヒストグラムの結果を算出し、該算出したヒストグラムを用いて画像のシーンが変化したことを検出することを特徴とする、シーンチェンジ検出方法および装置が提供される。
【0017】
本発明の第2の観点によれば、第1および第2の画面の画像間のシーン変化を検出するシーンチェンジ検出方法であって、(a)第1の画面の画像の成分信号についてレベルを判定し、(b)判定した各レベルについて、当該判定されたレベルおよび当該判定されたレベルの隣接するレベルについて、配分の割合を規定した配分比率で配分割合を算出したレベルごとの計数値を算出し、(c)上記判定されたレベルについて、および、上記判定されたレベルに隣接するレベルについて、上記配分割合で配分される計数値をヒストグラムとして計数し、(d)上記ヒストグラムを保持し、(e)第2の画面の画像について上記(a)〜(d)と同じ処理を行い、得られたヒストグラムと上記保持されている第1の画面の画像についてのヒストグラムとの差分を計算し、(g)上記各レベルについて計算してヒストグラムの差分を全てのレベルについて合計し、(h)上記ヒストグラムの差分の合計が所定のしきい値より大きいとき、第1の画面の画像と第2の画面の画像との間にシーンチェンジがあったと判定する、シーンチェンジ検出方法が提供される。
【0018】
本発明の第3の観点によれば、第1および第2の画面の画像間のシーン変化を検出するシーンチェンジ検出装置であって、ヒストグラム生成手段と、ヒストグラム保存手段と、ヒストグラム差分計算手段と、比較判断手段とを有し、
上記ヒストグラム生成手段は、1画面の画像ビデオ信号を複数のブロックに分割した各ブロックの各成分の画像データについて、ヒストグラムを生成するため、1ブロック内の各成分の画像データの合計を計算する1ブロック分・成分合計手段と、上記1ブロック分・成分合計手段で計算した和を複数のレベルのどのレベルに属するかを判定するレベル判定手段と、上記レベル判定したレベルの数の複数の細分割加算量判定手段を有する細分割加算量判定部と、上記複数の細分割加算量判定手段の数と同じ数のレベルカウンタ手段を有するレベルカウンタ部とを有し、
前記細分割加算量判定部の各細分割加算量判定手段は、ある配分比率でそのレベルに該当するヒストグラムの計算のための第1ヒストグラム計数値およびそのレベルと隣接するレベルのヒストグラムの計算のための第2ヒストグラム計数値を求め、上記求めた第1および第ヒストグラム計数値をそのレベルに該当する第1のレベルカウンタ部およびそのレベルと隣接するレベルの第2のレベルカウンタ部にそれぞれ出力し、
上記第1および第2のレベルカウンタ部は上記細分割加算量判定手段から入力されたヒストグラム計数値をそれぞれ累積してヒストグラムを計算し、
上記ヒストグラム保存手段は、上記ヒストグラム生成手段で生成されたヒストグラムを保存し、
ヒストグラム差分計算手段は、上記ヒストグラム生成手段で生成した各レベルのヒストグラムと、上記ヒストグラム保存手段に保存されている前回の画面の画像についての各レベルのヒストグラムとの差分を求め、これら差分の合計を計算し、
上記比較判断手段は、上記ヒストグラムの差分の合計が所定のしきい値より大きいとき、第1の画面の画像と第2の画面の画像との間にシーンチェンジがあったと判定する、シーンチェンジ検出装置が提供される。
【0019】
本発明におけるヒストグラム生成手段におけるヒストグラムの計算は、単純に、各レベルについてのヒストグラムを計算するのではなく、各レベルについて、当該レベルおよび当該レベルと隣接するレベルについて、配分の割合を規定した配分比率で配分割合を算出したレベルごとの計数値を算出し、その計数値を当該レベルに対応するレベルカウンタ部と隣接するレベルカウンタ部で計数して(累積して)ヒストグラムを計算する。
計算したヒストグラムはヒストグラム保存手段に保存され、次回の第2の画面の画像についてのヒストグラムの差分計算に使用される。
ヒストグラム差分計算手段は、今回の第2の画面についてのヒストグラムと、ヒストグラム保存手段に保存されている前回の第1の画面の画像についてのヒストグラムとの差分を計算し、さらに、ヒストグラムの差分を全てのレベルについて合計する。
比較判断手段は、ヒストグラムの差分の合計が所定のしきい値より大きいとき、第1の画面の画像と第2の画面の画像との間にシーンチェンジがあったと判定する。
【0020】
【発明の実施の形態】
本発明のシーンチェンジ検出方法および装置の適用例
本発明のシーンチェンジ検出方法およびその装置の好適な実施の形態を述べる前に、本発明のシーンチェンジ検出方法および装置が適用される1例を述べる。
図1は本発明のシーンチェンジ検出方法および装置が適用される適用例の構成図である。
図1に図解した装置は、地上波またはBS放送波を受信して、それを圧縮符号化し、記録媒体、たとえば、ハードディスク(HD)、(DVD+RW)ディスクなどのディスク記録媒体に記録する装置であり、ビデオ信号再生装置301と、プリ映像信号処理装置302と、符号化装置303と、記録装置304と、サムネール(thumb−nail)画像生成装置305と、ホストコンピュータ306とを有する。
【0021】
図1に図解した装置の動作の例を述べる。
ビデオ信号再生装置301は、たとえば、NTSCのビデオ信号復号装置であり、地上波またはBS放送波を受信して、復号し、ビデオ信号を再生してディジタル・ビデオ信号に変換する。
プリ映像信号処理装置302は、ビデオ信号再生装置301で変換したディジタル・ビデオ信号に対して、1画面を複数のブロックに分割するなどのプリ(前)映像信号処理を行い、各ブロックについてシーンチェンジの有無を検出し、シーンチェンジが検出されたらホストコンピュータ306にシーンチェンジ情報を渡す。
ホストコンピュータ306はプリ映像信号処理装置302で検出したシーンチェンジ情報をもとに、符号化装置303、記録装置304、サムネール画像生成装置305を制御する。
【0022】
プリ映像信号処理装置302においてプリ映像処理を終えた後、たとえば、MPEG方式のエンコーダである符号化装置303にてディジタルビデオ信号について、符号化処理を行い、その結果が、記録装置304においてディスク媒体にに付加情報と共に記録される。
符号化装置303に対する制御や、記録装置304において記録するディスク記録媒体にはインデックス情報を与え、サムネール画像はホストコンピュータ306から指定された絵をサムネール画像生成装置305で作成して記録装置304においてディスク記録媒体にインデックス情報と一緒に記録する。
このようにすれば、サムネール付きのメニュー、シーン毎に区切られたインデックスにより、ユーザーの利用効率を向上させることが可能である。
【0023】
特に、符号化装置303において、MPEGのような高能率な符号化方法を採用しているとき、ビデオ信号再生装置301において受信し復号したビデオ信号について、適切にシーンチェンジを検出できると、シーンチェンジを検出したフレームのビデオ信号をI(イントラ)ピクチャーとして符号手順を効果的に変更することができ、符号化装置303において、より正確かつ高能率な符号化が可能となる。その結果、圧縮率を下げてビデオ信号を高画質に符号化して、記録装置304において、ディスク媒体に記録できる。
すなわち、デジタル化されたビデオ入力画像に対して、それをエンコード(符号化)してディスク記録媒体に記録する際、正確なシーンチェンジ情報を得ることでより高画質で記録することが可能である。また、記録した映像の中からユーザーが見たいシーンを素早く探すためのインデックス情報や、サムネール画像の作成にもシーンチェンジ情報を利用でき、さらに、コマーシャル映像部分を検出するため付加情報としても利用できる。
【0024】
このようにすれば、映画、ドラマ、家庭用ビデオでも多用されているフェードを用いた画像の切り換り点におけるシーンチェンジの誤検出を減らすことが可能になり、その結果、ビデオ信号を処理するために必要な情報が厳選され、効果的なサムネール画像の作成や適切な位置でのコマーシャル映像部分の検出を行うことができる。
そのためには、プリ映像信号処理装置302におけるシーンチェンジ検出の正確さが必要になる。
すなわち、本発明のシーンチェンジ検出方法およびシーンチェンジ検出装置は、図1に図解した装置においては、プリ映像信号処理装置302などに導入される。
【0025】
プリ映像信号処理装置302におけるシーンチェンジ検出が適切であると、ディスクに記録した符号化ビデオ信号の中からユーザーが見たいシーンを素早く探すためのインデックス情報や、サムネール画像の作成にもシーンチェンジ情報を利用でき、さらに、コマーシャル映像部分を検出するため付加情報としても利用できるという利点がある。
【0026】
もちろん、本発明のシーンチェンジ検出方法およびシーンチェンジ検出装置は図1を参照して述べた装置への適用に限定されることなく、ビデオ信号編集システムなど種々の映像処理装置に適用できる。
【0027】
このような用途に使用される本発明のシーンチェンジ検出方法およびシーンチェンジ検出装置の好適実施の形態を下記に述べる。
【0028】
第1実施の形態
図2は本発明のシーンチェンジ検出装置の第1実施の形態の構成図である。
図2に図解したシーンチェンジ検出装置1は、画像データ分離回路101と、画像データブロック分割回路102と、ヒストグラム生成回路103と、ヒストグラム保存レジスタ104と、ヒストグラム差分計算回路105と、比較判断回路106とを有する。
【0029】
図2に図解したシーンチェンジ検出装置1は、たとえば、図1に図解したプリ映像信号処理装置302に組み込まれる。
その場合、画像データ分離回路101には、たとえば、ビデオ信号再生装置301のようなビデオ信号処理装置によって提供される、ディジタル・ビデオ信号が入力されるものとする。
もちろん、図1に図解したシーンチェンジ検出装置1は、図1に図解した装置に限らず、たとえば、ビデオ信号編集装置などにおけるシーンチェンジ検出にも用いることができるから、そのような場合は、たとえば、記録媒体に記録されたビデオ信号をディジタル・ビデオ信号再生装置で再生し、再生されたディジタル・ビデオ信号が画像データ分離回路101に入力される。
このように、本実施の形態においては、画像データ分離回路101には、1フレーム単位、または、1フィールド単位のディジタル・ビデオ信号が、たとえば、ビットストリームとして入力される場合について述べる。
なお、1フレームの画像、または、1フィールドの画像を、便宜的に、1画面の画像と呼ぶ。
図5に1画面の画像構成を例示する。
【0030】
画像データ分離回路
画像データ分離回路101は、デジタル化されたビデオ信号を、コンポーネント信号またはコンポジット信号の構成成分、たとえば、R,G,B、または、輝度信号、第1および第2の色差信号に分離する。
ただし、下記の記述において、1つの成分ビデオ信号、たとえば、R信号または輝度信号についての信号処理のみについて述べる。その他の成分ビデオ信号、GおよびB、または、第1および第2の色差信号についても同様に処理される。
なお、画像データ分離回路101において、このような成分ビデオ信号に分離するのは、処理の容易さ、シーンチェンジ検出の適切さのため、便宜的に、各成分ごとに下記の処理を行なうからである。したがって、画像データ分離回路101は本発明の実施に際して必須の要件ではない。
【0031】
画像データブロック分割回路
画像データブロック分割回路102は、図5に図解した1画面のビデオ信号のうち、有効画像内の検出領域を、複数のブロックに分割する。1ブロックの大きさは、xピクセル×yライン、たとえば、16ピクセル×16ラインのとき、1ブロック内のビデオ信号は256個となる。
このように、画像データブロック分割回路102において、1画面の画像(ビデオ信号)を複数のブロックに分割するのは、シーンチェンジの検出能力(検出精度)を適切にすること、および、信号処理の容易さを考慮しているためであり、本発明の実施に際して、必須ではない。
【0032】
ブロックの大きさ(サイズ)が小さすぎると、シーンチェンジの判定はより厳密に(容易に)なるが、1画面内のブロック数が大きくなってしまうために、ヒストグラムなどの結果を保持するメモリの容量が大きくなってしまう。他方、ブロックの大きさが大きすぎると、ヒストグラムなどの結果を保持するメモリの容量は小さくなるが、シーンチェンジの感度が鈍くなってしまう。したがって、1ブロックのサイズは画像の変化の程度、シーンチェンジの検出感度などを考慮して、適切に決定する。
【0033】
ヒストグラム生成回路
ヒストグラム生成回路103は、画像データブロック分割回路102で分割した各ブロック毎のビデオ信号について、複数のレベルについて、各レベルのブロック数がいくつになるかを計数して、計数結果をヒストグラムとして算出する。
ただし、このヒストグラム生成回路103の構成および処理内容は、上述した従来の単純なヒストグラム算出方法とは異なる。
以下に述べる処理は、各ブロックについて行なうが、以下、便宜上、1ブロックの処理についてのみ記述する。
【0034】
図3は図2に図解したヒストグラム生成回路103の回路図である。
ヒストグラム生成回路103は、1ブロック分・成分合計回路201と、ヒストグラム・レベル判定回路202と、細分割加算量判定回路部分203と、レベルカウンタ部分204と、規格化回路205とを有する。
細分割加算量判定回路部分203は、レベル分けに応じた複数、n個の細分割加算量判定回路が並列に設けられて構成されている。
レベルカウンタ部分204も、細分割加算量判定回路部分203の細分割加算量判定回路の数に対応して、複数(n個)のレベルカウンタが並列に設けられて構成されている。
【0035】
1ブロック分・成分合計回路201は、1ブロック分の成分ビデオ信号、たとえば、R成分について合計、すなわち、和sumを算出する。1ブロック分・成分合計回路201で算出した和sumは、そのブロックの1ビデオ信号成分、たとえば、R成分の大きさを示している。
【0036】
ヒストグラム・レベル判定回路202は、和sumを、複数個(n個)のレベル判定しきい値A0 〜An−1 (A0 <A1 <・・・<An−1 )を用いて判定して、和sumがどの範囲、すなわち、どのレベルに属するかを判定する。
和sumが、たとえば、i番目のレベルに属すると判定した場合、ヒストグラム・レベル判定回路202は、細分割加算量判定回路部分203のi番目の細分割加算量判定回路203i に、1ブロック分・成分合計回路201で算出した和sumのうち、ヒストグラムの計数(カウント・アップ)に必要なデータ、たとえば、sum値の上位数ビットと、「有効化信号」、たとえば、「1」を出力し、その他の細分割加算量判定回路には「無効化信号」、たとえば、「0」を出力する。
【0037】
従来のシーンチェンジ検出方法においては、ヒストグラム・レベル判定回路202からの「有効化信号」をそのまま該当するカウンタで計数していた。しかしながら、図3に図解したヒストグラム生成回路103には、細分割加算量判定回路部分203が設けられており、従来のように、単純に、ヒストグラム・レベル判定回路202の結果をカウンタで計数しない。
細分割加算量判定回路部分203およびレベルカウンタ部分204の構成および処理を図4を参照して述べる。
【0038】
図4は、図3に図解した細分割加算量判定回路部分203とレベルカウンタ部分204のうち、並列に並んだn個のうちのi番目の細分割加算量判定回路203i と、その真下に位置するレベルカウンタ204i と、このレベルカウンタ204i に隣接する2個のレベルカウンタ204i−1 、204i+1 の接続関係を示す図である。
【0039】
図4に図解した構成においては、「隣接する」レベルカウンタは、2個のレベルカウンタ204i−1 、204i+1 であるが、後述する細分割加算量判定回路203i における段数mに応じて、「隣接する」レベルカウンタは、2個に限らず、レベルカウンタ204i の両側の4個のレベルカウンタ204i−2 、204i−1 、204i+1 204i+2 とすることもできる。したがって、本明細書における「隣接する」の意味は、単に両隣を意味するものではなく、その隣、さらにその隣などに拡張する意味である。
ただし、本実施の形態においては、説明の簡単化のため、レベルカウンタ204i の両側の2個のレベルカウンタ204i−1 、204i+1 について例示する。
【0040】
細分割加算量判定回路203i は、ヒストグラム・レベル判定回路202においてレベル分けされたレベルiについて、m段階に細分割加算量を判定する細分割加算量判定部203aと、m個の並列に設けられた分配処理部203b0 〜203bm−1 からなる。m個の分配処理部203b0 〜203bm−1 を代表して、分配処理部203bと称す。
【0041】
細分割加算量判定回路203i は、ヒストグラム・レベル判定回路202から、1ブロック分・成分合計回路201で算出した和sumのうち、ヒストグラムの計数(カウント・アップ)に必要なデータ、たとえば、sum値の上位数ビットと、「1」の「有効化信号」が出力されたとき、sum値のビットの値に応じて、それぞれ、m個の並列に設けられた分配処理部203b0 〜203bm−1 に細分割加算量(ヒストグラム計数値)に応じた値の信号を出力する。
【0042】
細分割加算パラメータ
細分割加算パラメータ(または、オーバーラップパラメータ、または、ヒストグラム計数値)の例を表1を参照して述べる。
表1は、段階mを8とした場合の細分割加算パラメータ(オーバーラップパラメータ)を示し、a,b,c,dを基本細分割加算パラメータ(基本オーバーラップパラメータ、または基本配分比率係数)といい、細分割加算パラメータ(オーバーラップパラメータ)の合計をaddとする。
【0043】
【表1】
【0044】
ここで、段階jがm/2未満の整数のときはレベル(i−1)とレベルiのヒストグラムを加算し、段階jがm/2以上の整数のときはレベルiとレベル(i+1)のヒストグラムを加算する。
隣り合うヒストグラムへの加算量は任意に設定できるが、それぞれに加算する値の合計は一定の値addになるようにする。たとえば、add=8とする。
基本細分割加算パラメータa,b,c,dは、0〜addまでの間の任意の整数値で、たとえば、add=8のとき、a=4、b=2、c=1、d=0とすれば、表1の値は表2に示す値になる。これが、レベルiの細分割加算量(ヒストグラム計数値)を示している。
【0045】
【表2】
【0046】
なお基本オーバーラップパラメータa,b,c,dは、0からaddの範囲で自由に設定できる。そのため、入力されるビデオ信号の性質、たとえば、フェードするビデオ信号、あるいは、通常に変化するビデオ信号などの性質に応じて、基本オーバーラップパラメータa,b,c,dの設定を任意に使い分けることが可能である。
【0047】
細分割加算量処理を行なう意義について述べる。
よりレベル境界に近い場合には、その境界をまたぐヒストグラムのレベルに対してなるべく均等に振り分け、また、レベルのほぼ中心に近い場合には振り分けをしないという設定になる。
たとえば、細分割加算量判定回路203i のj=0 の分配処理部203b0は、レベルカウンタ204i−1 に「4」の整数値(ヒストグラム計数値)を出力し、レベルカウンタ204i に「4」の整数値を出力し、レベルカウンタ204i+1 に「0」の整数値を出力する。
細分割加算量判定回路203i のj=1 の分配処理部203b1 は、レベルカウンタ204i−1 に「2」の整数値(ヒストグラム計数値)を出力し、レベルカウンタ204i に「6」の整数値を出力し、レベルカウンタ204i+1 に「0」の整数値を出力する。
細分割加算量判定回路203i のj=2 の分配処理部203b2 は、レベルカウンタ204i−1 に「1」の整数値(ヒストグラム計数値)を出力し、レベルカウンタ204i に「7」の整数値を出力し、レベルカウンタ204i+1 に「0」の整数値を出力する。 以下、同様である。
【0048】
図4に図解した例では、レベルカウンタ204i−1 にaddi−1 を、レベルカウンタ204i にaddi を加えて(出力して)いる例を示しているが(なお、表1、表2ではレベルカウンタ204i+1 には「0」が出力されるから実質的に細分割加算量は加算されない)、add=addi−1 +addi +addi−1 を満たさなければならない。
【0049】
なお、レベルの両端(i = 0, n−1)に関しては、隣のヒストグラムが存在しない場合があるので異なる処理を行う必要がある。
左端のレベル0について表3に例示する。
【0050】
【表3】
【0051】
右端のレベル(m−1)についても、レベル0と同様である。
このように、図3および図4に図解した細分割加算量判定回路部分203およびレベルカウンタ部分204は、単純に、ヒストグラム・レベル判定回路202の判定結果を該当するレベルのカウンタで累積してヒストグラムを算出するのではなく、1ブロック分・成分合計回路201で算出された和sumがあるレベルiに属すると判定された場合、そのレベルiのレベルカウンタ204i はもとより、隣接するレベル(i−1)、(i+1)のレベルカウンタ204i−1 、204i+1 にもヒストグラムを算出する整数値のデータを出力する。
すなわち、細分割加算量判定回路203i は、自己のレベルを中心として、それに隣接するレベルについてのレベルカウンタ204i−1 、204i+1 にも、表2に例示したような配分比率で、ヒストグラム算出のデータを与える。
【0052】
細分割加算量判定回路203i からヒストグラム算出用の整数値(ヒストグラム計数値)を入力された、レベルカウンタ204i 、204i−1 、204i+1 はそれぞれ、入力された整数値(ヒストグラム計数値)のデータを累積して、ヒストグラムを算出する。
【0053】
同様に、(i+1)番目の細分割加算量判定回路203i+1 と、その真下に位置するレベルカウンタ204i+1 と、このレベルカウンタ204i+1 に隣接する2個のレベルカウンタ204i 、204i+2 の接続関係は、図4に図解した接続関係と同様になり、上述したと同様の処理を行なう。
【0054】
以上のとおり、ヒストグラム生成回路103のヒストグラム・レベル判定回路202およびレベルカウンタ部分204は、各ブロックの和sumに対して、隣り合うヒストグラムに振り分けて加算するオーバーラップ加算を行う。
【0055】
規格化回路
1画像の処理が終了したら、図2に図解した規格化回路205で各レベルのヒストグラムの合計値ΣHを一定の値addで割り算して(ΣH/add)、ヒストグラムの合計値ΣHの規格化を行う。
規格化回路205で行なう規格化処理は本発明において本質的ではないが、上述したように、一定の値addを用いて、ヒストグラム計数値を変化させているので、それを規格するため、便宜的に用いている。ただし、規格化することにより、後述する比較判断回路における判断処理が、絶対値ではなく相対値で画一的に判断できるという利点がある。
【0056】
ヒストグラム差分計算回路
以上のように作成された現(今回の)画像のヒストグラムは、ヒストグラム差分計算回路105で前(前回の)画像のヒストグラムと各レベルの差分の和を計算する。
現画像のヒストグラム結果は、次の画像との比較のため、ヒストグラム保存レジスタ104に結果が保持される。
【0057】
比較判断回路
ヒストグラム差分計算回路105で計算した結果は、比較判断回路106で外部から設定可能なしきい値(または閾値)thresと比較し、ヒストグラム差分計算回路105の結果がしきい値thresを越えていたら、比較判断回路106はシーンチェンジと判断してシーンチェンジ検出フラグをオン(たとえば、「1」)にする。
【0058】
以上述べた本発明の第1実施の形態によれば、図7(A)、(B)を参照して述べたように、フェードする画像についても正確にシーンチェンジ検出を行なうことができる。
もちろん、本発明の第1実施の形態によれば、通常の画像変化についても正確にシーンチェンジ検出ができる。
したがって、本発明の第1実施の形態のシーンチェンジ検出方法およびシーンチェンジ検出装置を、図1を参照して述べた装置、あるいは、ビデオ信号編集装置などの各種のビデオ信号処理装置におけるシーンチェンジ検出に適用できる。
【0059】
変形態様
本発明の実施の形態の変形態様として、ヒストグラムを細分化する際、ここでは段数m=8の例を示したが、さらに細かく分割すること、たとえば、m=20とすることなども可能である。このときは、もちろん、基本加算パラメータ(オーバーラップパラメータ)の数、および、値も上述した例示とは異なる。
基本的に、ヒストグラムのレベル数nや、細分化する段数m、オーバーラップパラメータの範囲(一定の値add)は大きくすることができるが、本発明を実施するハードウエア(回路)の構成をある程度の大きさに制限するため、適切な値にしている。
たとえば、シーンチェンジ検出能力を高める方法としては、レベルの数を非常に大きくする方法が想定されるが、そうすると、ハードウエア(回路)の規模が大きくなる。これに対して、本発明においては、ハードウェアの規模をあまり大きくせずに、より正確なシーンチェンジ検出を実現できることが大きな利点である。
【0060】
さらに、たとえば、本発明の他の実施の形態として、連続して到来する過去4画面分の画像分程度のヒストグラムの情報を保持しておき、これら4画面の画像についてのシーンチェンジを判断し、たとえ、今回の画面の画像と直前の前回の画像とのヒストグラムの差分が大きくても、2〜3画像前との差分が小さければフラッシュ(一時的な(瞬間的な)画像変化)と見なし、シーンチェンジを無効にする(正規のシーンチェンジとはしない)といった処理も可能である。
このように本発明のシーンチェンジ検出装置を構成すると、より高精度なシーンチェンジの検出が可能である。
【0061】
また、オーバーラップパラメータの値を、動きが早い画像か、動きが多い画像かなど、画像の内容、簡単な画像が複雑な画像かなどの画像の性質などに応じて、適切に変更することも可能である。
【0062】
また、1個の細分割加算量判定回路203i から出力されるレベルカウンタ部分の数を非常に多くしておき、ヒストグラム計数を行なわないレベルカウンタには分配処理部203b0 〜203bm−1 からヒストグラム計数値を「0」として出力することもできる。すなわち、本発明においては、オーバーラップパラメータの設定だけで、ある細分割加算量判定回路203i と関連するレベルカウンタ204との接続関係をヒストグラム計数値の設定で実質的に制御することができる。
特に、このような方法は、シーンチェンジ検出装置をDSP(ディジタル信号プロセッサ)などで処理する場合には都合がよい。たとえば、DSPにおいて、細分割加算量判定回路203i と全てのレベルカウンタ204との接続関係をつけておき、そのとき接続関係のないレベルカウンタ204には「0」のヒストグラム計数値を出力すれば、実質的に接続関係がないことになり、接続関係のあるレベルカウンタ204に必要なヒストグラム計数値を出力すればよい。
【0063】
本発明のシーンチェンジ検出装置としては、図2〜図4を参照して述べたハードウエア回路で実現するだけでなく、DSPあるいは、コンピュータを用いて実現することもできる。
【0064】
【発明の効果】
本発明によれば、フェードイン/フェードアウトする画像であっても、しかも、通常の画像変化であっても、正確に画像の切り替わり、すなわち、シーンチェンジを検出可能できる。
また本発明によれば、シーンチェンジの検出を極力簡単な方法で、かつ、迅速に行なうことができる。
さらに本発明によれば、簡単な構成、かつ、容易にシーンチェンジ検出が可能である。
また本発明のシーンチェンジ検出方法およびシーンチェンジ検出装置は種々のビデオ信号処理装置に適用できる。
【図面の簡単な説明】
【図1】図1は本発明のシーンチェンジ検出方法を適用した1例としての画像情報処理シーンの構成図である。
【図2】図2は本発明のシーンチェンジ検出方法および装置の第1実施の形態のブロック図である。
【図3】図3は図1に図解したヒストグラム生成回路の構成図である。
【図4】図4は図3に図解した細分割加算量判定回路とそれに関連するレベルカウンタとの接続関係を示す構成図である。
【図5】図5は画像のブロック分割を説明する図である。
【図6】図6はヒストグラムの作成例を示すグラフである。
【図7】図7はヒストグラムの差分を求める方法を説明するグラフである。
【図8】図8はフェード時のヒストグラムの変化を示すグラフである。
【符号の説明】
100・・シーンチェンジ検出装置
101・・画像データ分離回路
102・・画像データブロック分割回路
103・・ヒストグラム生成回路
201・・1ブロック分・成分合計回路
202・・ヒストグラム・レベル判定回路
203・・細分割加算量判定回路部分
203a・・細分割加算量判定部
203b・・分配処理部
204・・レベルカウンタ部分
205・・規格化回路
104・・ヒストグラム保存レジスタ
105・・ヒストグラム差分計算回路
106・・比較判断回路
300・・シーンチェンジ検出・処理情報処理装置
301・・ビデオ信号再生装置
302・・プリ映像信号処理装置
303・・符号化装置
304・・大容量記録装置
305・・サムネール画像生成装置
306・・ホストコンピュータ[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a scene change detection method and apparatus for detecting a change in a scene (scene or scene) of a continuous image.
In particular, the present invention relates to a scene change detection method and apparatus capable of accurately detecting a scene change even in an image that fades in and out.
[0002]
[Prior art]
When performing image processing on continuous images, for example, when encoding a video signal of a moving image using the MPEG method, the user often encounters a case where it is desired to detect a large change in a scene (image switching). As a technique for detecting such a scene change, a scene change detection method is used, and various scene change detection methods have been proposed so far.
The basic method of such a scene change detection method is to detect a change in the image between the image of the previous screen (frame or field) and the image of the current screen and change the image to some extent between the two images. Is determined as a scene change.
[0003]
In this specification, the term “screen” refers to a set of images collected as one screen such as one field or one frame.
[0004]
Until now, various improved methods have been proposed in order to detect scene changes more accurately in accordance with various image types and situations.
[0005]
Japanese Patent Application Laid-Open No. H10-294923 (Japanese Patent No. 3175632) discloses, as illustrated in FIG. 2 of this publication, (1) a frame image is divided into blocks, and (2) a color histogram of each block is calculated. (3) calculating the forward similarity, the backward similarity, and the front-back similarity using the color histogram; (4) determining the threshold to determine the effective block position; and (5) calculating the correlation value of the effective block position. An evaluation value is obtained by averaging, and (6) a scene change is detected from the magnitude relationship between the obtained evaluation value and the threshold value.
[0006]
However, the method disclosed in Japanese Patent Application Laid-Open No. H10-294923 not only obtains a histogram, but also obtains a forward similarity, a backward similarity, a front-back similarity, and further calculates and evaluates a correlation value. However, there is a disadvantage that the processing is complicated and detection takes time, the circuit (device) configuration for realizing the method is complicated, and the circuit scale is increased.
[0007]
Japanese Unexamined Patent Publication No. Hei 10-276435 discloses that, in the configuration illustrated in FIG. 1 of this publication, (1) the level determination circuit determines the color value of the image data of the current screen, and (2) the level is determined by the counter. A histogram is obtained by counting for each determined level, (3) a local maximum / minimum value of the histogram obtained by the local maximum / minimum detection circuit is detected, and (4) a local maximum value or local minimum value is detected by the representative point selection circuit. Find a representative point. The above processing is also performed for the previous image, and the representative point of the previous image is stored in the register. (5) The representative point comparison circuit compares the representative point of the previous screen with the representative point of the current screen, and determines whether or not a scene change has occurred, based on whether or not both take close values.
[0008]
The method disclosed in Japanese Patent Application Laid-Open No. 10-276435 is intended to solve the problem of erroneously detecting a continuous scene having a low degree of correlation as a scene change. The difference between the representative point of the previous image and the representative point of the current image is used as a criterion. In other words, the method disclosed in Japanese Patent Application Laid-Open No. H10-276435 is a technique for detecting a scene change from a scene having a low degree of correlation, so as to detect the magnitude of the change sharply. However, the technique disclosed in Japanese Patent Application Laid-Open No. H10-276435 has too high sensitivity and may frequently cause a scene change detection state.
[0009]
Another scene change detection method that improves the above-described scene change detection method will be described with reference to FIGS.
(1) As illustrated in FIG. 5, a digitized video signal (video signal) of the current screen is converted into a one-component video signal, for example, in the case of a component signal, an R, G, B component, or a composite signal. , The luminance signal Y, the first chrominance signal Cb, and the second chrominance signal Cr are separated, and the separated one-component video signal is divided into an effective image area for each image of one screen (frame or field). Is divided into a plurality of blocks each having (x pixels × y lines), and a video signal of one component, for example, a sum sum of R components (or luminance components) is calculated for each block.
(2) As illustrated in FIG. 6, an n-level histogram is created according to the sum value of one component video signal of each block. In the example illustrated in FIG. 6, an example where n = 16 is shown, and a 16-level histogram is shown.
(3) As illustrated in FIG. 7, the absolute value of the difference between the histogram of the image of the previous screen and the histogram of the image of the current screen, which is held, is calculated for each level. Sum of difference of sumdiffIs calculated.
(4) Sum sum of differences for all levelsdiffIs greater than a preset threshold (or threshold) thres (sumdiff≧ thres), a scene change is determined on the assumption that a scene change corresponding to scene detection has occurred between the image of the previous screen and the image of the current screen.
[0010]
The above processes (1) to (4) are also performed on video signals of other components, for example, the G component and the B component, or the first dye component Cb and the second dye component Cr, and integrate them. By doing so, the scene change of the entire image is detected.
However, in the following description, for simplicity, the description is limited to one component video signal, for example, an R component or a luminance component.
[0011]
[Patent Document 1]
JP-A-10-294923 (Japanese Patent No. 3175632)
[Patent Document 2]
JP-A-10-276435
[0012]
[Problems to be solved by the invention]
The scene change detection method described with reference to FIGS. 5 to 7 encounters the following problem.
When an image that fades in or fades out, that is, an image that changes little by little (for example, an image in which the luminance increases or an image in which the luminance decreases) is input, the image components gradually change. As illustrated in FIG. 8A, when the sum sum is concentrated on a certain level boundary of the histogram in the histogram creation method in the processing of the above step (2), the image of the next screen is as illustrated in FIG. Then, the histogram moves from the state shown by the broken line to the state shown by the solid line, all to adjacent levels. As a result, the sum of the histogram differences sumdiffIs greater than the threshold (or threshold) thres, that is, (sumdiff.Gtoreq.thres). As a result, even when the scene is not recognized by the human naked eye as a scene change, it may be determined as a scene change when processed by the image signal processing circuit.
[0013]
Such scene changes occur periodically.
That is, a scene change is continuously and periodically detected for a fade-in / fade-out image, particularly for a relatively long fade image.
Of course, as long as a person views such a fade-in / fade-out image, it is not recognized as a scene change and is not an original scene change. That is, erroneous detection of a scene change in the image signal processing circuit.
[0014]
SUMMARY OF THE INVENTION An object of the present invention is to provide a method and apparatus capable of accurately detecting image switching, that is, a scene change, even if the image is a fade-in / fade-out image and a normal image change. is there.
Another object of the present invention is to provide a scene change detection method and apparatus capable of detecting the scene change as quickly and simply as possible.
It is a further object of the present invention to provide a scene change detection device which has a simple configuration and can easily realize the above-described scene change detection method.
[0015]
Another object of the present invention is to provide a scene change detection method and apparatus which can be applied to various uses.
[0016]
[Means for Solving the Problems]
According to the first aspect of the present invention, for images of two screens of a continuous field or frame, histograms of components constituting the image are created, and the total value of the differences is calculated and set. In the scene change detection method for detecting that the scene of the image has changed when the threshold value is larger than the threshold value, a certain number is assigned to the corresponding level and the adjacent levels at the time of creating the histogram and added ( A new histogram result is calculated by normalizing, and then a normalization is performed, and a result of a new histogram is calculated, and a change in an image scene is detected using the calculated histogram. Provided.
[0017]
According to a second aspect of the present invention, there is provided a scene change detection method for detecting a scene change between images of a first screen and a second screen, wherein (a) the level of a component signal of the image of the first screen is determined. (B) For each of the determined levels, for each of the determined level and the level adjacent to the determined level, calculate a count value for each level at which a distribution ratio is calculated at a distribution ratio that specifies a distribution ratio. (C) counting, as a histogram, count values distributed at the distribution ratios for the determined level and for levels adjacent to the determined level, and (d) holding the histogram, e) The same processing as in (a) to (d) above is performed on the image of the second screen, and the obtained histogram and the histogram of the held image of the first screen are obtained. (G) calculating for each of the above levels and summing the histogram differences for all levels; (h) when the sum of the histogram differences is greater than a predetermined threshold, A scene change detecting method for determining that a scene change has occurred between the image of the second screen and the image of the second screen.
[0018]
According to a third aspect of the present invention, there is provided a scene change detection device for detecting a scene change between images on a first screen and a second screen, comprising: a histogram generation unit; a histogram storage unit; , Comparing means
The histogram generating means calculates the sum of the image data of each component in one block in order to generate a histogram for the image data of each component of each block obtained by dividing the image video signal of one screen into a plurality of blocks. A block / component summing unit; a level judgment unit for judging which of a plurality of levels the sum calculated by the one block / component summing unit belongs to; and a plurality of subdivisions of the number of the level judged. A subdivision addition amount determination unit having an addition amount determination unit, and a level counter unit having the same number of level counter units as the number of the plurality of subdivision addition amount determination units,
Each of the subdivision addition amount determination units of the subdivision addition amount determination unit includes a first histogram count value for calculating a histogram corresponding to the level at a certain distribution ratio and a calculation of a histogram at a level adjacent to the first histogram count value. And outputs the obtained first and second histogram counts to a first level counter corresponding to the level and a second level counter adjacent to the level, respectively,
The first and second level counters respectively accumulate the histogram count values input from the subdivision addition amount determination means to calculate a histogram,
The histogram storage unit stores the histogram generated by the histogram generation unit,
The histogram difference calculation unit calculates a difference between the histogram of each level generated by the histogram generation unit and the histogram of each level of the previous screen image stored in the histogram storage unit, and calculates the sum of these differences. Calculate,
When the sum of the differences between the histograms is greater than a predetermined threshold value, the comparing and determining means determines that a scene change has occurred between the image on the first screen and the image on the second screen. An apparatus is provided.
[0019]
The calculation of the histogram by the histogram generation means in the present invention is not simply a histogram calculation for each level, but a distribution ratio that defines a distribution ratio for each level and the level adjacent to the level. A count value for each level for which the distribution ratio has been calculated is calculated, and the count value is counted (accumulated) by a level counter unit corresponding to the level and an adjacent level counter unit to calculate a histogram.
The calculated histogram is stored in the histogram storage unit, and is used for calculating the difference between the histograms of the next image of the second screen.
The histogram difference calculation means calculates a difference between the histogram of the current second screen and the histogram of the previous image of the first screen stored in the histogram storage means, and further calculates all histogram differences. Total for levels.
The comparison determining means determines that a scene change has occurred between the image on the first screen and the image on the second screen when the sum of the differences between the histograms is greater than a predetermined threshold.
[0020]
BEST MODE FOR CARRYING OUT THE INVENTION
Application Example of Scene Change Detection Method and Apparatus of the Present Invention
Before describing a preferred embodiment of the scene change detection method and apparatus of the present invention, an example to which the scene change detection method and apparatus of the present invention are applied will be described.
FIG. 1 is a configuration diagram of an application example to which the scene change detection method and apparatus of the present invention are applied.
The device illustrated in FIG. 1 is a device that receives a terrestrial wave or a BS broadcast wave, compresses and encodes the terrestrial wave or the BS broadcast wave, and records the coded data on a recording medium, for example, a disk recording medium such as a hard disk (HD) or (DVD + RW) disk. , A video
[0021]
An example of the operation of the device illustrated in FIG. 1 will be described.
The video
The pre-video
The
[0022]
After the pre-video
Index information is given to a disk recording medium to be controlled by the
By doing so, it is possible to improve the usage efficiency of the user by using a menu with thumbnails and an index delimited for each scene.
[0023]
In particular, when the
That is, when a digitized video input image is encoded (encoded) and recorded on a disk recording medium, it is possible to record with higher image quality by obtaining accurate scene change information. . In addition, index information for quickly searching for the scene that the user wants to view from the recorded video, scene change information can be used to create thumbnail images, and it can be used as additional information to detect commercial video parts .
[0024]
In this way, it is possible to reduce false detection of a scene change at a switching point of an image using a fade which is frequently used in a movie, a drama, and a home video, and as a result, a video signal is processed. For this purpose, necessary information is carefully selected, and effective creation of a thumbnail image and detection of a commercial video portion at an appropriate position can be performed.
For that purpose, it is necessary to accurately detect scene changes in the pre-video
That is, the scene change detection method and the scene change detection device of the present invention are introduced into the pre-video
[0025]
If the scene change detection in the pre-video
[0026]
Of course, the scene change detection method and the scene change detection device of the present invention are not limited to the application to the device described with reference to FIG. 1, but can be applied to various video processing devices such as a video signal editing system.
[0027]
Preferred embodiments of the scene change detection method and the scene change detection device of the present invention used for such an application will be described below.
[0028]
First embodiment
FIG. 2 is a configuration diagram of a first embodiment of a scene change detection device according to the present invention.
2 includes an image
[0029]
The scene
In this case, it is assumed that a digital video signal provided by a video signal processing device such as the video
Of course, the scene
As described above, in the present embodiment, a case where a digital video signal in units of one frame or one field is input to the image
Note that one frame image or one field image is referred to as one screen image for convenience.
FIG. 5 illustrates an image configuration of one screen.
[0030]
Image data separation circuit
The image
However, in the following description, only signal processing for one component video signal, for example, an R signal or a luminance signal will be described. Other component video signals, G and B, or first and second color difference signals are processed in the same manner.
The reason why the image
[0031]
Image data block division circuit
The image data
As described above, the image data
[0032]
If the size (size) of the block is too small, the determination of a scene change becomes more strict (easy), but the number of blocks in one screen increases, so that the result of the memory such as a histogram is held. The capacity increases. On the other hand, if the size of the block is too large, the capacity of the memory for storing the results such as the histogram becomes small, but the sensitivity of the scene change becomes slow. Therefore, the size of one block is appropriately determined in consideration of the degree of image change, the sensitivity of scene change detection, and the like.
[0033]
Histogram generation circuit
The
However, the configuration and processing content of the
Although the processing described below is performed for each block, only the processing for one block will be described below for convenience.
[0034]
FIG. 3 is a circuit diagram of the
The
The subdivision addition amount
The
[0035]
The one-block /
[0036]
The histogram /
When it is determined that the sum sum belongs to, for example, the i-th level, the histogram /
[0037]
In the conventional scene change detection method, the “validation signal” from the histogram /
The configuration and processing of the subdivision addition amount
[0038]
FIG. 4 shows an i-th subdivision addition
[0039]
In the configuration illustrated in FIG. 4, "adjacent" level counters are two level counters 204i-1 , 204i + 1 However, the subdivision addition
However, in this embodiment, the
[0040]
Subdivision addition
[0041]
Subdivision addition
[0042]
Subdivision addition parameter
An example of the subdivision addition parameter (or the overlap parameter or the histogram count value) will be described with reference to Table 1.
Table 1 shows the subdivision addition parameters (overlap parameters) when the stage m is set to 8, and a, b, c, and d are the basic subdivision addition parameters (basic overlap parameters or basic distribution ratio coefficients). Good, let the sum of the subdivision addition parameters (overlap parameter) be add.
[0043]
[Table 1]
[0044]
Here, when the stage j is an integer less than m / 2, the histogram of the level (i-1) and the level i are added, and when the stage j is an integer of m / 2 or more, the level i and the level (i + 1) are added. Add the histogram.
The amount of addition to adjacent histograms can be set arbitrarily, but the sum of the values added to each histogram is set to a constant value add. For example, add = 8.
The basic subdivision addition parameters a, b, c, and d are arbitrary integer values from 0 to add. For example, when add = 8, a = 4, b = 2, c = 1, d = 0. Then, the values in Table 1 become the values shown in Table 2. This indicates the subdivision addition amount (histogram count value) at level i.
[0045]
[Table 2]
[0046]
The basic overlap parameters a, b, c, and d can be freely set in a range from 0 to add. Therefore, the setting of the basic overlap parameters a, b, c, and d may be arbitrarily used depending on the characteristics of the input video signal, for example, the characteristics of a faded video signal or a normally changing video signal. Is possible.
[0047]
The significance of performing the subdivision addition amount processing will be described.
When the level is closer to the level boundary, distribution is performed as evenly as possible with respect to the level of the histogram straddling the boundary, and when the level is near the center of the level, the distribution is not performed.
For example, the subdivision addition amount determination circuit 203i J = 0
Subdivision addition amount determination circuit 203i J = 1
Subdivision addition amount determination circuit 203i J = 2
[0048]
In the example illustrated in FIG.i-1 Addi-1 To the
[0049]
Note that for both ends of the level (i = 0, n-1), there is a case where there is no adjacent histogram, so different processing needs to be performed.
Table 3 shows an example of
[0050]
[Table 3]
[0051]
The same applies to
As described above, the subdivision addition amount
That is, the subdivision addition
[0052]
Subdivision addition
[0053]
Similarly, the (i + 1) th subdivision addition
[0054]
As described above, the histogram /
[0055]
Normalization circuit
When the processing of one image is completed, the
Although the normalization process performed by the
[0056]
Histogram difference calculation circuit
For the histogram of the current (current) image created as described above, the histogram
The result of the histogram of the current image is stored in the
[0057]
Comparison judgment circuit
The result calculated by the histogram
[0058]
According to the above-described first embodiment of the present invention, as described with reference to FIGS. 7A and 7B, a scene change can be accurately detected even for a faded image.
Of course, according to the first embodiment of the present invention, a scene change can be accurately detected even for a normal image change.
Therefore, the scene change detection method and the scene change detection device according to the first embodiment of the present invention are described with reference to FIG. 1 or scene change detection in various video signal processing devices such as a video signal editing device. Applicable to
[0059]
Modification
As a modification of the embodiment of the present invention, when the histogram is subdivided, the example in which the number of stages is m = 8 is shown here, but it is also possible to further subdivide the histogram, for example, to set m = 20. . In this case, of course, the number and values of the basic addition parameters (overlap parameters) are also different from those described above.
Basically, the number n of histogram levels, the number m of subdivision steps, and the range of the overlap parameter (constant value add) can be increased. However, the configuration of the hardware (circuit) for implementing the present invention is limited to some extent. In order to limit to the size of, it is set to an appropriate value.
For example, as a method of increasing the scene change detection ability, a method of enlarging the number of levels is supposed. However, in this case, the scale of hardware (circuit) increases. On the other hand, in the present invention, it is a great advantage that more accurate scene change detection can be realized without increasing the scale of hardware so much.
[0060]
Further, for example, as another embodiment of the present invention, information on histograms corresponding to the images of the past four screens arriving continuously is held, and a scene change is determined for these four screen images, Even if the difference between the histogram of the current screen image and the histogram of the immediately preceding image is large, if the difference between the previous image and the previous image is small, it is regarded as a flash (temporary (temporary) image change). Processing such as invalidating a scene change (not a regular scene change) is also possible.
By configuring the scene change detection device of the present invention in this way, it is possible to detect a scene change with higher accuracy.
[0061]
Also, the value of the overlap parameter may be appropriately changed depending on the content of the image, such as whether the image is fast-moving or an image with a lot of movement, the nature of the image such as whether a simple image is a complex image, or the like. It is possible.
[0062]
Also, one subdivision addition
In particular, such a method is convenient when the scene change detection device is processed by a DSP (Digital Signal Processor) or the like. For example, in the DSP, the subdivision addition
[0063]
The scene change detection device of the present invention can be realized not only by the hardware circuits described with reference to FIGS. 2 to 4 but also by using a DSP or a computer.
[0064]
【The invention's effect】
ADVANTAGE OF THE INVENTION According to this invention, even if it is an image which fades in / fade out, and even if it is a normal image change, image switching, ie, a scene change, can be detected correctly.
Further, according to the present invention, it is possible to detect a scene change by a simple method as quickly as possible.
Further, according to the present invention, it is possible to easily detect a scene change with a simple configuration.
Further, the scene change detection method and scene change detection device of the present invention can be applied to various video signal processing devices.
[Brief description of the drawings]
FIG. 1 is a configuration diagram of an image information processing scene as an example to which a scene change detection method of the present invention is applied.
FIG. 2 is a block diagram of a first embodiment of a scene change detection method and device according to the present invention.
FIG. 3 is a configuration diagram of a histogram generation circuit illustrated in FIG. 1;
FIG. 4 is a configuration diagram illustrating a connection relationship between a subdivision addition amount determination circuit illustrated in FIG. 3 and a level counter related thereto;
FIG. 5 is a diagram illustrating block division of an image.
FIG. 6 is a graph showing an example of creating a histogram.
FIG. 7 is a graph illustrating a method for obtaining a difference between histograms.
FIG. 8 is a graph showing a change in a histogram at the time of fading.
[Explanation of symbols]
100 ・ ・ Scene change detection device
101 Image data separation circuit
102 .. Image data block dividing circuit
103 Histogram generation circuit
201 ··· 1 block · total component circuit
202 ·· Histogram / level judgment circuit
203 ·· Subdivision addition amount determination circuit
203a... Subdivision addition amount determination unit
203b ··· Distribution processing unit
204 Level counter part
205 ・ ・ Standardized circuit
104 Histogram save register
105 Histogram difference calculation circuit
106 ··· Comparison judgment circuit
300 Scene change detection / processing information processing device
301 Video signal reproducing apparatus
... Pre-video signal processing device
303 ·· Encoding device
304 large-capacity recording device
305 ・ ・ Thumbnail image generation device
306-Host computer
Claims (12)
上記ヒストグラム作成の際に、該当するレベルとその両側の隣接するレベルに対してある一定数を振り分けて加算し(オーバーラップし)、
その後規格化することによって新たなヒストグラムの結果を算出し、
該算出したヒストグラムを用いて2毎の画面の画像のシーンが変化したことを検出することを特徴とする、
シーンチェンジ検出方法。Histograms of the components that compose the image are created for two consecutive screen images of one field or one frame, and the sum of the differences is calculated. In a scene change detection method for detecting that a scene has changed,
When creating the histogram, a certain number is assigned to the corresponding level and adjacent levels on both sides thereof and added (overlapping),
After that, the result of the new histogram is calculated by normalization,
Detecting that the scene of the image of every two screens has changed using the calculated histogram.
Scene change detection method.
請求項1記載のシーンチェンジ検出方法。The corresponding level of the histogram is further subdivided into m stages, the direction of selecting which side of the histogram is to be selected on both sides with respect to the level of the histogram according to the place to which the subdivision belongs, and how much is added to the selected histogram. To distribute the amount of addition for the calculation of the histogram by changing
The scene change detection method according to claim 1.
請求項2記載のシーンチェンジ検出方法。The value to be added to the selected one is changed according to the content, property, or user's instruction of the image,
3. The scene change detection method according to claim 2.
上記ヒストグラム作成の際に、該当するレベルとその両側の隣接するレベルに対してある一定数を振り分けて加算する(オーバーラップする)ヒストグラム生成手段と、
その後規格化することによって新たなヒストグラムの結果を算出するヒストグラム算出手段と、
上記ヒストグラム算出手段の結果を用いて2毎の画面の画像のシーンが変化したことを検出するシーンチェンジ検出手段とを備えることを特徴とする、
シーンチェンジ検出装置。Histograms of the components that compose the image are created for two consecutive screen images of one field or one frame, and the sum of the differences is calculated. In a scene change detection device that detects that a scene has changed,
A histogram generating means for sorting and adding (overlapping) a certain number to the corresponding level and adjacent levels on both sides of the histogram when creating the histogram;
A histogram calculation unit that calculates a new histogram result by normalizing the histogram;
Scene change detecting means for detecting that a scene of an image on every two screens has changed using the result of the histogram calculating means.
Scene change detection device.
(a)第1の画面の画像の成分信号についてレベルを判定し、
(b)判定した各レベルについて、当該判定されたレベルおよび当該判定されたレベルの隣接するレベルについて、配分の割合を規定した配分比率で配分割合を算出したレベルごとの計数値を算出し、
(c)上記判定されたレベルについて、および、上記判定されたレベルに隣接するレベルについて、上記配分割合で配分される計数値をヒストグラムとして計数し、
(d)上記求めたヒストグラムを保持し、
(e)第2の画面の画像について上記(a)〜(d)と同じ処理を行い、得られたヒストグラムと上記保持されている第1の画面の画像についての規格化ヒストグラムとの差分を計算し、
(f)上記各レベルについて計算してヒストグラムの差分を全てのレベルについて合計し、
(g)上記ヒストグラムの差分の合計が所定のしきい値より大きいとき第1の画面の画像と第2の画面の画像との間にシーンチェンジがあったと判定する、
シーンチェンジ検出方法。A scene change detection method for detecting a scene change between images of a first screen and a second screen,
(A) determining the level of the component signal of the image of the first screen;
(B) For each of the determined levels, for the determined level and the level adjacent to the determined level, calculate a count value for each level at which a distribution ratio is calculated at a distribution ratio that specifies a distribution ratio;
(C) for the determined level and for the level adjacent to the determined level, count the count value distributed at the distribution ratio as a histogram,
(D) holding the histogram obtained above,
(E) The same processing as in (a) to (d) above is performed on the image of the second screen, and the difference between the obtained histogram and the stored normalized histogram of the image of the first screen is calculated. And
(F) calculating for each of the above levels and summing the histogram differences for all levels;
(G) determining that a scene change has occurred between the image of the first screen and the image of the second screen when the sum of the differences between the histograms is larger than a predetermined threshold value;
Scene change detection method.
請求項5記載のシーンチェンジ検出方法。The distribution ratio can be defined according to the type and / or content of the image.
The scene change detection method according to claim 5.
請求項5記載のシーンチェンジ検出方法。The adjacent range can vary depending on the type and / or content of the image,
The scene change detection method according to claim 5.
上記画像の成分信号は、上記1画面の画像を複数のブロックに分割した部分の画像信号のコンポジット成分信号またはコンポーネント成分信号である、
請求項5記載のシーンチェンジ検出方法。The image of the first screen and the image of the second screen are images of one screen for one frame or one field that are continuously input,
The component signal of the image is a composite component signal or a component component signal of an image signal of a portion obtained by dividing the image of one screen into a plurality of blocks.
The scene change detection method according to claim 5.
ヒストグラム生成手段と、
ヒストグラム保存手段と、
ヒストグラム差分計算手段と、
比較判断手段と
を有し、
上記ヒストグラム生成手段は、1画面の画像ビデオ信号を複数のブロックに分割した各ブロックの各成分の画像データについてヒストグラムを生成するため、
1ブロック内の各成分の画像データの合計を計算する1ブロック分・成分合計手段と、
上記1ブロック分・成分合計手段で計算した和を複数のレベルのどのレベルに属するかを判定するレベル判定手段と、
上記レベル判定したレベルの数の複数の細分割加算量判定手段を有する細分割加算量判定部と、
上記複数の細分割加算量判定手段の数と同じ数のレベルカウンタ手段を有するレベルカウンタ部と
を有し、
前記細分割加算量判定部の各細分割加算量判定手段は、ある配分比率でそのレベルに該当するヒストグラムの計算のための第1ヒストグラム計数値およびそのレベルと隣接するレベルのヒストグラムの計算のための第2ヒストグラム計数値を求め、上記求めた第1および第2ヒストグラム計数値をそのレベルに該当する第1のレベルカウンタ部およびそのレベルと隣接するレベルの第2のレベルカウンタ部にそれぞれ出力し、
上記第1および第2のレベルカウンタ部は上記細分割加算量判定手段から入力されたヒストグラム計数値をそれぞれ累積してヒストグラムを計算し、
上記ヒストグラム保存手段は、上記ヒストグラム生成手段で生成されたヒストグラムを保存し、
ヒストグラム差分計算手段は、上記ヒストグラム生成手段で生成した各レベルのヒストグラムと、上記ヒストグラム保存手段に保存されている前回の画面の画像についての各レベルのヒストグラムとの差分を求め、これら差分の合計を計算し、
上記比較判断手段は、上記ヒストグラムの差分の合計が所定のしきい値より大きいとき、第1の画面の画像と第2の画面の画像との間にシーンチェンジがあったと判定する、
シーンチェンジ検出装置。A scene change detection device that detects a scene change between images of a first screen and a second screen,
Histogram generation means;
Histogram storing means;
Histogram difference calculating means;
Comparison means,
The histogram generating means generates a histogram for image data of each component of each block obtained by dividing the image video signal of one screen into a plurality of blocks,
One block / component summing means for calculating the sum of the image data of each component in one block;
Level determining means for determining which of a plurality of levels the sum calculated by the one block / component summing means belongs to;
A subdivision addition amount determination unit having a plurality of subdivision addition amount determination units of the number of the levels determined,
A level counter unit having the same number of level counter units as the number of the plurality of subdivision addition amount determination units,
Each of the subdivision addition amount determination units of the subdivision addition amount determination unit is configured to calculate a first histogram count value for calculating a histogram corresponding to the level at a certain distribution ratio and a histogram of a level adjacent to the first histogram count value. And outputs the obtained first and second histogram count values to the first level counter section corresponding to the level and the second level counter section adjacent to the level. ,
The first and second level counters respectively accumulate the histogram count values input from the subdivision addition amount determination means to calculate a histogram,
The histogram storage unit stores the histogram generated by the histogram generation unit,
The histogram difference calculation means obtains a difference between the histogram of each level generated by the histogram generation means and the histogram of each level of the previous screen image stored in the histogram storage means, and sums the differences. Calculate,
The comparing and judging means judges that a scene change has occurred between the image of the first screen and the image of the second screen when the sum of the differences between the histograms is larger than a predetermined threshold value.
Scene change detection device.
請求項9記載のシーンチェンジ検出装置。The distribution ratio can be defined according to the type and / or content of the image.
The scene change detection device according to claim 9.
請求項9記載のシーンチェンジ検出装置。The range adjacent to the level counter unit to which the addition amount is input from the subdivision addition amount determination unit can be changed according to the type and / or content of the image.
The scene change detection device according to claim 9.
上記画像の成分信号は、上記1画面の画像を複数のブロックに分割した部分の画像信号のコンポジット成分信号またはコンポーネント成分信号である、
請求項9記載のシーンチェンジ検出装置。The image of the first screen and the image of the second screen are images of one screen for one frame or one field that are continuously input,
The component signal of the image is a composite component signal or a component component signal of an image signal of a portion obtained by dividing the image of one screen into a plurality of blocks.
The scene change detection device according to claim 9.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2003069776A JP4100205B2 (en) | 2003-03-14 | 2003-03-14 | Scene change detection method and apparatus |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2003069776A JP4100205B2 (en) | 2003-03-14 | 2003-03-14 | Scene change detection method and apparatus |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2004282318A true JP2004282318A (en) | 2004-10-07 |
| JP4100205B2 JP4100205B2 (en) | 2008-06-11 |
Family
ID=33286706
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2003069776A Expired - Fee Related JP4100205B2 (en) | 2003-03-14 | 2003-03-14 | Scene change detection method and apparatus |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP4100205B2 (en) |
Cited By (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR100816013B1 (en) | 2007-01-23 | 2008-03-21 | (주)엑스퍼넷 | Scene change detection device and method of compressed image |
| JP2008167449A (en) * | 2006-12-28 | 2008-07-17 | Samsung Electronics Co Ltd | Video encoding and decoding method and apparatus |
| EP2136554A2 (en) | 2008-06-20 | 2009-12-23 | Sony Corporation | Apparatus, method, and program for processing image |
| JP2012137829A (en) * | 2010-12-24 | 2012-07-19 | Canon Inc | Image processing apparatus and control method thereof, and program |
| US8254677B2 (en) | 2006-09-27 | 2012-08-28 | Sony Corporation | Detection apparatus, detection method, and computer program |
| US8325803B2 (en) | 2007-09-21 | 2012-12-04 | Sony Corporation | Signal processing apparatus, signal processing method, and program |
| US8509592B2 (en) | 2007-05-21 | 2013-08-13 | Mitsubishi Electric Corporation | Image difference detection method and apparatus, scene change detection method and apparatus, and image difference value detection method and apparatus |
| US8886014B2 (en) | 2005-08-11 | 2014-11-11 | Mitsubishi Electric Corporation | Video recording apparatus, scene change extraction method, and video audio recording apparatus |
| KR101878182B1 (en) * | 2011-12-02 | 2018-07-16 | 엘지디스플레이 주식회사 | Device for detecting scene change and method for detecting scene change |
| CN109327655A (en) * | 2017-07-31 | 2019-02-12 | 展讯通信(上海)有限公司 | Continuous Atomatic focusing method and system |
-
2003
- 2003-03-14 JP JP2003069776A patent/JP4100205B2/en not_active Expired - Fee Related
Cited By (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8886014B2 (en) | 2005-08-11 | 2014-11-11 | Mitsubishi Electric Corporation | Video recording apparatus, scene change extraction method, and video audio recording apparatus |
| US8254677B2 (en) | 2006-09-27 | 2012-08-28 | Sony Corporation | Detection apparatus, detection method, and computer program |
| JP2008167449A (en) * | 2006-12-28 | 2008-07-17 | Samsung Electronics Co Ltd | Video encoding and decoding method and apparatus |
| KR100816013B1 (en) | 2007-01-23 | 2008-03-21 | (주)엑스퍼넷 | Scene change detection device and method of compressed image |
| US8509592B2 (en) | 2007-05-21 | 2013-08-13 | Mitsubishi Electric Corporation | Image difference detection method and apparatus, scene change detection method and apparatus, and image difference value detection method and apparatus |
| US8325803B2 (en) | 2007-09-21 | 2012-12-04 | Sony Corporation | Signal processing apparatus, signal processing method, and program |
| EP2136554A2 (en) | 2008-06-20 | 2009-12-23 | Sony Corporation | Apparatus, method, and program for processing image |
| US9270897B2 (en) | 2008-06-20 | 2016-02-23 | Sony Corporation | Apparatus, method, and program for processing image |
| JP2012137829A (en) * | 2010-12-24 | 2012-07-19 | Canon Inc | Image processing apparatus and control method thereof, and program |
| KR101878182B1 (en) * | 2011-12-02 | 2018-07-16 | 엘지디스플레이 주식회사 | Device for detecting scene change and method for detecting scene change |
| CN109327655A (en) * | 2017-07-31 | 2019-02-12 | 展讯通信(上海)有限公司 | Continuous Atomatic focusing method and system |
| CN109327655B (en) * | 2017-07-31 | 2020-12-22 | 展讯通信(上海)有限公司 | Continuous automatic focusing method and system |
Also Published As
| Publication number | Publication date |
|---|---|
| JP4100205B2 (en) | 2008-06-11 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR100468967B1 (en) | Thumbnail image generating system | |
| JP3939551B2 (en) | Moving image processing apparatus, method thereof, and recording medium | |
| KR100464075B1 (en) | Video highlight generating system based on scene transition | |
| JP3810392B2 (en) | Scene change detection apparatus and method | |
| US6473459B1 (en) | Scene change detector | |
| US6834080B1 (en) | Video encoding method and video encoding apparatus | |
| CN100493186C (en) | Video content detection method and system leveraging data-compression parameter | |
| US5719643A (en) | Scene cut frame detector and scene cut frame group detector | |
| US7502513B2 (en) | Commercial detector with a start of active video detector | |
| US6940910B2 (en) | Method of detecting dissolve/fade in MPEG-compressed video environment | |
| US20010021268A1 (en) | Hierarchical hybrid shot change detection method for MPEG-compressed video | |
| US20110058792A1 (en) | Video Format for Digital Video Recorder | |
| KR20010089770A (en) | Significant scene detection and frame filtering for a visual indexing system using dynamic threshold | |
| CN101326809A (en) | Method and device for shot detection in video streaming | |
| JPH09322174A (en) | How to play video data | |
| JP2009512397A (en) | Adaptive GOP structure in video streaming | |
| US8363726B2 (en) | Electronic apparatus, motion vector detecting method, and program therefor | |
| US20030169817A1 (en) | Method to encode moving picture data and apparatus therefor | |
| JP2004282318A (en) | Scene change detection method and apparatus | |
| US8421928B2 (en) | System and method for detecting scene change | |
| CN101873495A (en) | Scene change detection device and image recording device | |
| JP2869398B2 (en) | Cut point detection method and device | |
| JP4182747B2 (en) | Image processing apparatus, image processing method, image processing program, and recording medium | |
| KR100907960B1 (en) | Video Data Encoder Using Telecine Detection | |
| CN101379833B (en) | Moving-vector detecting device and moving-vector detecting method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20060309 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20071106 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20071120 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080116 |
|
| 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: 20080226 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20080310 |
|
| FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110328 Year of fee payment: 3 |
|
| LAPS | Cancellation because of no payment of annual fees |