WO2007111069A1 - 映像処理装置およびプログラム - Google Patents
映像処理装置およびプログラム Download PDFInfo
- Publication number
- WO2007111069A1 WO2007111069A1 PCT/JP2007/053523 JP2007053523W WO2007111069A1 WO 2007111069 A1 WO2007111069 A1 WO 2007111069A1 JP 2007053523 W JP2007053523 W JP 2007053523W WO 2007111069 A1 WO2007111069 A1 WO 2007111069A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- video signal
- luminance
- value
- video
- mixed
- 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.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/14—Picture signal circuitry for video frequency region
- H04N5/20—Circuitry for controlling amplitude response
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/222—Studio circuitry; Studio devices; Studio equipment
- H04N5/262—Studio circuits, e.g. for mixing, switching-over, change of character of image, other special effects ; Cameras specially adapted for the electronic generation of special effects
- H04N5/265—Mixing
Definitions
- the present invention relates to a video processing apparatus and a program for inputting a plurality of video signals and outputting a mixed video signal obtained by mixing them.
- an audio signal adjustment device that adjusts two types of audio signals simultaneously by moving a moving member in a moving range having both ends of the A end and the B end (for example, Patent Document 1). .
- This type of audio signal adjustment device is generally called “crossfader”, and the volume of the first audio signal increases as the moving member moves from the A end to the B end, and conversely from the B end to the A end.
- the volume of the second audio signal increases as the moving member moves.
- the mixing ratio of the two types of audio signals can be determined by one interface.
- Patent Document 1 Japanese Patent Laid-Open No. 2004-5987
- the audio signal adjusting device described above is applied to a video signal and the mixing ratio of two types of video signals can be determined by one interface.
- the sum of the luminance ratios of the first video signal and the second video signal is always 100% (predetermined dynamic range, for example, [0 to 255]) regardless of the position of the moving member. It is configured. In other words, even if two types of video signals are mixed, the total luminance ratio does not exceed 100% (overflow). Both video signals are mixed by simply adding the luminance values of the two types of video signals. A mixed video signal can be obtained.
- this type of video switcher is applied to VJ equipment that is used to display video with many changes on the venue monitor in clubs and the like so that a single video can be seen even in the dark. In order to enhance the atmosphere of the venue more effectively, it is desirable to display clear images.
- the above video switcher is configured so that the total luminance rate is 100%. It cannot be mixed with a video signal with a luminance rate of 30%. In other words, there is a problem that the subtle video nuance desired by the user cannot be expressed because the setting of the luminance rate is limited.
- users (VJs) who use VJ equipment are required to have their own unique presentation methods and various technologies, and video switchers that cannot express subtle video nuances are difficult to use.
- an object of the present invention is to provide a video processing device and a program capable of mixing a plurality of video signals without limiting the setting of the luminance rate and without reducing the image quality. .
- the video processing apparatus of the present invention includes input means for inputting n types (where n is an integer satisfying n ⁇ 2), and luminance for adjusting the luminance rate of each input video signal.
- the total power of the luminance ratios of the n types of input video signals generates a mixed video signal by adding the luminance values of the video signals when the predetermined dynamic range is not exceeded. Therefore, even if the video signal adjusted to a low luminance rate is mixed, the video is not obscured.
- a luminance value correction process that corrects the luminance value of each video signal is performed, so it is possible to mix video signals adjusted to a high luminance ratio. is there. That is, the luminance rate of each video signal can be adjusted without limitation, and a plurality of video signals can be mixed without degrading the image quality.
- the luminance value of each video signal is corrected so that the luminance value of the mixed video signal to be generated does not exceed a predetermined dynamic range.
- mixing video signals refers to blending a plurality of videos in a fader system on the same time series rather than alternately combining videos of a predetermined length.
- the luminance value correction processing is a virtual image obtained by expanding the predetermined dynamic range by n times and summing the luminance values based on the luminance ratio of each adjusted video signal. Processing to generate an image signal, processing to investigate the minimum and maximum luminance values for all pixels included in the virtual video signal, and luminance values from the minimum value to the maximum value within a predetermined dynamic range It is preferable that the allocation has the power to correct the luminance value of the virtual video signal.
- the predetermined dynamic range is expanded by a factor of n and the virtual video signal obtained by summing the luminance values of the respective video signals is temporarily stored.
- Generated and assigned brightness values up to the minimum and maximum values among the brightness values of all the pixels included in the virtual video signal are assigned to a predetermined dynamic range, so the contrast of the virtual video signal can be increased, and as a result mixed
- the image quality of the video signal can be improved.
- a virtual video signal whose luminance value is corrected is output as a mixed video signal.
- the brightness value correction process is a virtual video signal in which the brightness ratio of each video signal is corrected by lZn times and the brightness value of each video signal after correction is summed.
- Processing for examining the minimum and maximum luminance values for all pixels included in the virtual video signal, and the luminance values from the minimum value to the maximum value are assigned to a predetermined dynamic range.
- the luminance rate of each video signal is corrected to lZn times, and the luminance value of each corrected video signal is summed up. Since the signal is generated, no processing exceeding the specified dynamic range is required. Therefore, a wasteful work area is not required for program processing, and memory access is simplified, so that the processing speed can be improved. Also in this configuration, since the luminance values from the minimum value to the maximum value among the luminance values of all the pixels included in the virtual video signal are assigned to a predetermined dynamic range, the contrast of the virtual video signal can be increased. it can.
- the brightness value at an arbitrary coordinate of the virtual video signal after correction by the process of correcting the brightness value of the virtual video signal is set to NEW—Y (x, y)
- the maximum dynamic range value is DR
- the luminance value at any coordinate of the virtual video signal before correction is IM G_Y (x, y)
- the maximum luminance value of the virtual video signal before correction is MAX—Y
- the virtual image before correction is virtual image.
- the maximum luminance value M AX — Y of the virtual video signal (For example, in the case of a single-color video (image)), it becomes impossible to calculate.
- the minimum luminance value MIN-Y is set to the luminance value of the first pixel included in the virtual video signal, it may be too large (for example, if the number of colors is small, the video (image) If the total of the adjusted luminance ratio does not exceed the dynamic range, the mixed video signal will look extremely different.
- the value proportional to the total value of the luminance ratios of the respective video signals is set as the initial value of the minimum luminance value, all the above problems can be solved.
- a program according to the present invention is characterized by causing a computer to function as each unit in the video processing apparatus.
- FIG. 1 is a system configuration of a video processing system according to an embodiment of the present invention.
- FIG. 2 is a block diagram of a video processing apparatus.
- FIG. 3 is a diagram showing a user interface provided in the video processing apparatus.
- FIG. 4 is a flowchart showing mixed video signal output processing.
- FIG. 5 is a flowchart showing luminance value correction processing 1.
- FIG. 6 is a diagram showing a calculation formula for correcting a luminance value of a virtual video signal.
- FIG. 7 is a diagram for explaining problems of the above formula.
- FIG. 8 is a graph showing the relationship between the initial value of the minimum luminance value of the virtual video signal used in the above formula and the total value of the luminance ratio of each adjusted video signal.
- FIG. 9 is a flowchart showing luminance value correction processing 2 according to the second embodiment of the present invention. Explanation of symbols
- FIG. 1 (a) is a system configuration diagram of a video processing system SY to which the video processing device 20 of the present invention is applied.
- the video processing system SY receives video signals (video signals l to n, where n is an integer such that n ⁇ 2) to be input to the video processing device 20.
- One or more DVD players 10 to be generated (only one is shown in the figure) and a plurality of types of video signals from the one or more DVD players 10 are mixed and mixed to obtain a mixed video signal.
- a monitor 30 for displaying (reproducing) the mixed video signal output from the video processing device 20.
- the video processing device 20 for example, in a club or the like, there is a VJ device or the like used for projecting video on a monitor in accordance with beaty music.
- the device for generating a video signal to be input to the video processing device 20 is not limited to the DVD player 10, and may be other devices (such as various video devices and personal computers). . Further, the function of the DVD player 10 may be incorporated in the video processing device 20. Furthermore, the video signal may be a moving image or a still image.
- FIG. 1B is a simplified configuration diagram of the video processing device 20.
- the fader? CPU 22 and video control device 23 are provided.
- the fader F adjusts the luminance rate of each video signal by moving the operation element Fa by the user.
- the “video signal” means a signal for displaying one screen (one image).
- the “brightness rate of each video signal” means a ratio of multiplying the original luminance value of pixels (345600 pixels in the NTSC system and 414720 pixels in the PAL system) included in each video signal.
- the CPU 22 generates luminance rate information of each video signal based on the feeder position signal generated according to the position of the moving member of the feeder F, and outputs this to the video control device 23. .
- the CPU 22 performs overall control of the video processing device 20 such as information management based on user operations and input / output of signals with external devices.
- the video control device 23 adjusts the luminance rate of each video signal based on the luminance rate information input from the CPU 22, and corrects the luminance value of each pixel included in each video signal based on the adjustment. To do.
- the luminance value of each corrected video signal is mixed to generate a mixed video signal, which is output to the monitor 30 and the like.
- the video control device 23 buffers each video signal, performs various video processing (special effects, etc.) filtering including the above-mentioned luminance rate adjustment, and mixes (blends) each video signal. And synchronize.
- the control configuration of the video processing device 20 will be described with reference to the block diagram of FIG.
- the video processing device 20 includes an input unit 210, a luminance rate adjusting unit 220, a luminance rate total determining unit 230, a mixed video signal generating unit 240, and an output unit 250.
- Input means 210 and output means 250 are not shown video signal input / output interfaces (composite terminals, component terminals, S-VIDE 0 terminals, etc., which are general video input / output terminals, or special inputs).
- the main part is composed of a structure that captures video from USB).
- the luminance rate adjusting means 220 is composed of a feeder F (see FIG. 1), and the luminance rate total determining means 230 and the mixed video signal generating means 240 are composed of a CPU 22 and a video control device 23.
- the input means 210 inputs n types (where n is an integer satisfying n ⁇ 2) of video signals from one or more DVD players 10.
- n is an integer satisfying n ⁇ 2
- multiple types of video signals may be input from one DVD player 10, but when multiple video signals based on the same video are input, even if the video types are the same, different input signals may be input. Since it is input from the interface camera, it is treated as a different kind of video signal.
- the luminance rate adjusting means 220 is for the user to adjust the luminance rate of each video signal input by the input means 210 using the fader F. In the present embodiment, it is assumed that the luminance rate can be adjusted when each feeder F is in the range of 0 to 100%.
- the luminance rate total determining unit 230 determines whether or not the total power of the luminance rates of the video signals adjusted by the luminance rate adjusting unit 220 exceeds a predetermined dynamic range.
- the mixed video signal generation means 240 generates a mixed video signal obtained by mixing n types of video signals.
- the first mixed video signal generation means 241 and the second mixed video signal generation means 2 42 Consists of.
- the former first mixed video signal generating unit 241 determines that the sum of the luminance rates of the respective video signals does not exceed a predetermined dynamic range (lbyte) based on the determination result of the luminance rate total determining unit 230, that is, When the total luminance rate does not exceed 100%, a mixed video signal is generated by summing the luminance values of each video signal based on the adjusted luminance rate.
- the latter second mixed video signal generating means 242 is also capable of determining the total luminance rate.
- step 230 If it is determined that the sum of the luminance ratios of each video signal exceeds a predetermined dynamic range (lbyte) based on the discrimination result of step 230, that is, if the total luminance ratio exceeds 100%, the luminance value of each video signal A luminance value correction process for correcting the luminance value is performed, and a mixed video signal is generated based on the correction result of the luminance value correction process.
- the luminance value correction process will be described in detail later.
- the output unit 250 outputs the mixed video signal generated by the first mixed video signal generating unit 241 or the second mixed video signal generating unit 242 to the monitor 30 or the like. However, when one type of video signal is not input by the input means 210, a video signal after processing that has been subjected to video processing by the video control device 23 is output rather than a mixed video signal. .
- the video processing device 20 displays four faders F (F1 to F4) corresponding to the channels 1 to 4 and video based on the video signals input to the respective channels on the upper surface of the housing.
- Video display units D1 to D4 luminance rate display units B1 to B4 indicating the luminance rate set by each of the faders F, a mixed video display unit Dm that displays an image based on the mixed video signal, It has.
- the luminance rate powers of the video signals input to the channels 1 to 4 are 50%, 50%, 100%, and 0%, respectively. Therefore, the video signal (D4) input to channel 4 is not displayed on the mixed video display Dm, but the video signal (D3) input to channel 3 is a luminance value based on a 100% luminance rate.
- the video signals (Dl, D2) input to channels 1 and 2 are mixed with luminance values based on the luminance rate of 50% and displayed on the mixed video display unit Dm.
- the brightness value correction process 1 executed in S04 will be described with reference to the flowchart of FIG.
- the luminance values of the four video signals of channels 1 to 4 are summed to generate a virtual video signal (S11).
- the virtual range is 4 times (n times)
- the virtual video signal is generated by summing the brightness values of each video signal adjusted based on the setting value (brightness rate) of each fader F! .
- the minimum value and the maximum value of the luminance value are investigated for all the pixels included in the virtual video signal (S12), and the luminance value up to the minimum value force maximum value is determined to be a predetermined dynamic value.
- the luminance value of the virtual video signal is corrected so as to be in 256 steps in the range [0 to 255] (S13).
- the mixed video signal generated in step S04 corresponds to the corrected virtual video signal.
- the luminance value correction process corresponds to an image optimization process for increasing the luminance contrast (in order to improve the image quality). Therefore, the luminance correction ratio (the luminance value of each pixel of the video signal is histogrammed so that the luminance value from the minimum value to the maximum value is [0 to 255], and the minimum value force maximum value obtained from the histogram force is obtained. Ratio to assign 256 levels), and based on the brightness correction ratio, brightness correction is performed on each pixel of the virtual video signal to generate a mixed video signal with no color jumps. Can do.
- FIG. 6 (a) shows a calculation formula “NEW-Y” for correcting the luminance of each pixel of the virtual video signal.
- the luminance value at an arbitrary coordinate (X, y) of each video signal is expressed as CHl_Y (x, y).
- the problem of Case 1 occurs in the case of a single color image (image), and becomes the denominator ⁇ (zero) of the above calculation formula, which makes calculation impossible.
- the problem in Case 2 occurs when the number of colors (video) is small, and is shifted to 0 when a pixel with the minimum luminance value of the virtual video signal is assigned to the dynamic range. Therefore, the brightness is lost (it becomes black). As a result, there is a problem that the mixed video signal generated when the total luminance rate is 100% and the mixed video signal generated when the luminance rate is 101% are extremely different.
- FIG. 7 is a diagram for explaining the problem of case 2.
- two-color video signals with different shades of red are input to channel 1 (in the figure, the left half is dark red and the right half is light red), and channel 2 is a single-color blue video.
- video display D1 shows video based on the video signal input to channel 1 and video display D2 to channel 2).
- the luminance correction processing is performed with the luminance rate of channel 1 set to 100% and the luminance rate of channel 2 set to 1%, all the pixels having the minimum luminance value of the virtual video signal are shifted to 0.
- the mixed video display area Dm the video based on the mixed video signal with the dark red area (left half area) all changed to black is displayed.
- the initial value of the minimum luminance value of the virtual video signal is proportional to the total value [R] of the adjusted luminance rate of each video signal.
- the set value is set.
- the initial value of the maximum luminance value of the virtual video signal is set to [255], which is the maximum value of a predetermined dynamic range.
- the luminance value of each pixel is [0 to 1023]. If a value greater than [255] is detected, that value is the virtual video signal. It is substituted for the initial maximum luminance value.
- FIG. 8 is a graph showing the relationship between the total luminance ratio [R] of each adjusted video signal and the minimum luminance value of the set virtual video signal.
- the luminance values of the respective video signals are summed up.
- a mixed video signal is generated, so that even if a video signal adjusted to a low luminance rate is mixed, the video is not obscured.
- a luminance value correction process for correcting the luminance value of each video signal is performed, so that the video signal adjusted to the high luminance rate is mixed.
- a predetermined dynamic range is expanded by a factor of n to generate a virtual video signal in which the luminance values of the respective video signals are summed, and all the pixels included in the virtual video signal are generated. Since the luminance value from the minimum value to the maximum value is assigned to a predetermined dynamic range, the contrast of the virtual video signal can be increased, and the image quality of the mixed video signal can be improved.
- the video processing device 20 of the present embodiment adjusts the luminance rate of each video signal without limitation.
- a plurality of video signals can be mixed without reducing image quality. Therefore, even if it is applied to VJ equipment used in clubs, etc., the atmosphere of the venue where unclear mixed images cannot be displayed is not impaired.
- the brightness ratio of each video signal can be set from 0 to 100%, so it is possible to express subtle video nuances for VJ using VJ equipment, making it easy to use.
- the virtual range is generated by multiplying the dynamic range by 4 times (n times) (see S11 in FIG. 5).
- the dynamic range is expanded.
- the brightness value correction process 2 will be described focusing on the differences from the brightness value correction process 1.
- the luminance ratios of the four video signals of channels 1 to 4 are first increased by 1Z4 times (lZn times) so that the maximum luminance ratio of each video signal is 25%.
- the luminance ratio of each video signal is corrected by reducing it to (S21).
- the luminance value of each pixel included in each corrected video signal is summed to generate a virtual video signal (S22).
- the processing after generation of the virtual video signal is the processing of S12 and S13 in Fig. 5 (the luminance value from the minimum value to the maximum value of the virtual video signal is expressed in the dynamic range [0 to 2].
- the process is the same as the process of reallocation to [55], and the description is omitted.
- the initial value of the minimum luminance value (MIN—Y) and the initial value of the maximum luminance value (MAX—Y) of the virtual video signal are also multiplied by lZn.
- the luminance rate of each video signal is corrected to lZn times, and the luminance values of the corrected video signals are summed. Since the video signal is generated, processing that exceeds the specified dynamic range is not required (processing can be performed within the range that can be expressed by byte type variables). Therefore, a useless work area is not required for program processing, and memory access is simplified, so that the processing speed can be improved. Also in this implementation, among the luminance values of all the pixels included in the virtual video signal, the luminance value up to the minimum value power maximum value is assigned to a predetermined dynamic range, so that the image quality of the mixed video signal can be improved. it can.
- the present invention can be applied to the case where two or more (plural) video signals are input.
- the present invention can be applied to devices and programs (video mixers, video controllers, video processing applications, etc.) that can input a plurality of video signals and blend them.
- each unit and each function in the video processing device 20 shown in the above example can be provided as a program. It is also possible to provide the program stored in a recording medium (not shown).
- CD-ROM, flash ROM, memory card (compact flash (registered trademark), smart media, memory stick, etc.), compact disc, magneto-optical disc, digital versatile disc, flexible disc and node disc are used as recording media. be able to.
- system configuration of the video processing system SY the device configuration of the video processing device 20, the processing steps, and the like can be appropriately changed without departing from the gist of the present invention, regardless of the above-described embodiments. is there.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Controls And Circuits For Display Device (AREA)
Abstract
輝度率の設定に制限がなく、しかも画質を低下させずに複数の映像信号を混合させ得る映像処理装置等を提供することを課題とする。本発明の映像処理装置20は、複数の映像信号を入力する入力手段210と、入力された各映像信号の輝度率を調節するための輝度率調節手段220と、調節された各映像信号の輝度率の合計が、所定のダイナミックレンジを超えるか否かを判別する輝度率合計判別手段230と、各映像信号の輝度率の合計が、所定のダイナミックレンジを超える場合、各映像信号の輝度値を補正する輝度値補正処理を行い、当該輝度値補正処理の補正結果に基づいて、各映像信号の輝度値を混合した混合映像信号を生成する第2混合映像信号生成手段242と、生成された混合映像信号を出力する出力手段250と、を備えたものである。
Description
明 細 書
映像処理装置およびプログラム
技術分野
[0001] 本発明は、複数の映像信号を入力し、これらを混合した混合映像信号を出力する 映像処理装置およびプログラムに関するものである。
背景技術
[0002] 従来、 A端と B端を両端とする移動範囲を移動部材が移動することにより、 2種類の 音声信号を同時に調整する音声信号調整装置が知られている (例えば、特許文献 1 )。この種の音声信号調整装置は、一般に「クロスフエーダ」と称され、 A端から B端へ の移動部材の移動に伴って第 1の音声信号の音量が大きくなり、逆に B端から A端へ の移動部材の移動に伴って第 2の音声信号の音量が大きくなるように構成されている 。つまり、移動部材の位置に応じて、 2種類の音声信号の混合割合を 1つのインター フェースで決定できるようになって 、る。
特許文献 1:特開 2004— 5987号公報
[0003] 一方、近年は、上記の音声信号調整装置を映像信号に応用し、 2種類の映像信号 の混合割合を 1つのインターフェースで決定できる映像スィッチャも知られて 、る。当 該映像スィッチャは、移動部材の位置に拘わらず、第 1の映像信号と第 2の映像信号 の輝度率の合計が常に 100% (所定のダイナミックレンジ,例えば [0〜255])となる ように構成されている。つまり、 2種類の映像信号を混合させても輝度率の合計が 10 0%を超える(オーバーフローする)ことはなぐ単純に 2種類の映像信号の輝度値を 合計させることで両映像信号を混合した混合映像信号を得ることができる。
[0004] また、この種の映像スィッチャは、クラブ等において、会場のモニターに変化の多い 映像を映し出すために用いられる VJ機器に適用されることが多ぐ暗がりでもモニタ 一映像が視認できるように、また会場の雰囲気をより効果的に盛り上げるためにも、ク リアな映像を映し出すことが望まれて 、る。
発明の開示
発明が解決しょうとする課題
[0005] ところで、例えば 3種類以上の映像信号を混合させた 、場合、上記の映像スィッチ ャをそのまま適用することはできないため、映像信号毎にその輝度率を調節するため のフエーダを用意することが考えられる。し力しながら、 3種類以上の映像信号を混合 させようとすると、仮に各映像信号の輝度率の上限が 100%である場合、輝度値の合 計が所定のダイナミックレンジをオーバーフローしてしまう。当然、各映像信号の輝度 率の上限を 33% (100Z3以下の値)とすれば、オーバーフローは避けられる力 各 映像信号の輝度率が全て 10%である場合など、低 ヽ輝度率の映像信号を混合する と全体的に映像が薄くなり不明瞭になるといった問題があった。特に、上記のように V J機器に適用される場合、不明瞭な映像では会場の雰囲気を損ね、盛り上がりが半減 してしまう。
[0006] また、 2種類の映像信号を混合させた ヽ場合も、上記の映像スィッチャは、輝度率 の合計が 100%となるように構成されているため、例えば輝度率 20%の映像信号と、 輝度率 30%の映像信号とを混合させることはできない。つまり、輝度率の設定に制 限があるため、ユーザが所望する微妙な映像ニュアンスを表現できないといった問題 があった。特に、 VJ機器を利用するユーザ (VJ)は、独自の表現方法や多様なテク- ックが要求されるため、微妙な映像ニュアンスを表現できない映像スィッチャは、使い づらいものであった。
[0007] 本発明は、上記の問題点に鑑み、輝度率の設定に制限がなぐしかも画質を低下 させずに複数の映像信号を混合させ得る映像処理装置およびプログラムを提供する ことを目的とする。
課題を解決するための手段
[0008] 本発明の映像処理装置は、 n種類 (但し nは、 n≥ 2となる整数)の映像信号を入力 する入力手段と、入力された各映像信号の輝度率を調節するための輝度率調節手 段と、調節された各映像信号の輝度率の合計が、所定のダイナミックレンジを超える か否かを判別する輝度率合計判別手段と、各映像信号の輝度率の合計が、所定の ダイナミックレンジを超えない場合、各映像信号の輝度値を合計することにより、 n種 類の映像信号を混合した混合映像信号を生成する第 1混合映像信号生成手段と、 各映像信号の輝度率の合計が、所定のダイナミックレンジを超える場合、各映像信
号の輝度値を補正する輝度値補正処理を行! \当該輝度値補正処理の補正結果 に基づいて、混合映像信号を生成する第 2混合映像信号生成手段と、第 1混合映像 信号生成手段または第 2混合映像信号生成手段により生成された混合映像信号を 出力する出力手段と、を備えていることを特徴とする。
[0009] この構成によれば、入力された n種類の映像信号の輝度率の合計力 所定のダイ ナミックレンジを超えな ヽ場合は、各映像信号の輝度値を合計して混合映像信号を 生成するため、低い輝度率に調節された映像信号を混合しても、映像が不明瞭にな ることがない。また、輝度率の合計が、所定のダイナミックレンジを超える場合は、各 映像信号の輝度値を補正する輝度値補正処理を行うため、高い輝度率に調節され た映像信号を混合することも可能である。すなわち、各映像信号の輝度率を制限なく 調節できると共に画質を低下させることなぐ複数の映像信号を混合することができる 。なお、輝度値補正処理は、生成する混合映像信号の輝度値が所定のダイナミック レンジを超えないように各映像信号の輝度値を補正することとなる。なお、「映像信号 を混合する」とは、所定長さの映像を交互に組み合わせることではなぐ同一の時系 列上において複数の映像をフエーダ方式でブレンドすることを指すものである。
[0010] 上記の映像処理装置にお!、て、輝度値補正処理は、所定のダイナミックレンジを n 倍に拡大して、調節された各映像信号の輝度率に基づく輝度値を合計した仮想映 像信号を生成する処理と、仮想映像信号に含まれる全画素について、輝度値の最 小値および最大値を調査する処理と、最小値から最大値までの輝度値を、所定のダ イナミックレンジに割り当てることにより、仮想映像信号の輝度値を補正する処理と、 力 成ることが好ましい。
[0011] この構成によれば、輝度率の合計力 所定のダイナミックレンジを超える場合でも、 所定のダイナミックレンジを n倍に拡大して、各映像信号の輝度値を合計した仮想映 像信号を一旦生成し、当該仮想映像信号に含まれる全画素の輝度値のうち、最小値 力 最大値までの輝度値を所定のダイナミックレンジに割り当てるため、仮想映像信 号のコントラストを上げることができ、ひいては混合映像信号の画質を向上させること ができる。なお、この場合、輝度値を補正した仮想映像信号が、混合映像信号として 出力されることとなる。
[0012] 上記の映像処理装置にお!ヽて、輝度値補正処理は、各映像信号の輝度率を lZn 倍に補正する処理と、補正後の各映像信号の輝度値を合計した仮想映像信号を生 成する処理と、仮想映像信号に含まれる全画素について、輝度値の最小値および最 大値を調査する処理と、最小値から最大値までの輝度値を、所定のダイナミックレン ジに割り当てることにより、仮想映像信号の輝度値を補正する処理と、力 成ることが 好ましい。
[0013] この構成によれば、輝度率の合計力 所定のダイナミックレンジを超える場合でも、 各映像信号の輝度率を lZn倍に補正し、補正後の各映像信号の輝度値を合計した 仮想映像信号を生成するため、所定のダイナミックレンジを超える処理を必要としな い。したがって、プログラム処理的に無駄な作業領域を必要とせず、メモリアクセスが 簡単になるため処理速度を向上させることができる。また、本構成においても、仮想 映像信号に含まれる全画素の輝度値のうち、最小値カゝら最大値までの輝度値を所定 のダイナミックレンジに割り当てるため、仮想映像信号のコントラストを上げることがで きる。
[0014] 上記の映像処理装置にお!、て、仮想映像信号の輝度値を補正する処理による、補 正後の仮想映像信号の任意の座標における輝度値を NEW— Y (x, y)、ダイナミック レンジの最大値を DR、補正前の仮想映像信号の任意の座標における輝度値を IM G_Y (x, y)、補正前の仮想映像信号の最大輝度値を MAX— Y、補正前の仮想映 像信号の最小輝度値を ΜΙΝ— Υ、としたとき、補正後の仮想映像信号の任意の座標 における輝度値は、計算式「NEW— Y (x, y) = DR * (IMG— Y (x, y)— MIN— Y ) / (MAX— Y— MIN— Y)」によって算出され、補正前の仮想映像信号の最小輝 度値 MIN— Yは、その初期値として、調節された各映像信号の輝度率の合計値に 比例した値が設定されることが好ま 、。
[0015] 例えば、仮想映像信号の最小輝度値 MIN—Yの初期値を定数としたり、仮想映像 信号に含まれる最初の画素の輝度値としたりすると、仮想映像信号の最大輝度値 M AX— Yと等しくなる場合があり(例えば単一色の映像 (画像)の場合など)、計算不能 となってしまう。また、最小輝度値 MIN— Yを、仮想映像信号に含まれる最初の画素 の輝度値とすると大きすぎる値になる場合もあり(例えば色数が少な 、映像 (画像)の
場合など)、調節された輝度率の合計がダイナミックレンジを超えない場合と超えた場 合の混合映像信号の見え方が極端に違うものとなってしまう。しカゝしながらこの構成 によれば、各映像信号の輝度率の合計値に比例した値を最小輝度値の初期値とし て設定するため、上記のような問題を全て解決することができる。
[0016] 本発明のプログラムは、コンピュータを、上記の映像処理装置における各手段とし て機能させるためのものであることを特徴とする。
[0017] このプログラムにより、輝度率の設定に制限がなぐし力も画質を低下させずに複数 の映像信号を混合させ得る映像処理装置を実現することができる。
図面の簡単な説明
[0018] [図 1]本発明の一実施形態に係る映像処理システムのシステム構成である。
[図 2]映像処理装置のブロック図である。
[図 3]映像処理装置に備えられたユーザインターフェースを示す図である。
[図 4]混合映像信号出力処理を示すフローチャートである。
[図 5]輝度値補正処理 1を示すフローチャートである。
[図 6]仮想映像信号の輝度値を補正するための計算式を示す図である。
[図 7]上記計算式の問題点を説明するための図である。
[図 8]上記計算式に用いられる仮想映像信号の最小輝度値の初期値と、調節された 各映像信号の輝度率の合計値との関係を示すグラフである。
[図 9]本発明の第 2実施形態に係る輝度値補正処理 2を示すフローチャートである。 符号の説明
[0019] 10 : DVDプレーヤ, 20 :映像処理装置, 22 : CPU, 23 :ビデオコントロールデバイ ス, 30 :モニター, Bl〜4 :輝度率表示部, D1〜D4 :映像表示部, Dm:混合映像表 示部, F:フエーダ, SY:映像処理システム
発明を実施するための最良の形態
[0020] 以下、本発明の一実施形態に係る映像処理装置およびプログラムについて、添付 図面を参照しながら詳細に説明する。図 1 (a)は、本発明の映像処理装置 20を適用 した映像処理システム SYのシステム構成図である。映像処理システム SYは、映像処 理装置 20に入力するための映像信号(映像信号 l〜n,但し nは n≥ 2となる整数)を
生成する 1台以上の DVDプレーヤ 10 (同図では、 1台のみ図示)と、当該 1台以上の DVDプレーヤ 10から複数種類の映像信号を入力し、これらを混合すること〖こよって 混合映像信号を生成する映像処理装置 20と、映像処理装置 20から出力された混合 映像信号を表示 (再生)するモニター 30と、力ら成る。映像処理装置 20の一例として は、例えばクラブ等において、ビートの効いた音楽に合わせてモニターに映像を映し 出すために用いられる VJ機器等が挙げられる。
[0021] なお、映像処理装置 20に入力するための映像信号を生成するための装置としては 、 DVDプレーヤ 10に限らず、他の装置(各種映像機器やパーソナルコンピュータな ど)であっても良い。また、映像処理装置 20に、 DVDプレーヤ 10の機能を内蔵させ ても良い。さら〖こ、映像信号は、動画であっても良いし静止画であっても良い。
[0022] 図 1 (b)は、映像処理装置 20の簡易構成図である。映像処理装置 20は、その主要 構成要素として、フエ一ダ?、 CPU22およびビデオコントロールデバイス 23を有して いる。フエーダ Fは、その操作子 Faをユーザが移動させることにより各映像信号の輝 度率を調節するものである。なお、「映像信号」とは、 1画面(1画像)を表示するため の信号を意味する。また、「各映像信号の輝度率」とは、各映像信号に含まれる画素 (NTSC方式の場合 345600画素、 PAL方式の場合 414720画素)の元々の輝度 値に掛け合わせる割合を意味する。
[0023] CPU22は、フ ーダ Fの移動部材の位置に応じて発生するフ ーダ位置信号に基 づ ヽて各映像信号の輝度率情報を生成し、これをビデオコントロールデバイス 23に 出力する。また、この他 CPU22は、ユーザの操作に基づく情報管理や、外部装置と の信号の入出力など、映像処理装置 20の統括制御を行う。
[0024] ビデオコントロールデバイス 23は、 CPU22から入力された輝度率情報に基づいて 、各映像信号の輝度率を調整し、当該調整に基づいて各映像信号に含まれる各画 素の輝度値を補正する。また、補正後の各映像信号の輝度値を混合して混合映像 信号を生成し、モニター 30等に出力する。また、この他ビデオコントロールデバイス 2 3は、各映像信号をバッファリングし、上記の輝度率調整を始めとした各種映像処理( 特殊効果など)のフィルタリングを行 ヽ、各映像信号の混合 (ブレンド)や同期合わせ を行う。
[0025] 次に、図 2のブロック図を参照し、映像処理装置 20の制御構成について説明する。 同図に示すように、映像処理装置 20は、入力手段 210、輝度率調節手段 220、輝度 率合計判別手段 230、混合映像信号生成手段 240および出力手段 250を有してい る。入力手段 210および出力手段 250は、不図示の映像信号入出力インターフエ一 ス(一般的なビデオ入出力端子であるコンポジット端子、コンポーネント端子、 S-VIDE 0端子など。あるいは入力として特殊なもので USBから映像を取り込む構造など)に より、その主要部が構成される。また、輝度率調節手段 220はフエーダ F (図 1参照) により、また輝度率合計判別手段 230および混合映像信号生成手段 240は、 CPU2 2およびビデオコントロールデバイス 23により、その主要部が構成される。
[0026] 入力手段 210は、 1台以上の DVDプレーヤ 10から、 n種類(但し nは、 n≥2となる 整数)の映像信号を入力するものである。つまり、 1台の DVDプレーヤ 10から、複数 種類の映像信号が入力されても良いが、同一の映像に基づく複数の映像信号が入 力される場合、映像種類が同一であっても、異なる入力インターフェースカゝら入力さ れることとなるため、異種類の映像信号であるものとして取り扱う。
[0027] 輝度率調節手段 220は、ユーザがフエーダ Fを用いて、入力手段 210により入力さ れた各映像信号の輝度率を調節するためのものである。本実施形態では、各フ ー ダ Fが 0〜 100%の範囲で、輝度率を調整できるものとする。
[0028] 輝度率合計判別手段 230は、輝度率調節手段 220により調節された各映像信号 の輝度率の合計力 所定のダイナミックレンジを超える力否かを判別するものである。 本実施形態では、「所定のダイナミックレンジ」 = [0〜255]の 256段階(8bit= lbyte )で表されるものとする。
[0029] 混合映像信号生成手段 240は、 n種類の映像信号を混合した混合映像信号を生 成するものであり、第 1混合映像信号生成手段 241と、第 2混合映像信号生成手段 2 42とから成る。前者の第 1混合映像信号生成手段 241は、輝度率合計判別手段 23 0の判別結果により、各映像信号の輝度率の合計が所定のダイナミックレンジ( lbyte )を超えないと判定された場合、すなわち輝度率の合計が 100%を超えない場合に、 調節された輝度率に基づく各映像信号の輝度値を合計することにより、混合映像信 号を生成する。また、後者の第 2混合映像信号生成手段 242は、輝度率合計判別手
段 230の判別結果により、各映像信号の輝度率の合計が所定のダイナミックレンジ( lbyte)を超えると判定された場合、すなわち輝度率の合計が 100%を超える場合に 、各映像信号の輝度値を補正する輝度値補正処理を行い、当該輝度値補正処理の 補正結果に基づいて、混合映像信号を生成する。輝度値補正処理については、後 に詳述する。
[0030] 出力手段 250は、第 1混合映像信号生成手段 241または第 2混合映像信号生成 手段 242により生成された混合映像信号を、モニター 30等に出力するものである。 但し、入力手段 210により、 1種類の映像信号しカゝ入力されていない場合は、混合映 像信号ではなぐビデオコントロールデバイス 23により映像処理が施された処理後の 映像信号を出力することとなる。
[0031] 次に、図 3の平面図を参照し、映像処理装置 20に備えられたユーザインターフエ一 スについて説明する。ここでは、 4つの映像信号をチャンネル 1〜4に入力可能な映 像処理装置 20を例示する。同図に示すように、映像処理装置 20は、その筐体上面 に、チャンネル 1〜4に対応する 4つのフエーダ F (F1〜F4)と、各チャンネルに入力 された映像信号に基づく映像を表示する映像表示部 D1〜D4と、各フエーダ Fによつ て設定されている輝度率を示す輝度率表示部 B1〜B4と、混合映像信号に基づく映 像を表示する混合映像表示部 Dmと、を備えている。
[0032] 輝度率表示部 B1〜B4に示すように、図示の状態では、チャンネル 1〜チャンネル 4に入力されている映像信号の輝度率力 それぞれ 50%、 50%、 100%、 0%である ので、チャンネル 4に入力されている映像信号 (D4)は、混合映像表示部 Dmに表示 されないが、チャンネル 3に入力されている映像信号 (D3)は 100%の輝度率に基づ く輝度値で、またチャンネル 1および 2に入力されている映像信号 (Dl, D2)はそれ ぞれ 50%の輝度率に基づく輝度値で混合されて、混合映像表示部 Dmに表示され る。
[0033] 次に、図 4のフローチャートを参照し、上記のユーザインターフェース(図 3参照)を 有する映像処理装置 20の混合映像信号出力処理について説明する。ユーザによる フエーダ F1〜F4の操作により各映像信号の輝度率が調節されると(S01,輝度率調 節手段 220)、その輝度率の合計が 100% (所定のダイナミックレンジ)を超えるか否
かを判別する(S02,輝度率合計判別手段 230)。ここで、 100%を超えないと判定し た場合は(S02 :No)、チャンネル 1〜4の 4つの映像信号の輝度値を合計することに より、混合映像信号を生成する (S03,第 1混合映像信号生成手段 241)。例えば、 チャンネル 1〜4の全て力 20%の輝度率に設定されたような場合である。
[0034] 一方、 100%を超えると判定した場合は(S02 : Yes)、単純に 4つの映像信号の輝 度値を合計するとオーバーフローしてしまうため、輝度値補正処理の後、混合映像信 号を生成する(S04,第 2混合映像信号生成手段 242)。輝度値補正処理について は、図 5のフローチャートにて説明する。最後に、 S03または S04にて生成された混 合映像信号を出力する(S05,出力手段 250)。
[0035] 次に、図 5のフローチャートを参照し、上記の S04にて実行される輝度値補正処理 1について説明する。まず、チャンネル 1〜4の 4つの映像信号の輝度値を合計し、仮 想映像信号を生成する(S 11)。すなわち、ダイナミックレンジを 4倍 (n倍)にし、各フ エーダ Fの設定値 (輝度率)に基づ!/、て調節した各映像信号の輝度値を合計すること により仮想映像信号を生成する。
[0036] 続、て、仮想映像信号に含まれる全画素にっ 、て、輝度値の最小値および最大値 を調査し (S 12)、当該最小値力 最大値までの輝度値が所定のダイナミックレンジ [ 0〜255]の 256段階となるように、仮想映像信号の輝度値を補正する(S 13)。なお 、図 4のフローチャートにおいて、 S04の工程で生成される混合映像信号は、この補 正後の仮想映像信号に相当する。
[0037] つまり、輝度値補正処理とは、輝度コントラストを上げるため(画質を向上させるため )の画像最適化処理に相当するものである。したがって、最小値から最大値までの輝 度値が [0〜255]となるような輝度補正比率(映像信号の各画素の輝度値をヒストグ ラム化し、当該ヒストグラム力 得られた最小値力 最大値を 256段階になるように割 り当てるための比率)を求め、当該輝度補正比率に基づいて、仮想映像信号の各画 素を輝度補正することにより、色とびのない混合映像信号を生成することができる。
[0038] 図 6 (a)は、その仮想映像信号の各画素を輝度補正するための計算式「NEW—Y
(X, y) =DR* (IMG— Y(x, y) MIN— Y) Z (MAX— Y— MIN— Y)」を示した ものである。ここで、「DRZ (MAX Y-MIN Y)」力、上記の輝度補正比率に相
当する。
[0039] なお、 4つのチャンネル(CH1〜CH4)の輝度率が、全て 100%に調節された場合 、各映像信号の任意の座標 (X, y)における輝度値を、 CHl_Y(x, y) , CH2_Y( x, y) , CH3_Y(x, y) , CH4— Y(x, y)とすると、仮想映像信号の任意の座標 (x, y)における輝度値(IMG— Y(x, y) )は、「IMG— Y(x, y) =CHl_Y(x, y) +CH 2_Y(x, y) +CH3— Y(x, y) +CH4— Y(x, y)」となる。
[0040] ところで、上記の計算式を用いて仮想映像信号の各画素を輝度補正した場合、以 下のような問題点が発生する。
ケース 1:仮想映像信号の最大輝度値 (MAX— Y)と、仮想映像信号の最小輝度 値 (MIN_Y)が等しくなる場合
ケース 2:仮想映像信号の最小輝度値 (MIN— Y)が大きすぎる値となる場合
[0041] ケース 1の問題は、単一色の映像 (画像)の場合などに発生するものであり、上記の 計算式の分母力^ (ゼロ)となるため、計算不能となってしまう。また、ケース 2の問題 は、色数が少ない映像 (画像)の場合などに発生するものであり、仮想映像信号の最 小輝度値を持つ画素がダイナミックレンジに割り当てられたときに 0にシフトされるた め、輝度が失われてしまう(黒色となってしまう)。これにより、輝度率合計が 100%の ときに生成される混合映像信号と、 101%のときに生成される混合映像信号とが極端 に違った映像となってしまうといった問題がある。
[0042] 図 7は、ケース 2の問題点を説明するための図である。例えば、チャンネノレ 1に赤色 系の濃淡の異なる 2色の映像信号 (図示では、左半分が濃い赤色、右半分が薄い赤 色を示している)を入力し、チャンネル 2に青色系 1色の映像信号を入力した場合を 想定する(映像表示部 D1がチャンネル 1、映像表示部 D2がチャンネル 2に入力され た映像信号に基づく映像を示している)。ここで、チャンネル 1の輝度率を 100%、チ ヤンネル 2の輝度率を 1%にして、輝度補正処理を行うと、仮想映像信号の最小輝度 値を持つ画素は全て 0にシフトされるため、混合映像表示部 Dmには、濃い赤色の領 域 (左半分の領域)が全て黒色に変化した混合映像信号に基づく映像が表示される
[0043] このような問題 (ケース 1およびケース 2)の解決策として、仮想映像信号の最小輝
度値の初期値に、ある定数を与えることが考えられる力 この場合もケース 1のように 、仮想映像信号の最大輝度値 (MAX— Y)と最小輝度値 (MIN— Y)が等しくなる場 合が発生するため、有効な解決策とはならない。
[0044] そこで、本実施形態では、図 6 (b)に示すように、仮想映像信号の最小輝度値の初 期値として、調節された各映像信号の輝度率の合計値 [R]に比例した値が設定され るようになっている。なお、仮想映像信号の最大輝度値の初期値は、所定のダイナミ ックレンジの最大値である [255]が設定される。すなわち、仮想映像信号は、ダイナ ミックレンジ力 倍となっているため、各画素の輝度値は [0〜 1023]となり、 [255]以 上の値を検出した場合は、その値が仮想映像信号の最大輝度値の初期値に代入さ れる。
[0045] 図 8は、調節された各映像信号の輝度率の合計値 [R]と、設定される仮想映像信 号の最小輝度値との関係を示すグラフである。このように、合計値 [R]の値に応じて、 [0〜165]程度の値を、仮想映像信号の最小輝度値 (MIN— Y)として与えることで 、上記のケース 1およびケース 2の問題を効果的に解決することができる。すなわち、 算出された仮想映像信号の最小輝度値以上の最小輝度値が仮想映像信号中の画 素に存在したとしても、上記初期値が代入される。
[0046] 以上、説明したとおり、本実施形態によれば、入力された n種類の映像信号の輝度 率の合計が、所定のダイナミックレンジを超えない場合は、各映像信号の輝度値を合 計して混合映像信号を生成するため、低い輝度率に調節された映像信号を混合して も、映像が不明瞭になることがない。
[0047] 一方、輝度率の合計力 所定のダイナミックレンジを超える場合は、各映像信号の 輝度値を補正する輝度値補正処理を行うため、高 ヽ輝度率に調節された映像信号 を混合することも可能である。また、この場合、輝度値補正処理では、所定のダイナミ ックレンジを n倍に拡大して、各映像信号の輝度値を合計した仮想映像信号をー且 生成し、当該仮想映像信号に含まれる全画素の輝度値のうち、最小値から最大値ま での輝度値を所定のダイナミックレンジに割り当てるため、仮想映像信号のコントラス トを上げることができ、ひいては混合映像信号の画質を向上させることができる。
[0048] すなわち、本実施形態の映像処理装置 20は、各映像信号の輝度率を制限なく調
節できると共に画質を低下させることなぐ複数の映像信号を混合することができる。 したがって、クラブ等において用いられる VJ機器に適用されても、不明瞭な混合映像 を表示することがなぐ会場の雰囲気を損ねることもない。また、各映像信号の輝度率 は、それぞれ 0〜 100%まで設定可能であるため、 VJ機器を利用する VJにとつて、微 妙な映像ニュアンスを表現でき、使い勝手が良い。
[0049] 次に、図 9のフローチャートを参照し、本発明の第 2実施形態について説明する。第 1実施形態の輝度値補正処理 1では、ダイナミックレンジを 4倍 (n倍)にして仮想映像 信号を生成するものとしたが(図 5の S11参照)、本実施形態では、ダイナミックレンジ を拡大しないで、仮想映像信号を生成する点で異なる。以下、輝度値補正処理 1と 異なる点を中心に、輝度値補正処理 2について説明する。
[0050] 図 9に示すように、本実施例では、まず各映像信号の輝度率が最大 25%となるよう に、チャンネル 1〜4の 4つの映像信号の輝度率を 1Z4倍(lZn倍)に縮小すること により、各映像信号の輝度率を補正する(S21)。続いて、補正後の各映像信号に含 まれる各画素の輝度値を合計して、仮想映像信号を生成する(S22)。
[0051] なお、仮想映像信号生成後の処理(S23および S 24)は、図 5の S12および S13の 処理 (仮想映像信号の最小値から最大値までの輝度値を、ダイナミックレンジ [0〜2 55]に再割り当てする処理)と同様であるため、説明を省略する。但し、この場合は、 仮想映像信号の最小輝度値 (MIN— Y)の初期値と、最大輝度値 (MAX— Y)の初 期値についても、 lZn倍された値となる。
[0052] 本実施例によれば、輝度率の合計が所定のダイナミックレンジを超える場合でも、 各映像信号の輝度率を lZn倍に補正し、補正後の各映像信号の輝度値を合計した 仮想映像信号を生成するため、所定のダイナミックレンジを超える処理を必要としな い (バイト型変数で表現できる範囲で処理ができる)。したがって、プログラム処理的 に無駄な作業領域を必要とせず、メモリアクセスが簡単になるため処理速度を向上さ せることができる。また、本実施においても、仮想映像信号に含まれる全画素の輝度 値のうち、最小値力 最大値までの輝度値を所定のダイナミックレンジに割り当てるた め、混合映像信号の画質向上を図ることができる。
[0053] なお、上記の 2つの実施形態では、 4つの映像信号を入力する場合にっ 、て説明
したが、 2つ以上 (複数)の映像信号を入力する場合であれば、本発明を適用可能で ある。また、 VJ機器以外にも、複数の映像信号を入力し、これらをブレンド可能な装 置やプログラム(映像ミキサー、映像コントローラ、映像処理アプリケーションなど)に、 本発明を適用可能である。
[0054] また、上記の例に示した映像処理装置 20における各部、並びに各機能をプロダラ ムとして提供することも可能である。また、そのプログラムを記録媒体(図示省略)に格 納して提供することも可能である。記録媒体としては、 CD— ROM、フラッシュ ROM 、メモリカード (コンパクトフラッシュ(登録商標)、スマートメディア、メモリースティック 等)、コンパクトディスク、光磁気ディスク、デジタルバーサタイルディスク、フレキシブ ルディスクおよびノヽードディスク等を利用することができる。
[0055] また、上述した実施例によらず、映像処理システム SYのシステム構成、映像処理装 置 20の装置構成や処理工程等について、本発明の要旨を逸脱しない範囲で、適宜 変更も可能である。
Claims
[1] n種類 (但し nは、 n≥ 2となる整数)の映像信号を入力する入力手段と、
入力された前記各映像信号の輝度率を調節するための輝度率調節手段と、 調節された前記各映像信号の輝度率の合計が、所定のダイナミックレンジを超える か否かを判別する輝度率合計判別手段と、
前記各映像信号の輝度率の合計が、前記所定のダイナミックレンジを超えな ヽ場 合、前記各映像信号の輝度値を合計することにより、前記 n種類の映像信号を混合し た混合映像信号を生成する第 1混合映像信号生成手段と、
前記各映像信号の輝度率の合計が、前記所定のダイナミックレンジを超える場合、 前記各映像信号の輝度値を補正する輝度値補正処理を行!ヽ、当該輝度値補正処 理の補正結果に基づ!/、て、前記混合映像信号を生成する第 2混合映像信号生成手 段と、
前記第 1混合映像信号生成手段または前記第 2混合映像信号生成手段により生 成された前記混合映像信号を出力する出力手段と、
を備えて!/ヽることを特徴とする映像処理装置。
[2] 前記輝度値補正処理は、
前記所定のダイナミックレンジを n倍に拡大して、調節された前記各映像信号の輝 度率に基づく輝度値を合計した仮想映像信号を生成する処理と、
前記仮想映像信号に含まれる全画素にっ 、て、輝度値の最小値および最大値を 調査する処理と、
前記最小値から前記最大値までの輝度値を、前記所定のダイナミックレンジに割り 当てることにより、前記仮想映像信号の輝度値を補正する処理と、から成ることを特 徴とする請求項 1に記載の映像処理装置。
[3] 前記輝度値補正処理は、
前記各映像信号の輝度率を lZn倍に補正する処理と、
補正後の前記各映像信号の輝度値を合計した仮想映像信号を生成する処理と、 前記仮想映像信号に含まれる全画素にっ 、て、輝度値の最小値および最大値を 調査する処理と、
前記最小値から前記最大値までの輝度値を、前記所定のダイナミックレンジに割り 当てることにより、前記仮想映像信号の輝度値を補正する処理と、から成ることを特 徴とする請求項 1に記載の映像処理装置。
[4] 前記仮想映像信号の輝度値を補正する処理による、補正後の前記仮想映像信号 の任意の座標における輝度値を NEW— Y (x, y)、
前記所定のダイナミックレンジの最大値を DR、
補正前の前記仮想映像信号の任意の座標における輝度値を IMG— Y (x, y)、 補正前の前記仮想映像信号の最大輝度値を MAX— Y、
補正前の前記仮想映像信号の最小輝度値を ΜΙΝ—Υ、としたとき、
補正後の前記仮想映像信号の任意の座標における輝度値は、
計算式「NEW— Y (x, y) = DR * (IMG— Y (x, y) MIN— Y) Z (MAX— Y—
MIN— Y)」によって算出され、
補正前の前記仮想映像信号の最小輝度値 MIN— Yは、その初期値として、調節さ れた前記各映像信号の輝度率の合計値に比例した値が設定されることを特徴とする 請求項 2または 3に記載の映像処理装置。
[5] コンピュータを、請求項 1ないし 4のいずれ力 1項に記載の映像処理装置における 各手段として機能させるためのプログラム。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2006-085608 | 2006-03-27 | ||
| JP2006085608 | 2006-03-27 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2007111069A1 true WO2007111069A1 (ja) | 2007-10-04 |
Family
ID=38541000
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2007/053523 Ceased WO2007111069A1 (ja) | 2006-03-27 | 2007-02-26 | 映像処理装置およびプログラム |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2007111069A1 (ja) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9338389B2 (en) | 2011-10-20 | 2016-05-10 | Dolby Laboratories Licensing Corporation | Method and system for video equalization |
| JP2016181744A (ja) * | 2015-03-23 | 2016-10-13 | 日本電信電話株式会社 | 動画像埋め込み装置、方法、及びプログラム |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000078467A (ja) * | 1998-06-18 | 2000-03-14 | Sony Corp | 画像合成方法 |
| JP2002354372A (ja) * | 2001-05-25 | 2002-12-06 | Sony Corp | 表示制御装置および方法、記録媒体、並びにプログラム |
| JP2004289742A (ja) * | 2003-03-25 | 2004-10-14 | Yamaha Corp | 映像加工パラメータ設定装置 |
-
2007
- 2007-02-26 WO PCT/JP2007/053523 patent/WO2007111069A1/ja not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000078467A (ja) * | 1998-06-18 | 2000-03-14 | Sony Corp | 画像合成方法 |
| JP2002354372A (ja) * | 2001-05-25 | 2002-12-06 | Sony Corp | 表示制御装置および方法、記録媒体、並びにプログラム |
| JP2004289742A (ja) * | 2003-03-25 | 2004-10-14 | Yamaha Corp | 映像加工パラメータ設定装置 |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9338389B2 (en) | 2011-10-20 | 2016-05-10 | Dolby Laboratories Licensing Corporation | Method and system for video equalization |
| US9667910B2 (en) | 2011-10-20 | 2017-05-30 | Dolby Laboratories Licensing Corporation | Method and system for video equalization |
| JP2016181744A (ja) * | 2015-03-23 | 2016-10-13 | 日本電信電話株式会社 | 動画像埋め込み装置、方法、及びプログラム |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN108882028B (zh) | 视频信号的处理方法及装置 | |
| US7518659B2 (en) | Video mixer apparatus | |
| JP6604556B2 (ja) | 再生装置、変換装置、再生方法、および、コンピュータプログラム | |
| US10382696B2 (en) | Motion video output for multiple displays | |
| JP5991502B2 (ja) | 変換方法および変換装置 | |
| CN101076087B (zh) | 图像校正电路、图像校正方法和图像显示器 | |
| CN109076231B (zh) | 对hdr图片编码的方法和设备、对应的解码方法和解码设备 | |
| TWI387318B (zh) | 影像校正電路、影像校正方法以及影像顯示器 | |
| US20140233914A1 (en) | Image appearance framework and applications for digital image creation and display | |
| JP2020154609A (ja) | 情報処理装置および情報処理方法 | |
| JP2004282599A (ja) | 画像表示装置、画像表示方法、プログラム、および記録媒体 | |
| US10152945B2 (en) | Image processing apparatus capable of performing conversion on input image data for wide dynamic range | |
| CN101321298B (zh) | 色域分量分析装置、分析色域分量的方法 | |
| CN114782250A (zh) | 视频图像处理方法、装置、电子设备及存储介质 | |
| US11094286B2 (en) | Image processing apparatus and image processing method | |
| CN107534763B (zh) | 自适应色彩等级插值方法和设备 | |
| WO2007111069A1 (ja) | 映像処理装置およびプログラム | |
| US20050104987A1 (en) | Characteristic correcting device | |
| JP6640353B2 (ja) | 映像表示装置、テレビジョン受像機、送信装置、制御プログラム及び記録媒体 | |
| US8446496B2 (en) | Knee correction device and knee correction method | |
| JP2006228184A (ja) | 動的画像コントラスト処理装置 | |
| JP2008193645A (ja) | 明るさ補正装置、その方法、および、表示装置 | |
| US20090052773A1 (en) | Color converting apparatus, program, image display device, and mobile terminal device | |
| TWI327868B (en) | Image processing method | |
| CN100511415C (zh) | 影像播放装置、系统及方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 07737376 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| NENP | Non-entry into the national phase |
Ref country code: JP |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 07737376 Country of ref document: EP Kind code of ref document: A1 |