US8723868B2 - Systems and methods for displaying digitized waveforms on pixilated screens - Google Patents

Systems and methods for displaying digitized waveforms on pixilated screens Download PDF

Info

Publication number
US8723868B2
US8723868B2 US12/888,802 US88880210A US8723868B2 US 8723868 B2 US8723868 B2 US 8723868B2 US 88880210 A US88880210 A US 88880210A US 8723868 B2 US8723868 B2 US 8723868B2
Authority
US
United States
Prior art keywords
boundary
line segment
pixel
rectangular line
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.)
Active, expires
Application number
US12/888,802
Other versions
US20120075307A1 (en
Inventor
Aaron James Hill
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
General Electric Co
Original Assignee
General Electric Co
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by General Electric Co filed Critical General Electric Co
Priority to US12/888,802 priority Critical patent/US8723868B2/en
Assigned to GENERAL ELECTRIC COMPANY reassignment GENERAL ELECTRIC COMPANY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HILL, AARON JAMES
Priority to JP2011198923A priority patent/JP2012068636A/en
Priority to DE102011053763A priority patent/DE102011053763A1/en
Priority to CN201110296720.3A priority patent/CN102543041B/en
Publication of US20120075307A1 publication Critical patent/US20120075307A1/en
Application granted granted Critical
Publication of US8723868B2 publication Critical patent/US8723868B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/37Details of the operation on graphic patterns
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/24Detecting, measuring or recording bioelectric or biomagnetic signals of the body or parts thereof
    • A61B5/316Modalities, i.e. specific diagnostic methods
    • A61B5/318Heart-related electrical modalities, e.g. electrocardiography [ECG]

Definitions

  • Embodiments of the present technology generally relate to digitized waveforms that are displayed on pixilated screens. Certain embodiments relate to systems and methods of displaying digitized waveforms on pixilated screens.
  • the waveform is an analog signal that does not contain discrete values, but instead is a record of smooth changes over time. To display this signal on a computer monitor requires interpreting these discrete values in such a manner as to display a continuous line on the screen. This is further complicated by the fact that the screen is itself broken into discrete points, called pixels.
  • a traditional cardiogram was plotted by means of an inked stylus moving across a piece of paper that was being dragged at a constant rate. Consequently, the baseline of the signal was thicker than the rises or falls, due to the ink flow rate being constant, but velocity changing depending on the movement of the stylus. This produced a very characteristic look that the cardiologist could use to help interpret the waveform.
  • Present systems do not provide this characteristic look, and do not allow a user to customize waveform display settings to control waveform line thicknesses. Also, present anti-aliasing techniques can require excessive processing, and may not provide desired results.
  • Embodiments of the present technology provide systems, methods and computer-readable mediums encoded with computer instructions for displaying digitized waveforms on pixilated screens.
  • a method for displaying digitized waveform data on a pixilated screen includes: retrieving waveform data that exists as a plurality of sequential samples in a buffer; associating a first sample with a first point of a screen comprising a plurality of pixels; associating a second sample that follows the first sample with a second point of the pixilated screen; determining a boundary of a rectangular line segment connecting the first point and the second point; for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, determining a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment; for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, correlating the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment with an intensity value that is then associated with the pixel; and displaying waveform data by painting pixels of the screen with the associated intensity values.
  • the boundary of the rectangular line segment is determined using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
  • a method further includes using a user interface to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
  • a method further includes using a user interface to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
  • a method further includes using a user interface to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
  • the intensity value that is associated with each pixel is correlated using an intensity value map.
  • a method further includes obtaining the waveform data using an electrocardiography device.
  • a system for displaying digitized waveform data on a pixilated screen includes: a computer processor configured to retrieve waveform data that exists as a plurality of sequential samples in a buffer, the computer processor configured to associate a first sample with a first point of a screen comprising a plurality of pixels, the computer processor configured to associate a second sample that follows the first sample with a second point of the pixilated screen, the computer processor configured to determine a boundary of a rectangular line segment connecting the first point and the second point, for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, the computer processor configured to determine a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment, for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, the computer processor configured to correlate the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment with an intensity value that is then associated with the pixel; and the screen configured
  • the computer processor is configured to determine the boundary of the rectangular line segment using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
  • a system further includes a user interface configured to allow a user to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
  • a system further includes a user interface configured to allow a user to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
  • a system further includes a user interface configured to allow a user to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
  • the computer processor is configured to use an intensity value map to correlate the intensity value with each pixel.
  • the computer processor is configured to obtain the waveform data using an electrocardiography device.
  • a non-transitory computer-readable storage medium is encoded with a set of instructions for execution on a processing device and associated processing logic, and the set of instructions includes: a first routine configured to retrieve waveform data that exists as a plurality of sequential samples in a buffer; a second routine configured to associate a first sample with a first point of a screen comprising a plurality of pixels; a third routine configured to associate a second sample that follows the first sample with a second point of the pixilated screen; a fourth routine configured to determine a boundary of a rectangular line segment connecting the first point and the second point, for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment; a fifth routine configured to determine a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment; for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, a sixth routine configured to correlate the number of subpixels within the pixel that have any portion inside the
  • the fourth routine is configured to determine the boundary of the rectangular line segment using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
  • the instructions further include an eighth routine configured to allow a user to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
  • the instructions further include an eighth routine configured to allow a user to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
  • the instructions further include an eighth routine configured to allow a user to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
  • the sixth routine is configured to use an intensity value map to correlate the intensity value with each pixel.
  • FIG. 1 illustrates a system for displaying digitized waveform data on a pixilated screen used in accordance with an embodiment of the present technology.
  • FIG. 2 depicts a user interface used in accordance with embodiments of the present technology that is configured to allow a user to customize the manner in which digitized waveform data is displayed on a pixilated screen.
  • FIG. 3 illustrates a method for displaying digitized waveform data on a pixilated screen used in accordance with an embodiment of the present technology.
  • FIG. 4 is a diagram depicting a technique for calculating a boundary of a rectangular line segment between two points used in accordance with embodiments of the present technology.
  • FIG. 5 depicts a rectangular line segment between two points laid over a pixilated screen with each pixel subdivided into subpixels used in accordance with embodiments of the present technology.
  • FIG. 6 depicts an intensity value map used in accordance with embodiments of the present technology.
  • FIG. 7 depicts digitized waveform data being displayed on a pixilated screen in accordance with embodiments of the present technology.
  • FIG. 8 depicts digitized waveform data being displayed on a pixilated screen using known methods.
  • Embodiments of the present technology generally relate to digitized waveforms that are displayed on pixilated screens. Certain embodiments relate to systems and methods of displaying digitized waveforms on pixilated screens.
  • Embodiments of the present technology provide for drawing digitized waveforms on a pixilated screen in an anti-aliased manner, with different line thickness adjustments for a horizontal line (baseline) vs. a vertical line (spike).
  • the system continuously adjusts the thickness of each line segment based on the “velocity” that a traditional stylus would have had in the pen and ink model.
  • a user interface can allow a user to set parameters within a set range to produce waveform characteristics that help them see the waveform morphology.
  • FIG. 1 illustrates a system 100 for displaying digitized waveform data on a pixilated screen used in accordance with an embodiment of the present technology.
  • System 100 includes waveform capture device 102 , computer processor 104 , user interface 106 , data storage 108 and pixilated screen 110 .
  • Waveform capture device 102 can be any device that can obtain waveform data from a subject, such as an electrocardiography device, for example.
  • Computer processor 104 can be any processing device capable of executing computer-readable code.
  • User interface 106 can include a graphical user interface, a mouse, a keyboard, a stylus and/or any other device that can allow a user to provide an input to computer processor 104 .
  • Data storage 108 can include any device capable of storing data, including data arranged in a database and/or an electronic medical record, for example.
  • Pixilated screen 110 can include a computer monitor, a LCD display and/or any other device that uses a pixilated screen to display digitized waveform data.
  • Waveform capture device 102 is operably connected to computer processor 104 , which is operably connected to user interface 106 , data storage 108 and pixilated screen 110 .
  • the elements 102 - 110 can be implemented in any combination of stand-alone components and/or integrated components.
  • FIG. 2 depicts a user interface 200 used in accordance with embodiments of the present technology that is configured to allow a user to customize the manner in which digitized waveform data is displayed on a pixilated screen.
  • user interface 200 can be operably connected to computer processor 104 .
  • User interface 200 includes radio buttons 202 , 204 , 206 , sliders 208 , 210 and 212 and display window 214 .
  • Display window 214 is configured to display a sample waveform 216 that depicts the manner in which a selected type of waveform data will be displayed on a pixilated screen.
  • Sliders 208 , 210 and 212 are configured to allow a user to change the manner in which digitized waveform data will be displayed on a pixilated screen.
  • Slider 208 is configured to allow adjustment of the width of horizontal line segments in a waveform, such that the horizontal line segments can appear thicker or thinner on a pixilated screen.
  • Slider 210 is configured to allow adjustment of the width of vertical line segments in a waveform, such that the vertical line segments can appear thicker or thinner on a pixilated screen.
  • Slider 212 is configured to allow adjustment of the overall boldness of a waveform, thereby simultaneously adjusting the widths of both horizontal and vertical line segments in the waveform, such that both the horizontal and vertical line segments can appear thicker or thinner on a pixilated screen while maintaining relative thickness of the horizontal and vertical line segments.
  • a user can move any of the sliders in order to change the above waveform display properties and the sample waveform 216 depicted in display window 214 will be updated in substantially real-time to reflect the changed waveform display properties.
  • Radio button 202 is associated with waveform data obtained using pressure sensors. Selecting radio button 202 can display a sample waveform that depicts the manner in which waveform data obtained using pressure sensors will be displayed on a pixilated screen.
  • Radio button 204 is associated with waveform data obtained using surface leads. Selecting radio button 204 can display a sample waveform that depicts the manner in which waveform data obtained using surface leads will be displayed on a pixilated screen.
  • Radio button 206 is associated with waveform data obtained using vital sign sensors. Selecting radio button 206 can display a sample waveform that depicts the manner in which waveform data obtained using vital sign sensors will be displayed on a pixilated screen.
  • waveform display settings can be saved in data storage 108 and can be associated with a user, a group of users and/or a hospital department, for example. In such embodiments, stored waveform display settings can be loaded automatically based on the user, group of users and/or hospital department.
  • FIG. 3 illustrates a method 300 for displaying digitized waveform data on a pixilated screen used in accordance with an embodiment of the present technology.
  • waveform data is obtained from a subject and digitized.
  • sensors that are pressure sensors, surface leads and/or vital sign sensors can be used in combination with an electrocardiography device in order to obtain waveform data for a patient.
  • the waveform data can be digitized such that it exists in the form of a plurality of sequential samples in a buffer. Displaying the samples in order can reproduce the waveform.
  • a first sample in a buffer is associated with a first point of a pixilated screen.
  • the first sample can be associated with coordinates (x, y) on a two-dimensional coordinate plane of a pixilated screen with a horizontal x-axis (representing time) and a vertical y-axis.
  • the first sample can be associated with coordinates coordinates (0, 0.0), and can be associated with a first point of a pixilated screen that corresponds to such a coordinate.
  • the x-coordinates are always integers
  • the y-coordinate s can be non-integers with decimal places.
  • a second sample in the buffer that is the next sequential sample after the first sample is associated with a second point of the pixilated screen.
  • a second sample in a buffer can have coordinates (1, 1.0), and can be associated with a second point of the pixilated screen that corresponds to such a coordinate.
  • sample rate which corresponds to the amount of time between obtaining data for sequential samples (measured, for example, in samples/second)
  • sweep speed which corresponds to the speed at which waveform data is displayed across a pixilated screen (measured, for example, in millimeters/second)
  • a boundary of a rectangular line segment connecting the first point and the second point of the pixilated screen can be determined.
  • rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values can be used to determine the boundary of the rectangular line segment.
  • horizontal and/or vertical line width setting values can be those selected by a user using the user interface 200 described above, or a similarly configured user interface.
  • a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment is determined.
  • the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment is correlated with an intensity value to be associated with the pixel.
  • waveform data is displayed on the pixilated screen by painting pixels with associated intensity values. An embodiment employing steps 310 - 314 is described in further detail below in connection with FIGS. 5-6 .
  • FIG. 4 is a diagram 400 depicting a technique for calculating a boundary of a rectangular line segment used in accordance with embodiments of the present technology.
  • first point (x1, y1) and second point (x2, y2) are connected by line 402 .
  • the slope of line 402 is referred to as the major slope.
  • Line 404 runs through first point (x1, y1) perpendicular to line 402 .
  • the slope of line 404 is referred to as the minor slope.
  • Points a, b, c and d are the bounding corners of the rectangular line segment, which has a width equal to the distance between a and b, which is also equal to the distance between c and d.
  • the boundary of a rectangular line segment with bounding corners a, b, c and d can be depicted graphically, representing the desired waveform segment between two points.
  • such rectangular line segments do not align perfectly with the pixels in the grid of a pixilated screen. Rather, in many instances, each pixel that has any portion inside the boundary of the rectangular line segment will not have the entire pixel inside the boundary of the rectangular line segment. It has been found that selecting an intensity value for a pixel based on the amount of the pixel that is within the boundary of the rectangular line segment can provide for improved anti-aliasing of digitized waveform data being displayed on a pixilated screen.
  • FIG. 5 depicts a rectangular line segment between two points 512 , 514 laid over a pixilated screen with each pixel 501 - 509 subdivided into subpixels.
  • the rectangular line segment with boundary 510 is between first point 512 at (1, 1.25) and second point 514 at (3, 2.375).
  • Each of the pixels 501 - 509 are square and are subdivided into 64 equally-sized, square subpixels. In other words, each pixel 501 - 509 is depicted as an 8 ⁇ 8 square including 64 equally-sized, square subpixels.
  • Each subpixel that has any portion inside boundary 510 is shaded.
  • FIG. 6 depicts an intensity value map 600 used in accordance with embodiments of the present technology.
  • Intensity value map 600 includes a lightest intensity value 602 , which can be associated with a pixel that has only one subpixel having a portion inside a boundary of a rectangular line segment.
  • Intensity value map 600 also includes a darkest intensity value 604 , which can be associated with a pixel that has all subpixels having a portion inside the boundary of the rectangular line segment.
  • Intensity value map 600 includes sixty-two other intensity values that can be associated with a pixel that has a given number of subpixels having a portion inside the boundary of the rectangular line segment.
  • pixel 501 includes ten shaded subpixels and thus would be associated with intensity value 606 from intensity value map 600 .
  • Pixel 502 includes zero shaded subpixels, and thus would be associated with no intensity value.
  • Pixel 503 includes sixteen shaded subpixels and thus would be associated with intensity value 608 from intensity value map 600 .
  • Pixel 504 includes sixty-three shaded subpixels and thus would be associated with intensity value 610 from intensity value map 600 .
  • Pixel 505 includes seven shaded subpixels and thus would be associated with intensity value 612 from intensity value map 600 .
  • Pixel 506 includes forty-eight shaded subpixels and thus would be associated with intensity value 614 from intensity value map 600 .
  • Pixel 507 includes thirty-eight shaded subpixels and thus would be associated with intensity value 616 from intensity value map 600 .
  • Pixels 508 and 509 each include five shaded subpixels and thus would be associated with intensity value 618 from intensity value map 600 .
  • the waveform data for the rectangular line segment depicted in FIG. 5 can be displayed on a pixilated screen by painting pixels 501 - 509 with the associated intensity values. The process can be repeated for subsequent rectangular line segments.
  • subsequent rectangular line segments can overlap within a given pixel.
  • a pixel may not be assigned an intensity value until both rectangular line segments are evaluated, such that subpixels included in either the first rectangular line segment and/or the second rectangular line segment will be counted as falling within a rectangular line segment.
  • a pixel will not be assigned an intensity value until all rectangular line segments that could possibly overlap with the pixel have been evaluated.
  • pixels can be subdivided into greater or fewer subpixels than in the examples herein.
  • a value intensity map can have a corresponding number of intensity value options.
  • a value intensity map can have fewer intensity value options than there are subpixels.
  • Certain embodiments of the present invention may omit one or more of the steps and/or perform the steps in a different order than the order listed in connection with FIGS. 3-6 .
  • some steps may not be performed in certain embodiments of the present invention.
  • certain steps may be performed in a different temporal order, including simultaneously, than listed above.
  • One or more of the steps of the method 300 may be implemented alone or in combination in hardware, firmware, and/or as a set of instructions in software, for example. Certain embodiments may employ the system 100 described herein including processor 104 to achieve the method steps. Certain embodiments may be provided as a set of instructions residing on a tangible, non-transitory computer-readable medium, such as a memory, hard disk, DVD, or CD, for execution on a general purpose computer or other processing device. For example, certain embodiments provide a non-transitory computer-readable storage medium encoded with a set of instructions for execution on a processing device and associated processing logic, wherein the set of instructions includes a routine(s) configured to provide the functions described in connection with the method 300 .
  • Applying the method 300 as described above, and/or in light of the techniques and systems described herein, can provide a technical effect of improving visual quality of digitized waveforms displayed on pixilated screens, and can improve user control over waveform display settings, such as horizontal and vertical line thickness.
  • Certain image data acquired, analyzed and displayed in connection with techniques described herein represent the function of human anatomy, such as the heart, for example.
  • outputting a visual display based on such data comprises a transformation of underlying subject matter (such as an article or materials) to a different state.
  • FIG. 7 depicts digitized waveform data being displayed on a pixilated screen in accordance with embodiments of the present technology.
  • FIG. 8 depicts digitized waveform data being displayed on a pixilated screen using known methods. Comparing FIG. 7 and FIG. 8 , improved visual quality that can be achieved using an embodiment of the present technology is evident.

Abstract

Systems and methods for displaying digitized waveform data on a pixilated screen are provided. Certain methods include retrieving waveform data that exists as a plurality of sequential samples in a buffer. A first sample is associated with a first point of a pixilated screen. A second sample that follows the first sample is associated with a second point of the screen. A boundary of a rectangular line segment connecting the points is determined. For each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment is determined and that number of subpixels is correlated with an intensity value that is then associated with the pixel. Waveform data is displayed by painting pixels of the screen with the associated intensity values.

Description

RELATED APPLICATIONS
[Not Applicable]
FEDERALLY SPONSORED RESEARCH OR DEVELOPMENT
[Not Applicable]
MICROFICHE/COPYRIGHT REFERENCE
[Not Applicable]
BACKGROUND OF THE INVENTION
Embodiments of the present technology generally relate to digitized waveforms that are displayed on pixilated screens. Certain embodiments relate to systems and methods of displaying digitized waveforms on pixilated screens.
Cardiologists spend much of their time looking at waveforms to determine the activity of the heart. The waveform is an analog signal that does not contain discrete values, but instead is a record of smooth changes over time. To display this signal on a computer monitor requires interpreting these discrete values in such a manner as to display a continuous line on the screen. This is further complicated by the fact that the screen is itself broken into discrete points, called pixels.
Starting with discrete waveform values for each screen location, it is possible to “connect the dots” and draw lines that form a visual representation of the signal. The initial algorithm that was used for drawing lines on a digital screen, known as the Bresenham algorithm, creates one-pixel wide lines between two points using linear-interpolation using only integers. The general outline of this algorithm has been used in drawing signal waveforms for as long as computer-assisted cardiology has been in practice. This routine runs very quickly, so at a time when processor power was very limited, this method was the most appropriate. Drawing signals using this method causes aliasing, a visual stair-step effect, because the line actually passes halfway between the pixels that are available for display. To combat this, a number of techniques exist to anti-alias waveform lines during the drawing process. These methods generally involve modulating the color of various pixels used to form the line, and require more processing in order to produce improved results.
A traditional cardiogram was plotted by means of an inked stylus moving across a piece of paper that was being dragged at a constant rate. Consequently, the baseline of the signal was thicker than the rises or falls, due to the ink flow rate being constant, but velocity changing depending on the movement of the stylus. This produced a very characteristic look that the cardiologist could use to help interpret the waveform.
Present systems do not provide this characteristic look, and do not allow a user to customize waveform display settings to control waveform line thicknesses. Also, present anti-aliasing techniques can require excessive processing, and may not provide desired results.
Thus, there is a need for improved systems and methods for displaying digitized waveforms on pixilated screens.
BRIEF SUMMARY OF THE INVENTION
Embodiments of the present technology provide systems, methods and computer-readable mediums encoded with computer instructions for displaying digitized waveforms on pixilated screens.
In certain embodiments, a method for displaying digitized waveform data on a pixilated screen includes: retrieving waveform data that exists as a plurality of sequential samples in a buffer; associating a first sample with a first point of a screen comprising a plurality of pixels; associating a second sample that follows the first sample with a second point of the pixilated screen; determining a boundary of a rectangular line segment connecting the first point and the second point; for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, determining a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment; for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, correlating the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment with an intensity value that is then associated with the pixel; and displaying waveform data by painting pixels of the screen with the associated intensity values.
In certain embodiments, the boundary of the rectangular line segment is determined using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
In certain embodiments, a method further includes using a user interface to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
In certain embodiments, a method further includes using a user interface to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
In certain embodiments, a method further includes using a user interface to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
In certain embodiments, the intensity value that is associated with each pixel is correlated using an intensity value map.
In certain embodiments, a method further includes obtaining the waveform data using an electrocardiography device.
In certain embodiments, a system for displaying digitized waveform data on a pixilated screen includes: a computer processor configured to retrieve waveform data that exists as a plurality of sequential samples in a buffer, the computer processor configured to associate a first sample with a first point of a screen comprising a plurality of pixels, the computer processor configured to associate a second sample that follows the first sample with a second point of the pixilated screen, the computer processor configured to determine a boundary of a rectangular line segment connecting the first point and the second point, for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, the computer processor configured to determine a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment, for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, the computer processor configured to correlate the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment with an intensity value that is then associated with the pixel; and the screen configured to display waveform data by painting pixels with the associated intensity values.
In certain embodiments, the computer processor is configured to determine the boundary of the rectangular line segment using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
In certain embodiments, a system further includes a user interface configured to allow a user to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
In certain embodiments, a system further includes a user interface configured to allow a user to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
In certain embodiments, a system further includes a user interface configured to allow a user to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
In certain embodiments, the computer processor is configured to use an intensity value map to correlate the intensity value with each pixel.
In certain embodiments, the computer processor is configured to obtain the waveform data using an electrocardiography device.
In certain embodiments, a non-transitory computer-readable storage medium is encoded with a set of instructions for execution on a processing device and associated processing logic, and the set of instructions includes: a first routine configured to retrieve waveform data that exists as a plurality of sequential samples in a buffer; a second routine configured to associate a first sample with a first point of a screen comprising a plurality of pixels; a third routine configured to associate a second sample that follows the first sample with a second point of the pixilated screen; a fourth routine configured to determine a boundary of a rectangular line segment connecting the first point and the second point, for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment; a fifth routine configured to determine a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment; for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, a sixth routine configured to correlate the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment with an intensity value that is then associated with the pixel; and a seventh routine configured to display waveform data by painting pixels with the associated intensity values.
In certain embodiments, the fourth routine is configured to determine the boundary of the rectangular line segment using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
In certain embodiments, the instructions further include an eighth routine configured to allow a user to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
In certain embodiments, the instructions further include an eighth routine configured to allow a user to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
In certain embodiments, the instructions further include an eighth routine configured to allow a user to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
In certain embodiments, the sixth routine is configured to use an intensity value map to correlate the intensity value with each pixel.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 illustrates a system for displaying digitized waveform data on a pixilated screen used in accordance with an embodiment of the present technology.
FIG. 2 depicts a user interface used in accordance with embodiments of the present technology that is configured to allow a user to customize the manner in which digitized waveform data is displayed on a pixilated screen.
FIG. 3 illustrates a method for displaying digitized waveform data on a pixilated screen used in accordance with an embodiment of the present technology.
FIG. 4 is a diagram depicting a technique for calculating a boundary of a rectangular line segment between two points used in accordance with embodiments of the present technology.
FIG. 5 depicts a rectangular line segment between two points laid over a pixilated screen with each pixel subdivided into subpixels used in accordance with embodiments of the present technology.
FIG. 6 depicts an intensity value map used in accordance with embodiments of the present technology.
FIG. 7 depicts digitized waveform data being displayed on a pixilated screen in accordance with embodiments of the present technology.
FIG. 8 depicts digitized waveform data being displayed on a pixilated screen using known methods.
The foregoing summary, as well as the following detailed description of embodiments of the present invention, will be better understood when read in conjunction with the appended drawings. For the purpose of illustrating the invention, certain embodiments are shown in the drawings. It should be understood, however, that the present invention is not limited to the arrangements and instrumentality shown in the attached drawings.
DETAILED DESCRIPTION OF CERTAIN EMBODIMENTS
Embodiments of the present technology generally relate to digitized waveforms that are displayed on pixilated screens. Certain embodiments relate to systems and methods of displaying digitized waveforms on pixilated screens.
Embodiments of the present technology provide for drawing digitized waveforms on a pixilated screen in an anti-aliased manner, with different line thickness adjustments for a horizontal line (baseline) vs. a vertical line (spike). In certain embodiments, the system continuously adjusts the thickness of each line segment based on the “velocity” that a traditional stylus would have had in the pen and ink model. In certain embodiments, a user interface can allow a user to set parameters within a set range to produce waveform characteristics that help them see the waveform morphology.
While embodiments described herein are discussed in connection with waveforms relating to electrocardiography, pressures, surface leads and vitals, the inventions disclosed herein are not limited to such applications. In other words, the inventions herein can be used in connection with any type of digitized waveform that is displayed on a pixilated screen.
FIG. 1 illustrates a system 100 for displaying digitized waveform data on a pixilated screen used in accordance with an embodiment of the present technology. System 100 includes waveform capture device 102, computer processor 104, user interface 106, data storage 108 and pixilated screen 110. Waveform capture device 102 can be any device that can obtain waveform data from a subject, such as an electrocardiography device, for example. Computer processor 104 can be any processing device capable of executing computer-readable code. User interface 106 can include a graphical user interface, a mouse, a keyboard, a stylus and/or any other device that can allow a user to provide an input to computer processor 104. Data storage 108 can include any device capable of storing data, including data arranged in a database and/or an electronic medical record, for example. Pixilated screen 110 can include a computer monitor, a LCD display and/or any other device that uses a pixilated screen to display digitized waveform data. Waveform capture device 102 is operably connected to computer processor 104, which is operably connected to user interface 106, data storage 108 and pixilated screen 110. In certain embodiments, the elements 102-110 can be implemented in any combination of stand-alone components and/or integrated components.
FIG. 2 depicts a user interface 200 used in accordance with embodiments of the present technology that is configured to allow a user to customize the manner in which digitized waveform data is displayed on a pixilated screen. In certain embodiments, user interface 200 can be operably connected to computer processor 104. User interface 200 includes radio buttons 202, 204, 206, sliders 208, 210 and 212 and display window 214. Display window 214 is configured to display a sample waveform 216 that depicts the manner in which a selected type of waveform data will be displayed on a pixilated screen.
Sliders 208, 210 and 212 are configured to allow a user to change the manner in which digitized waveform data will be displayed on a pixilated screen. Slider 208 is configured to allow adjustment of the width of horizontal line segments in a waveform, such that the horizontal line segments can appear thicker or thinner on a pixilated screen. Slider 210 is configured to allow adjustment of the width of vertical line segments in a waveform, such that the vertical line segments can appear thicker or thinner on a pixilated screen. Slider 212 is configured to allow adjustment of the overall boldness of a waveform, thereby simultaneously adjusting the widths of both horizontal and vertical line segments in the waveform, such that both the horizontal and vertical line segments can appear thicker or thinner on a pixilated screen while maintaining relative thickness of the horizontal and vertical line segments. In operation, a user can move any of the sliders in order to change the above waveform display properties and the sample waveform 216 depicted in display window 214 will be updated in substantially real-time to reflect the changed waveform display properties.
Each radio button is associated with a different type of waveform data. Radio button 202 is associated with waveform data obtained using pressure sensors. Selecting radio button 202 can display a sample waveform that depicts the manner in which waveform data obtained using pressure sensors will be displayed on a pixilated screen. Radio button 204 is associated with waveform data obtained using surface leads. Selecting radio button 204 can display a sample waveform that depicts the manner in which waveform data obtained using surface leads will be displayed on a pixilated screen. Radio button 206 is associated with waveform data obtained using vital sign sensors. Selecting radio button 206 can display a sample waveform that depicts the manner in which waveform data obtained using vital sign sensors will be displayed on a pixilated screen.
In certain embodiments, waveform display settings can be saved in data storage 108 and can be associated with a user, a group of users and/or a hospital department, for example. In such embodiments, stored waveform display settings can be loaded automatically based on the user, group of users and/or hospital department.
FIG. 3 illustrates a method 300 for displaying digitized waveform data on a pixilated screen used in accordance with an embodiment of the present technology. At 302, waveform data is obtained from a subject and digitized. For example, in certain embodiments, sensors that are pressure sensors, surface leads and/or vital sign sensors can be used in combination with an electrocardiography device in order to obtain waveform data for a patient. The waveform data can be digitized such that it exists in the form of a plurality of sequential samples in a buffer. Displaying the samples in order can reproduce the waveform.
At 304, a first sample in a buffer is associated with a first point of a pixilated screen. For example, the first sample can be associated with coordinates (x, y) on a two-dimensional coordinate plane of a pixilated screen with a horizontal x-axis (representing time) and a vertical y-axis. For example, the first sample can be associated with coordinates coordinates (0, 0.0), and can be associated with a first point of a pixilated screen that corresponds to such a coordinate. In certain embodiments, the x-coordinates are always integers, and the y-coordinate s can be non-integers with decimal places.
At 306, a second sample in the buffer that is the next sequential sample after the first sample is associated with a second point of the pixilated screen. For example, in certain embodiments, a second sample in a buffer can have coordinates (1, 1.0), and can be associated with a second point of the pixilated screen that corresponds to such a coordinate. In certain embodiments, sample rate, which corresponds to the amount of time between obtaining data for sequential samples (measured, for example, in samples/second), and/or sweep speed, which corresponds to the speed at which waveform data is displayed across a pixilated screen (measured, for example, in millimeters/second), can be used in connection with associating the second sample in the buffer with a second point of the pixilated screen.
At 308, a boundary of a rectangular line segment connecting the first point and the second point of the pixilated screen can be determined. In certain embodiments, for example, rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values can be used to determine the boundary of the rectangular line segment. Such an embodiment will be described in more detail below in connection with FIG. 4. In certain embodiments, for example, horizontal and/or vertical line width setting values can be those selected by a user using the user interface 200 described above, or a similarly configured user interface.
At 310, for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment is determined. At 312, for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment is correlated with an intensity value to be associated with the pixel. At 314, waveform data is displayed on the pixilated screen by painting pixels with associated intensity values. An embodiment employing steps 310-314 is described in further detail below in connection with FIGS. 5-6.
FIG. 4 is a diagram 400 depicting a technique for calculating a boundary of a rectangular line segment used in accordance with embodiments of the present technology. In FIG. 4, first point (x1, y1) and second point (x2, y2) are connected by line 402. The slope of line 402 is referred to as the major slope. Line 404 runs through first point (x1, y1) perpendicular to line 402. The slope of line 404 is referred to as the minor slope. Points a, b, c and d are the bounding corners of the rectangular line segment, which has a width equal to the distance between a and b, which is also equal to the distance between c and d.
When first point (x1, y1)=(0, 0.0) and second point (x2, y2)=(1, 1.0), the following values follow.
Major slope=(y2−y1)/(x2−x1)=1.0
Minor slope=−1.0/major slope=−1.0
θ=arc tan(Minor slope)=−0.785 radians
α=arc tan(Major slope)=0.785 radians
Segment width(w)=(horizontal line width value(Wh)*vertical line width value(Wv))*|2α/π|=1.5 for Wh=2.0 and Wv=1.0
a=(x1−(w/2)cos θ,y1−(w/2)cos θ*Minor slope)=(−0.53,0.53)
b=(x1+(w/2)cos θ,y1+(w/2)cos θ*Minor slope)=(0.53,−0.53)
c=(x2−(w/2)cos θ,y2−(w/2)cos θ*Minor slope)=(0.47,1.53)
d=(x2+(w/2)cos θ,y2+(w/2)cos θ*Minor slope)=(1.53,0.47)
The boundary of a rectangular line segment with bounding corners a, b, c and d can be depicted graphically, representing the desired waveform segment between two points. However, such rectangular line segments do not align perfectly with the pixels in the grid of a pixilated screen. Rather, in many instances, each pixel that has any portion inside the boundary of the rectangular line segment will not have the entire pixel inside the boundary of the rectangular line segment. It has been found that selecting an intensity value for a pixel based on the amount of the pixel that is within the boundary of the rectangular line segment can provide for improved anti-aliasing of digitized waveform data being displayed on a pixilated screen.
FIG. 5 depicts a rectangular line segment between two points 512, 514 laid over a pixilated screen with each pixel 501-509 subdivided into subpixels. The rectangular line segment with boundary 510 is between first point 512 at (1, 1.25) and second point 514 at (3, 2.375). Each of the pixels 501-509 are square and are subdivided into 64 equally-sized, square subpixels. In other words, each pixel 501-509 is depicted as an 8×8 square including 64 equally-sized, square subpixels. Each subpixel that has any portion inside boundary 510 is shaded.
The number of shaded subpixels in each pixel can be used to determine an intensity value for the pixel. For example, FIG. 6 depicts an intensity value map 600 used in accordance with embodiments of the present technology. Intensity value map 600 includes a lightest intensity value 602, which can be associated with a pixel that has only one subpixel having a portion inside a boundary of a rectangular line segment. Intensity value map 600 also includes a darkest intensity value 604, which can be associated with a pixel that has all subpixels having a portion inside the boundary of the rectangular line segment. Intensity value map 600 includes sixty-two other intensity values that can be associated with a pixel that has a given number of subpixels having a portion inside the boundary of the rectangular line segment.
Referring back to FIG. 5, pixel 501 includes ten shaded subpixels and thus would be associated with intensity value 606 from intensity value map 600. Pixel 502 includes zero shaded subpixels, and thus would be associated with no intensity value. Pixel 503 includes sixteen shaded subpixels and thus would be associated with intensity value 608 from intensity value map 600. Pixel 504 includes sixty-three shaded subpixels and thus would be associated with intensity value 610 from intensity value map 600. Pixel 505 includes seven shaded subpixels and thus would be associated with intensity value 612 from intensity value map 600. Pixel 506 includes forty-eight shaded subpixels and thus would be associated with intensity value 614 from intensity value map 600. Pixel 507 includes thirty-eight shaded subpixels and thus would be associated with intensity value 616 from intensity value map 600. Pixels 508 and 509 each include five shaded subpixels and thus would be associated with intensity value 618 from intensity value map 600. The waveform data for the rectangular line segment depicted in FIG. 5 can be displayed on a pixilated screen by painting pixels 501-509 with the associated intensity values. The process can be repeated for subsequent rectangular line segments.
In certain embodiments, subsequent rectangular line segments can overlap within a given pixel. In such embodiments, a pixel may not be assigned an intensity value until both rectangular line segments are evaluated, such that subpixels included in either the first rectangular line segment and/or the second rectangular line segment will be counted as falling within a rectangular line segment. In certain embodiments, a pixel will not be assigned an intensity value until all rectangular line segments that could possibly overlap with the pixel have been evaluated.
In certain embodiments, pixels can be subdivided into greater or fewer subpixels than in the examples herein. In such embodiments, a value intensity map can have a corresponding number of intensity value options. In certain embodiments, a value intensity map can have fewer intensity value options than there are subpixels.
Certain embodiments of the present invention may omit one or more of the steps and/or perform the steps in a different order than the order listed in connection with FIGS. 3-6. For example, some steps may not be performed in certain embodiments of the present invention. As a further example, certain steps may be performed in a different temporal order, including simultaneously, than listed above.
One or more of the steps of the method 300 may be implemented alone or in combination in hardware, firmware, and/or as a set of instructions in software, for example. Certain embodiments may employ the system 100 described herein including processor 104 to achieve the method steps. Certain embodiments may be provided as a set of instructions residing on a tangible, non-transitory computer-readable medium, such as a memory, hard disk, DVD, or CD, for execution on a general purpose computer or other processing device. For example, certain embodiments provide a non-transitory computer-readable storage medium encoded with a set of instructions for execution on a processing device and associated processing logic, wherein the set of instructions includes a routine(s) configured to provide the functions described in connection with the method 300.
Applying the method 300 as described above, and/or in light of the techniques and systems described herein, can provide a technical effect of improving visual quality of digitized waveforms displayed on pixilated screens, and can improve user control over waveform display settings, such as horizontal and vertical line thickness.
Certain image data acquired, analyzed and displayed in connection with techniques described herein represent the function of human anatomy, such as the heart, for example. In other words, outputting a visual display based on such data comprises a transformation of underlying subject matter (such as an article or materials) to a different state.
FIG. 7 depicts digitized waveform data being displayed on a pixilated screen in accordance with embodiments of the present technology. FIG. 8 depicts digitized waveform data being displayed on a pixilated screen using known methods. Comparing FIG. 7 and FIG. 8, improved visual quality that can be achieved using an embodiment of the present technology is evident.
While the invention has been described with reference to embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted without departing from the scope of the invention. In addition, many modifications may be made to adapt a particular situation or material to the teachings of the invention without departing from its scope. Therefore, it is intended that the invention not be limited to the particular embodiment disclosed, but that the invention will include all embodiments falling within the scope of the appended claims.

Claims (20)

What is claimed is:
1. A method for displaying digitized waveform data on a pixilated screen comprising:
retrieving waveform data that exists as a plurality of sequential samples in a buffer;
associating a first sample with a first point of a screen comprising a plurality of pixels;
associating a second sample that follows the first sample with a second point of the pixilated screen;
determining a boundary of a rectangular line segment connecting the first point and the second point;
for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, determining a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment;
for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, correlating the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment with an intensity value that is then associated with the pixel; and
displaying waveform data by painting pixels of the screen with the associated intensity values.
2. The method of claim 1, wherein the boundary of the rectangular line segment is determined using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
3. The method of claim 1, further comprising using a user interface to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
4. The method of claim 1, further comprising using a user interface to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
5. The method of claim 1, further comprising using a user interface to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
6. The method of claim 1, wherein the intensity value that is associated with each pixel is correlated using an intensity value map.
7. The method of claim 1, further comprising obtaining the waveform data using an electrocardiography device.
8. A system for displaying digitized waveform data on a pixilated screen comprising:
a computer processor configured to retrieve waveform data that exists as a plurality of sequential samples in a buffer,
the computer processor configured to associate a first sample with a first point of a screen comprising a plurality of pixels,
the computer processor configured to associate a second sample that follows the first sample with a second point of the pixilated screen,
the computer processor configured to determine a boundary of a rectangular line segment connecting the first point and the second point,
for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, the computer processor configured to determine a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment,
for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, the computer processor configured to correlate the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment with an intensity value that is then associated with the pixel; and
the screen configured to display waveform data by painting pixels with the associated intensity values.
9. The system of claim 8, wherein the computer processor is configured to determine the boundary of the rectangular line segment using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
10. The system of claim 8, further comprising a user interface configured to allow a user to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
11. The system of claim 8, further comprising a user interface configured to allow a user to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
12. The system of claim 8, further comprising a user interface configured to allow a user to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
13. The system of claim 8, wherein the computer processor is configured to use an intensity value map to correlate the intensity value with each pixel.
14. The system of claim 8, wherein the computer processor is configured to obtain the waveform data using an electrocardiography device.
15. A non-transitory computer-readable storage medium encoded with a set of instructions for execution on a processing device and associated processing logic, wherein the set of instructions includes:
a first routine configured to retrieve waveform data that exists as a plurality of sequential samples in a buffer;
a second routine configured to associate a first sample with a first point of a screen comprising a plurality of pixels;
a third routine configured to associate a second sample that follows the first sample with a second point of the pixilated screen;
a fourth routine configured to determine a boundary of a rectangular line segment connecting the first point and the second point;
for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, a fifth routine configured to determine a number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment;
for each pixel of the pixilated screen that has any portion inside the boundary of the rectangular line segment, a sixth routine configured to correlate the number of subpixels within the pixel that have any portion inside the boundary of the rectangular line segment with an intensity value that is then associated with the pixel; and
a seventh routine configured to display waveform data by painting pixels with the associated intensity values.
16. The medium and instructions of claim 15, wherein the fourth routine is configured to determine the boundary of the rectangular line segment using a rise angle of the rectangular line segment in combination with horizontal and vertical line width setting values.
17. The medium and instructions of claim 15, further comprising an eighth routine configured to allow a user to manually adjust a horizontal line width setting value that is used to determine the boundary of the rectangular line segment.
18. The medium and instructions of claim 15, further comprising an eighth routine configured to allow a user to manually adjust a vertical line width setting value that is used to determine the boundary of the rectangular line segment.
19. The medium and instructions of claim 15, further comprising an eighth routine configured to allow a user to manually and simultaneously adjust a horizontal line width setting value and a vertical line width setting value that are used to determine the boundary of the rectangular line segment.
20. The medium and instructions of claim 15, wherein the sixth routine is configured to use an intensity value map to correlate the intensity value with each pixel.
US12/888,802 2010-09-23 2010-09-23 Systems and methods for displaying digitized waveforms on pixilated screens Active 2032-12-18 US8723868B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US12/888,802 US8723868B2 (en) 2010-09-23 2010-09-23 Systems and methods for displaying digitized waveforms on pixilated screens
JP2011198923A JP2012068636A (en) 2010-09-23 2011-09-13 System and method for displaying digitized waveform on pixilated screen
DE102011053763A DE102011053763A1 (en) 2010-09-23 2011-09-19 Systems and methods for displaying digitized waveforms on pixel screens
CN201110296720.3A CN102543041B (en) 2010-09-23 2011-09-23 For the system and method for displaying digitized waveform on pixel screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/888,802 US8723868B2 (en) 2010-09-23 2010-09-23 Systems and methods for displaying digitized waveforms on pixilated screens

Publications (2)

Publication Number Publication Date
US20120075307A1 US20120075307A1 (en) 2012-03-29
US8723868B2 true US8723868B2 (en) 2014-05-13

Family

ID=45804828

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/888,802 Active 2032-12-18 US8723868B2 (en) 2010-09-23 2010-09-23 Systems and methods for displaying digitized waveforms on pixilated screens

Country Status (4)

Country Link
US (1) US8723868B2 (en)
JP (1) JP2012068636A (en)
CN (1) CN102543041B (en)
DE (1) DE102011053763A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104068844B (en) * 2013-03-29 2016-06-29 北京谊安医疗系统股份有限公司 A kind of method that armarium waveform redraws and device thereof
CN111345807B (en) * 2018-12-21 2022-08-09 四川锦江电子科技有限公司 Electrocardiographic waveform drawing method, module and device

Citations (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5461703A (en) * 1992-10-13 1995-10-24 Hewlett-Packard Company Pixel image edge enhancement method and system
US5815162A (en) * 1996-04-19 1998-09-29 Silicon Graphics, Inc. System and method of drawing anti-aliased lines using a modified bresenham line-drawing algorithm
US20020000988A1 (en) * 2000-01-11 2002-01-03 Sun Microsystems, Inc. Rendering lines with sample weighting
US20020030683A1 (en) * 1998-11-03 2002-03-14 Agilent Technologies Inc. Method for graphically annotating a waveform display in a signal-measurement system
US20030164840A1 (en) * 2002-03-01 2003-09-04 3Dlabs Inc., Ltd. High quality antialiased lines with dual sampling pattern
US20030210251A1 (en) * 2002-05-08 2003-11-13 Brown Patrick R. Arrangements for antialiasing coverage computation
US6674875B1 (en) * 1997-09-30 2004-01-06 Durand Limited Anti-counterfeiting and diffusive screens
US20040260188A1 (en) * 2003-06-17 2004-12-23 The General Hospital Corporation Automated auscultation system
US20060072818A1 (en) * 2004-09-30 2006-04-06 Microsoft Corporation Method and system for automatically inscribing noisy objects in scanned image data within a minimum area rectangle
US20060120583A1 (en) * 2004-11-10 2006-06-08 Agfa-Gevaert Method of performing measurements on digital images
US20060133571A1 (en) * 2003-08-08 2006-06-22 Imaging Dynamics Company Ltd. Dual energy imaging using optically coupled digital radiography system
US20060133694A1 (en) * 2004-11-10 2006-06-22 Agfa-Gevaert Display device for displaying a blended image
US7136081B2 (en) * 2001-05-25 2006-11-14 Nvidia Corporation System and method of line sampling object scene information
US20070222784A1 (en) * 2004-04-20 2007-09-27 David Arneau Method for Graphically Generating Rounded-End Lines
US20070229527A1 (en) * 2006-03-31 2007-10-04 Christopher Moulios Display digital signal visualizations with increasing accuracy
US20080009723A1 (en) * 2006-05-15 2008-01-10 Schefelker Richard W Storage and review of ultrasound images and loops on hemodynamic and electrophysiology workstations
US20090018897A1 (en) * 2007-07-13 2009-01-15 Breiter Hans C System and method for determining relative preferences for marketing, financial, internet, and other commercial applications
US20090079741A1 (en) * 2007-09-20 2009-03-26 Spx Corporation Statistical waveform drawing routine
US20090198811A1 (en) * 2008-02-05 2009-08-06 Kyocera Mita Image Forming System, Image Forming Apparatus, User Interface Device, Extended User Interface Compatibility Confirming Method, Document Scanning Method and Setting Value Managing Method
US20090241958A1 (en) * 2008-03-27 2009-10-01 Nellcor Puritan Bennett Llc Method for selecting target settings in a medical device
US20100183310A1 (en) * 2007-06-25 2010-07-22 Nippon Telegraph And Telephone Corporation Dispersion compensator
US20100323608A1 (en) * 2006-06-18 2010-12-23 Photo Free Ltd. System and method for preventing photography
US20110110486A1 (en) * 2009-11-10 2011-05-12 Jean-Paul Bouhnik Apparatus and methods for computed tomography imaging
US20110241907A1 (en) * 2010-03-31 2011-10-06 3M Innovative Properties Company Baseline update procedure for touch sensitive device
US20130004028A1 (en) * 2011-06-28 2013-01-03 Jones Michael J Method for Filtering Using Block-Gabor Filters for Determining Descriptors for Images

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2913635B2 (en) * 1987-02-13 1999-06-28 ソニー株式会社 Drawing method in bitmap display system
JPH04157980A (en) * 1990-10-22 1992-05-29 Ricoh Co Ltd Graphic processor
JPH06274641A (en) * 1993-03-19 1994-09-30 Fujitsu Ltd Anti-aliasing straight line display device
JP2795260B2 (en) * 1996-04-26 1998-09-10 日本電気株式会社 Waveform drawing device for patient monitoring system
JP3767718B2 (en) * 1997-10-06 2006-04-19 横河電機株式会社 Trend graph display device
US20040054295A1 (en) * 2002-09-18 2004-03-18 Ramseth Douglas J. Method and apparatus for interactive annotation and measurement of time series data with automatic marking

Patent Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5461703A (en) * 1992-10-13 1995-10-24 Hewlett-Packard Company Pixel image edge enhancement method and system
US5815162A (en) * 1996-04-19 1998-09-29 Silicon Graphics, Inc. System and method of drawing anti-aliased lines using a modified bresenham line-drawing algorithm
US6674875B1 (en) * 1997-09-30 2004-01-06 Durand Limited Anti-counterfeiting and diffusive screens
US20020030683A1 (en) * 1998-11-03 2002-03-14 Agilent Technologies Inc. Method for graphically annotating a waveform display in a signal-measurement system
US20020000988A1 (en) * 2000-01-11 2002-01-03 Sun Microsystems, Inc. Rendering lines with sample weighting
US6947057B2 (en) * 2000-01-11 2005-09-20 Sun Microsystems, Inc. Rendering lines with sample weighting
US7136081B2 (en) * 2001-05-25 2006-11-14 Nvidia Corporation System and method of line sampling object scene information
US20030164840A1 (en) * 2002-03-01 2003-09-04 3Dlabs Inc., Ltd. High quality antialiased lines with dual sampling pattern
US7227556B2 (en) * 2002-03-01 2007-06-05 O'driscoll Gerard High quality antialiased lines with dual sampling pattern
US20030210251A1 (en) * 2002-05-08 2003-11-13 Brown Patrick R. Arrangements for antialiasing coverage computation
US6985159B2 (en) * 2002-05-08 2006-01-10 Intel Corporation Arrangements for antialiasing coverage computation
US20040260188A1 (en) * 2003-06-17 2004-12-23 The General Hospital Corporation Automated auscultation system
US20060133571A1 (en) * 2003-08-08 2006-06-22 Imaging Dynamics Company Ltd. Dual energy imaging using optically coupled digital radiography system
US20070222784A1 (en) * 2004-04-20 2007-09-27 David Arneau Method for Graphically Generating Rounded-End Lines
US20060072818A1 (en) * 2004-09-30 2006-04-06 Microsoft Corporation Method and system for automatically inscribing noisy objects in scanned image data within a minimum area rectangle
US20060133694A1 (en) * 2004-11-10 2006-06-22 Agfa-Gevaert Display device for displaying a blended image
US20060120583A1 (en) * 2004-11-10 2006-06-08 Agfa-Gevaert Method of performing measurements on digital images
US20070229527A1 (en) * 2006-03-31 2007-10-04 Christopher Moulios Display digital signal visualizations with increasing accuracy
US20080009723A1 (en) * 2006-05-15 2008-01-10 Schefelker Richard W Storage and review of ultrasound images and loops on hemodynamic and electrophysiology workstations
US20100323608A1 (en) * 2006-06-18 2010-12-23 Photo Free Ltd. System and method for preventing photography
US20100183310A1 (en) * 2007-06-25 2010-07-22 Nippon Telegraph And Telephone Corporation Dispersion compensator
US20090018897A1 (en) * 2007-07-13 2009-01-15 Breiter Hans C System and method for determining relative preferences for marketing, financial, internet, and other commercial applications
US20090079741A1 (en) * 2007-09-20 2009-03-26 Spx Corporation Statistical waveform drawing routine
US20090198811A1 (en) * 2008-02-05 2009-08-06 Kyocera Mita Image Forming System, Image Forming Apparatus, User Interface Device, Extended User Interface Compatibility Confirming Method, Document Scanning Method and Setting Value Managing Method
US20090241958A1 (en) * 2008-03-27 2009-10-01 Nellcor Puritan Bennett Llc Method for selecting target settings in a medical device
US20110110486A1 (en) * 2009-11-10 2011-05-12 Jean-Paul Bouhnik Apparatus and methods for computed tomography imaging
US20110241907A1 (en) * 2010-03-31 2011-10-06 3M Innovative Properties Company Baseline update procedure for touch sensitive device
US20130004028A1 (en) * 2011-06-28 2013-01-03 Jones Michael J Method for Filtering Using Block-Gabor Filters for Determining Descriptors for Images

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Wu, Xiaolin. "An Efficient Antialiasing Technique." Computer Graphics, vol. 25, No. 4, Jul. 1991.

Also Published As

Publication number Publication date
US20120075307A1 (en) 2012-03-29
JP2012068636A (en) 2012-04-05
CN102543041B (en) 2016-06-15
CN102543041A (en) 2012-07-04
DE102011053763A1 (en) 2012-03-29

Similar Documents

Publication Publication Date Title
US10229753B2 (en) Systems and user interfaces for dynamic interaction with two-and three-dimensional medical image data using hand gestures
US10468134B2 (en) Medical imaging apparatus for displaying portions of x-ray images and method for displaying medical image
US10210667B2 (en) Displaying 3D image with a plurality of surface images at depths of interest
US20130182956A1 (en) Methods and Devices for Processing Handwriting Input
US10438385B2 (en) Generating ink effects for a digital ink stroke
US10127700B2 (en) Generation of display overlay parameters utilizing touch inputs
US20110169776A1 (en) Image processor, image display system, and image processing method
EP3089004B1 (en) A vector fill segment method and apparatus to reduce display latency of touch events
CN103399629B (en) The method and apparatus for obtaining gesture screen display coordinate
US20140372939A1 (en) Systems and methods for assisting in selection and placement of graphical objects in a graphical user interface
US11832991B2 (en) Automatic ultrasound feature detection
CN107817935A (en) Display methods, device, terminal and the computer-readable recording medium of application interface
US8723868B2 (en) Systems and methods for displaying digitized waveforms on pixilated screens
US11751850B2 (en) Ultrasound unified contrast and time gain compensation control
CN103631379B (en) Touch the visual feedback method and apparatus of selection
US9558561B2 (en) Semiautomatic drawing tool for image segmentation
CN105894554A (en) Image processing method and image processing device
US10636184B2 (en) Methods and systems for interactive 3D segmentation
US10884124B2 (en) Method and ultrasound imaging system for adjusting a value of an ultrasound parameter
US20210232293A1 (en) Precise positioning of a marker on a display
RU2715548C2 (en) Device, method and system for graphical representation of signals depending on resolution
CN111063005B (en) Handwriting processing method and device
DE102019107103B4 (en) METHOD AND SYSTEM FOR OBJECT SEGMENTATION IN A MIXED REALITY ENVIRONMENT
CN107908323A (en) Medical image display method, device and computer-readable storage medium
CN114047865B (en) Graphic control method

Legal Events

Date Code Title Description
AS Assignment

Owner name: GENERAL ELECTRIC COMPANY, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HILL, AARON JAMES;REEL/FRAME:025068/0800

Effective date: 20100922

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551)

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8