【0001】
【発明の属する技術分野】
本発明は、アップコンバート映像検出装置に関し、更に詳しくは、符号化されたHD映像信号を受信側で復号するアップコンバート映像検出装置に関する。
【0002】
【従来の技術】
従来、符号化されたHD映像信号を受信側で復号する受信装置においてデジタルテレビジョン放送用受信装置標準規格ARIB STD−B213.2版では、図6に示すように符号化パラメータの制約が規定されている。前記場合、HD映像はsequence_headerのパラメータ値の一つである=1080、720、SD映像は480である。
【0003】
図6および符号化の国際標準であるISO/IEC13818−2に基づき受信機側ではビットストリームからMPEG2のデータ構造を解析し、例えばsequence_headerのパラメータ値の一つであるvertical_size_valueより復号化すべき映像を判断し、復号後送信側の映像フォーマットに応じて高画質化等を実施していた(例えば、特許文献1参照)。
【0004】
【特許文献1】
特開2002−330313号公報
【0005】
【発明が解決しようとする課題】
しかしながら、従来の受信装置では、例えば映像フォーマットが1080Iと判断された場合、1080I用の画質改善例えば1080I映像周波数帯域に応じたシャープネス等を実施、480Iと判断された場合は480I固有のクロスカラー除去や480I映像周波数帯域に応じたシャープネスは実施可能であるが、1080I映像が送り側で480I映像素材(特にNTSC映像)から1080I映像にアップコンバートされたものに対しても同様に映像フォーマットを1080Iと判断するために1080I用の画質改善を行う為に画質改善の効果がほとんどないという課題があった。
【0006】
本発明は上記事情に鑑みてなされたもので、放送局側から送られてくるHD映像信号がSD映像信号からHD映像信号からアップコンバートされた映像かどうかを検出することが可能なアップコンバート映像検出装置を提供することを目的とする。
【0007】
【課題を解決するための手段】
上記課題を解決するため本発明にかかるアップコンバート映像検出装置は、送り側でHD映像を撮影したカメラは16:9であることに着目し、送られてきた映像がHD映像フオーマットと判断した場合、復号した16:9映像に対して映像部分のアスペクトは4:3、すなわちサイドパネルが付加されているかどうかを検出し、サイドパネルが付加されていると判断した場合送られてきた映像はアップコンバートされた映像であると判断することを特徴とする。
【0008】
【発明の実施の形態】
(実施の形態1)
図1は本発明の実施の形態1のアップコンバート映像検出装置のブロック図である。図1において、MPEGシンタックス解析部1は送られてきた映像のビットストリームのsequence_headerのvertical_sizeが1080であれば1080I映像フォーマットと判断し、映像復号部2ではこの情報を元に1080I映像復号を行う。またMPEGシンタックス解析部1では1080I映像フォーマットと判断した場合にはさらにsequence_headerのAspect_Ratio_informationより、2の場合のみサイドパネルが付加されていると判断し、映像復号部2で復号化された信号はアップコンバートされた信号であることを検出することができる。
【0009】
本実施例では1080Iフォーマットの説明を行ったが、720Pフォーマットの場合においても同様である。
【0010】
(実施の形態2)
図2は本発明の実施の形態2のアップコンバート映像検出装置のブロック図である。図2において、MPEGシンタックス解析部1は送られてきた映像のビットストリームのsequence_headerのvertical_sizeが1080であれば1080I映像フォーマットと判断し、映像復号部2ではこの情報を元に1080I映像復号を行う。
【0011】
図3を用いてサイドパネルエリア設定部3を説明する。図3はアスペクト比16:9の1080I映像信号をあらわしたものである。通常サイドパネルが付加されている場合は映像部分のアスペクト比は4:3であり、残り斜線部がサイドパネル部分となる。このためMPEGシンタックス解析部1では1080I映像フォーマットと判断した場合にはさらに、少なくともsequence_display_extentionにより表示領域指定がない場合にはsequence_headerのhorizontal_sizeの1/4倍、例えばhorizontal_size=1920の場合は480を算出しさらに水平方向の左右両端から算出した480の1/2すなわち240画素ずつをサイドパネルエリア設定部3に設定する。
【0012】
サイドパネル有無判定部4ではサイドパネルエリア設定部3で設定された領域に対して、映像の有無を検出することによってサイドパネルが付加されているかどうかを判断する。
【0013】
図4を用いてサイドパネル有無判定部4の一実施例を説明する。映像復号部2で復号された信号の1フレーム後に表示すべき信号との差分をフレーム差検出部10で検出し、検出した画素単位の結果を比較器11で閾値Th1と比較する。閾値Th1は、無画部すなわち映像の動きがないと判断できる数値、例えば0に設定する。比較器11で画素単位に無画部でないと判断した数を累積加算部12で例えば1垂直期間カウントし、前記結果を比較器12で無画部と判断できる閾値Th2を例えば0と比較し、累積加算部12の出力がTh2以下であれば無画部、すなわちサイドパネルが付加されていると判定する。
【0014】
以上のようにサイドパネル有無判定部4により、映像復号部2で復号化された信号はアップコンバートされた信号であることを検出することができる。サイドパネル有無判定部4においてサイドパネルが付加されているかの判定を1垂直期間だけでなく例えば8垂直期間等ヒステリシスを持たせても良い。なお、放送局から送られてくる場合、PID(Packet identification)が変わらなければ番組素材自体も変わらないため、上記検出をピクチャ単位やsequence_headerが送られてくる単位で行わなくても良い。
【0015】
本実施例では1080Iフォーマットの説明を行ったが、720Pフォーマットの場合においても同様である。
【0016】
(実施の形態3)
図5は本発明の実施の形態2で説明したアップコンバート映像検出装置においてさらにサイドパネル付加検出精度をあげるためにサイドパネルエリア設定部のエリア領域をさらに限定したものである。図5に示すようにアスペクト比16:9の1080I映像信号でレターボックス映像信号(塗り潰し部分が無画部分)と呼ばれるものである。
【0017】
このような映像信号の場合、実施の形態2で説明したようなサイドパネル部の設定だけでは、図4で説明した閾値Th1によって誤ってサイドパネル付加と誤検出する場合がある。このため、実施の形態2で説明したようなサイドパネル部の設定から図5に示す無画部分を除いた領域をサイドパネル部分として設定する。この無画部分はフレームで上下30ライン固定として処理しても良い。
【0018】
【発明の効果】
以上のように、本発明のアップコンバート映像検出装置によれば、放送局側から送られてくるHD映像信号がSD映像信号からHD映像信号からアップコンバートされた映像かどうかを検出することが可能となる。
【図面の簡単な説明】
【図1】本発明の実施の形態1のアップコンバート映像検出装置のブロック図
【図2】本発明の実施の形態2のアップコンバート映像検出装置のブロック図
【図3】本発明の実施の形態2のサイドパネルエリア設定部の説明図
【図4】本発明の実施の形態2のサイドパネル有無判定部のブロック図
【図5】本発明の実施の形態3のサイドパネルエリア設定部の説明図
【図6】従来例の説明図
【符号の説明】
1 MPEGシンタックス解析部
2 映像復号部
3 サイドパネルエリア設定部
4 サイドパネル有無判定部
10 フレーム差検出部
11、13 比較器
12 累積加算部[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an up-converted video detection device, and more particularly, to an up-converted video detection device that decodes an encoded HD video signal on a receiving side.
[0002]
[Prior art]
Conventionally, in a receiving apparatus that decodes an encoded HD video signal on the receiving side, the ARIB STD-B213.2 version of the receiving apparatus standard for digital television broadcasting defines restrictions on encoding parameters as shown in FIG. ing. In this case, one of the parameter values of the sequence_header is 1080 and 720 for the HD video, and 480 for the SD video.
[0003]
The receiver analyzes the data structure of MPEG2 from the bit stream based on FIG. 6 and ISO / IEC13818-2, which is an international standard for encoding, and determines a video to be decoded based on, for example, vertical_size_value which is one of parameter values of sequence_header. However, after decoding, the image quality is improved in accordance with the video format of the transmission side (for example, see Patent Document 1).
[0004]
[Patent Document 1]
JP, 2002-330313, A
[Problems to be solved by the invention]
However, in the conventional receiving apparatus, for example, when the video format is determined to be 1080I, an image quality improvement for 1080I is performed, for example, sharpness according to the 1080I video frequency band is performed, and when it is determined to be 480I, 480I-specific cross color removal is performed. And 480I video frequency band, sharpness can be implemented, but 1080I video is also upconverted from 480I video material (particularly NTSC video) to 1080I video on the sending side, and the video format is similarly changed to 1080I. There is a problem that there is almost no effect of improving the image quality because the image quality for 1080I is improved for the determination.
[0006]
The present invention has been made in view of the above circumstances, and is an up-converted video capable of detecting whether an HD video signal transmitted from a broadcast station is a video up-converted from an HD video signal from an SD video signal. It is an object to provide a detection device.
[0007]
[Means for Solving the Problems]
In order to solve the above problem, the up-converted video detecting apparatus according to the present invention pays attention to the fact that the camera that shot the HD video on the sending side is 16: 9, and determines that the transmitted video is in the HD video format. The aspect of the video portion of the decoded 16: 9 video is 4: 3, that is, whether the side panel is added is detected, and if it is determined that the side panel is added, the transmitted video is up. It is characterized in that it is determined that the video is converted.
[0008]
BEST MODE FOR CARRYING OUT THE INVENTION
(Embodiment 1)
FIG. 1 is a block diagram of an up-converted video detection device according to Embodiment 1 of the present invention. In FIG. 1, if the vertical_size of the sequence_header of the transmitted video bit stream is 1080, the MPEG syntax analysis unit 1 determines that the format is the 1080I video format, and the video decoding unit 2 performs 1080I video decoding based on this information. . When the MPEG syntax analysis unit 1 determines that the format is 1080I video format, it further determines from the Aspect_Ratio_information of the sequence_header that the side panel is added only in the case of 2, and the signal decoded by the video decoding unit 2 is up. It can be detected that the signal is a converted signal.
[0009]
In the present embodiment, the 1080I format has been described, but the same applies to the case of the 720P format.
[0010]
(Embodiment 2)
FIG. 2 is a block diagram of an up-converted video image detecting device according to a second embodiment of the present invention. In FIG. 2, if the vertical_size of the sequence_header of the transmitted video bit stream is 1080, the MPEG syntax analysis unit 1 determines that the format is the 1080I video format, and the video decoding unit 2 performs 1080I video decoding based on this information. .
[0011]
The side panel area setting unit 3 will be described with reference to FIG. FIG. 3 shows a 1080I video signal having an aspect ratio of 16: 9. Normally, when the side panel is added, the aspect ratio of the video portion is 4: 3, and the remaining shaded portion is the side panel portion. For this reason, if the MPEG syntax analysis unit 1 determines that the display format is the 1080I video format, it further calculates 1/4 times the horizontal_size of the sequence_header if no display area is specified by the sequence_display_extension, for example, 480 if the horizontal_size = 1920. Further, の of 480 calculated from both left and right ends in the horizontal direction, that is, 240 pixels are set in the side panel area setting unit 3.
[0012]
The side panel presence / absence determination unit 4 determines whether or not a side panel is added to the area set by the side panel area setting unit 3 by detecting the presence or absence of an image.
[0013]
An embodiment of the side panel presence / absence determining unit 4 will be described with reference to FIG. The difference between the signal decoded by the video decoding unit 2 and the signal to be displayed one frame later is detected by the frame difference detection unit 10, and the result of the detected pixel unit is compared with the threshold value Th <b> 1 by the comparator 11. The threshold Th1 is set to a non-image portion, that is, a numerical value that can determine that there is no video movement, for example, 0. The comparator 11 counts, for example, one vertical period in the accumulator 12 for the number determined to be not a non-image portion for each pixel, and compares the result with a threshold Th2 at which the comparator 12 can determine the non-image portion to be, for example, 0. If the output of the accumulator 12 is equal to or less than Th2, it is determined that the non-image portion, that is, the side panel is added.
[0014]
As described above, the side panel presence / absence determination unit 4 can detect that the signal decoded by the video decoding unit 2 is an up-converted signal. The side panel presence / absence determination unit 4 may determine whether a side panel is added, not only in one vertical period, but also in a hysteresis such as eight vertical periods. When transmitted from a broadcast station, the program material itself does not change unless the PID (Packet identification) changes, so that the above detection need not be performed in units of pictures or units in which sequence_header is transmitted.
[0015]
In the present embodiment, the 1080I format has been described, but the same applies to the case of the 720P format.
[0016]
(Embodiment 3)
FIG. 5 shows the up-converted video image detecting device described in the second embodiment of the present invention in which the area of the side panel area setting section is further limited in order to further increase the accuracy of side panel addition detection. As shown in FIG. 5, a 1080I video signal having an aspect ratio of 16: 9 is called a letterbox video signal (filled portions are non-picture portions).
[0017]
In the case of such a video signal, only the setting of the side panel unit as described in the second embodiment may erroneously detect the addition of the side panel due to the threshold Th1 described in FIG. For this reason, a region excluding the non-image portion shown in FIG. 5 from the setting of the side panel portion described in the second embodiment is set as the side panel portion. The non-image portion may be processed as a frame having a fixed upper and lower 30 lines.
[0018]
【The invention's effect】
As described above, according to the up-converted video detection device of the present invention, it is possible to detect whether an HD video signal transmitted from a broadcast station is a video up-converted from an HD video signal from an SD video signal. It becomes.
[Brief description of the drawings]
FIG. 1 is a block diagram of an up-converted video detecting device according to a first embodiment of the present invention; FIG. 2 is a block diagram of an up-converted video detecting device according to a second embodiment of the present invention; FIG. FIG. 4 is a block diagram of a side panel presence / absence determining unit according to a second embodiment of the present invention. FIG. 5 is a diagram illustrating a side panel area setting unit according to a third embodiment of the present invention. FIG. 6 is an explanatory view of a conventional example.
DESCRIPTION OF SYMBOLS 1 MPEG syntax analysis part 2 Video decoding part 3 Side panel area setting part 4 Side panel presence / absence judgment part 10 Frame difference detection parts 11, 13 Comparator 12 Cumulative addition part