The present invention relates to the field of video signal processing, and, more particularly, to video signal test and measurement systems and related methods.
Various types of devices have traditionally been used in video applications for signal testing and monitoring purposes. One such device is the waveform monitor, which is a specialized form of oscilloscope used to measure and display the level or voltage of a video signal (i.e., luminance) with respect to time. This level may be used for calibrating a video camera, for example, as well as other uses. Another important device is the vectorscope, which is another specialized form of oscilloscope that is used to visualize chrominance components of a video signal.
As television and other video formats transition to the digital domain, the need for digital (i.e., computer-based) testing and monitoring tools has increased. Yet, typical video monitoring tools often fall short of the level of information that can be provided with analog devices such as waveform monitors and vectorscopes. As a result, certain approaches have been developed in an attempt to replicate video signal analysis capabilities of analog devices in digital video platforms.
By way of example, one such digital video signal testing and monitoring platform is the Omnitek XR from Image Processing Techniques Ltd. of the UK. Waveform generation algorithms are used to give user-adjustable displays. Arbitrary combinations of components may be displayed simultaneously, such as YRGB and vectorscope, or YCbCr and Composite. The continuously variable H and V magnification and Y range may be set via a region-of-interest control. The vectorscope is scalable, and may also operate on a selected region-of-interest. Further, a “luma qualification mode” enables the vectorscope to display chroma values within a specific luma range.
While such devices have begun to provide waveform monitor and vectorscope views, further enhancements to the capabilities of such digital waveform monitor and vectroscope simulators may be desirable to more closely approximate the actual output of their analog counterparts in some applications.
In view of the foregoing background, it is therefore an object of the present invention to provide video monitoring devices with enhanced testing and monitoring features and related methods.
This and other objects, features, and advantages are provided by a video monitoring device which may include an input for a video input signal, a display, and a video processor coupled to the input and the display. The video processor may be for obtaining from the video input signal at least one parametric signal defining a curve, calculating derivative values for the curve, and displaying pixel intensity values on the display based upon the derivative values so that more rapidly changing portions of the curve appear dimmer and more slowly changing portions of the curve appear brighter. As such, the video monitoring device may advantageously provide a digital or computer-based monitoring platform that more accurately approximates the outputs of traditional analog waveform monitors and/or vectorscopes, for example.
More particularly, the video processor may further perform an accumulation so that each displayed pixel intensity value is based upon a current pixel intensity value and at least one prior pixel intensity value. By way of example, the video processor may include a frame buffer for performing the accumulation. In addition, the video processor may further perform an intensity modulation so that each displayed pixel intensity value is based upon a modulated derivative value.
The video processor may further display the video signal on the display. Additionally, the video processor may perform the calculating and displaying in real-time with respect to the at least one parametric signal. The video processor may include a Graphics Processing Unit (GPU), for example. Also by way of example, the at least one parametric signal may include one or more luma and/or chroma components.
A related video processing method may include obtaining at least one parametric signal defining a curve from a video input signal, and calculating derivative values for the curve. The method may further include displaying pixel intensity values on a display based upon the derivative values so that more rapidly changing portions of the curve appear dimmer and more slowly changing portions of the curve appear brighter.
The present invention will now be described more fully hereinafter with reference to the accompanying drawings, in which preferred embodiments of the invention are shown. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. Like numbers refer to like elements throughout, and prime notation is used to indicate similar elements or steps in alternate embodiments.
Generally speaking, components of a video signal, such a luma and chroma components, define parametric curves in which the line is parametric over some non-spatial quantity, such as time, and may cross over itself (or coincide with itself) at any number of places. Thus, when these curves are rendered in line graph form on a waveform monitor or vectorscope, for example, locations where the line crosses over itself will appear brighter (because this section is being illuminated more often by the electron beam). Additionally, in those locations where the curve changes more rapidly, the phosphors will appear dimmer (because the beam remains on the phosphor a shorter amount of time), and vice-versa.
While these subtleties are readily apparent to the skilled artisan on traditional analog waveform monitors and vectorscopes, they typically do not translate to computer or digitally-based waveform simulation tools. Referring initially to
A plot of x horizontally vs. luminance (Y) vertically may be expressed as a linear combination of red (r), green (g), and blue (b). A digitally-generated plot 62 (i.e., a simulated waveform monitor view) of this luminance function using a simple prior art line graph technique shows lines of full intensity, as seen in the upper left quadrant of the screen 60. The plot 62 does not capture the information of the time at any point on the curve as would a waveform monitor output, since any point at which the curve crosses the pixel value will be fully saturated. A vectorscope view 63 of the red and blue chroma components Cr, Cb of the input video signal 61 that is generated using the same technique is shown in the upper right quadrant. Again, since every point at which the functions cross is fully saturated, the varying intensity level that would otherwise have been present on an analog vectorscope is lost. The lower right quadrant of the screen 60 is not used in the illustrated example.
Turning to
Referring more particularly to
The GPU 32 also illustratively includes a derivative module 35 downstream from the signal splitter 34 for generating derivates dY(x), dCb(x), and dcr(x) of the respective Y, Cb, and Cr components. It should be noted that in some embodiments the derivative module 35 (or other component) may first convert the Y, Cb, and Cr components to color spare (i.e., RGB) prior to performing the derivative and subsequent operations discussed below, as will be appreciated by those skilled in the art. As noted above, in a parametric function plot of position vs. time on a classical waveform monitor scope (i.e., with an electron beam illuminating phosphor), the rate of change of position of the beam is related to how much time the electron beam illuminates the phosphor, and in turn how intense the glow of the phosphor is. Where the curve changes value slowly over time, the glow is more intense, and where the curve changes value quickly, the glow is less intense. Taking the first derivative of the parametric curve of the components Y, Cb, and Cr with respect to time and using it to modulate the intensity of pixels being drawn provides a relatively accurate simulation of this change in intensity as it would appear on the phosphor.
The derivative of a given curve can be pre-calculated, or it may be calculated using a GPU feature that remembers the partial derivatives of X and Y in screen space with respect to the plot of the line (which corresponds to time), as will be appreciated by those skilled in the art. By way of example, using the DirectX platform from Microsoft Corp., the partial derivatives may be calculated using the HLSL expression “fwidth(input.coord.xy),” although other platforms and approaches may also be used.
Additionally, the GPU 32 also performs an accumulation or saturation of the derivative values dY(x), dCb(x), and dCr(x) (or their equivalent RGB values) of respective signal components so that each displayed pixel intensity value is based upon a current pixel intensity value and at least one prior pixel intensity value, at Block 55′ (
The video processor 32 may further perform an intensity modulation so that each displayed pixel intensity value is based upon a modulated derivative value, at Block 56′. That is, the intensity of pixels to be displayed is modulated (multiplied) by the accumulated derivative quantity so that it is therefore scaled to the appropriate intensity on the display 33. The intensity modulator 37 provides the appropriate bitmap/raster output for the display 33, which may be a liquid crystal display (LCD), cathode ray tube (CRT) monitor, or other suitable monitor type, as will be appreciated by those skilled in the art.
The GPU may also advantageously display the original video signal along with the derivative curve values. This is illustratively shown by the Y, Cr, and Cb components being directly fed from the signal splitter 34 to the intensity modulator 37 to be included in the bitmap/raster output for the display 33. Because of the dedicated graphics processing ability of the GPU 32, the derivative calculation, accumulation, and displaying of the curve values may advantageously be performed in real-time with respect to the parametric signals Y, Cb, and Cr so that they may be displayed simulataneously on the display 33 for comparison.
Turning now to
The video processing device 30 therefore advantageously provides a computer or digitally-based broadcast, post-production, research and development, and/or manufacturing production platform which may provide side-by-side comparisons of an input video with its component waveform and vectorscope outputs, for example. Moreover, the simulated waveform and vectorscope plots more closely approximate the outputs of their analog counterparts, providing enhanced information to video engineers and technicians in a convenient multi-window display.
Many modifications and other embodiments of the invention will come to the mind of one skilled in the art having the benefit of the teachings presented in the foregoing descriptions and the associated drawings. Therefore, it is understood that the invention is not to be limited to the specific embodiments disclosed, and that modifications and embodiments are intended to be included within the scope of the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
5399947 | Washburn | Mar 1995 | A |
5600573 | Hendricks et al. | Feb 1997 | A |
5867657 | Bolosky et al. | Feb 1999 | A |
5928327 | Wang et al. | Jul 1999 | A |
6219094 | Gerlach et al. | Apr 2001 | B1 |
6243095 | Shile et al. | Jun 2001 | B1 |
6246389 | Timm | Jun 2001 | B1 |
6256419 | Nagasaka et al. | Jul 2001 | B1 |
6393163 | Burt et al. | May 2002 | B1 |
6571349 | Mann et al. | May 2003 | B1 |
6816194 | Zhang et al. | Nov 2004 | B2 |
7023488 | Szybiak et al. | Apr 2006 | B2 |
7092621 | Yoshino et al. | Aug 2006 | B1 |
7333114 | Andrews et al. | Feb 2008 | B2 |
7580067 | Kim et al. | Aug 2009 | B2 |
7636494 | Kudo | Dec 2009 | B2 |
7834780 | Sullivan et al. | Nov 2010 | B2 |
20020071029 | Zell et al. | Jun 2002 | A1 |
20040109077 | Abdellatif | Jun 2004 | A1 |
20050254440 | Sorrell | Nov 2005 | A1 |
20060098022 | Andrews et al. | May 2006 | A1 |
20060268980 | Le Dinh et al. | Nov 2006 | A1 |
20070050336 | Bugir et al. | Mar 2007 | A1 |
20070050366 | Bugir et al. | Mar 2007 | A1 |
20070050382 | Bugir et al. | Mar 2007 | A1 |
20070063961 | Kuroki | Mar 2007 | A1 |
20080031539 | Daly | Feb 2008 | A1 |
20080062091 | Stewart | Mar 2008 | A1 |
20080100697 | Baker | May 2008 | A1 |
20100090938 | Kamada et al. | Apr 2010 | A1 |
20100177221 | Lee | Jul 2010 | A1 |
20100310189 | Wakazono et al. | Dec 2010 | A1 |
20110134291 | Rueckert et al. | Jun 2011 | A1 |
Number | Date | Country |
---|---|---|
0822416 | Feb 1998 | EP |
0947838 | Oct 1999 | EP |
0962779 | Dec 1999 | EP |
WO9637785 | Nov 1996 | WO |
Entry |
---|
Evertz-MVP® —Expect the Best, Accept no Substitutes!, available at http://www.evertz.com/products/MVP. |
Evertz-MVP®, 7767VIP4-HSN & 7767VIP4-SN VIP™ Four Input Video Monitoring and Display, available at http://www-evertz.com/products/7767V1P4. |
OmniTek, Advance Measurement Technology, XR Extreme Resolution Waveform Monitor and Image Analyzer for Post-Production, 2007, available at www.omnitek.tv. |
OmniTek, Advance Measurement Technology, TQ Complete Video and Audio Monitoring for Broadcast and Transmission Quality Control, 2007, available at www.omnitek.tv. |
Avitech International Corporation, MCC-8004 Media Command Center, 2008, available at www.avitechvideo.com/media—Command8000.asp. |
Avitech International Corporation, VCC-8000 Media Command Center, 2008, available at www.avitechvideo.ccm/media—Command8000.asp. |
Evertz-MVP®—Expect the Best, Accept no Substitutes!, available at http://www.evertz.com/products/MVP, download date Mar. 21, 2008. |
Evertz-MVP®, 7767VIP4-HSN & 7767VIP4-SN VIP™ Four Input Video Monitoring and Display, available at http://www.evertz.com/products/7767VIP4, download date Mar. 21, 2008. |
Number | Date | Country | |
---|---|---|---|
20090256907 A1 | Oct 2009 | US |