This relates generally to graphics processing.
Graphics processing attempts to compensate for the presence of so called jaggies along otherwise straight edges using anti-aliasing. One type of anti-aliasing, which takes multiple samples, is called multi-sampled anti-aliasing (MSAA).
In an example where two samples are taken per pixel, called 2xMSAA, specialized hardware and performance deficiencies can be addressed using image-based post-processing anti-aliasing. Compared to MSAA, post-process anti-aliasing techniques are easier to implement and work in scenarios where MSAA does not work, such as deferred lighting and other non-geometry based aliasing.
But existing post-process anti-aliasing techniques lack adequate sub-pixel accuracies and are less temporally stable. They also cause perceptible blurring to textures and texts, since it is difficult for edge detection algorithms to distinguish between intentional color discontinuities and unwanted aliasing caused by imperfect rendering.
Some embodiments are described with respect to the following figures:
Morphological anti-aliasing estimates pixel coverage of the original geometry. It finds edges by looking for color discontinuities and classifies them according to a series of pre-defined pattern shapes to calculate coverage areas for pixels. These areas are then used to blend with a neighbor.
Conservative Morphological Anti-Aliasing (CMAA) achieves the following advantages in some embodiments:
1) may run efficiently on low-medium range graphics processing unit (GPU) hardware such as integrated GPU/central processing units, while providing a quality anti-aliasing solution; and
2) may be minimally invasive so that it can be used in worst case scenarios such as text, repeating patterns and certain geometries (power lines, mesh fences, foliage) and moving images.
To achieve higher performance, CMAA handles two fairly simple scenarios: a complex symmetrical long edge shape type, called a Z-shape herein, and three simple (3×3 pixel kernel) shapes, called 2 edge, 3 edge and 4 edge shapes herein.
To achieve good quality with minimal blurring, all shape types are selected conservatively (for example, narrow, one pixel thickness lines are intentionally left mostly unmodified) and color transfer is mostly symmetrical.
To avoid blurring small shapes (such as text), to increase effective edge detection range (which is based on a threshold setting) and to prevent local shape search interference from less noticeable edges, a ‘locally dominant edge’ detection algorithm may be used.
CMAA includes four basic logical steps in one embodiment:
1) image analysis for color discontinuities (afterwards stored in a local compressed ‘edge’ buffer);
2) extracting locally dominant edges with a kernel;
3) handling of simple 2, 3 and 4 edge shapes; and
4) handling of a symmetrical long edge or Z-shape.
In accordance with one embodiment, CMAA unit 20, shown in
In image analysis for color discontinuities (edges) (step 1 above), edge detection may be performed by comparing neighboring colors. Neighboring colors may be compared, in one embodiment, using:
An edge (discontinuity) exists if the difference between the neighboring pixel values is above a preset threshold, which may be determined empirically, in one embodiment.
The image analysis adapts for the tendency of the human visual system to mask low contrast edges surrounded by higher contrasts. A kernel in the shape of the double plus sign, shown in
In locally dominant edges extraction (step 2, above), for each detected edge, a color delta value (dEc) above the empirically determined threshold is compared to that of the neighboring 12 edges (dEn) of the double plus shaped kernel (
The edge remains an edge if its dEc>lerp(average(dEn), max(dEn), IdeFactor), where IdeFactor is empirically chosen (defaulting to 0.35 in one embodiment).
The resulting smaller local adaptation kernel size is somewhat less efficient at increasing effective edge detection range. However, it is more effective at preventing blurring of small shapes (such as text), reducing local shape interference from less noticeable edges, avoiding some of the pitfalls of large kernels (visible kernel-sized transition from un-blurred to blurry) and has better performance, in some embodiments.
Edges detected in step 1, and refined in step 2, are used to make assumptions in step 3, handling of simple 2, 3, or 4 edge shapes, about the shape of the underlying edge before rasterization (virtual shape). For simple shape handling, all pixels are analyzed for existence of 2, 3, 4, or Z-shape edge aliasing shapes. The two edge shape is shown in
Color transfer is applied in steps 3 and 4 to match the virtual shape color coverage and achieve local anti-aliasing effect. Color transfer involves modifying the base pixel in the center of the aliasing shape using a linear interpolation between the base pixel and a source or neighboring pixel or pixels. While this color transfer is not always symmetrical, the amount of shape distortion is minimized to sub-pixel size in one embodiment.
Handling of symmetrical long edge or Z-shapes (step 4, above), first involves analyzing each edge-bearing pixel for a potential Z-shape, representing the center of the virtual shape rasterization pixel step (which is mostly a triangle edge). The criterion used, in one embodiment, for this detection is illustrated in
For each detected Z-shape, the length of the edge to the left and right is determined by tracing the horizontal (for two horizontal Z-shapes) edges G on both sides, and stopping if none are present on either side, or a vertical edge is encountered.
The edge length from the previous step is used to reconstruct the location of the virtual shape edge and apply color transfer (to the both sides of the Z-shape) to match coverage that it would have at each pixel. This step overrides any anti-aliasing done in step 3 on the same pixels.
The inherent symmetry of this approach better preserves overall image average color and shape, ignores borderline cases and better preserves original shapes, while also being more temporally stable as small one pixel (or few pixels) changes do not induce drastic color transfer and shape modification, in some embodiments.
Referring to
A sequence for conservative morphological anti-aliasing, shown in
The sequence shown in
Next, simple shapes, including 2, 3, and 4 edge shapes, and Z-shapes, may be detected, as indicated in blocks 14 and 16. Color transfer is then applied to match the virtual shade color coverage and to achieve a local anti-aliasing effect by modifying a base pixel in the center of the particular shape using a linear interpolation between the base pixel and one or more surrounding pixels. In the case of Z-shapes, the Z-shape, for a set of two neighboring pixels, is defined by the existence or absence of edges. Then, for each detected Z-shape, the length of the edge on the left and the right is determined by tracing the horizontal edges on both sides and stopping if none are present on either side or a vertical edge is encountered. Then the edge length from the previous step is used to reconstruct the location of the virtual shape edge and apply color transfer to match coverage it would have had at each pixel.
In embodiments, system 700 comprises a platform 702 coupled to a display 720. Platform 702 may receive content from a content device such as content services device(s) 730 or content delivery device(s) 740 or other similar content sources. A navigation controller 750 comprising one or more navigation features may be used to interact with, for example, platform 702 and/or display 720. Each of these components is described in more detail below.
In embodiments, platform 702 may comprise any combination of a chipset 705, processor 710, memory 712, storage 714, graphics subsystem 715, applications 716 and/or radio 718. Chipset 705 may provide intercommunication among processor 710, memory 712, storage 714, graphics subsystem 715, applications 716 and/or radio 718. For example, chipset 705 may include a storage adapter (not depicted) capable of providing intercommunication with storage 714.
Processor 710 may be implemented as Complex Instruction Set Computer (CISC) or Reduced Instruction Set Computer (RISC) processors, x86 instruction set compatible processors, multi-core, or any other microprocessor or central processing unit (CPU). In embodiments, processor 710 may comprise dual-core processor(s), dual-core mobile processor(s), and so forth. The processor may implement the sequence of
Memory 712 may be implemented as a volatile memory device such as, but not limited to, a Random Access Memory (RAM), Dynamic Random Access Memory (DRAM), or Static RAM (SRAM).
Storage 714 may be implemented as a non-volatile storage device such as, but not limited to, a magnetic disk drive, optical disk drive, tape drive, an internal storage device, an attached storage device, flash memory, battery backed-up SDRAM (synchronous DRAM), and/or a network accessible storage device. In embodiments, storage 714 may comprise technology to increase the storage performance enhanced protection for valuable digital media when multiple hard drives are included, for example.
Graphics subsystem 715 may perform processing of images such as still or video for display. Graphics subsystem 715 may be a graphics processing unit (GPU) or a visual processing unit (VPU), for example. An analog or digital interface may be used to communicatively couple graphics subsystem 715 and display 720. For example, the interface may be any of a High-Definition Multimedia Interface, DisplayPort, wireless HDMI, and/or wireless HD compliant techniques. Graphics subsystem 715 could be integrated into processor 710 or chipset 705. Graphics subsystem 715 could be a stand-alone card communicatively coupled to chipset 705.
The graphics and/or video processing techniques described herein may be implemented in various hardware architectures. For example, graphics and/or video functionality may be integrated within a chipset. Alternatively, a discrete graphics and/or video processor may be used. As still another embodiment, the graphics and/or video functions may be implemented by a general purpose processor, including a multi-core processor. In a further embodiment, the functions may be implemented in a consumer electronics device.
Radio 718 may include one or more radios capable of transmitting and receiving signals using various suitable wireless communications techniques. Such techniques may involve communications across one or more wireless networks. Exemplary wireless networks include (but are not limited to) wireless local area networks (WLANs), wireless personal area networks (WPANs), wireless metropolitan area network (WMANs), cellular networks, and satellite networks. In communicating across such networks, radio 718 may operate in accordance with one or more applicable standards in any version.
In embodiments, display 720 may comprise any television type monitor or display. Display 720 may comprise, for example, a computer display screen, touch screen display, video monitor, television-like device, and/or a television. Display 720 may be digital and/or analog. In embodiments, display 720 may be a holographic display. Also, display 720 may be a transparent surface that may receive a visual projection. Such projections may convey various forms of information, images, and/or objects. For example, such projections may be a visual overlay for a mobile augmented reality (MAR) application. Under the control of one or more software applications 716, platform 702 may display user interface 722 on display 720.
In embodiments, content services device(s) 730 may be hosted by any national, international and/or independent service and thus accessible to platform 702 via the Internet, for example. Content services device(s) 730 may be coupled to platform 702 and/or to display 720. Platform 702 and/or content services device(s) 730 may be coupled to a network 760 to communicate (e.g., send and/or receive) media information to and from network 760. Content delivery device(s) 740 also may be coupled to platform 702 and/or to display 720.
In embodiments, content services device(s) 730 may comprise a cable television box, personal computer, network, telephone, Internet enabled devices or appliance capable of delivering digital information and/or content, and any other similar device capable of unidirectionally or bidirectionally communicating content between content providers and platform 702 and/display 720, via network 760 or directly. It will be appreciated that the content may be communicated unidirectionally and/or bidirectionally to and from any one of the components in system 700 and a content provider via network 760. Examples of content may include any media information including, for example, video, music, medical and gaming information, and so forth.
Content services device(s) 730 receives content such as cable television programming including media information, digital information, and/or other content. Examples of content providers may include any cable or satellite television or radio or Internet content providers. The provided examples are not meant to limit embodiments of the invention.
In embodiments, platform 702 may receive control signals from navigation controller 750 having one or more navigation features. The navigation features of controller 750 may be used to interact with user interface 722, for example. In embodiments, navigation controller 750 may be a pointing device that may be a computer hardware component (specifically human interface device) that allows a user to input spatial (e.g., continuous and multi-dimensional) data into a computer. Many systems such as graphical user interfaces (GUI), and televisions and monitors allow the user to control and provide data to the computer or television using physical gestures, facial expressions, or sounds.
Movements of the navigation features of controller 750 may be echoed on a display (e.g., display 720) by movements of a pointer, cursor, focus ring, or other visual indicators displayed on the display. For example, under the control of software applications 716, the navigation features located on navigation controller 750 may be mapped to virtual navigation features displayed on user interface 722, for example. In embodiments, controller 750 may not be a separate component but integrated into platform 702 and/or display 720. Embodiments, however, are not limited to the elements or in the context shown or described herein.
In embodiments, drivers (not shown) may comprise technology to enable users to instantly turn on and off platform 702 like a television with the touch of a button after initial boot-up, when enabled, for example. Program logic may allow platform 702 to stream content to media adaptors or other content services device(s) 730 or content delivery device(s) 740 when the platform is turned “off.” In addition, chip set 705 may comprise hardware and/or software support for 5.1 surround sound audio and/or high definition 7.1 surround sound audio, for example. Drivers may include a graphics driver for integrated graphics platforms. In embodiments, the graphics driver may comprise a peripheral component interconnect (PCI) Express graphics card.
In various embodiments, any one or more of the components shown in system 700 may be integrated. For example, platform 702 and content services device(s) 730 may be integrated, or platform 702 and content delivery device(s) 740 may be integrated, or platform 702, content services device(s) 730, and content delivery device(s) 740 may be integrated, for example. In various embodiments, platform 702 and display 720 may be an integrated unit. Display 720 and content service device(s) 730 may be integrated, or display 720 and content delivery device(s) 740 may be integrated, for example. These examples are not meant to limit the invention.
In various embodiments, system 700 may be implemented as a wireless system, a wired system, or a combination of both. When implemented as a wireless system, system 700 may include components and interfaces suitable for communicating over a wireless shared media, such as one or more antennas, transmitters, receivers, transceivers, amplifiers, filters, control logic, and so forth. An example of wireless shared media may include portions of a wireless spectrum, such as the RF spectrum and so forth. When implemented as a wired system, system 700 may include components and interfaces suitable for communicating over wired communications media, such as input/output (I/O) adapters, physical connectors to connect the I/O adapter with a corresponding wired communications medium, a network interface card (NIC), disc controller, video controller, audio controller, and so forth. Examples of wired communications media may include a wire, cable, metal leads, printed circuit board (PCB), backplane, switch fabric, semiconductor material, twisted-pair wire, co-axial cable, fiber optics, and so forth.
Platform 702 may establish one or more logical or physical channels to communicate information. The information may include media information and control information. Media information may refer to any data representing content meant for a user. Examples of content may include, for example, data from a voice conversation, videoconference, streaming video, electronic mail (“email”) message, voice mail message, alphanumeric symbols, graphics, image, video, text and so forth. Data from a voice conversation may be, for example, speech information, silence periods, background noise, comfort noise, tones and so forth. Control information may refer to any data representing commands, instructions or control words meant for an automated system. For example, control information may be used to route media information through a system, or instruct a node to process the media information in a predetermined manner. The embodiments, however, are not limited to the elements or in the context shown or described in
As described above, system 700 may be embodied in varying physical styles or form factors.
As described above, examples of a mobile computing device may include a personal computer (PC), laptop computer, ultra-laptop computer, tablet, touch pad, portable computer, handheld computer, palmtop computer, personal digital assistant (PDA), cellular telephone, combination cellular telephone/PDA, television, smart device (e.g., smart phone, smart tablet or smart television), mobile internet device (MID), messaging device, data communication device, and so forth.
Examples of a mobile computing device also may include computers that are arranged to be worn by a person, such as a wrist computer, finger computer, ring computer, eyeglass computer, belt-clip computer, arm-band computer, shoe computers, clothing computers, and other wearable computers. In embodiments, for example, a mobile computing device may be implemented as a smart phone capable of executing computer applications, as well as voice communications and/or data communications. Although some embodiments may be described with a mobile computing device implemented as a smart phone by way of example, it may be appreciated that other embodiments may be implemented using other wireless mobile computing devices as well. The embodiments are not limited in this context.
The processor 710 may communicate with a camera 722 and a global positioning system sensor 720, in some embodiments. A memory 712, coupled to the processor 710, may store computer readable instructions for implementing the sequences shown in
As shown in
The following clauses and/or examples pertain to further embodiments:
One example embodiment may be a method comprising performing anti-aliasing by identifying a symmetrical long edge shape and performing color transfer on said edge shape. The method may also include detecting a locally dominant edge. The method may also include using a double plus sign shaped kernel. The method may also include detecting a locally dominant edge based on a comparison of its color delta value above an empirically determined threshold to that of 12 neighboring edges making up said kernel. The method may also include providing 4-bit grades to indicate an amount above said threshold. The method may also include using linear mapping from a color difference being equal to the threshold to a maximum color difference. The method may also include extracting the edge based on its color delta value. The method may also include identifying each of two edge, three edge and four edge shapes. The method may also include applying color transfer to match the shape color coverage by modifying a base pixel in the center of the shape using linear interpolation between the base pixel and at least one neighboring pixel. The method may also include detecting the long symmetrical edge based on the existence or absence of edges. The method may also include wherein said detecting includes identifying a long symmetrical edge if silhouette edges are present and non-silhouette edges are absent.
Another example embodiment may be one or more non-transitory computer readable media storing instructions executed by a processor to perform a sequence comprising performing anti-aliasing by identifying a symmetrical long edge shape and performing color transfer on said edge shape. The media may further store said sequence including detecting a locally dominant edge. The media may further store said sequence including using a double plus sign shaped kernel. The media may further store said sequence including detecting a locally dominant edge based on a comparison of its color delta value above an empirically determined threshold to that of 12 neighboring edges making up said kernel. The media may further store said sequence including providing 4-bit grades to indicate an amount above said threshold. The media may further store said sequence including using linear mapping from a color difference being equal to the threshold to a maximum color difference. The media may further store said sequence including extracting the edge based on its color delta value. The media may further store said sequence including identifying each of two edge, three edge and four edge shapes. The media may further store said sequence including applying color transfer to match the shape color coverage by modifying a base pixel in the center of the shape using linear interpolation between the base pixel and at least one neighboring pixel. The media may further store said sequence including detecting the long symmetrical edge based on the existence or absence of edges. The media may further store said sequence including wherein said detecting includes identifying a long symmetrical edge if silhouette edges are present and non-silhouette edges are absent.
In another example embodiment may be an apparatus comprising a processor to perform anti-aliasing by identifying a symmetrical long edge shape and performing color transfer on said edge shape, and a memory coupled to said processor. The apparatus may include said processor to detect a locally dominant edge. The apparatus may include said processor to use a double plus sign shaped kernel. The apparatus may include said processor to detect a locally dominant edge based on a comparison of its color delta value above an empirically determined threshold to that of 12 neighboring edges making up said kernel. The apparatus may include said processor to provide 4-bit grades to indicate an amount above said threshold. The apparatus may include an operating system, a battery, and firmware and a module to update said firmware.
The graphics processing techniques described herein may be implemented in various hardware architectures. For example, graphics functionality may be integrated within a chipset. Alternatively, a discrete graphics processor may be used. As still another embodiment, the graphics functions may be implemented by a general purpose processor, including a multicore processor.
References throughout this specification to “one embodiment” or “an embodiment” mean that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one implementation encompassed within the present disclosure. Thus, appearances of the phrase “one embodiment” or “in an embodiment” are not necessarily referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be instituted in other suitable forms other than the particular embodiment illustrated and all such forms may be encompassed within the claims of the present application.
While a limited number of embodiments have been described, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this disclosure.
This is a non-provisional application claiming priority to Provisional Application Ser. No. 61/883,444, filed on Sep. 27, 2013, hereby expressly incorporated by reference herein.
Number | Date | Country | |
---|---|---|---|
61883444 | Sep 2013 | US |