US20030117415A1 - Color transformation in 3D color space - Google Patents

Color transformation in 3D color space Download PDF

Info

Publication number
US20030117415A1
US20030117415A1 US10/014,332 US1433201A US2003117415A1 US 20030117415 A1 US20030117415 A1 US 20030117415A1 US 1433201 A US1433201 A US 1433201A US 2003117415 A1 US2003117415 A1 US 2003117415A1
Authority
US
United States
Prior art keywords
matrix
black
white
rgb pixel
tetrahedron
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.)
Abandoned
Application number
US10/014,332
Inventor
Fritz Lebowsky
Charles Neugebauer
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.)
STMicroelectronics lnc USA
Original Assignee
STMicroelectronics lnc USA
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 STMicroelectronics lnc USA filed Critical STMicroelectronics lnc USA
Priority to US10/014,332 priority Critical patent/US20030117415A1/en
Assigned to STMICROELECTRONICS, INC. reassignment STMICROELECTRONICS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NEUGEBAUER, CHARLES F., LEBOWSKY, FRITZ
Priority to EP02258356A priority patent/EP1320253A2/en
Priority to JP2002359793A priority patent/JP2003208606A/en
Publication of US20030117415A1 publication Critical patent/US20030117415A1/en
Priority to US10/788,238 priority patent/US6930691B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/46Colour picture communication systems
    • H04N1/56Processing of colour picture signals
    • H04N1/60Colour correction or control
    • H04N1/6016Conversion to subtractive colour signals
    • H04N1/6019Conversion to subtractive colour signals using look-up tables
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/001Texturing; Colouring; Generation of texture or colour
    • 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/02Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the way in which colour is displayed
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2320/00Control of display operating conditions
    • G09G2320/06Adjustment of display parameters
    • G09G2320/0693Calibration of display systems

Definitions

  • the present invention relates to the field of computer graphics and, more specifically, to the field of color transformation.
  • One color transformation technique involves the use of a 3D lookup table (3D LUT).
  • 3D LUT uses a table defining a corresponding output color for each input color.
  • the 3D LUT technique requires vast amounts of memory to store the entire table.
  • the initial creation of the table can take a long period of time.
  • Another color transformation technique involves the use of matrix calculation. This technique uses a matrix function that is applied to an input color to produce an output color. The matrix calculation technique, however, reduces the gamut of colors that can be produced by the output device. In addition, this technique transforms the input color into another color space before transforming the input color into the default color space. This is computationally intensive and time-consuming.
  • a method, system and computer readable medium for transforming three dimensional (3D) color information into a color standard is described.
  • a 3D cube defined by eight RGB color points representing the eight vertices of the 3D cube is stored.
  • Each of the eight points represents one of the colors: red, yellow, white, magenta, blue, black, green and cyan.
  • each of the eight points represents the difference between the capacity of a display and the color standard.
  • the 3D cube is divided into six tetrahedrons and the tetrahedron corresponding to an input RGB pixel is selected.
  • a 3 ⁇ 3 matrix based on the vertices of the selected tetrahedron is calculated.
  • the 3 ⁇ 3 matrix is then multiplied by the components of the input RGB pixel to produce an output RGB pixel conforming to the color standard.
  • FIG. 1 is a block diagram illustrating the overall system architecture of an embodiment of the present invention.
  • FIG. 2 is a flowchart depicting the overall operation and control flow of one embodiment of the present invention.
  • FIG. 3 is a flowchart depicting the operation and control flow of the transformation process, in one embodiment of the present invention.
  • FIG. 4 is an illustration of a three dimensional cube representing a color space, in one embodiment of the present invention.
  • FIG. 5 is an illustration of one of six equal tetrahedrons within the three dimensional cube of FIG. 4, in one embodiment of the present invention.
  • FIG. 6 is a block diagram of an exemplary computer system useful for implementing the present invention.
  • FIG. 7 is an illustration of a divided three-dimensional cube representing a color space, in one embodiment of the present invention.
  • FIG. 1 is a block diagram illustrating the overall system 100 architecture of an embodiment of the present invention.
  • FIG. 1 shows graphics 102 , an Operating System (OS) 104 , a device driver 106 , output device hardware 108 , a transformer 110 and an output device 112 .
  • Graphics 102 are any images that can be shown on output device 112 .
  • Graphics 102 are produced by a computer application program such as a video game, a broadcaster such as a television station, or any other entity capable of producing an image and providing it to system 100 via a communications path.
  • System 100 is a system for displaying graphics 102 on output device 112 .
  • system 100 is a television or monitor for processing images that are received via a radio frequency, a satellite transmission, cable, telephone, Ethernet or any other communications path.
  • system 100 is a personal computer (PC) (e.g., an IBM or compatible PC workstation running the Microsoft Windows 95/98/2000/CE/NT/XP operating system, a Macintosh computer running the Mac OS operating system, or a SUN workstation running the UNIX operating system), a Personal Digital Assistant (PDA) (e.g., a PalmPilot running the Palm OS operating system), a game console (e.g., a Microsoft Xbox console or a Sony Playstation 2 console) or interactive television.
  • PC personal computer
  • PDA Personal Digital Assistant
  • game console e.g., a Microsoft Xbox console or a Sony Playstation 2 console
  • system 100 is a camcorder (e.g., a Sony MiniDV camcorder) or a mobile phone capable of displaying color images.
  • OS 104 is the operating system for system 100 , i.e., the low-level software which handles the interface to peripheral hardware, schedules tasks, allocates storage, and presents a default interface to the user when no computer application program is running.
  • OS 104 is the Microsoft Windows 95/98/2000/CE/NT/XP operating system, the Macintosh operating system, the UNIX operating system, the LINUX operating system or any other software capable of performing the tasks of an operating system.
  • OS 104 is implemented in hardware, software or any combination of the two.
  • Output device 112 is any device capable of displaying a color image.
  • output device 112 is a television set, a computer monitor, a laptop display, a DVD player display, a PDA display, a camcorder display, a mobile phone display or a printer.
  • output device 112 is a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), a plasma display, an organic Light Emitting Device (LED) or any other electrical, optical, biological, chemical or mechanical device capable of displaying a color image. While only one output device 112 is shown in FIG. 1 for ease of explanation, the system 100 may support any number of output devices 112 .
  • Output device hardware 108 is any hardware used in conjunction with output device 112 for displaying images.
  • Output device hardware 108 includes such hardware units as a graphics card (such as an Nvidia GeForce II graphics card), a graphics controller located within a CRT, or a printer controller.
  • Device driver 106 is the unit capable of controlling, or driving, the output device hardware 108 .
  • Device driver 106 provides a level of abstraction between the output device hardware 108 and the OS 104 . As such, device driver 106 allows higher level OS calls to interact with functions and elements specific to output device hardware 108 .
  • Device driver 106 is implemented in hardware, software or any combination of the two.
  • Transformer 110 represents the substantive functions of the present invention.
  • Transformer 110 performs the transformation of an input RGB pixel into an output RGB pixel conforming to the standard color space. The functions performed by transformer 110 are described in greater detail below.
  • Transformer 110 is implemented in hardware, software or any combination of the two.
  • transformer 110 resides in OS 104 , device driver 106 , any element of output device hardware 108 or any combination of the above.
  • transformer 110 is a separate entity that interacts with OS 104 , device driver 106 , any element of output device hardware 108 or any combination of the above.
  • FIG. 1 The operation system 100 of FIG. 1 according to one embodiment of the present invention is shown in the flowcharts of FIGS. 2 and 3.
  • the RGB color space represents a closed set of colors defined by RGB color points.
  • the RGB color space is a system of defining colors by their Red, Green and Blue components. Thus, every color in the RGB color space is defined by three values—the Red component, the Green component and the Blue component.
  • the RGB color point X is defined by an RGB triplet denoted as:
  • RedX is the red component of point X
  • GreenX is the green component of point X
  • BlueX is the blue component of point X.
  • FIG. 4 is an illustration of a 3D cube 400 representing the RGB color space, in one embodiment of the present invention.
  • FIG. 4 shows the eight color points generally known in the art to represent the boundaries of the RGB color space.
  • Each of the eight color points defines a limit vertex of the 3D cube 400 representing the RGB color space.
  • the vertices of the 3D cube 400 are denoted as “limit vertices” because these vertices define the boundaries, or limits, of the color space.
  • 3D cube 400 has as its vertices: red vertex 402 , yellow vertex 404 , white vertex 416 , magenta vertex 412 , black vertex 414 , green vertex 406 , cyan vertex 408 and the blue vertex 410 .
  • Each vertex is, in turn, defined by three color components.
  • the eight RGB color points defining the vertices of the 3D cube 400 are defined below by RGB triplets:
  • Black vertex (BlackR, BlackG, BlackB)
  • White vertex (WhiteR, WhiteG, WhiteB)
  • Yellow vertex (YellowR, YellowG, YellowB)
  • Red vertex (RedR, RedG, RedB)
  • Green vertex (GreenR, GreenG, GreenB)
  • Blue vertex (BlueR, BlueG, BlueB)
  • Cyan vertex (CyanR, CyanG, CyanB)
  • Magenta vertex (MagentaR, MagentaG, MagentaB) (EQ:2)
  • FIG. 2 is a flowchart depicting the overall operation and control flow 200 of one embodiment of the present invention.
  • Flow 200 describes generally the functions performed by transformer 110 in FIG. 1.
  • Control flow 200 begins with step 202 and flows directly to step 204 .
  • step 204 the difference, or delta, between the capacity of the output device and the color standard is determined.
  • This step requires testing to be performed on the output device 112 .
  • the testing consists of producing certain test color points on the output device 112 and measuring the color of the test color points with a device such as a calorimeter. These measurements are then compared to control measurements.
  • a control measurement is a measurement that is taken from a color-standard-conforming output device displaying the same color point.
  • a difference, or delta is calculated between the measurements taken from the output device 112 and the control measurement. More specifically, for each RGB component of a test color point, a delta is calculated between the measurements taken from the output device 112 and the control measurement.
  • the result of the testing is a set of eight color point deltas, with each color point delta consisting of three components—a Red component, a Green component and a Blue component.
  • a delta measurement is taken for each of the following test color points: red, yellow, white, magenta, blue, black, green and cyan. Specifically, a delta measurement is taken for each component of each test color point—a Red component, a Green component and a Blue component. In an embodiment of the present invention, the delta measurements for each of the eight test color points are then combined to define the vertices of a 3D cube representing a color space symbolizing the delta between the capacity of the output device and the color standard.
  • this 3D cube will be referred to as the “delta 3D cube.”
  • the eight RGB points defining the vertices of the delta 3D cube are defined by RGB triplets as shown in equations (2).
  • the manner in which eight color points define the vertices of a 3D cube representing a color space is defined in greater detail in FIG. 4 above.
  • step 206 the delta measurements (i.e., the delta 3D cube) calculated in step 204 above are stored.
  • the delta measurements are later used by the transformer 110 when transforming RGB input pixels to output RGB pixels conforming to the color standard.
  • an input RGB pixel is provided to transformer 110 .
  • the input RGB pixel is defined by the following RGB triplet:
  • RGB pixel (InR, InG, InB) (EQ:3)
  • step 210 an output pixel conforming to the color standard and corresponding to the input pixel is calculated in a transformation process.
  • the output RGB pixel is defined by the following RGB triplet:
  • Step 210 and the transformation process are described in greater detail in FIG. 3 below. Control flows back to step 208 as input pixels are received and output pixels are calculated continuously by transformer 110 .
  • steps 204 and 206 are not performed by transformer 110 .
  • the delta measurements are taken by a third party and stored in transformer 110 or in any other location to which transformer 110 has access.
  • Transformer 110 does not participate in the process of testing the output device 112 and simply uses the results of the testing, i.e., the delta measurements.
  • steps 204 and 206 are performed by a third party and control flows directly from step 202 to step 208 .
  • FIG. 3 is a flowchart depicting the operation and control flow of the transformation process, in one embodiment of the present invention.
  • Flow 300 describes generally the transformation process performed by transformer 110 in step 210 of FIG. 2.
  • Control flow 300 begins with step 302 and flows directly to step 304 .
  • step 304 the delta measurements calculated and stored in steps 204 and 206 of FIG. 2 above are retrieved by transformer 110 .
  • transformer 110 retrieves eight RGB color points defining the vertices of a delta 3D cube representing a color space symbolizing the differences between the capacity of the output device and the color standard.
  • An example of the eight RGB color points retrieved by transformer 110 is shown in equations (2) above.
  • step 306 the delta 3D cube represented by the eight retrieved RGB color points is divided into six equal tetrahedrons.
  • a tetrahedron is a 3D shape defined by four points in 3D, where all of the points are not coplanar.
  • the delta 3D cube is divided into six tetrahedrons such that the following three conditions are met: I) all tetrahedrons are equal; II) each of the six tetrahedrons are defined by four vertices of the 3D cube; and III) all tetrahedrons share the black-to-white edge.
  • the division of a 3D cube into six equal tetrahedrons in this fashion is described in greater detail below.
  • FIG. 5 is an illustration of one of the six equal tetrahedrons within the 3D cube 400 shown in FIG. 4, in one embodiment of the present invention.
  • Tetrahedron 500 shows that condition 11 is met because all of its vertices are vertices of the 3D cube 400 .
  • Tetrahedron 500 has the following vertices: red vertex 402 , white vertex 416 , yellow vertex 404 and black vertex 414 .
  • Tetrahedron 500 also shows that condition III is met because the black-to-white edge 420 is an edge of the tetrahedron.
  • the remaining five tetrahedrons within 3D cube 400 are defined in the same fashion.
  • the six equal tetrahedrons within 3D cube 400 are defined below by their vertices:
  • Tetrahedron 1 (Red 402 , Yellow 404 , Black 414 , White 416 );
  • Tetrahedron 2 (Red 402 , Magenta 412 , Black 414 , White 416 );
  • Tetrahedron 3 (Green 406 , Yellow 404 , Black 414 , White 416 );
  • Tetrahedron 4 (Green 406 , Cyan 408 , Black 414 , White 416 );
  • Tetrahedron 5 (Blue 410 , Magenta 412 , Black 414 , White 416 );
  • Tetrahedron 6 (Blue 410 , Cyan 408 , Black 414 , White 416 ); (EQ:5)
  • the delta 3D cube represented by the eight retrieved RGB color points is divided into six tetrahedrons which are not necessarily equal.
  • the delta 3D cube is divided into six tetrahedrons such that only one condition is met: every point within the 3D cube is located within only one tetrahedron.
  • transformer 110 determines which of the six equal tetrahedrons within the delta 3D cube (as defined in step 306 ) corresponds to the input RGB pixel provided in step 208 of FIG. 2 above.
  • the tetrahedron corresponding to the input RGB pixel is the tetrahedron in which the input RGB pixel is located according to 3D cube 400 of FIG. 4. That is, if the 3D cube 400 were divided into six equal tetrahedrons as described above, the tetrahedron corresponding to the input RGB pixel is the tetrahedron within which the coordinates of the input RGB pixel lie.
  • the following inequalities define in which tetrahedron (of the delta 3D cube) the input RGB pixel is located, based on the coordinates of the input RGB pixel (defined in equation (3)):
  • Tetrahedron 1 InR>InG; InR>InB; InG>InB
  • a 3 ⁇ 3 matrix is calculated based on the vertices of the tetrahedron (within the delta 3D cube) that corresponds to the input RGB pixel.
  • the coefficients of the first row of the 3 ⁇ 3 matrix are based on a first edge of the tetrahedron
  • the coefficients of the second row of the 3 ⁇ 3 matrix are based on a second edge of the tetrahedron
  • the coefficients of the third row of the 3 ⁇ 3 matrix are based on a third edge of the tetrahedron.
  • none of the coefficients of the 3 ⁇ 3 matrix are based on the black-to-white-edge 420 of the tetrahedron.
  • x 1 , y 1 , and z 1 are the coefficients of the first row of the 3 ⁇ 3 matrix
  • x 2 , y 2 , and z 2 are the coefficients of the second row of the 3 ⁇ 3 matrix
  • x 3 , y 3 , and z 3 are the coefficients of the third row of the 3 ⁇ 3 matrix.
  • the resulting 3 ⁇ 3 matrix is shown below: ( x 1 y 1 z 1 x 2 y 2 z 2 x 3 y 3 z 3 ) ( EQ: 8 )
  • step 312 the 3 ⁇ 3 matrix calculated in step 310 above is multiplied by the input RGB pixel (defined in equation (3) above). This step is shown below: ( x 1 y 1 z 1 x 2 y 2 z 2 x 3 y 3 z 3 ) ⁇ ( InR InG InB ) ( EQ: 9 )
  • the result of flow 300 is an output RGB pixel defined in equation (4) above.
  • the result of the multiplying step 312 is three components, wherein each component represents a component of the output RGB pixel. This result is shown below:
  • the result of the multiplying step 312 is offset by the value of the input RGB pixel and by the value of the black vertex of the delta 3D cube.
  • each component value of the output RGB pixel is offset by the corresponding component of the input RGB pixel and the corresponding component of the black vertex of the delta 3D cube. This result is shown below:
  • BlackR, BlackG and BlackB represents the RGB components of the black vertex of the delta 3D cube, as shown in the first equation of equations (2).
  • One feature of the present invention is the easy and quick storage of the delta 3D cube.
  • the delta 3D cube consists only of a 3 ⁇ 3 matrix wherein each coefficient of the matrix consists of three components. This relatively small amount of information is the only data necessary to transform an input RGB pixel into an output RGB pixel conforming to a color standard. This is an improvement over the large 3D look up table used by the 3D LUT table technique of the prior art described above.
  • the small size of the delta 3D cube of the present invention results in an efficient color transformation.
  • Another feature of the present invention is the lack of a reduction in the gamut of colors produced by the transformation in the output device.
  • the output of the system of the present invention encompasses the entire gamut of colors that can be produced by the input RGB pixels. This feature results in greater accuracy of colors that are produced in the output device by the transformation technique.
  • Yet another feature of the present invention is the mapping of the input RGB pixel directly into the color space of the color standard.
  • the system of the present invention does not map a input RGB pixel into an intermediary color space before mapping the input RGB pixel into the color space of the color standard. This feature results in fewer calculations and less computing time. This leads to greater efficiency in performing the transformation function.
  • Yet another feature of the present invention is a reduction in computing power necessary for performing the transformation, in contrast to the matrix multiplication techniques available in the prior art.
  • the transformation process of the present invention requires the calculation of the simple (and computationally inexpensive) inequalities of equations (6).
  • step 310 computationally inexpensive subtractions of equations (7) are calculated.
  • step 312 computationally inexpensive additions and multiplications (i.e., matrix multiplication) of equation (10) are calculated. This feature results in fewer calculations and less computing time. This leads to greater efficiency in performing the transformation function.
  • the 3D cube 400 is divided into eight equal cubes, each of which is then subdivided into six equal tetrahedrons.
  • This embodiment provides an alternative to the transformation process of flow 300 of FIG. 3.
  • steps 302 and 304 of flow 300 are executed.
  • 3D cube 400 is divided into eight equal cubes before step 306 .
  • Each of the eight cubes is then subdivided into six equal tetrahedrons, similar to step 306 .
  • steps 308 to 314 are executed.
  • an additional number of calculations are performed (compared to flow 300 ), however greater accuracy and resolution results.
  • the 3D cube 400 is divided into any number of equal cubes, each of which is then subdivided into six equal tetrahedrons. This is proceeded with steps similar to steps 306 to 314 .
  • FIG. 7 is an illustration of a divided three-dimensional cube 700 representing a color space, in an embodiment of the present invention.
  • 3D cube 700 is similar to 3D cube 400 in that eight RGB points (or limit vertices) are used to represent a color space.
  • 3D cube 700 shows the 3D cube is divided into eight sub-cubes during the transformation process—whereas 3D cube 400 is not divided into smaller cubes.
  • 3D cube 700 represents the embodiment of the present invention, wherein a 3D cube is divided into eight equal cubes, each of which is then subdivided into six equal tetrahedrons (as described above).
  • variable “k” represents the number of points necessary to represent a 3D cube in one of the three dimensions.
  • any dimension i.e., any line consisting of an edge of the 3D cube
  • any dimension can be minimally defined by three points—the two endpoints of any edge, plus an additional midpoint of the edge, at the separation between two sub-cubes.
  • a 3D cube is typically stored by storing the vertices of the 3D cube.
  • the number of vertices stored is eight.
  • the number of vertices stored is the number of sub-cubes multiplied by eight, thus:
  • Yet another feature of the present invention is the more efficient retrieval of stored values, in contrast to the prior art.
  • the following method of retrieving requires a reduced number of bits.
  • N number of values (wherein N is a base ten number) requires a number of bits x, such that x is defined by:
  • the determination of the location of the input RGB pixel within the divided cube conventionally requires four bits (referring to equation 16). In an embodiment of the present invention, the number of bits necessary for this determination is reduced. Using the most significant bit of each of the three components of the input RGB pixel, the location of the input RGB pixel within the 3D cube can be determined. The first bit is used to determine whether the pixel is located within the top four sub-cubes or the bottom four sub-cubes. The second bit is used to determine whether the pixel is located within the right two sub-cubes, or the left two sub-cubes, of the remaining four sub-cubes.
  • the third bit is used to determine whether the pixel is located within the front sub-cube, or the back sub-cube, of the remaining two sub-cubes. In this fashion, a reduced number of bits (three bits as opposed to four bits) is used to retrieve the desired information. This retrieval method is also used upon retrieval of the delta cube in step 304 of FIG. 3.
  • the present invention i.e., system 100 , flows 200 , 300 or any part thereof
  • An example of a computer system 600 is shown in FIG. 6.
  • the computer system 600 represents any single or multi-processor computer. In conjunction, single-threaded and multi-threaded applications are used. Unified or distributed memory systems are used.
  • the present invention is implemented in a multi-platform (platform independent) programming language such as Java, programming language/structured query language (PL/SQL), hyper-text mark-up language (HTML), practical extraction report language (PERL), Flash programming language, common gateway interface/structured query language (CGI/SQL) or the like.
  • Java-enabled and JavaScript-enabled browsers are used, such as, Netscape, HotJava, and Microsoft Explorer browsers.
  • Active content web pages can be used. Such active content web pages include Java applets or ActiveX controls, or any other active content technology developed now or in the future.
  • the present invention is not intended to be limited to Java, JavaScript, or their enabled browsers, and are implemented in any programming language and browser, developed now or in the future, as would be apparent to a person skilled in the relevant art(s) given this description.
  • the present invention is implemented using a high-level programming language (e.g., C++) and applications written for the Microsoft Windows NT or SUN OS environments. It will be apparent to persons skilled in the relevant art(s) how to implement the invention in alternative embodiments from the teachings herein.
  • a high-level programming language e.g., C++
  • applications written for the Microsoft Windows NT or SUN OS environments e.g., C++
  • Computer system 600 includes one or more processors, such as processor 604 .
  • processors 604 execute software implementing the routines of the invention, described above.
  • Each processor 604 is connected to a communication infrastructure 602 (e.g., a communications bus, cross-bar, or network).
  • a communication infrastructure 602 e.g., a communications bus, cross-bar, or network.
  • Computer system 600 includes an output device interface 608 that forwards graphics, text, and other data from the communication infrastructure 602 (or from a frame buffer not shown) for display on the output device 610 .
  • Computer system 600 also includes a main memory 606 , preferably random access memory (RAM), and also includes a secondary memory 612 .
  • the secondary memory 612 includes, for example, a hard disk drive 614 and/or a removable storage drive 616 , representing a floppy disk drive, a magnetic tape drive, an optical disk drive, etc.
  • the removable storage drive 616 reads from and/or writes to a removable storage unit 618 in a well known manner.
  • Removable storage unit 618 represents a floppy disk, magnetic tape, optical disk, etc., which is read by and written to by removable storage drive 616 .
  • the removable storage unit 618 includes a computer usable storage medium having stored therein computer software and/or data.
  • secondary memory 612 includes other similar means for allowing computer programs or other instructions to be loaded into computer system 600 .
  • Such means include, for example, a removable storage unit 622 and an interface 620 .
  • Examples include a program cartridge and cartridge interface (such as that found in video game console devices), a removable memory chip (such as an EPROM, or PROM) and associated socket, and other removable storage units 622 and interfaces 620 which allow software and data to be transferred from the removable storage unit 622 to computer system 600 .
  • Computer system 600 also includes a communications interface 624 .
  • Communications interface 624 allows software and data to be transferred between computer system 600 and external devices via communications path 626 .
  • Examples of communications interface 624 include a modem, a network interface (such as Ethernet card), a communications port, interfaces described above, etc.
  • Software and data transferred via communications interface 624 are in the form of signals which are electronic, electromagnetic, optical or other signals capable of being received by communications interface 624 , via communications path 626 .
  • communications interface 624 provides a means by which computer system 600 interfaces to a network such as the Internet.
  • the present invention is implemented using software running (that is, executing) in an environment similar to that described above.
  • the term “computer program product” is used to generally refer to removable storage unit 618 , a hard disk installed in hard disk drive 614 , or a carrier wave carrying software over a communication path 626 (wireless link or cable) to communication interface 624 .
  • a computer useable medium includes magnetic media, optical media, or other recordable media, or media that transmits a carrier wave or other signal.
  • Computer programs are stored in main memory 606 and/or secondary memory 612 . Computer programs are also received via communications interface 624 . Such computer programs, when executed, enable the computer system 600 to perform the features of the present invention as discussed herein. In particular, the computer programs, when executed, enable the processor 604 to perform features of the present invention. Accordingly, such computer programs represent controllers of the computer system 600 .
  • the present invention is implemented as control logic in software, firmware, hardware or any combination thereof.
  • the software is stored in a computer program product and loaded into computer system 600 using removable storage drive 606 , hard disk drive 614 , or interface 620 .
  • the computer program product is downloaded to computer system 600 over communications path 626 .
  • the control logic when executed by the one or more processors 604 , causes the processor(s) 604 to perform functions of the invention as described herein.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)
  • Image Processing (AREA)

Abstract

A method, system and computer readable medium for transforming three dimensional (3D) color information into a color standard is described. A 3D cube defined by eight RGB color points representing the eight vertices of the 3D cube is stored. Each of the eight points represents one of the colors: red, yellow, white, magenta, blue, black, green and cyan. In addition, each of the eight points represents the difference between the capacity of a display and the color standard. The 3D cube is divided into six tetrahedrons and the tetrahedron corresponding to an input RGB pixel is selected. A 3×3 matrix based on the vertices of the selected tetrahedron is calculated. The 3×3 matrix is then multiplied by the components of the input RGB pixel to produce an output RGB pixel conforming to the color standard.

Description

  • [0001]
    INVENTORS: Fritz LEBOWSKY
    Charles F. NEUGEBAUER
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0002]
  • The present invention relates to the field of computer graphics and, more specifically, to the field of color transformation. [0003]
  • 2. Description of Related Art [0004]
  • In recent years, the types of devices available for viewing images has increased dramatically. Consumers view images on several different output devices such as monitors, displays, televisions, cameras, printers, and other electronic devices. Whereas the Cathode Ray Tube (CRT) used to be the standard device for viewing images, today a user can also purchase a Liquid Crystal Display (LCD) or a Plasma Display Panel (PDP). The increasing variety of available devices, however, has produced a problem of color uniformity. Because of the mechanical differences between the different types of devices, colors are often displayed in different ways. That is, a CRT many times displays the color red differently than an LCD. Moreover, a picture displayed on an LCD prints with different color uniformity on a printer. [0005]
  • The disparity between the manner in which different devices display colors has led to a uniform color standard. Examples of uniform color standards that have gained popularity are the sRGB color standard and the CIE color standard. These color standards define color points to which all participating devices must conform. In order to conform to a default color space, a device must perform a transform on the color that it desires to display. That is, as a device prepares to display a color, it must first transform the color to the default color space before the device displays the desired color. Current color transformation techniques, however, do not come without drawbacks. [0006]
  • One color transformation technique involves the use of a 3D lookup table (3D LUT). This technique uses a table defining a corresponding output color for each input color. The 3D LUT technique, however, requires vast amounts of memory to store the entire table. In addition, the initial creation of the table can take a long period of time. [0007]
  • Another color transformation technique involves the use of matrix calculation. This technique uses a matrix function that is applied to an input color to produce an output color. The matrix calculation technique, however, reduces the gamut of colors that can be produced by the output device. In addition, this technique transforms the input color into another color space before transforming the input color into the default color space. This is computationally intensive and time-consuming. [0008]
  • Accordingly, there exists a need to overcome these drawbacks with current color transformations and to provide color transform to a default color space. [0009]
  • SUMMARY OF THE INVENTION
  • A method, system and computer readable medium for transforming three dimensional (3D) color information into a color standard is described. In an embodiment of the present invention, a 3D cube defined by eight RGB color points representing the eight vertices of the 3D cube is stored. Each of the eight points represents one of the colors: red, yellow, white, magenta, blue, black, green and cyan. In addition, each of the eight points represents the difference between the capacity of a display and the color standard. The 3D cube is divided into six tetrahedrons and the tetrahedron corresponding to an input RGB pixel is selected. A 3×3 matrix based on the vertices of the selected tetrahedron is calculated. The 3×3 matrix is then multiplied by the components of the input RGB pixel to produce an output RGB pixel conforming to the color standard. [0010]
  • Other objects, features, and advantages of the present invention will become apparent from the following detailed description. It should be understood, however, that the detailed description and specific examples, while indicating preferred embodiments of the present invention, are given by way of illustration only and various modifications may naturally be performed without deviating from the present invention.[0011]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The features and advantages of the present invention will become more apparent from the detailed description set forth below when taken in conjunction with the drawings in which like reference numbers indicate identical or functionally similar elements. [0012]
  • FIG. 1 is a block diagram illustrating the overall system architecture of an embodiment of the present invention. [0013]
  • FIG. 2 is a flowchart depicting the overall operation and control flow of one embodiment of the present invention. [0014]
  • FIG. 3 is a flowchart depicting the operation and control flow of the transformation process, in one embodiment of the present invention. [0015]
  • FIG. 4 is an illustration of a three dimensional cube representing a color space, in one embodiment of the present invention. [0016]
  • FIG. 5 is an illustration of one of six equal tetrahedrons within the three dimensional cube of FIG. 4, in one embodiment of the present invention. [0017]
  • FIG. 6 is a block diagram of an exemplary computer system useful for implementing the present invention. [0018]
  • FIG. 7 is an illustration of a divided three-dimensional cube representing a color space, in one embodiment of the present invention. [0019]
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
  • 1. Overview of the System [0020]
  • The present invention is described in terms of the exemplary embodiments below. This is for convenience only and is not intended to limit the application of the present invention. In fact, after reading the following description, it will be apparent to one of ordinary skill in the relevant art(s) how to implement the present invention in alternative embodiments. [0021]
  • FIG. 1 is a block diagram illustrating the overall system [0022] 100 architecture of an embodiment of the present invention. FIG. 1 shows graphics 102, an Operating System (OS) 104, a device driver 106, output device hardware 108, a transformer 110 and an output device 112. Graphics 102 are any images that can be shown on output device 112. Graphics 102 are produced by a computer application program such as a video game, a broadcaster such as a television station, or any other entity capable of producing an image and providing it to system 100 via a communications path.
  • System [0023] 100 is a system for displaying graphics 102 on output device 112. In an embodiment of the present invention, system 100 is a television or monitor for processing images that are received via a radio frequency, a satellite transmission, cable, telephone, Ethernet or any other communications path. In another embodiment of the present invention, system 100 is a personal computer (PC) (e.g., an IBM or compatible PC workstation running the Microsoft Windows 95/98/2000/CE/NT/XP operating system, a Macintosh computer running the Mac OS operating system, or a SUN workstation running the UNIX operating system), a Personal Digital Assistant (PDA) (e.g., a PalmPilot running the Palm OS operating system), a game console (e.g., a Microsoft Xbox console or a Sony Playstation 2 console) or interactive television. In another embodiment of the present invention, system 100 is a camcorder (e.g., a Sony MiniDV camcorder) or a mobile phone capable of displaying color images.
  • OS [0024] 104 is the operating system for system 100, i.e., the low-level software which handles the interface to peripheral hardware, schedules tasks, allocates storage, and presents a default interface to the user when no computer application program is running. In an embodiment of the present invention, OS 104 is the Microsoft Windows 95/98/2000/CE/NT/XP operating system, the Macintosh operating system, the UNIX operating system, the LINUX operating system or any other software capable of performing the tasks of an operating system. OS 104 is implemented in hardware, software or any combination of the two.
  • [0025] Output device 112 is any device capable of displaying a color image. In an embodiment of the present invention, output device 112 is a television set, a computer monitor, a laptop display, a DVD player display, a PDA display, a camcorder display, a mobile phone display or a printer. In the event that output device 112 is a video display unit, output device 112 is a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), a plasma display, an organic Light Emitting Device (LED) or any other electrical, optical, biological, chemical or mechanical device capable of displaying a color image. While only one output device 112 is shown in FIG. 1 for ease of explanation, the system 100 may support any number of output devices 112.
  • [0026] Output device hardware 108 is any hardware used in conjunction with output device 112 for displaying images. Output device hardware 108 includes such hardware units as a graphics card (such as an Nvidia GeForce II graphics card), a graphics controller located within a CRT, or a printer controller. Device driver 106 is the unit capable of controlling, or driving, the output device hardware 108. Device driver 106 provides a level of abstraction between the output device hardware 108 and the OS 104. As such, device driver 106 allows higher level OS calls to interact with functions and elements specific to output device hardware 108. Device driver 106 is implemented in hardware, software or any combination of the two.
  • [0027] Transformer 110 represents the substantive functions of the present invention. Transformer 110 performs the transformation of an input RGB pixel into an output RGB pixel conforming to the standard color space. The functions performed by transformer 110 are described in greater detail below. Transformer 110 is implemented in hardware, software or any combination of the two. In an embodiment of the present invention, transformer 110 resides in OS 104, device driver 106, any element of output device hardware 108 or any combination of the above. In another embodiment of the present invention, transformer 110 is a separate entity that interacts with OS 104, device driver 106, any element of output device hardware 108 or any combination of the above.
  • More detailed descriptions of system [0028] 100 components, as well as their functionality and inter-functionality with other system 100 components, are provided below. The operation system 100 of FIG. 1 according to one embodiment of the present invention is shown in the flowcharts of FIGS. 2 and 3.
  • 2. Color Spaces [0029]
  • As is commonly known in the art, the RGB color space represents a closed set of colors defined by RGB color points. The RGB color space is a system of defining colors by their Red, Green and Blue components. Thus, every color in the RGB color space is defined by three values—the Red component, the Green component and the Blue component. For example, the RGB color point X is defined by an RGB triplet denoted as: [0030]
  • X=(RedX, GreenX, BlueX)  (EQ:1)
  • where RedX is the red component of point X, GreenX is the green component of point X and BlueX is the blue component of point X. [0031]
  • The RGB color space system lends itself to be conceptualized in three dimensions (3D). This is because of the use of three coordinates (i.e., an RGB triplet) to define each RGB color point in the RBG color space system. This concept is shown in FIG. 4. FIG. 4 is an illustration of a [0032] 3D cube 400 representing the RGB color space, in one embodiment of the present invention. FIG. 4 shows the eight color points generally known in the art to represent the boundaries of the RGB color space. Each of the eight color points defines a limit vertex of the 3D cube 400 representing the RGB color space. The vertices of the 3D cube 400 are denoted as “limit vertices” because these vertices define the boundaries, or limits, of the color space. Heretofore, limit vertices are referred to as “vertices.” 3D cube 400 has as its vertices: red vertex 402, yellow vertex 404, white vertex 416, magenta vertex 412, black vertex 414, green vertex 406, cyan vertex 408 and the blue vertex 410. Each vertex is, in turn, defined by three color components. The eight RGB color points defining the vertices of the 3D cube 400 are defined below by RGB triplets:
  • Black vertex=(BlackR, BlackG, BlackB)
  • White vertex=(WhiteR, WhiteG, WhiteB)
  • Yellow vertex=(YellowR, YellowG, YellowB)
  • Red vertex=(RedR, RedG, RedB)
  • Green vertex=(GreenR, GreenG, GreenB)
  • Blue vertex=(BlueR, BlueG, BlueB)
  • Cyan vertex=(CyanR, CyanG, CyanB)
  • Magenta vertex=(MagentaR, MagentaG, MagentaB)  (EQ:2)
  • 3. Operation of the System [0033]
  • FIG. 2 is a flowchart depicting the overall operation and control flow [0034] 200 of one embodiment of the present invention. Flow 200 describes generally the functions performed by transformer 110 in FIG. 1. Control flow 200 begins with step 202 and flows directly to step 204.
  • In step [0035] 204, the difference, or delta, between the capacity of the output device and the color standard is determined. This step requires testing to be performed on the output device 112. Typically, the testing consists of producing certain test color points on the output device 112 and measuring the color of the test color points with a device such as a calorimeter. These measurements are then compared to control measurements. A control measurement is a measurement that is taken from a color-standard-conforming output device displaying the same color point. For each test color point, a difference, or delta, is calculated between the measurements taken from the output device 112 and the control measurement. More specifically, for each RGB component of a test color point, a delta is calculated between the measurements taken from the output device 112 and the control measurement. Thus, the result of the testing is a set of eight color point deltas, with each color point delta consisting of three components—a Red component, a Green component and a Blue component.
  • In an embodiment of the present invention, a delta measurement is taken for each of the following test color points: red, yellow, white, magenta, blue, black, green and cyan. Specifically, a delta measurement is taken for each component of each test color point—a Red component, a Green component and a Blue component. In an embodiment of the present invention, the delta measurements for each of the eight test color points are then combined to define the vertices of a 3D cube representing a color space symbolizing the delta between the capacity of the output device and the color standard. Heretofore, this 3D cube will be referred to as the “[0036] delta 3D cube.” In an embodiment of the present invention, the eight RGB points defining the vertices of the delta 3D cube are defined by RGB triplets as shown in equations (2). The manner in which eight color points define the vertices of a 3D cube representing a color space is defined in greater detail in FIG. 4 above.
  • In [0037] step 206, the delta measurements (i.e., the delta 3D cube) calculated in step 204 above are stored. The delta measurements are later used by the transformer 110 when transforming RGB input pixels to output RGB pixels conforming to the color standard.
  • In step [0038] 208, an input RGB pixel is provided to transformer 110. The input RGB pixel is defined by the following RGB triplet:
  • Input RGB pixel=(InR, InG, InB)  (EQ:3)
  • In [0039] step 210, an output pixel conforming to the color standard and corresponding to the input pixel is calculated in a transformation process. The output RGB pixel is defined by the following RGB triplet:
  • Output RGB pixel=(OutR, OutG, OutB)  (EQ:4)
  • [0040] Step 210 and the transformation process are described in greater detail in FIG. 3 below. Control flows back to step 208 as input pixels are received and output pixels are calculated continuously by transformer 110.
  • In an embodiment of the present invention, steps [0041] 204 and 206 are not performed by transformer 110. In this embodiment, the delta measurements are taken by a third party and stored in transformer 110 or in any other location to which transformer 110 has access. Transformer 110 does not participate in the process of testing the output device 112 and simply uses the results of the testing, i.e., the delta measurements. In this embodiment, steps 204 and 206 are performed by a third party and control flows directly from step 202 to step 208.
  • 4. The Transformation Process [0042]
  • FIG. 3 is a flowchart depicting the operation and control flow of the transformation process, in one embodiment of the present invention. [0043] Flow 300 describes generally the transformation process performed by transformer 110 in step 210 of FIG. 2. Control flow 300 begins with step 302 and flows directly to step 304.
  • In step [0044] 304, the delta measurements calculated and stored in steps 204 and 206 of FIG. 2 above are retrieved by transformer 110. Specifically, transformer 110 retrieves eight RGB color points defining the vertices of a delta 3D cube representing a color space symbolizing the differences between the capacity of the output device and the color standard. An example of the eight RGB color points retrieved by transformer 110 is shown in equations (2) above.
  • In step [0045] 306, the delta 3D cube represented by the eight retrieved RGB color points is divided into six equal tetrahedrons. A tetrahedron is a 3D shape defined by four points in 3D, where all of the points are not coplanar. In step 306, the delta 3D cube is divided into six tetrahedrons such that the following three conditions are met: I) all tetrahedrons are equal; II) each of the six tetrahedrons are defined by four vertices of the 3D cube; and III) all tetrahedrons share the black-to-white edge. The division of a 3D cube into six equal tetrahedrons in this fashion is described in greater detail below.
  • FIG. 5 is an illustration of one of the six equal tetrahedrons within the [0046] 3D cube 400 shown in FIG. 4, in one embodiment of the present invention. Tetrahedron 500 shows that condition 11 is met because all of its vertices are vertices of the 3D cube 400. Tetrahedron 500 has the following vertices: red vertex 402, white vertex 416, yellow vertex 404 and black vertex 414. Tetrahedron 500 also shows that condition III is met because the black-to-white edge 420 is an edge of the tetrahedron. The remaining five tetrahedrons within 3D cube 400 are defined in the same fashion. The six equal tetrahedrons within 3D cube 400 are defined below by their vertices:
  • Tetrahedron 1: (Red 402, Yellow 404, Black 414, White 416);
  • Tetrahedron 2: (Red 402, Magenta 412, Black 414, White 416);
  • Tetrahedron 3: (Green 406, Yellow 404, Black 414, White 416);
  • Tetrahedron 4: (Green 406, Cyan 408, Black 414, White 416);
  • Tetrahedron 5: (Blue 410, Magenta 412, Black 414, White 416);
  • Tetrahedron 6: (Blue 410, Cyan 408, Black 414, White 416);  (EQ:5)
  • In an embodiment of step [0047] 306, the delta 3D cube represented by the eight retrieved RGB color points is divided into six tetrahedrons which are not necessarily equal. In this embodiment, the delta 3D cube is divided into six tetrahedrons such that only one condition is met: every point within the 3D cube is located within only one tetrahedron.
  • In step [0048] 308, transformer 110 determines which of the six equal tetrahedrons within the delta 3D cube (as defined in step 306) corresponds to the input RGB pixel provided in step 208 of FIG. 2 above. In one embodiment of the present invention, the tetrahedron corresponding to the input RGB pixel is the tetrahedron in which the input RGB pixel is located according to 3D cube 400 of FIG. 4. That is, if the 3D cube 400 were divided into six equal tetrahedrons as described above, the tetrahedron corresponding to the input RGB pixel is the tetrahedron within which the coordinates of the input RGB pixel lie. In an embodiment of the present invention, the following inequalities define in which tetrahedron (of the delta 3D cube) the input RGB pixel is located, based on the coordinates of the input RGB pixel (defined in equation (3)):
  • Tetrahedron 1: InR>InG; InR>InB; InG>InB
  • Tetrahedron 2: InR>InG; InR>InB; InG<=InB
  • Tetrahedron 3: InR<=InG; InR>InB; InG>InB
  • Tetrahedron 4: InR<=InG; InR<=InB; InG>InB
  • Tetrahedron 5: InR>InG; InR<=InB; InG<=InB
  • Tetrahedron 6: InR<=InG; InR<=InB; InG<=InB  (EQ:6)
  • In [0049] step 310, a 3×3 matrix is calculated based on the vertices of the tetrahedron (within the delta 3D cube) that corresponds to the input RGB pixel. In an embodiment of the present invention, the coefficients of the first row of the 3×3 matrix are based on a first edge of the tetrahedron, the coefficients of the second row of the 3×3 matrix are based on a second edge of the tetrahedron and the coefficients of the third row of the 3×3 matrix are based on a third edge of the tetrahedron. Further, none of the coefficients of the 3×3 matrix are based on the black-to-white-edge 420 of the tetrahedron.
  • In an embodiment of the present invention, the coefficients of the 3×3 matrix are based on the vertices of the [0050] delta 3D cube, as defined by equations (2). For each tetrahedron in the delta 3D cube, the coefficients of the 3×3 matrix are calculated as shown below:
    (EQ:7)
    Tetrahedron 1:
    x1 = RedR − BlackR; y1 = RedG − BlackG; z1 = RedB − BlackB
    x2 = YellowR − RedR; y2 = YellowG − RedG; z2 = YellowB − RedB
    x3 = WhiteR − YellowR; y3 = WhiteG − YellowG; z3 = WhiteB − YellowB
    Tetrahedron 2:
    x1 = RedR − BlackR; y1 = RedG − BlackG; z1 = RedB − BlackB
    x2 = WhiteR − MagentaR; y2 = WhiteG − MagentaG; z2 = WhiteB − MagentaB
    x3 = MagentaR − RedR; y3 = MagentaG − RedG; z3 = MagentaB − RedB
    Tetrahedron 3:
    x1 = YellowR − GreenR; y1 = YellowG − GreenG; z1 = YellowB − GreenB
    x2 = GreenR − BlackR; y2 = GreenG − BlackG; z2 = GreenB − BlackB
    x3 = WhiteR − YellowR; y3 = WhiteG − YellowG; z3 = WhiteB − YellowB
    Tetrahedron 4:
    x1 = WhiteR − CyanR; y1 = WhiteG − CyanG; z1 = WhiteB − CyanB
    x2 = GreenR − BlackR; y2 = GreenG − BlackG; z2 = GreenB − BlackB
    x3 = CyanR − GreenR; y3 = CyanG − GreenG; z3 = CyanB − GreenB
    Tetrahedron 5:
    x1 = MagentaR − BlueR; y1 = MagentaG − BlueG; z1 =MagentaB − BlueB
    x2 = WhiteR − MagentaR; y2 = WhiteG − MagentaG; z2 = WhiteB − MagentaB
    x3 = BlueR − BlackR; y3 = BlueG − BlackG; z3 = BlueB − BlackB
    Tetrahedron 6:
    x1 = WhiteR − CyanR; y1 = WhiteG − CyanG; z1 = WhiteB − CyanB
    x2 = CyanR − BlueR; y2 = CyanG − BlueG; z2 = CyanB − BlueB
    x3 = BlueR − BlackR; y3 = BlueG − BlackG; z3 = BlueB − BlackB
  • where x[0051] 1, y1, and z1 are the coefficients of the first row of the 3×3 matrix, where x2, y2, and z2 are the coefficients of the second row of the 3×3 matrix, and where x3, y3, and z3 are the coefficients of the third row of the 3×3 matrix. The resulting 3×3 matrix is shown below: ( x 1 y 1 z 1 x 2 y 2 z 2 x 3 y 3 z 3 ) ( EQ: 8 )
    Figure US20030117415A1-20030626-M00001
  • In step [0052] 312, the 3×3 matrix calculated in step 310 above is multiplied by the input RGB pixel (defined in equation (3) above). This step is shown below: ( x 1 y 1 z 1 x 2 y 2 z 2 x 3 y 3 z 3 ) ( InR InG InB ) ( EQ: 9 )
    Figure US20030117415A1-20030626-M00002
  • As explained above, the result of [0053] flow 300 is an output RGB pixel defined in equation (4) above. The result of the multiplying step 312 is three components, wherein each component represents a component of the output RGB pixel. This result is shown below:
  • OutR=InRx 1 +InGy 1 +InBz 1
  • OutG=InRx 2 +InGy 2 +InBz 2
  • OutB=InRx 3 +InGy 3 +InBz 3  (EQ: 10)
  • In an embodiment of the present invention, the result of the multiplying step [0054] 312 is offset by the value of the input RGB pixel and by the value of the black vertex of the delta 3D cube. In this embodiment, each component value of the output RGB pixel is offset by the corresponding component of the input RGB pixel and the corresponding component of the black vertex of the delta 3D cube. This result is shown below:
  • OutR=InR+InRx 1 +InGy 1 +InBz 1+BlackR
  • OutG=InG+InRx 2 +InGy 2 +InBz 2+BlackG
  • OutB=InR+InRx 3 +InGy 3 +InBz 3+BlackB  (EQ:11)
  • where BlackR, BlackG and BlackB represents the RGB components of the black vertex of the [0055] delta 3D cube, as shown in the first equation of equations (2).
  • 5. Features of the Present Invention [0056]
  • One feature of the present invention is the easy and quick storage of the [0057] delta 3D cube. As explained above, the delta 3D cube consists only of a 3×3 matrix wherein each coefficient of the matrix consists of three components. This relatively small amount of information is the only data necessary to transform an input RGB pixel into an output RGB pixel conforming to a color standard. This is an improvement over the large 3D look up table used by the 3D LUT table technique of the prior art described above. The small size of the delta 3D cube of the present invention results in an efficient color transformation.
  • Another feature of the present invention is the lack of a reduction in the gamut of colors produced by the transformation in the output device. In contrast to the matrix multiplication techniques available in the prior art, the output of the system of the present invention encompasses the entire gamut of colors that can be produced by the input RGB pixels. This feature results in greater accuracy of colors that are produced in the output device by the transformation technique. [0058]
  • Yet another feature of the present invention is the mapping of the input RGB pixel directly into the color space of the color standard. In contrast to the matrix multiplication techniques available in the prior art, the system of the present invention does not map a input RGB pixel into an intermediary color space before mapping the input RGB pixel into the color space of the color standard. This feature results in fewer calculations and less computing time. This leads to greater efficiency in performing the transformation function. [0059]
  • Yet another feature of the present invention is a reduction in computing power necessary for performing the transformation, in contrast to the matrix multiplication techniques available in the prior art. In step [0060] 308 of flow 300, the transformation process of the present invention requires the calculation of the simple (and computationally inexpensive) inequalities of equations (6). Next, in step 310, computationally inexpensive subtractions of equations (7) are calculated. Lastly, in step 312, computationally inexpensive additions and multiplications (i.e., matrix multiplication) of equation (10) are calculated. This feature results in fewer calculations and less computing time. This leads to greater efficiency in performing the transformation function.
  • In another embodiment of the transformation process of the present invention, the [0061] 3D cube 400 is divided into eight equal cubes, each of which is then subdivided into six equal tetrahedrons. This embodiment provides an alternative to the transformation process of flow 300 of FIG. 3. In this embodiment, steps 302 and 304 of flow 300 are executed. However, 3D cube 400 is divided into eight equal cubes before step 306. Each of the eight cubes is then subdivided into six equal tetrahedrons, similar to step 306. Subsequently, steps 308 to 314 are executed. In this embodiment, an additional number of calculations are performed (compared to flow 300), however greater accuracy and resolution results.
  • In yet other embodiments of the transformation process of the present invention, the [0062] 3D cube 400 is divided into any number of equal cubes, each of which is then subdivided into six equal tetrahedrons. This is proceeded with steps similar to steps 306 to 314.
  • Yet another feature of the present invention is the decrease in the number of values to be stored, in contrast to the 3D LUT technique of the prior art. The following method of storing the RGB point values representing a 3D cube (as in equations (2)) or a group of 3D cubes requires the storage of a reduced number of values. FIG. 7 is an illustration of a divided three-[0063] dimensional cube 700 representing a color space, in an embodiment of the present invention. 3D cube 700 is similar to 3D cube 400 in that eight RGB points (or limit vertices) are used to represent a color space. However, 3D cube 700 shows the 3D cube is divided into eight sub-cubes during the transformation process—whereas 3D cube 400 is not divided into smaller cubes. 3D cube 700 represents the embodiment of the present invention, wherein a 3D cube is divided into eight equal cubes, each of which is then subdivided into six equal tetrahedrons (as described above).
  • The variable “k” represents the number of points necessary to represent a 3D cube in one of the three dimensions. Referring to [0064] 3D cube 400, it can be shown that any dimension (i.e., any line consisting of an edge of the 3D cube) can be minimally defined by two points—the two endpoints of any edge. Referring to 3D cube 700 (which has been divided into eight sub-cubes), it can be shown that any dimension (i.e., any line consisting of an edge of the 3D cube) can be minimally defined by three points—the two endpoints of any edge, plus an additional midpoint of the edge, at the separation between two sub-cubes. Thus, for one 3D cube, two points are necessary to represent the 3D cube in one dimension. For a 3D cube that has been subdivided into eight equal cubes, three points are necessary to represent the subdivided 3D cube in one dimension. Further, it is shown that “k” is proportional to the number of vertices for any 3D cube (subdivided or non-subdivided):
  • number of vertices=k3  (EQ:12)
  • Moreover, it is shown that “k” is proportional to the number of (sub) cubes represented: [0065]
  • number of (sub) cubes=(k−1)3.  (EQ:13)
  • For example, in an embodiment where a non-divided 3D cube is used for the transformation, k=2. Therefore, the number of vertices for that cube is (2)[0066] 3=8 and the number of cubes represented is (2−1)3=1. Further, for an embodiment where one 3D cube divided into eight sub-cubes is used for the transformation, k=3. Therefore, the number of vertices for that divided cube is (3)3=27 and the number of cubes represented is (3−1)3=8. Finally, for an embodiment where one 3D cube divided into sixty four sub-cubes is used for the transformation, k=5. Therefore, the number of vertices for that subdivided cube is (5)3=125 and the number of cubes represented is (5−1)3=64. This process can be used for any number of subdivisions of the 3D cube.
  • The prior art shows that a 3D cube is typically stored by storing the vertices of the 3D cube. For a non-divided 3D cube, the number of vertices stored is eight. However, for a divided 3D cube, the number of vertices stored is the number of sub-cubes multiplied by eight, thus: [0067]
  • number of vertices stored=8*(k−1)3  (EQ:14)
  • In contrast, in the present invention, the number of vertices stored is given by equation (12). Thus: [0068]
  • number of vertices stored=k3  (EQ: 15)
  • Comparing equation (14) to equation (15), it is shown that for values of k>2, the resulting number of vertices is greater in equation (14) than in equation (15). Therefore, it is shown that method of the present invention for storing the vertex values representing a divided 3D cube requires the storage of a reduced number of values over the method of the prior art. [0069]
  • Yet another feature of the present invention is the more efficient retrieval of stored values, in contrast to the prior art. The following method of retrieving requires a reduced number of bits. Typically, the representation of N number of values (wherein N is a base ten number) requires a number of bits x, such that x is defined by: [0070]
  • 2x−1 <N<2x  (EQ:16)
  • In an embodiment of the present invention wherein the 3D cube is divided into eight sub-cubes, the determination of the location of the input RGB pixel within the divided cube conventionally requires four bits (referring to equation 16). In an embodiment of the present invention, the number of bits necessary for this determination is reduced. Using the most significant bit of each of the three components of the input RGB pixel, the location of the input RGB pixel within the 3D cube can be determined. The first bit is used to determine whether the pixel is located within the top four sub-cubes or the bottom four sub-cubes. The second bit is used to determine whether the pixel is located within the right two sub-cubes, or the left two sub-cubes, of the remaining four sub-cubes. The third bit is used to determine whether the pixel is located within the front sub-cube, or the back sub-cube, of the remaining two sub-cubes. In this fashion, a reduced number of bits (three bits as opposed to four bits) is used to retrieve the desired information. This retrieval method is also used upon retrieval of the delta cube in step [0071] 304 of FIG. 3.
  • 6. Exemplary Implementations [0072]
  • The present invention (i.e., system [0073] 100, flows 200, 300 or any part thereof) is implemented using hardware, software or a combination thereof and is implemented in one or more computer systems or other processing systems. An example of a computer system 600 is shown in FIG. 6. The computer system 600 represents any single or multi-processor computer. In conjunction, single-threaded and multi-threaded applications are used. Unified or distributed memory systems are used.
  • In one example, the present invention is implemented in a multi-platform (platform independent) programming language such as Java, programming language/structured query language (PL/SQL), hyper-text mark-up language (HTML), practical extraction report language (PERL), Flash programming language, common gateway interface/structured query language (CGI/SQL) or the like. Java-enabled and JavaScript-enabled browsers are used, such as, Netscape, HotJava, and Microsoft Explorer browsers. Active content web pages can be used. Such active content web pages include Java applets or ActiveX controls, or any other active content technology developed now or in the future. The present invention, however, is not intended to be limited to Java, JavaScript, or their enabled browsers, and are implemented in any programming language and browser, developed now or in the future, as would be apparent to a person skilled in the relevant art(s) given this description. [0074]
  • In another example, the present invention is implemented using a high-level programming language (e.g., C++) and applications written for the Microsoft Windows NT or SUN OS environments. It will be apparent to persons skilled in the relevant art(s) how to implement the invention in alternative embodiments from the teachings herein. [0075]
  • [0076] Computer system 600 includes one or more processors, such as processor 604. One or more processors 604 execute software implementing the routines of the invention, described above. Each processor 604 is connected to a communication infrastructure 602 (e.g., a communications bus, cross-bar, or network). Various software embodiments are described in terms of this exemplary computer system. After reading this description, it will become apparent to a person skilled in the relevant art how to implement the invention using other computer systems and/or computer architectures.
  • [0077] Computer system 600 includes an output device interface 608 that forwards graphics, text, and other data from the communication infrastructure 602 (or from a frame buffer not shown) for display on the output device 610.
  • [0078] Computer system 600 also includes a main memory 606, preferably random access memory (RAM), and also includes a secondary memory 612. The secondary memory 612 includes, for example, a hard disk drive 614 and/or a removable storage drive 616, representing a floppy disk drive, a magnetic tape drive, an optical disk drive, etc. The removable storage drive 616 reads from and/or writes to a removable storage unit 618 in a well known manner. Removable storage unit 618 represents a floppy disk, magnetic tape, optical disk, etc., which is read by and written to by removable storage drive 616. As will be appreciated, the removable storage unit 618 includes a computer usable storage medium having stored therein computer software and/or data.
  • In alternative embodiments, [0079] secondary memory 612 includes other similar means for allowing computer programs or other instructions to be loaded into computer system 600. Such means include, for example, a removable storage unit 622 and an interface 620. Examples include a program cartridge and cartridge interface (such as that found in video game console devices), a removable memory chip (such as an EPROM, or PROM) and associated socket, and other removable storage units 622 and interfaces 620 which allow software and data to be transferred from the removable storage unit 622 to computer system 600.
  • [0080] Computer system 600 also includes a communications interface 624. Communications interface 624 allows software and data to be transferred between computer system 600 and external devices via communications path 626. Examples of communications interface 624 include a modem, a network interface (such as Ethernet card), a communications port, interfaces described above, etc. Software and data transferred via communications interface 624 are in the form of signals which are electronic, electromagnetic, optical or other signals capable of being received by communications interface 624, via communications path 626. Note that communications interface 624 provides a means by which computer system 600 interfaces to a network such as the Internet.
  • The present invention is implemented using software running (that is, executing) in an environment similar to that described above. In this document, the term “computer program product” is used to generally refer to [0081] removable storage unit 618, a hard disk installed in hard disk drive 614, or a carrier wave carrying software over a communication path 626 (wireless link or cable) to communication interface 624. A computer useable medium includes magnetic media, optical media, or other recordable media, or media that transmits a carrier wave or other signal. These computer program products are means for providing software to computer system 600.
  • Computer programs (also called computer control logic) are stored in [0082] main memory 606 and/or secondary memory 612. Computer programs are also received via communications interface 624. Such computer programs, when executed, enable the computer system 600 to perform the features of the present invention as discussed herein. In particular, the computer programs, when executed, enable the processor 604 to perform features of the present invention. Accordingly, such computer programs represent controllers of the computer system 600.
  • The present invention is implemented as control logic in software, firmware, hardware or any combination thereof. In an embodiment where the invention is implemented using software, the software is stored in a computer program product and loaded into [0083] computer system 600 using removable storage drive 606, hard disk drive 614, or interface 620. Alternatively, the computer program product is downloaded to computer system 600 over communications path 626. The control logic (software), when executed by the one or more processors 604, causes the processor(s) 604 to perform functions of the invention as described herein.
  • In another embodiment, the invention is implemented primarily in firmware and/or hardware using, for example, hardware components such as application specific integrated circuits (ASICs). Implementation of a hardware state machine so as to perform the functions described herein will be apparent to persons skilled in the relevant art(s) from the teachings herein. In one embodiment, the present invention is implemented in the ST Microelectronics ADE 3250 integrated circuit. This integrated circuit is an all-inclusive display engine for high quality dual input IQPanel applications with the additional option for video (digital CCIR656 YUV) input. The ADE 3250 integrates a programmable LCD timing controller for a flexible IQPanel or smart panel design. [0084]
  • 7. Conclusion [0085]
  • While various embodiments of the present invention have been described above, it should be understood that they have been presented by way of example, and not limitation. It will be apparent to persons skilled in the relevant art(s) that various changes in form and detail are made therein without departing from the spirit and scope of the invention. Thus the present invention should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents. [0086]

Claims (22)

What is claimed is:
1. A method for transforming color information for conformance with a color standard, comprising the steps of:
storing a plurality of RGB color points representing each vertex of at least one three dimensional cube, wherein each of the RGB color points represents a difference between a capacity of an output device and a selected color standard;
dividing the three dimensional cube into a plurality of tetrahedrons;
determining which of the plurality of tetrahedrons corresponds to an input RGB pixel with an R, G and B component;
calculating a 3×3 matrix based on each vertex of a tetrahedron corresponding to the input RGB pixel; and
multiplying the 3×3 matrix by the components of the input RGB pixel, wherein an output RGB pixel conforming to the selected color standard is calculated.
2. The method of claim 1, wherein the step of storing includes storing eight RGB color points representing each limit vertex of the three dimensional cube, wherein the eight RGB color points represent the following colors: red, yellow, white, magenta, blue, black, green and cyan.
3. The method of claim 2, wherein the step of dividing includes:
dividing the three dimensional cube into six tetrahedrons, wherein each of the six tetrahedrons is defined by four limit vertices of the three dimensional cube.
4. The method of claim 3, wherein the step of dividing includes six tetrahedrons defined by the following limit vertices of:
white, red, yellow, black;
white, yellow, green, black;
white, green, cyan, black;
white, cyan, blue, black;
white, magenta, blue, black; and
white, magenta, red, black.
5. The method of claim 4, wherein the step of calculating includes:
calculating a 3×3 matrix based on each limit vertex of a tetrahedron corresponding to the input RGB pixel, wherein each coefficient of the first row of the 3×3 matrix are based on a first edge of the tetrahedron, wherein each coefficient of the second row of the 3×3 matrix are based on a second edge of the tetrahedron, wherein each coefficient of the third row of the 3×3 matrix are based on a third edge of the tetrahedron, and wherein each coefficient of the first, second and third row of the 3×3 matrix are not based on a black-to-white edge of the tetrahedron.
6. The method of claim 2, wherein the step of multiplying includes:
multiplying the 3×3 matrix by the components of the input RGB pixel according to the formula:
( x 1 y 1 z 1 x 2 y 2 z 2 x 3 y 3 z 3 ) ( R G B )
Figure US20030117415A1-20030626-M00003
wherein x1, y1, z1, x2, y2, z2, x3, y3 and z3 are the coefficients of the 3×3 matrix and R, G and B represent the components of the input RGB pixel.
7. The method of claim 6, wherein the step of multiplying further includes:
offsetting a result of the step of multiplying by the components of the input RGB pixel and by the components of the black limit vertex of the three dimensional cube.
8. A computer readable medium including computer instructions for transforming color information into a standard color space, the computer instructions comprising instructions for:
storing a plurality of RGB color points representing each vertex of at least one three dimensional cube, wherein each of the RGB color points represents a difference between a capacity of an output device and a selected color standard;
dividing the three dimensional cube into a plurality of tetrahedrons;
determining which of the plurality of tetrahedrons corresponds to an input RGB pixel with an R, G and B component;
calculating a 3×3 matrix based on each vertex of a tetrahedron corresponding to the input RGB pixel; and
multiplying the 3×3 matrix by the components of the input RGB pixel, wherein an output RGB pixel conforming to the selected color standard is calculated.
9. The computer readable medium of claim 8, wherein the instructions for storing include storing eight RGB color points representing each limit vertex of the three dimensional cube, wherein the eight RGB color points represent the following colors: red, yellow, white, magenta, blue, black, green and cyan.
10. The computer readable medium of claim 9, wherein the instructions for dividing include:
dividing the three dimensional cube into six tetrahedrons, wherein each of the six tetrahedrons is defined by four limit vertices of the three dimensional cube.
11. The computer readable medium of claim 10, wherein the instructions for dividing include six tetrahedrons defined by the following limit vertices of:
white, red, yellow, black;
white, yellow, green, black;
white, green, cyan, black;
white, cyan, blue, black;
white, magenta, blue, black; and
white, magenta, red, black.
12. The computer readable medium of claim 8, wherein the instructions for calculating include:
calculating a 3×3 matrix based on each limit vertex of a tetrahedron corresponding to the input RGB pixel, wherein each coefficient of the first row of the 3×3 matrix are based on a first edge of the tetrahedron, wherein each coefficient of the second row of the 3×3 matrix are based on a second edge of the tetrahedron, wherein each coefficient of the third row of the 3×3 matrix are based on a third edge of the tetrahedron, and wherein each coefficient of the first, second and third row of the 3×3 matrix are not based on a black-to-white edge of the tetrahedron.
13. The computer readable medium of claim 9, wherein the instructions for multiplying include:
multiplying the 3×3 matrix by the components of the input RGB pixel according to the formula:
( x 1 y 1 z 1 x 2 y 2 z 2 x 3 y 3 z 3 ) ( R G B )
Figure US20030117415A1-20030626-M00004
wherein x1, y1, z1, x2, y2, z2, x3, y3 and z3 are the coefficients of the 3×3 matrix and R, G and B represent the components of the input RGB pixel.
14. The computer readable medium of claim 13, wherein the instructions for multiplying further include:
offsetting a result of the instructions for multiplying by the components of the input RGB pixel and by the components of the black limit vertex of the three dimensional cube.
15. A system for transforming color information into a standard color space, comprising:
means for storing a plurality of RGB color points representing each vertex of at least one three dimensional cube, wherein each of the RGB color points represents a difference between a capacity of an output device and a selected color standard;
means for dividing the three dimensional cube into a plurality of tetrahedrons;
means for determining which of the six tetrahedrons corresponds to an input RGB pixel with an R, G and B component;
means for calculating a 3×3 matrix based on each vertex of a tetrahedron corresponding to the input RGB pixel; and
means for multiplying the 3×3 matrix by the components of the input RGB pixel, wherein an output RGB pixel conforming to the selected color standard is calculated.
16. The system of claim 15, wherein the means for storing includes storing eight RGB color points representing each limit vertex of the three dimensional cube, wherein the eight RGB color points represent the following colors: red, yellow, white, magenta, blue, black, green and cyan.
17. The system of claim 16, wherein the means for dividing includes:
means for dividing the three dimensional cube into six tetrahedrons, wherein each of the six tetrahedrons is defined by four limit vertices of the three dimensional cube.
18. The system of claim 17, wherein the means for dividing includes six tetrahedrons defined by the following limit vertices of:
white, red, yellow, black;
white, yellow, green, black;
white, green, cyan, black;
white, cyan, blue, black;
white, magenta, blue, black; and
white, magenta, red, black.
19. The system of claim 18, wherein the means for calculating includes:
means for calculating a 3×3 matrix based on each limit vertex of a tetrahedron corresponding to the input RGB pixel, wherein each coefficient of the first row of the 3×3 matrix are based on a first edge of the tetrahedron, wherein each coefficient of the second row of the 3×3 matrix are based on a second edge of the tetrahedron, wherein each coefficient of the third row of the 3×3 matrix are based on a third edge of the tetrahedron, and wherein each coefficient of the first, second and third row of the 3×3 matrix are not based on a black-to-white edge of the tetrahedron.
20. The system of claim 16, wherein the means for multiplying includes:
means for multiplying the 3×3 matrix by the components of the input RGB pixel according to the formula:
( x 1 y 1 z 1 x 2 y 2 z 2 x 3 y 3 z 3 ) ( R G B )
Figure US20030117415A1-20030626-M00005
wherein x1, y1, z1, x2, y2, z2, x3, y3 and z3 are the coefficients of the 3×3 matrix and R, G and B represent the components of the input RGB pixel.
21. A system for transforming color information into a standard color space, comprising:
an interface to storage for storing a plurality of RGB color points representing each vertex of at least one three dimensional cube, wherein each of the RGB color points represents a difference between a capacity of an output device and a selected color standard;
a processor configured to divide the three dimensional cube into a plurality of tetrahedrons;
a processor configured to determine which of the plurality of tetrahedrons corresponds to an input RGB pixel with an R, G and B component;
a processor configured to calculate a 3×3 matrix based on each vertex of a tetrahedron corresponding to the input RGB pixel; and
a processor configured to multiply the 3×3 matrix by the components of the input RGB pixel, wherein an output RGB pixel conforming to the selected color standard is calculated.
22. The system of claim 21, wherein the system is implemented in the ST Microelectronics ADE 3250 integrated circuit.
US10/014,332 2001-12-11 2001-12-11 Color transformation in 3D color space Abandoned US20030117415A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US10/014,332 US20030117415A1 (en) 2001-12-11 2001-12-11 Color transformation in 3D color space
EP02258356A EP1320253A2 (en) 2001-12-11 2002-12-03 Colour transformation in 3D colour space
JP2002359793A JP2003208606A (en) 2001-12-11 2002-12-11 Color transformation in three dimensional color space
US10/788,238 US6930691B2 (en) 2001-12-11 2004-02-26 Color transformation in 3D color space

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/014,332 US20030117415A1 (en) 2001-12-11 2001-12-11 Color transformation in 3D color space

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US10/788,238 Continuation-In-Part US6930691B2 (en) 2001-12-11 2004-02-26 Color transformation in 3D color space

Publications (1)

Publication Number Publication Date
US20030117415A1 true US20030117415A1 (en) 2003-06-26

Family

ID=21764834

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/014,332 Abandoned US20030117415A1 (en) 2001-12-11 2001-12-11 Color transformation in 3D color space
US10/788,238 Expired - Lifetime US6930691B2 (en) 2001-12-11 2004-02-26 Color transformation in 3D color space

Family Applications After (1)

Application Number Title Priority Date Filing Date
US10/788,238 Expired - Lifetime US6930691B2 (en) 2001-12-11 2004-02-26 Color transformation in 3D color space

Country Status (3)

Country Link
US (2) US20030117415A1 (en)
EP (1) EP1320253A2 (en)
JP (1) JP2003208606A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030147635A1 (en) * 2002-02-07 2003-08-07 Samsung Electronics Co., Ltd. Information storage medium containing display mode information, and reproducing apparatus and method
US6753988B1 (en) * 2002-03-29 2004-06-22 Cypress Semiconductor Corp. Apparatus and method for color data conversion

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007134750A (en) * 2005-10-12 2007-05-31 Seiko Epson Corp Device, method, and program for converting color, image processing unit, and image display device
CN101898451B (en) * 2006-01-17 2012-09-26 精工爱普生株式会社 Ink jet printer head drive device and ink jet printer
KR100790983B1 (en) * 2006-02-22 2008-01-02 삼성전자주식회사 Visualization method and tuning method of 3*3 matrix's coefficients for color correction and computer-readable medium for recording the method
FR2923067B1 (en) 2007-10-25 2010-05-21 St Microelectronics Grenoble METHOD FOR PROCESSING A DIGITAL VIDEO STREAM AND CORRESPONDING DEVICE.
US8760496B2 (en) 2010-10-26 2014-06-24 Verizon Patent And Licensing Inc. Methods and systems for presenting adjunct content during a presentation of a media content instance
CN102419867A (en) * 2011-12-31 2012-04-18 大连海事大学 Image retouching method
CN103049266A (en) * 2012-12-17 2013-04-17 天津大学 Mouse operation method of Delta 3D (Three-Dimensional) scene navigation
CN104956653A (en) 2013-01-29 2015-09-30 惠普发展公司,有限责任合伙企业 Color separation
US11475257B2 (en) 2018-04-06 2022-10-18 Hewlett-Packard Development Company, L.P. Mapping between color spaces

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5428465A (en) * 1991-08-12 1995-06-27 Matsushita Electric Industrial Co., Ltd. Method and apparatus for color conversion
US5581376A (en) * 1994-08-29 1996-12-03 Xerox Corporation System for correcting color images using tetrahedral interpolation over a hexagonal lattice
US5748176A (en) * 1995-07-20 1998-05-05 Hewlett-Packard Company Multi-variable colorimetric data access by iterative interpolation and subdivision
US6211885B1 (en) * 1994-07-08 2001-04-03 Ricoh Company, Ltd. Apparatus for outputting an image in which data of points on texture pattern are mapped to data of dots on display plane
US6269184B1 (en) * 1994-03-24 2001-07-31 Eastman Kodak Company Method and apparatus for interactive color transformation of color values between color spaces

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5428465A (en) * 1991-08-12 1995-06-27 Matsushita Electric Industrial Co., Ltd. Method and apparatus for color conversion
US6269184B1 (en) * 1994-03-24 2001-07-31 Eastman Kodak Company Method and apparatus for interactive color transformation of color values between color spaces
US6211885B1 (en) * 1994-07-08 2001-04-03 Ricoh Company, Ltd. Apparatus for outputting an image in which data of points on texture pattern are mapped to data of dots on display plane
US5581376A (en) * 1994-08-29 1996-12-03 Xerox Corporation System for correcting color images using tetrahedral interpolation over a hexagonal lattice
US5748176A (en) * 1995-07-20 1998-05-05 Hewlett-Packard Company Multi-variable colorimetric data access by iterative interpolation and subdivision

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030147635A1 (en) * 2002-02-07 2003-08-07 Samsung Electronics Co., Ltd. Information storage medium containing display mode information, and reproducing apparatus and method
US6753988B1 (en) * 2002-03-29 2004-06-22 Cypress Semiconductor Corp. Apparatus and method for color data conversion

Also Published As

Publication number Publication date
US6930691B2 (en) 2005-08-16
JP2003208606A (en) 2003-07-25
US20040233214A1 (en) 2004-11-25
EP1320253A2 (en) 2003-06-18

Similar Documents

Publication Publication Date Title
US8390644B2 (en) Methods and apparatus for color uniformity
US7598961B2 (en) method and apparatus for converting from a source color space to a target color space
CA2105356C (en) Method and apparatus for creating and displaying faithful color images on a computer display
US9583030B2 (en) Display system
US6930691B2 (en) Color transformation in 3D color space
US11328645B2 (en) Display control method and device for N-primary-color display panel, and display device
US7405736B2 (en) Efficient perceptual/physical color space conversion
EP3961551A1 (en) Tetrahedral interpolation calculation method and apparatus, gamut conversion method and apparatus, and medium
US6760036B2 (en) Extended precision visual system
US7050065B1 (en) Minimalist color space converters for optimizing image processing operations
CN110277076B (en) Color mapping method and device, display equipment and medium
CN101137068A (en) Gamut converting device and gamut converting method
US6823091B2 (en) Pixel resampling system and method
US5844567A (en) Computer graphics system and method for texture mapping using triangular interpolation
US6693644B1 (en) Graphic accelerator reducing and processing graphics data
US6720972B2 (en) Method and apparatus for remapping subpixels for a color display
JPH09101771A (en) Picture processor
US7151539B2 (en) Resampling system and method for graphics data including sine-wave components
US20050024377A1 (en) Programmable multiple texture combine circuit for a graphics processing system and method for use thereof
US20050129309A1 (en) Error diffusion method and apparatus using area ratio in CMYKRGBW cube
US20080123951A1 (en) Image processing method
US20050052467A1 (en) Information processing apparatus and character display controlling method
US7466309B2 (en) Display system and method using a projector and a reflective display
Sugiura et al. P‐24: LCD Module Adopting a Color Conversion Circuit
JP3533197B2 (en) Image processing device

Legal Events

Date Code Title Description
AS Assignment

Owner name: STMICROELECTRONICS, INC., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LEBOWSKY, FRITZ;NEUGEBAUER, CHARLES F.;REEL/FRAME:012763/0719;SIGNING DATES FROM 20011210 TO 20011212

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE