US20210297558A1 - Cubiform method - Google Patents

Cubiform method Download PDF

Info

Publication number
US20210297558A1
US20210297558A1 US17/342,372 US202117342372A US2021297558A1 US 20210297558 A1 US20210297558 A1 US 20210297558A1 US 202117342372 A US202117342372 A US 202117342372A US 2021297558 A1 US2021297558 A1 US 2021297558A1
Authority
US
United States
Prior art keywords
data
lookup table
new color
points
new
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
US17/342,372
Inventor
Christopher Cohen
Daniel Hernández Portugués
Matthew Voss
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.)
Evernote Corp
Original Assignee
Filmic Inc
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 Filmic Inc filed Critical Filmic Inc
Priority to US17/342,372 priority Critical patent/US20210297558A1/en
Publication of US20210297558A1 publication Critical patent/US20210297558A1/en
Assigned to EVERNOTE CORPORATION reassignment EVERNOTE CORPORATION MERGER (SEE DOCUMENT FOR DETAILS). Assignors: FILMIC, INC.
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/6022Generating a fourth subtractive colour signal, e.g. under colour removal, black masking
    • H04N1/6025Generating a fourth subtractive colour signal, e.g. under colour removal, black masking using look-up tables
    • 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/603Colour correction or control controlled by characteristics of the picture signal generator or the picture reproducer
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4007Interpolation-based scaling, e.g. bilinear interpolation
    • 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/6027Correction or control of colour gradation or colour contrast
    • 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/603Colour correction or control controlled by characteristics of the picture signal generator or the picture reproducer
    • H04N1/6033Colour correction or control controlled by characteristics of the picture signal generator or the picture reproducer using test pattern analysis
    • H04N1/6036Colour correction or control controlled by characteristics of the picture signal generator or the picture reproducer using test pattern analysis involving periodic tests or tests during use of the machine

Definitions

  • the present invention is directed generally to methods of modifying images and, more particularly, to methods of creating color lookup tables used to modify images.
  • a conventional per-pixel mathematical process (encapsulated in one or more Kernel functions) is typically used to modify chrominance and luminance information of an image. Such modifications may be referred to as pixel transform operations. Unfortunately, as the complexity of such pixel transform operations increases, compute time needed to produce the expected result increases as well.
  • a color look-up table (“C-LUT”) may be employed.
  • a C-LUT is a data structure (e.g., a matrix, a table, and the like) that stores pre-calculated values.
  • a C-LUT is used for pixel transform operations, a new value is “looked up” for each of the pixels in the image from the C-LUT. This lookup operation is referred to as remapping the pixels.
  • Using a C-LUT is much more efficient for complex remap operations than per-pixel processing. However, the C-LUT is generally treated like a static data-model and discarded when a different pixel transform operation is desired.
  • the present description describes a method performed by a module executing on a computing device.
  • the module receives a request to generate a new color lookup table.
  • the request includes at least one parameter value indicating a parameter change input by a user.
  • the request may indicate a number of data-points in the new color lookup table.
  • the request may specify a size and a precision of the new color lookup table.
  • the module generates a new color value for each of the data-points based on the at least one parameter value, appends the new color value for each of the data-points to a data structure, and generates the new color lookup table from the data structure.
  • the new color lookup table is operable to replace a current color lookup table.
  • the module may generate the new color value for each of at least a portion of the data-points in series, in parallel, or in a combination thereof.
  • the method may also include transmitting, by the module, the new color lookup table to an external process configured to generate at least one modified image by using the new color lookup table to replace colors of at least one digital image.
  • the external process may display the at least one modified image on a display device.
  • the external process may receive the parameter change input by the user, formulate the request, and send the request to the module.
  • the new color value may be stored as a Red Green Blue (“RGB”) vector and the data structure may be a linear RGB matrix.
  • the new color value may be stored as a Red Green Blue Alpha (“RGBA”) vector and the data structure may be a linear RGBA matrix.
  • the new color lookup table is associated with a color space.
  • the number of data-points in the new color lookup table may be fewer than a number of colors in the color space.
  • the number of data-points may be a second number of data-points
  • the current color lookup table may have a first number of data-points
  • the first number of data-points may be different from the second number of data-points.
  • the parameter change input by the user may implement a pixel transform operation that includes at least one of a gamma curve remap, histogram equalization, a vibrance modification, a contrast modification, a temperature modification, a tint modification, a custom cinematic filter, and an RGB matrix operation.
  • the present description describes an image capture system that includes at least one processor, and memory storing instructions configured to be executed by the at least one processor.
  • the instructions when executed by the at least one processor, cause the at least one processor to perform a method that includes receiving a request to generate a new color lookup table.
  • the request includes at least one parameter value indicating a parameter change input by a user.
  • the request indicates a number of data-points in the new color lookup table.
  • the request may specify a size and a precision of the new color lookup table.
  • the method also includes generating a new color value for each of the data-points based on the at least one parameter value, appending the new color value generated for each of the data-points to a data structure, and generating the new color lookup table from the data structure.
  • the new color lookup table is operable to replace a current color lookup table.
  • the new color value may be generated for each of at least a portion of the data-points in series, in parallel, or in
  • the image capture system may also include a camera configured to capture at least one digital image and store the at least one digital image in the memory, and a display device.
  • the method may include generating at least one modified image by using the new color lookup table to replace colors of the at least one digital image, and displaying the at least one modified image on the display device.
  • the instructions may be first instructions and the memory may store second instructions configured to be executed by the at least one processor.
  • the method may include transmitting the new color lookup table to the second instructions.
  • the second instructions when executed by the at least one processor, may cause the at least one processor to receive the parameter change input by the user, formulate the request, send the request to the first instructions, receive the new color lookup table from the first instructions, generate at least one modified image by using the new color lookup table to replace colors of at least one digital image, and display the at least one modified image on a display device.
  • the image capture system may be a mobile communication device.
  • the image capture system may store the new color value as a Red Green Blue (“RGB”) vector and the data structure as a linear RGB matrix.
  • the image capture system may store the new color value as a Red Green Blue Alpha (“RGBA”) vector and the data structure as a linear RGBA matrix.
  • RGBBA Red Green Blue Alpha
  • the parameter change input by the user may implement a pixel transform operation that includes at least one of a gamma curve remap, histogram equalization, a vibrance modification, a contrast modification, a temperature modification, a tint modification, a custom cinematic filter, and an RGB matrix operation.
  • the number of data-points may be a second number of data-points
  • the current color lookup table may have a first number of data-points
  • the first number of data-points may be different from the second number of data-points.
  • the present description describes another method that includes receiving, by a module executing on a computing device, a series of requests to generate a series of new color lookup tables.
  • Each of the series of new color lookup tables is a sparse color lookup table with respect to a current color lookup table.
  • Each request in the series of requests corresponds to one of the series of new color lookup tables.
  • Each request in the series of requests identifies at least one parameter change and a number of data-points in the corresponding new color lookup table.
  • This method also includes generating, by the module, the series of new color lookup tables in response to the series of requests. Each successive one of the series of new color lookup tables replaces a previous one of the series of new color lookup tables.
  • this method includes receiving, by the module, a new request to generate a larger color lookup table.
  • the new request indicates that the larger color lookup table is to have a number of data-points equal to a number of data-points present in the current color lookup table.
  • This method also includes generating, by the module, the larger color lookup table in response to the new request. The larger color lookup table replaces at last one of the series of new color lookup tables.
  • This method may also include the module transmitting the series of new color lookup tables and the larger color lookup table to an external process.
  • the external process may generate modified images using the series of new color lookup tables to replace colors in at least one digital image, display the modified images on a display device, generate at least one new modified image using the larger color lookup table to replace colors in the at least one digital image, and display the at least one new modified image on the display device.
  • This method may also include the external process receiving a series of parameter changes input by a user, formulating the series of requests, sending the series of requests to the module, determining the user has stopped entering parameter changes, and sending the new request to the module after the external process determines the user has stopped entering parameter changes.
  • each request in the series of requests identifies at least one of the series of parameter changes.
  • FIG. 1 is a functional block diagram of an image capture system.
  • FIG. 2 is a flow diagram of a method of producing a modified image performable by the image capture system.
  • FIG. 3 is a flow diagram of a Cubiform method of generating a new C-LUT performable by the image capture system.
  • FIG. 4 is a functional block diagram illustrating an exemplary mobile communication device that may be used to implement the image capture system.
  • FIG. 1 illustrates an image capture system 200 configured to capture and/or edit a digital image 202 , a stream of images, and/or a video.
  • the image capture system 200 will be described as modifying the digital image 202 to produce a modified image 204 .
  • embodiments in which the image capture system 200 modifies a stream of images or a video are within the scope of the present teachings.
  • the image capture system 200 modifies the digital image 202 after user inputs a change to one or more pixel transform parameters necessary to perform one or more pixel transform operations.
  • the pixel transform operation(s) may include one or more of the following:
  • the pixel transform parameter(s) may include any parameter(s) necessary to implement the associated pixel transform operation.
  • the digital image 202 is displayed using a current C-LUT 206 .
  • the current C-LUT 206 may be in any color space (e.g., RGB, linRGB, LAB, LCh, and the like).
  • the image capture system 200 performs a Cubiform method 400 (see FIG. 3 ) that generates a new C-LUT 210 that replaces the current C-LUT 206 .
  • the new C-LUT 210 implements any changes to one or more of the pixel transform parameter(s), which may be characterized as curated being by the Cubiform method 400 .
  • the Cubiform method 400 neither edits the current C-LUT 206 nor modifies the digital image 202 directly. Instead, an image processing module 230 uses the new C-LUT 210 to remap the pixels of the digital image 202 and produce the modified image 204 . In other words, the image processing module 230 determines new colors for each of the pixels of the digital image 202 by looking them up in the new C-LUT 210 . For example, if the digital image 202 is in the Red Green Blue (“RGB”) color space and one of its pixels has the color ( 255 , 0 , 0 ), which corresponds to red, the new C-LUT 210 may remap this color to a new color ( 0 , 0 , 255 ), which corresponds to blue.
  • RGB Red Green Blue
  • the image processing module 230 replaces the original color of each pixel in the digital image 202 with a new color specified by the new C-LUT 210 .
  • the new C-LUT 210 is used to modify the global color map of the digital image 202 .
  • the Cubiform method 400 does not apply spatial filters or adjustments to isolated sectors of the digital image 202 . Every pixel in the digital image 202 is remapped using the same new C-LUT 210 .
  • the Cubiform method 400 may generate a stream of C-LUTs, which is a series of C-LUTs made available one at a time in succession as the pixel transform parameter(s) associated with at least one of the pixel transform operation(s) are modified by a user in real-time.
  • Each new C-LUT in the stream replaces (e.g., overwrites) a previous C-LUT in the stream.
  • the user may move a slider (e.g., reducing an amount of the contrast in an image), which will send one or more rapidly changing pixel transform parameter values to the Cubiform method 400 .
  • the stream of C-LUTs created by the Cubiform method 400 may be used by the image processing module 230 to remap the digital image 202 (or the series of images) for a fixed computational cost.
  • the Cubiform method 400 provides a mechanism that rapidly generates a stream of C-LUTs for efficient image remapping.
  • the Cubiform method 400 avoids a variable compute time that is typical of conventional per-pixel mathematical processes and increases as complexity of the changes increases.
  • real time refers events occurring during a video editing or capturing process.
  • “real-time” performance is achieved when the user is able to do all of the required work in the inter-frame temporal window. For example, if a user is recording video at 60 FPS, the amount of time that the software has to do the work is 16.7 milliseconds (the approximate time between frames). If the C-LUT generation and/or image-processing takes more than 16.7 milliseconds, it is not a real-time solution. If, on the other hand, the work can be done under 16.7 milliseconds (e.g., within 8 ms), “real-time” performance has been achieved.
  • the new C-LUT 210 may be in any color space (e.g., RGB, linRGB, LAB, LCh, and the like).
  • the new C-LUT 210 may be conceptualized as being a multi-dimensional matrix of color values. For example, if the digital image 202 is in the RGB color space, the new C-LUT 210 may have three dimensions, one for each color channel. Similarly, if the digital image 202 is in the Red Green Blue Alpha (“RGBA”) color space, the new C-LUT 210 may have four dimensions, one for each color channel and one for an alpha value.
  • RGBBA Red Green Blue Alpha
  • the new C-LUT 210 may be stored in a data structure having fewer dimensions.
  • the new C-LUT 210 may be linearized and transmitted as a data stream to the image processing module 230 .
  • a full-sized C-LUT includes a color value for each unique color value in the color space.
  • a typical full-sized RGB C-LUT stores 256 3 unique color values that are addressed by 24 bit addresses (8 bits for each color channel).
  • a sparse C-LUT includes a color value for fewer than all of the color values in the color space and may be used instead of a full-sized C-LUT to produce a modified image (e.g., with a lower color resolution).
  • the image processing module 230 may interpolate between two or more of the color values in the sparse C-LUT to determine a new color for a pixel in the modified image 204 .
  • the Cubiform method 400 may be used to create C-LUTs having different sizes and/or different precisions.
  • one or more of the C-LUTs within a stream may include a color value for fewer than all of the color values in the color space.
  • the new C-LUT 210 may include only 64 ⁇ 64 ⁇ 64 colors.
  • the Cubiform method 400 may generate a series of sparse C-LUTs that each include fewer color values than the color space.
  • the Cubiform method 400 may generate a larger or full sized C-LUT.
  • a sparse C-LUT allows the image processing module 230 to remap the digital image 202 to create the modified image 204 and display the modified image 204 to the user so the user can get an impression of what the edited image will look like when the a full sized C-LUT is used to remap the digital image 202 .
  • the new C-LUT 210 may be a sparse C-LUT and the current C-LUT 206 may or may not be a sparse C-LUT
  • the current C-LUT 206 and the new C-LUT 210 may include different numbers of data-points. For example, if the current C-LUT 206 is full sized, the new C-LUT 210 may be sparse. Then, the sparse new C-LUT 210 may replace the current C-LUT 206 . At a later time, the new C-LUT 210 may be full size and the current C-LUT 206 may be sparse. Then, the full size new C-LUT 210 may replace the sparse current C-LUT 206 . Thus, the current C-LUT 206 and the new C-LUT 210 may be different sizes and/or include a different numbers of data-points.
  • the image processing module 230 requires only a simple kernel to ingest the new C-LUT 210 and remap the digital image 202 . Render times are both low and fixed, not increasing with the complexity of the image remap procedure. Therefore, the Cubiform method 400 may be an efficient method of modifying the global color information of the digital image 202 or a stream of images.
  • the image capture system 200 may be implemented as a mobile communication device 140 (described below and illustrated in FIG. 4 ).
  • the image capture system 200 includes a housing 250 , a camera 252 , one or more processors 254 , memory 256 , a display device 258 , and one or more manual controls 260 .
  • the camera 252 , the processor(s) 254 , the memory 256 , and the display device 258 may be connected together by a bus 262 (e.g., like a bus system 186 illustrated in FIG. 4 ).
  • the camera 252 is mounted on the housing 250 .
  • the camera 252 is configured to capture the digital image 202 and store that digital image 202 in the memory 256 .
  • the camera 252 may be implemented as a camera or video capture device 158 (see FIG. 4 ).
  • the processor(s) 254 is/are configured to execute software instructions stored in the memory 256 .
  • the processor(s) 254 may be implemented as a central processing unit (“CPU”) 150 (see FIG. 4 ) and the memory 256 may be implemented as memory 152 (see FIG. 4 ).
  • the display device 258 is positioned to be viewed by the user while the user operates the image capture system 200 .
  • the display device 258 is configured to display the digital image 202 being captured by the camera 252 and the modified image 204 .
  • the display device 258 may be implemented as conventional display device, such as a touch screen.
  • the display device 258 may be mounted on the housing 250 .
  • the display device 258 may be implemented as a display 154 (see FIG. 4 ).
  • the display device 258 may be implemented as an electronic viewfinder, an auxiliary monitor connected to the image capture system 200 , and the like.
  • the manual control(s) 260 is/are configured to be operated by the user and used thereby to input a change to one or more of the pixel transform parameter(s) associated with one of the pixel transform operation(s).
  • the manual control(s) 260 may be implemented as software controls that generate virtual controls displayed by the display device 258 .
  • the display device 258 may be implemented as touch screen configured to receive user input that manually manipulates the manual control(s) 260 .
  • the manual control(s) 260 may be implemented as physical controls (e.g., button, knobs, and the like) disposed on the housing 250 and configured to be manually manipulated by the user.
  • the manual control(s) 260 may be connected to the processor(s) 254 and the memory 256 by the bus 262 .
  • the memory 256 stores the image processing module 230 and a Cubiform module 240 implemented by the processor(s) 254 .
  • the image processing module 230 may be characterized as being an external process with respect to the Cubiform module 240 .
  • the image processing module 230 may generate and display the virtual controls implementing the manual control(s) 260 .
  • the manual control(s) 260 may be implemented by other software instructions stored in the memory 256 .
  • the Cubiform module 240 stores instructions executable by the processor(s) 254 that implement the Cubiform method 400 illustrated in FIG. 3 .
  • the Cubiform module 240 may include a chromophore identity table 242 and one or more rules 244 for creating the new C-LUT 210 .
  • the chromophore identity table 242 stores supporting lookup tables that may be used as identity look up tables or as a means to accelerate color-model or color space transformations during the generation of the new C-LUT 210 .
  • the chromophore identity table 242 stores pre-calculated values that help reduce computational time.
  • the chromophore identity table 242 may include color space transforms. Some types of changes to the pixel transform parameter(s) are implemented better and/or more easily in a particular color space. For example, it may be desirable to implement a particular change to one or more of the pixel transform parameter(s) (e.g., indicating red is to be desaturated) in the Light Chroma hue angle (“LCh”) color space.
  • LCh Light Chroma hue angle
  • the Cubiform method 400 may first use the chromophore identity table 242 to convert an original RGB C-LUT to an LCh color space. Then, the Cubiform method 400 may implement the change to the pixel transform parameter(s) (e.g., using the rules 244 ). Next, the Cubiform method 400 may use the chromophore identity table 242 to convert the LCh C-LUT back to an RGB C-LUT.
  • FIG. 2 is a flow diagram of a method 300 that may be used by the image capture system 200 (see FIG. 1 ) to produce the modified image 204 (see FIG. 1 ).
  • the image processing module 230 displays the digital image 202 on the display device 258 .
  • the image processing module 230 may also display the manual control(s) 260 on the display device 258 .
  • the image processing module 230 receives user input from the manual control(s) 260 .
  • the user input includes a change to at least one of the pixel transform parameter(s).
  • the image processing module 230 formulates a C-LUT request 232 and sends it to the Cubiform module 240 .
  • the C-LUT request 232 is sent when a user changes at least one of the pixel transform parameter(s).
  • the C-LUT request 232 includes the change made by the user input.
  • the C-LUT request 232 may specify the size and/or precision of the new C-LUT 210 . In other words, the C-LUT request 232 may specify whether the new C-LUT 210 will be full sized or sparse.
  • the number of pre-calculated values or data-points of the new C-LUT 210 may be determined from the size and/or precision specified by the C-LUT request 232 .
  • the size may refer to a C-LUT dimension (e.g., a number of data-points per color component or color channel) and the precision may refer to a number of bits per color (e.g., 16 bits, 32 bits, 64 bits, and the like).
  • the C-LUT request 232 may optionally identify the current C-LUT 206 that will be replaced (e.g., overwritten) by the new C-LUT 210 .
  • the Cubiform module 240 performs the Cubiform method 400 (see FIG. 3 ), which creates the new C-LUT 210 and sends it to the image processing module 230 .
  • the image processing module 230 receives the new C-LUT 210 .
  • the new C-LUT 210 replaces the current C-LUT 206 .
  • the current C-LUT 206 is immediately discarded by the image processing module 230 .
  • decision block 320 the image processing module 230 determines whether the new C-LUT 210 is full size. The decision in decision block 320 (see FIG. 2 ) is “YES,” when the new C-LUT 210 is full size. Otherwise, the decision in decision block 320 (see FIG. 2 ) is “NO.”
  • the image processing module 230 creates the modified image 204 by remapping the digital image 202 using the new C-LUT 210 . Then, in block 324 (see FIG. 2 ), the image processing module 230 displays the modified image 204 on the display device 258 . Then, the method 300 terminates.
  • the image processing module 230 interpolates any required values from the new C-LUT 210 . Then, in block 328 (see FIG. 2 ), the image processing module 230 creates the modified image 204 by remapping the digital image 202 using the new C-LUT 210 and the interpolated values. Then, in block 330 (see FIG. 2 ), the image processing module 230 displays the modified image 204 on the display device 258 .
  • decision block 332 the image processing module 230 determines whether the user has stopped editing the pixel transform parameter(s).
  • the decision in decision block 332 is “YES,” when the image processing module 230 has determined that the user has stopped editing the pixel transform parameter(s). Otherwise, the decision in decision block 332 (see FIG. 2 ) is “NO.”
  • the image processing module 230 When the decision in decision block 332 (see FIG. 2 ) is “YES,” the image processing module 230 returns to block 314 (see FIG. 2 ) where the image processing module 230 formulates a new C-LUT request (like the C-LUT request 232 ) and sends it to the Cubiform module 240 .
  • This new C-LUT request specifies that the new C-LUT 210 is to be full size (e.g., includes the size and/or precision of a full size C-LUT).
  • the image processing module 230 returns to block 312 (see FIG. 2 ) and receives new user input from the manual control(s) 260 .
  • the Cubiform method 400 is used to generate and deliver new C-LUTs with a similar corresponding rapidity. To accomplish this, the Cubiform method 400 generates C-LUTs at variable precisions based on instructions received from the image processing module 230 (e.g., the size and precision specified in the C-LUT request 232 ). When one or more of the pixel transform parameter(s) are changing rapidly, the image processing module 230 instructs the Cubiform method 400 to generate a smaller C-LUT (one that requires more data-point interpolation at run-time).
  • the image processing module 230 instructs the Cubiform method 400 to generate a much larger C-LUT (one that does not require as much data-point interpolation). For example, the image processing module 230 may instructs the Cubiform method 400 to generate a full sized C-LUT when the user has stopped entering changes. Thus, while the user is entering changes, the Cubiform method 400 may reflect those changes in real-time at the cost of a lower resultant image quality. When the user has stopped entering changes, the Cubiform method 400 may generate a high-precision C-LUT capable of producing a high-quality image remap.
  • FIG. 3 is a flow diagram of the Cubiform method 400 performed by the processor(s) 254 (see FIG. 1 ) when executing the instructions stored in the Cubiform module 240 (see FIG. 1 ).
  • the Cubiform method 400 receives the C-LUT request 232 (see FIG. 1 ) from the image processing module 230 (see FIG. 1 ).
  • the C-LUT request 232 includes the change made to at least one of the pixel transform parameter(s) by the user input.
  • the C-LUT request 232 may specify the size and/or precision of the new C-LUT 210 .
  • the Cubiform method 400 selects a data-point in the new C-LUT 210 .
  • the number data-points of the new C-LUT 210 may be determined from the size and/or precision specified by the C-LUT request 232 .
  • the Cubiform method 400 generates a new color value for the selected data-point based on the change made to at least one of the pixel transform parameter(s) by the user input.
  • the new color value is generated to comply with the change(s) made to the pixel transform parameter(s).
  • the function “distance” returns a distance (expressed within a range of zero to one) between an initial color (represented by a variable “vector”) and black (represented by double3(0.0)).
  • the initial color may be a corresponding color value in the unmodified color space, a color value obtained from the chromophore identity table 242 (see FIG. 1 ), or a calculated color value (e.g., calculated using the rule(s) 244 illustrated in FIG. 1 ).
  • the modified image 204 created is a monochrome representation of the digital image 202 .
  • the Cubiform method 400 may use the rule(s) 244 (see FIG. 1 ) and the chromophore identity table 242 (see FIG. 1 ) to generate the new color value.
  • the Cubiform method 400 appends the new color value to a data structure 246 (see FIG. 1 ).
  • the new C-LUT 210 (see FIG. 1 ) is created from the data structure 246 .
  • the new color value becomes a new data-point in the new C-LUT 210 .
  • the data structure 246 may be implemented as a linear color cube.
  • the data structure 246 may be implemented as a symmetrical, volumetric linear RGBA cube. While the new C-LUT 210 may have an RGB format, the new C-LUT 210 may have other formats and the present disclosure is not limited to only RGB format.
  • the Cubiform method 400 determines whether a new color value has been generated for all of the data-points within the new C-LUT 210 .
  • the decision in decision block 432 is “YES,” when new color values have been generated for all of the data-points within the new C-LUT 210 . Otherwise, the decision in decision block 432 is “NO.”
  • the Cubiform method 400 returns to block 414 and selects another data-points within the new C-LUT 210 . While blocks 414 - 432 have been described as being performed in series, in alternate embodiments, the functions of these blocks may be performed in parallel and such embodiments are within the scope of the present teachings.
  • the Cubiform method 400 repackages the data structure 246 (see FIG. 1 ) into the new C-LUT 210 for use by the image processing module 230 (see FIG. 1 ).
  • the data structure 246 is repackaged into an ingestible and appropriate format for the image processing module 230 .
  • the data structure 246 may be packaged as a string of 32-bit or 64-bit floating point variables in a contiguous data object (e.g., configured to be supplied to a filter or shader of the image processing module 230 illustrated in FIG. 1 ).
  • the Cubiform method 400 transmits the new C-LUT 210 (see FIG. 1 ) to the image processing module 230 (see FIG. 1 ).
  • Blocks 414 - 430 may be performed differently based on the platform because different computing environments have different tools, resources, and performance characteristics.
  • a single instruction, multiple data (“SIMD”) process may be used to perform a portion of the Cubiform method 400 .
  • blocks 414 - 430 may be performed in series as illustrated in FIG. 3 .
  • the SIMD process may be used to define how each of the new color values is calculated in block 420 .
  • the Cubiform method 400 may generate the new C-LUT 210 by extruding a series of 64-bit three-element floating-point vectors (double3) and processing each data-point of the new C-LUT 210 as a 0-1 scalar using SIMD vector-unit functions.
  • the series of vectors may be extruded using a software function that (1) allocates a ‘block’ of random access memory, (2) fills the ‘block’ of random access memory with a string (or series) of vectors representing unmodified RGB color values from the unmodified RGB color space, and (3) sends each unmodified RGB color value to another function that modifies the unmodified RGB color value to create the new color value according to the change(s) made to the pixel transform parameter(s). Every new color value is generated (in block 420 ) and appended to the data structure 246 (in block 430 ) in series.
  • each color channel of the new color value may be converted from a floating-point representation (e.g., within a range of zero to one) to a consumable integer, e.g., within a range of 0-255 (for 8-bit color), within a range of 0-1,023 (for 10-bit color), etc. While the SIMD process may be only moderately performant, it benefits from 64-bit per-element (or data-point) precision.
  • a Parallel Image Processing Kernel (“PIPK”) may be used to perform a portion of the Cubiform method 400 .
  • the functions of blocks 414 - 430 may be performed for two or more of the data-points of the new C-LUT 210 in parallel.
  • the PIPK method may be used to choose the pixel transform parameter(s) used to calculate the new C-LUT 210 depending on the user's actions.
  • the new C-LUT 210 may be generated therewith.
  • the chromophore identity table 242 may include a linear RGB identity table that is used to generate the new C-LUT 210 .
  • This implementation may employ the highest possible per-element floating-point precision permitted by a particular kernel runtime.
  • the PIPK method generates a series of low resolution C-LUTs that reflect the user's changes in real time.
  • the PIPK method is more likely to be GPU-accelerated and has the ability to generate the new color values (e.g., as RGB vectors) in parallel rather than in series.
  • the PIPK method After edits have concluded (e.g., the decision in decision block 332 is “YES” in FIG. 2 ), the PIPK method generates a larger C-LUT (e.g., a full sized C-LUT).
  • an image processing kernel is used to generate a stream of lower quality C-LUTs.
  • the same method is employed to generate a single high-quality C-LUT.
  • FIG. 4 is a functional block diagram illustrating the mobile communication device 140 .
  • the image capture system 200 may be implemented by the mobile communication device 140 .
  • the mobile communication device 140 may be implemented as a cellular telephone, smartphone, a tablet computing device, and the like.
  • the mobile communication device 140 may be implemented as a smartphone executing IOS or Android OS.
  • the mobile communication device 140 includes a central processing unit (CPU) 150 .
  • CPU central processing unit
  • the CPU 150 may be implemented as a conventional microprocessor, application specific integrated circuit (ASIC), digital signal processor (DSP), programmable gate array (PGA), or the like.
  • ASIC application specific integrated circuit
  • DSP digital signal processor
  • PGA programmable gate array
  • the mobile communication device 140 is not limited by the specific form of the CPU 150 .
  • the mobile communication device 140 also contains a memory 152 .
  • the memory 152 may store instructions and data to control operation of the CPU 150 .
  • the memory 152 may include random access memory, ready-only memory, programmable memory, flash memory, and the like.
  • the mobile communication device 140 is not limited by any specific form of hardware used to implement the memory 152 .
  • the memory 152 may also be integrally formed in whole or in part with the CPU 150 .
  • the mobile communication device 140 also includes conventional components, such as a display 154 , a camera or video capture device 158 , and keypad or keyboard 156 . These are conventional components that operate in a known manner and need not be described in greater detail. Other conventional components found in wireless communication devices, such as USB interface, Bluetooth interface, infrared device, and the like, may also be included in the mobile communication device 140 . For the sake of clarity, these conventional elements are not illustrated in the functional block diagram of FIG. 4 .
  • the mobile communication device 140 also includes a network transmitter 162 such as may be used by the mobile communication device 140 for normal network wireless communication with a base station (not shown).
  • FIG. 4 also illustrates a network receiver 164 that operates in conjunction with the network transmitter 162 to communicate with the base station (not shown).
  • the network transmitter 162 and network receiver 164 are implemented as a network transceiver 166 .
  • the network transceiver 166 is connected to an antenna 168 . Operation of the network transceiver 166 and the antenna 168 for communication with a wireless network (not shown) is well-known in the art and need not be described in greater detail herein.
  • the mobile communication device 140 may also include a conventional geolocation module (not shown) operable to determine the current location of the mobile communication device 140 .
  • the various components illustrated in FIG. 4 are coupled together by a bus system 186 .
  • the bus system 186 may include an address bus, data bus, power bus, control bus, and the like.
  • the various busses in FIG. 4 are illustrated as the bus system 186 .
  • the memory 152 may store instructions executable by the CPU 150 .
  • the instructions may implement portions of one or more of the methods described above, including the methods 300 and 400 illustrated in FIGS. 2 and 3 , respectively. Such instructions may be stored on one or more non-transitory computer or processor readable media.
  • any two components herein combined to achieve a particular functionality can be seen as “associated with” each other such that the desired functionality is achieved, irrespective of architectures or intermedial components.
  • any two components so associated can also be viewed as being “operably connected,” or “operably coupled,” to each other to achieve the desired functionality.
  • the conjunctive phrases “at least one of A, B, and C” and “at least one of A, B and C” refer to any of the following sets: ⁇ A ⁇ , ⁇ B ⁇ , ⁇ C ⁇ , ⁇ A, B ⁇ , ⁇ A, C ⁇ , ⁇ B, C ⁇ , ⁇ A, B, C ⁇ , and, if not contradicted explicitly or by context, any set having ⁇ A ⁇ , ⁇ B ⁇ , and/or ⁇ C ⁇ as a subset (e.g., sets with multiple “A”).
  • phrases such as “at least one of A, B, or C” and “at least one of A, B or C” refer to the same as “at least one of A, B, and C” and “at least one of A, B and C” refer to any of the following sets: ⁇ A ⁇ , ⁇ B ⁇ , ⁇ C ⁇ , ⁇ A, B ⁇ , ⁇ A, C ⁇ , ⁇ B, C ⁇ , ⁇ A, B, C ⁇ , unless differing meaning is explicitly stated or clear from context.

Abstract

A method performed by a module executing on a computing device. The method includes receiving a request to generate a new color lookup table (“C-LUT”). The request includes at least one parameter value indicating a parameter change input by a user. The request may also indicate a number of data-points in the new C-LUT. The method includes generating a new color value for each of the data-points based on the at least one parameter value. The module appends the new color value for each of the data-points to a data structure and generates the new C-LUT from the data structure. The new color lookup table is operable to replace a current color lookup table.

Description

    CROSS REFERENCE TO RELATED APPLICATION(S)
  • This application claims the benefit of U.S. Provisional Patent Application No. 62/632,848, filed on Feb. 20, 2018, which is incorporated herein by reference in its entirety.
  • BACKGROUND OF THE INVENTION Field of the Invention
  • The present invention is directed generally to methods of modifying images and, more particularly, to methods of creating color lookup tables used to modify images.
  • Description of the Related Art
  • A conventional per-pixel mathematical process (encapsulated in one or more Kernel functions) is typically used to modify chrominance and luminance information of an image. Such modifications may be referred to as pixel transform operations. Unfortunately, as the complexity of such pixel transform operations increases, compute time needed to produce the expected result increases as well.
  • As an alternative to per-pixel processing, a color look-up table (“C-LUT”) may be employed. A C-LUT is a data structure (e.g., a matrix, a table, and the like) that stores pre-calculated values. When a C-LUT is used for pixel transform operations, a new value is “looked up” for each of the pixels in the image from the C-LUT. This lookup operation is referred to as remapping the pixels. Using a C-LUT is much more efficient for complex remap operations than per-pixel processing. However, the C-LUT is generally treated like a static data-model and discarded when a different pixel transform operation is desired.
  • While it is possible to edit a C-LUT, doing so is problematic because of the inherent inefficiency involved in modifying each of the pre-calculated values in a full-sized C-LUT in real-time. For example, no matter how the C-LUT is edited, such editing consumes resources needed to perform other processing tasks. If a graphics processing unit (“GPU”) is employed, the edit operation will compete with other render operations for resources. On the other hand, if a central processing unit (“CPU”) is employed, the edit operation will compete with resources needed for general purpose processing.
  • Thus, using either prior art per-pixel processing or prior art C-LUT generation techniques to modify an image in real-time is often impractical.
  • SUMMARY
  • The present description describes a method performed by a module executing on a computing device. The module receives a request to generate a new color lookup table. The request includes at least one parameter value indicating a parameter change input by a user. The request may indicate a number of data-points in the new color lookup table. The request may specify a size and a precision of the new color lookup table. The module generates a new color value for each of the data-points based on the at least one parameter value, appends the new color value for each of the data-points to a data structure, and generates the new color lookup table from the data structure. The new color lookup table is operable to replace a current color lookup table. The module may generate the new color value for each of at least a portion of the data-points in series, in parallel, or in a combination thereof.
  • The method may also include transmitting, by the module, the new color lookup table to an external process configured to generate at least one modified image by using the new color lookup table to replace colors of at least one digital image. The external process may display the at least one modified image on a display device. The external process may receive the parameter change input by the user, formulate the request, and send the request to the module.
  • The new color value may be stored as a Red Green Blue (“RGB”) vector and the data structure may be a linear RGB matrix. Alternatively, the new color value may be stored as a Red Green Blue Alpha (“RGBA”) vector and the data structure may be a linear RGBA matrix.
  • The new color lookup table is associated with a color space. The number of data-points in the new color lookup table may be fewer than a number of colors in the color space.
  • The number of data-points may be a second number of data-points, the current color lookup table may have a first number of data-points, and the first number of data-points may be different from the second number of data-points.
  • The parameter change input by the user may implement a pixel transform operation that includes at least one of a gamma curve remap, histogram equalization, a vibrance modification, a contrast modification, a temperature modification, a tint modification, a custom cinematic filter, and an RGB matrix operation.
  • The present description describes an image capture system that includes at least one processor, and memory storing instructions configured to be executed by the at least one processor. The instructions, when executed by the at least one processor, cause the at least one processor to perform a method that includes receiving a request to generate a new color lookup table. The request includes at least one parameter value indicating a parameter change input by a user. The request indicates a number of data-points in the new color lookup table. The request may specify a size and a precision of the new color lookup table. The method also includes generating a new color value for each of the data-points based on the at least one parameter value, appending the new color value generated for each of the data-points to a data structure, and generating the new color lookup table from the data structure. The new color lookup table is operable to replace a current color lookup table. The new color value may be generated for each of at least a portion of the data-points in series, in parallel, or in a combination thereof.
  • The image capture system may also include a camera configured to capture at least one digital image and store the at least one digital image in the memory, and a display device. In such embodiments, the method may include generating at least one modified image by using the new color lookup table to replace colors of the at least one digital image, and displaying the at least one modified image on the display device.
  • The instructions may be first instructions and the memory may store second instructions configured to be executed by the at least one processor. In such embodiments, the method may include transmitting the new color lookup table to the second instructions. The second instructions, when executed by the at least one processor, may cause the at least one processor to receive the parameter change input by the user, formulate the request, send the request to the first instructions, receive the new color lookup table from the first instructions, generate at least one modified image by using the new color lookup table to replace colors of at least one digital image, and display the at least one modified image on a display device.
  • The image capture system may be a mobile communication device.
  • The image capture system may store the new color value as a Red Green Blue (“RGB”) vector and the data structure as a linear RGB matrix. Alternatively, the image capture system may store the new color value as a Red Green Blue Alpha (“RGBA”) vector and the data structure as a linear RGBA matrix.
  • With respect to the image capture system, the parameter change input by the user may implement a pixel transform operation that includes at least one of a gamma curve remap, histogram equalization, a vibrance modification, a contrast modification, a temperature modification, a tint modification, a custom cinematic filter, and an RGB matrix operation.
  • With respect to the image capture system, the number of data-points may be a second number of data-points, the current color lookup table may have a first number of data-points, and the first number of data-points may be different from the second number of data-points.
  • The present description describes another method that includes receiving, by a module executing on a computing device, a series of requests to generate a series of new color lookup tables. Each of the series of new color lookup tables is a sparse color lookup table with respect to a current color lookup table. Each request in the series of requests corresponds to one of the series of new color lookup tables. Each request in the series of requests identifies at least one parameter change and a number of data-points in the corresponding new color lookup table. This method also includes generating, by the module, the series of new color lookup tables in response to the series of requests. Each successive one of the series of new color lookup tables replaces a previous one of the series of new color lookup tables. After the series of new color lookup tables is generated, this method includes receiving, by the module, a new request to generate a larger color lookup table. The new request indicates that the larger color lookup table is to have a number of data-points equal to a number of data-points present in the current color lookup table. This method also includes generating, by the module, the larger color lookup table in response to the new request. The larger color lookup table replaces at last one of the series of new color lookup tables.
  • This method may also include the module transmitting the series of new color lookup tables and the larger color lookup table to an external process. The external process may generate modified images using the series of new color lookup tables to replace colors in at least one digital image, display the modified images on a display device, generate at least one new modified image using the larger color lookup table to replace colors in the at least one digital image, and display the at least one new modified image on the display device. This method may also include the external process receiving a series of parameter changes input by a user, formulating the series of requests, sending the series of requests to the module, determining the user has stopped entering parameter changes, and sending the new request to the module after the external process determines the user has stopped entering parameter changes. In such embodiments, each request in the series of requests identifies at least one of the series of parameter changes.
  • BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWING(S)
  • FIG. 1 is a functional block diagram of an image capture system.
  • FIG. 2 is a flow diagram of a method of producing a modified image performable by the image capture system.
  • FIG. 3 is a flow diagram of a Cubiform method of generating a new C-LUT performable by the image capture system.
  • FIG. 4 is a functional block diagram illustrating an exemplary mobile communication device that may be used to implement the image capture system.
  • Like reference numerals have been used in the figures to identify like components.
  • DETAILED DESCRIPTION OF THE INVENTION
  • FIG. 1 illustrates an image capture system 200 configured to capture and/or edit a digital image 202, a stream of images, and/or a video. For ease of illustration, the image capture system 200 will be described as modifying the digital image 202 to produce a modified image 204. However, embodiments in which the image capture system 200 modifies a stream of images or a video are within the scope of the present teachings.
  • The image capture system 200 modifies the digital image 202 after user inputs a change to one or more pixel transform parameters necessary to perform one or more pixel transform operations. By way of a non-limiting example, the pixel transform operation(s) may include one or more of the following:
  • 1. a gamma curve remap,
  • 2. histogram equalization,
  • 3. a vibrance modification,
  • 4. a contrast modification,
  • 5. a temperature modification,
  • 6. a tint modification,
  • 7. an RGB matrix operation, and
  • 8. a custom cinematic filter.
  • The pixel transform parameter(s) may include any parameter(s) necessary to implement the associated pixel transform operation.
  • Initially, the digital image 202 is displayed using a current C-LUT 206. The current C-LUT 206 may be in any color space (e.g., RGB, linRGB, LAB, LCh, and the like). After the user inputs a change to the pixel transform parameter(s) associated with one of the pixel transform operation(s), the image capture system 200 performs a Cubiform method 400 (see FIG. 3) that generates a new C-LUT 210 that replaces the current C-LUT 206. The new C-LUT 210 implements any changes to one or more of the pixel transform parameter(s), which may be characterized as curated being by the Cubiform method 400. The Cubiform method 400 neither edits the current C-LUT 206 nor modifies the digital image 202 directly. Instead, an image processing module 230 uses the new C-LUT 210 to remap the pixels of the digital image 202 and produce the modified image 204. In other words, the image processing module 230 determines new colors for each of the pixels of the digital image 202 by looking them up in the new C-LUT 210. For example, if the digital image 202 is in the Red Green Blue (“RGB”) color space and one of its pixels has the color (255, 0, 0), which corresponds to red, the new C-LUT 210 may remap this color to a new color (0, 0, 255), which corresponds to blue. In other words, the image processing module 230 replaces the original color of each pixel in the digital image 202 with a new color specified by the new C-LUT 210. Thus, the new C-LUT 210 is used to modify the global color map of the digital image 202. In other words, the Cubiform method 400 does not apply spatial filters or adjustments to isolated sectors of the digital image 202. Every pixel in the digital image 202 is remapped using the same new C-LUT 210.
  • While the Cubiform method 400 (see FIG. 3) will be described as creating the new C-LUT 210, the Cubiform method 400 may generate a stream of C-LUTs, which is a series of C-LUTs made available one at a time in succession as the pixel transform parameter(s) associated with at least one of the pixel transform operation(s) are modified by a user in real-time. Each new C-LUT in the stream replaces (e.g., overwrites) a previous C-LUT in the stream. For example, the user may move a slider (e.g., reducing an amount of the contrast in an image), which will send one or more rapidly changing pixel transform parameter values to the Cubiform method 400. The stream of C-LUTs created by the Cubiform method 400 may be used by the image processing module 230 to remap the digital image 202 (or the series of images) for a fixed computational cost. In other words, the Cubiform method 400 provides a mechanism that rapidly generates a stream of C-LUTs for efficient image remapping. Thus, the Cubiform method 400 avoids a variable compute time that is typical of conventional per-pixel mathematical processes and increases as complexity of the changes increases.
  • In this description, the phrase “real time” refers events occurring during a video editing or capturing process. In the context of live video image processing, “real-time” performance is achieved when the user is able to do all of the required work in the inter-frame temporal window. For example, if a user is recording video at 60 FPS, the amount of time that the software has to do the work is 16.7 milliseconds (the approximate time between frames). If the C-LUT generation and/or image-processing takes more than 16.7 milliseconds, it is not a real-time solution. If, on the other hand, the work can be done under 16.7 milliseconds (e.g., within 8 ms), “real-time” performance has been achieved.
  • Like the current C-LUT 206, the new C-LUT 210 may be in any color space (e.g., RGB, linRGB, LAB, LCh, and the like). The new C-LUT 210 may be conceptualized as being a multi-dimensional matrix of color values. For example, if the digital image 202 is in the RGB color space, the new C-LUT 210 may have three dimensions, one for each color channel. Similarly, if the digital image 202 is in the Red Green Blue Alpha (“RGBA”) color space, the new C-LUT 210 may have four dimensions, one for each color channel and one for an alpha value. However, no matter how many different color dimensions the new C-LUT 210 includes, the new C-LUT 210 may be stored in a data structure having fewer dimensions. For example, the new C-LUT 210 may be linearized and transmitted as a data stream to the image processing module 230.
  • A full-sized C-LUT includes a color value for each unique color value in the color space. For example, a typical full-sized RGB C-LUT stores 2563 unique color values that are addressed by 24 bit addresses (8 bits for each color channel). A sparse C-LUT includes a color value for fewer than all of the color values in the color space and may be used instead of a full-sized C-LUT to produce a modified image (e.g., with a lower color resolution). The image processing module 230 may interpolate between two or more of the color values in the sparse C-LUT to determine a new color for a pixel in the modified image 204.
  • Conventional methods of generating a C-LUT generate a full sized C-LUT whenever a pixel transform parameter is changed. In contrast, the Cubiform method 400 may be used to create C-LUTs having different sizes and/or different precisions. For example, one or more of the C-LUTs within a stream may include a color value for fewer than all of the color values in the color space. By way of a non-limiting example, if the color space includes 256×256×256 colors, the new C-LUT 210 may include only 64×64×64 colors. Thus, when the pixel transform parameter values are changing rapidly, the Cubiform method 400 may generate a series of sparse C-LUTs that each include fewer color values than the color space. On the other hand, when the pixel transform parameter values are changing slowly or have stopped changing, the Cubiform method 400 may generate a larger or full sized C-LUT. A sparse C-LUT allows the image processing module 230 to remap the digital image 202 to create the modified image 204 and display the modified image 204 to the user so the user can get an impression of what the edited image will look like when the a full sized C-LUT is used to remap the digital image 202.
  • Because the new C-LUT 210 may be a sparse C-LUT and the current C-LUT 206 may or may not be a sparse C-LUT, the current C-LUT 206 and the new C-LUT 210 may include different numbers of data-points. For example, if the current C-LUT 206 is full sized, the new C-LUT 210 may be sparse. Then, the sparse new C-LUT 210 may replace the current C-LUT 206. At a later time, the new C-LUT 210 may be full size and the current C-LUT 206 may be sparse. Then, the full size new C-LUT 210 may replace the sparse current C-LUT 206. Thus, the current C-LUT 206 and the new C-LUT 210 may be different sizes and/or include a different numbers of data-points.
  • An advantage of using the preprocessed or pre-calculated values of the new C-LUT 210 to remap the digital image 202 becomes apparent at render time. The image processing module 230 requires only a simple kernel to ingest the new C-LUT 210 and remap the digital image 202. Render times are both low and fixed, not increasing with the complexity of the image remap procedure. Therefore, the Cubiform method 400 may be an efficient method of modifying the global color information of the digital image 202 or a stream of images.
  • By way of a non-limiting example, the image capture system 200 may be implemented as a mobile communication device 140 (described below and illustrated in FIG. 4). The image capture system 200 includes a housing 250, a camera 252, one or more processors 254, memory 256, a display device 258, and one or more manual controls 260. The camera 252, the processor(s) 254, the memory 256, and the display device 258 may be connected together by a bus 262 (e.g., like a bus system 186 illustrated in FIG. 4).
  • The camera 252 is mounted on the housing 250. The camera 252 is configured to capture the digital image 202 and store that digital image 202 in the memory 256. By way of a non-limiting example, the camera 252 may be implemented as a camera or video capture device 158 (see FIG. 4).
  • The processor(s) 254 is/are configured to execute software instructions stored in the memory 256. By way of a non-limiting example, the processor(s) 254 may be implemented as a central processing unit (“CPU”) 150 (see FIG. 4) and the memory 256 may be implemented as memory 152 (see FIG. 4).
  • The display device 258 is positioned to be viewed by the user while the user operates the image capture system 200. The display device 258 is configured to display the digital image 202 being captured by the camera 252 and the modified image 204. By way of a non-limiting example, the display device 258 may be implemented as conventional display device, such as a touch screen. The display device 258 may be mounted on the housing 250. For example, the display device 258 may be implemented as a display 154 (see FIG. 4). Alternatively, the display device 258 may be implemented as an electronic viewfinder, an auxiliary monitor connected to the image capture system 200, and the like.
  • The manual control(s) 260 is/are configured to be operated by the user and used thereby to input a change to one or more of the pixel transform parameter(s) associated with one of the pixel transform operation(s). The manual control(s) 260 may be implemented as software controls that generate virtual controls displayed by the display device 258. In such embodiments, the display device 258 may be implemented as touch screen configured to receive user input that manually manipulates the manual control(s) 260. Alternatively, the manual control(s) 260 may be implemented as physical controls (e.g., button, knobs, and the like) disposed on the housing 250 and configured to be manually manipulated by the user. In such embodiments, the manual control(s) 260 may be connected to the processor(s) 254 and the memory 256 by the bus 262.
  • The memory 256 stores the image processing module 230 and a Cubiform module 240 implemented by the processor(s) 254. The image processing module 230 may be characterized as being an external process with respect to the Cubiform module 240. In some embodiments, the image processing module 230 may generate and display the virtual controls implementing the manual control(s) 260. Alternatively, the manual control(s) 260 may be implemented by other software instructions stored in the memory 256. The Cubiform module 240 stores instructions executable by the processor(s) 254 that implement the Cubiform method 400 illustrated in FIG. 3. The Cubiform module 240 may include a chromophore identity table 242 and one or more rules 244 for creating the new C-LUT 210. The chromophore identity table 242 stores supporting lookup tables that may be used as identity look up tables or as a means to accelerate color-model or color space transformations during the generation of the new C-LUT 210. In other words, the chromophore identity table 242 stores pre-calculated values that help reduce computational time. For example, the chromophore identity table 242 may include color space transforms. Some types of changes to the pixel transform parameter(s) are implemented better and/or more easily in a particular color space. For example, it may be desirable to implement a particular change to one or more of the pixel transform parameter(s) (e.g., indicating red is to be desaturated) in the Light Chroma hue angle (“LCh”) color space. The Cubiform method 400 may first use the chromophore identity table 242 to convert an original RGB C-LUT to an LCh color space. Then, the Cubiform method 400 may implement the change to the pixel transform parameter(s) (e.g., using the rules 244). Next, the Cubiform method 400 may use the chromophore identity table 242 to convert the LCh C-LUT back to an RGB C-LUT.
  • FIG. 2 is a flow diagram of a method 300 that may be used by the image capture system 200 (see FIG. 1) to produce the modified image 204 (see FIG. 1). In first block 310, referring to FIG. 1, the image processing module 230 displays the digital image 202 on the display device 258. Depending on the implementation details, the image processing module 230 may also display the manual control(s) 260 on the display device 258.
  • In block 312 (see FIG. 2), the image processing module 230 receives user input from the manual control(s) 260. The user input includes a change to at least one of the pixel transform parameter(s).
  • Then, in block 314 (see FIG. 2), the image processing module 230 formulates a C-LUT request 232 and sends it to the Cubiform module 240. Thus, the C-LUT request 232 is sent when a user changes at least one of the pixel transform parameter(s). The C-LUT request 232 includes the change made by the user input. The C-LUT request 232 may specify the size and/or precision of the new C-LUT 210. In other words, the C-LUT request 232 may specify whether the new C-LUT 210 will be full sized or sparse. The number of pre-calculated values or data-points of the new C-LUT 210 may be determined from the size and/or precision specified by the C-LUT request 232. The size may refer to a C-LUT dimension (e.g., a number of data-points per color component or color channel) and the precision may refer to a number of bits per color (e.g., 16 bits, 32 bits, 64 bits, and the like). The C-LUT request 232 may optionally identify the current C-LUT 206 that will be replaced (e.g., overwritten) by the new C-LUT 210.
  • In response to the C-LUT request 232, in block 316 (see FIG. 2), the Cubiform module 240 performs the Cubiform method 400 (see FIG. 3), which creates the new C-LUT 210 and sends it to the image processing module 230.
  • In block 318 (see FIG. 2), the image processing module 230 receives the new C-LUT 210. The new C-LUT 210 replaces the current C-LUT 206. In other words, the current C-LUT 206 is immediately discarded by the image processing module 230.
  • In decision block 320 (see FIG. 2), the image processing module 230 determines whether the new C-LUT 210 is full size. The decision in decision block 320 (see FIG. 2) is “YES,” when the new C-LUT 210 is full size. Otherwise, the decision in decision block 320 (see FIG. 2) is “NO.”
  • When the decision in decision block 320 (see FIG. 2) is “YES,” in block 322 (see FIG. 2), the image processing module 230 creates the modified image 204 by remapping the digital image 202 using the new C-LUT 210. Then, in block 324 (see FIG. 2), the image processing module 230 displays the modified image 204 on the display device 258. Then, the method 300 terminates.
  • When the decision in decision block 320 (see FIG. 2) is “NO,” in block 326 (see FIG. 2), the image processing module 230 interpolates any required values from the new C-LUT 210. Then, in block 328 (see FIG. 2), the image processing module 230 creates the modified image 204 by remapping the digital image 202 using the new C-LUT 210 and the interpolated values. Then, in block 330 (see FIG. 2), the image processing module 230 displays the modified image 204 on the display device 258.
  • Next, in decision block 332 (see FIG. 2), the image processing module 230 determines whether the user has stopped editing the pixel transform parameter(s). The decision in decision block 332 (see FIG. 2) is “YES,” when the image processing module 230 has determined that the user has stopped editing the pixel transform parameter(s). Otherwise, the decision in decision block 332 (see FIG. 2) is “NO.”
  • When the decision in decision block 332 (see FIG. 2) is “YES,” the image processing module 230 returns to block 314 (see FIG. 2) where the image processing module 230 formulates a new C-LUT request (like the C-LUT request 232) and sends it to the Cubiform module 240. This new C-LUT request specifies that the new C-LUT 210 is to be full size (e.g., includes the size and/or precision of a full size C-LUT).
  • When the decision in decision block 332 (see FIG. 2) is “YES,” the image processing module 230 returns to block 312 (see FIG. 2) and receives new user input from the manual control(s) 260.
  • To implement a rapid series of changes to the pixel transform parameter(s), in block 316 (see FIG. 2), the Cubiform method 400 is used to generate and deliver new C-LUTs with a similar corresponding rapidity. To accomplish this, the Cubiform method 400 generates C-LUTs at variable precisions based on instructions received from the image processing module 230 (e.g., the size and precision specified in the C-LUT request 232). When one or more of the pixel transform parameter(s) are changing rapidly, the image processing module 230 instructs the Cubiform method 400 to generate a smaller C-LUT (one that requires more data-point interpolation at run-time). When the user has finished entering changes, the image processing module 230 instructs the Cubiform method 400 to generate a much larger C-LUT (one that does not require as much data-point interpolation). For example, the image processing module 230 may instructs the Cubiform method 400 to generate a full sized C-LUT when the user has stopped entering changes. Thus, while the user is entering changes, the Cubiform method 400 may reflect those changes in real-time at the cost of a lower resultant image quality. When the user has stopped entering changes, the Cubiform method 400 may generate a high-precision C-LUT capable of producing a high-quality image remap.
  • FIG. 3 is a flow diagram of the Cubiform method 400 performed by the processor(s) 254 (see FIG. 1) when executing the instructions stored in the Cubiform module 240 (see FIG. 1). In first block 410, the Cubiform method 400 receives the C-LUT request 232 (see FIG. 1) from the image processing module 230 (see FIG. 1). Referring to FIG. 1, as mentioned above, the C-LUT request 232 includes the change made to at least one of the pixel transform parameter(s) by the user input. The C-LUT request 232 may specify the size and/or precision of the new C-LUT 210.
  • In next block 414, the Cubiform method 400 selects a data-point in the new C-LUT 210. As mentioned above, the number data-points of the new C-LUT 210 may be determined from the size and/or precision specified by the C-LUT request 232.
  • Then, referring to FIG. 3, in block 420, the Cubiform method 400 generates a new color value for the selected data-point based on the change made to at least one of the pixel transform parameter(s) by the user input. In other words, the new color value is generated to comply with the change(s) made to the pixel transform parameter(s). For example, if the pixel transform operation is desaturation, the following formula may be used: brightness=distance(vector, double3(0.0))/1.7320508075688772. The function “distance” returns a distance (expressed within a range of zero to one) between an initial color (represented by a variable “vector”) and black (represented by double3(0.0)). The initial color may be a corresponding color value in the unmodified color space, a color value obtained from the chromophore identity table 242 (see FIG. 1), or a calculated color value (e.g., calculated using the rule(s) 244 illustrated in FIG. 1). The new color value may be set equal to the result “brightness” loaded into all of the color channels (e.g., into all three vector RGB elements) using the following formula: double3 monochrome=double3(brightness, brightness, brightness). Thus, when the new C-LUT 210 is applied to the digital image 202, the modified image 204 created is a monochrome representation of the digital image 202. Alternate methods of generating new color values and performing pixel transform operations are well known in the art and will not be described in detail. Since the new color values are pre-calculated and loaded into the new C-LUT 210, at run-time, this math does not need to be reapplied to each pixel. Instead, the new color values are simply “looked up” in the new C-LUT 210. The new color values may each be expressed as a vector (e.g., a RGBA vector, a RGB vector, and the like). The Cubiform method 400 may use the rule(s) 244 (see FIG. 1) and the chromophore identity table 242 (see FIG. 1) to generate the new color value.
  • Next in block 430, the Cubiform method 400 appends the new color value to a data structure 246 (see FIG. 1). The new C-LUT 210 (see FIG. 1) is created from the data structure 246. Thus, the new color value becomes a new data-point in the new C-LUT 210. The data structure 246 may be implemented as a linear color cube. By way of a non-limiting example, in block 430, the data structure 246 may be implemented as a symmetrical, volumetric linear RGBA cube. While the new C-LUT 210 may have an RGB format, the new C-LUT 210 may have other formats and the present disclosure is not limited to only RGB format.
  • In decision block 432, the Cubiform method 400 determines whether a new color value has been generated for all of the data-points within the new C-LUT 210. The decision in decision block 432 is “YES,” when new color values have been generated for all of the data-points within the new C-LUT 210. Otherwise, the decision in decision block 432 is “NO.”
  • When the decision in decision block 432 is “NO,” the Cubiform method 400 returns to block 414 and selects another data-points within the new C-LUT 210. While blocks 414-432 have been described as being performed in series, in alternate embodiments, the functions of these blocks may be performed in parallel and such embodiments are within the scope of the present teachings.
  • When the decision in decision block 432 is “YES,” in block 440, the Cubiform method 400 repackages the data structure 246 (see FIG. 1) into the new C-LUT 210 for use by the image processing module 230 (see FIG. 1). In other words, the data structure 246 is repackaged into an ingestible and appropriate format for the image processing module 230. By way of a non-limiting example, the data structure 246 may be packaged as a string of 32-bit or 64-bit floating point variables in a contiguous data object (e.g., configured to be supplied to a filter or shader of the image processing module 230 illustrated in FIG. 1).
  • In block 450, the Cubiform method 400 transmits the new C-LUT 210 (see FIG. 1) to the image processing module 230 (see FIG. 1).
  • Then, the Cubiform method 400 terminates.
  • Blocks 414-430 may be performed differently based on the platform because different computing environments have different tools, resources, and performance characteristics. For example, a single instruction, multiple data (“SIMD”) process may be used to perform a portion of the Cubiform method 400. In such an embodiment, blocks 414-430 may be performed in series as illustrated in FIG. 3. The SIMD process may be used to define how each of the new color values is calculated in block 420. To alleviate GPU utilization on platforms where a suite of CPU-bound SIMD functions are available and well-optimized, the Cubiform method 400 may generate the new C-LUT 210 by extruding a series of 64-bit three-element floating-point vectors (double3) and processing each data-point of the new C-LUT 210 as a 0-1 scalar using SIMD vector-unit functions. For example, the series of vectors may be extruded using a software function that (1) allocates a ‘block’ of random access memory, (2) fills the ‘block’ of random access memory with a string (or series) of vectors representing unmodified RGB color values from the unmodified RGB color space, and (3) sends each unmodified RGB color value to another function that modifies the unmodified RGB color value to create the new color value according to the change(s) made to the pixel transform parameter(s). Every new color value is generated (in block 420) and appended to the data structure 246 (in block 430) in series. Before the new color value is appended to the data structure 246, each color channel of the new color value may be converted from a floating-point representation (e.g., within a range of zero to one) to a consumable integer, e.g., within a range of 0-255 (for 8-bit color), within a range of 0-1,023 (for 10-bit color), etc. While the SIMD process may be only moderately performant, it benefits from 64-bit per-element (or data-point) precision.
  • By way of another non-limiting example, a Parallel Image Processing Kernel (“PIPK”) may be used to perform a portion of the Cubiform method 400. In such an embodiment, the functions of blocks 414-430 may be performed for two or more of the data-points of the new C-LUT 210 in parallel. The PIPK method may be used to choose the pixel transform parameter(s) used to calculate the new C-LUT 210 depending on the user's actions. On platforms where CPU-bound or GPU-bound parallel image-processing kernels may be employed, the new C-LUT 210 may be generated therewith. In such embodiments, the chromophore identity table 242 may include a linear RGB identity table that is used to generate the new C-LUT 210. This implementation may employ the highest possible per-element floating-point precision permitted by a particular kernel runtime. During a stream of user-initiated parameter modifications, the PIPK method generates a series of low resolution C-LUTs that reflect the user's changes in real time. However, unlike the SIMD method, the PIPK method is more likely to be GPU-accelerated and has the ability to generate the new color values (e.g., as RGB vectors) in parallel rather than in series. After edits have concluded (e.g., the decision in decision block 332 is “YES” in FIG. 2), the PIPK method generates a larger C-LUT (e.g., a full sized C-LUT). Simply put, as parameters are changing, an image processing kernel is used to generate a stream of lower quality C-LUTs. When parameters stop changing, the same method is employed to generate a single high-quality C-LUT.
  • Mobile Communication Device
  • FIG. 4 is a functional block diagram illustrating the mobile communication device 140. The image capture system 200 may be implemented by the mobile communication device 140. The mobile communication device 140 may be implemented as a cellular telephone, smartphone, a tablet computing device, and the like. By way of a non-limiting example, the mobile communication device 140 may be implemented as a smartphone executing IOS or Android OS.
  • The mobile communication device 140 includes a central processing unit (CPU) 150. Those skilled in the art will appreciate that the CPU 150 may be implemented as a conventional microprocessor, application specific integrated circuit (ASIC), digital signal processor (DSP), programmable gate array (PGA), or the like. The mobile communication device 140 is not limited by the specific form of the CPU 150.
  • The mobile communication device 140 also contains a memory 152. The memory 152 may store instructions and data to control operation of the CPU 150. The memory 152 may include random access memory, ready-only memory, programmable memory, flash memory, and the like. The mobile communication device 140 is not limited by any specific form of hardware used to implement the memory 152. The memory 152 may also be integrally formed in whole or in part with the CPU 150.
  • The mobile communication device 140 also includes conventional components, such as a display 154, a camera or video capture device 158, and keypad or keyboard 156. These are conventional components that operate in a known manner and need not be described in greater detail. Other conventional components found in wireless communication devices, such as USB interface, Bluetooth interface, infrared device, and the like, may also be included in the mobile communication device 140. For the sake of clarity, these conventional elements are not illustrated in the functional block diagram of FIG. 4.
  • The mobile communication device 140 also includes a network transmitter 162 such as may be used by the mobile communication device 140 for normal network wireless communication with a base station (not shown). FIG. 4 also illustrates a network receiver 164 that operates in conjunction with the network transmitter 162 to communicate with the base station (not shown). In a typical embodiment, the network transmitter 162 and network receiver 164 are implemented as a network transceiver 166. The network transceiver 166 is connected to an antenna 168. Operation of the network transceiver 166 and the antenna 168 for communication with a wireless network (not shown) is well-known in the art and need not be described in greater detail herein.
  • The mobile communication device 140 may also include a conventional geolocation module (not shown) operable to determine the current location of the mobile communication device 140.
  • The various components illustrated in FIG. 4 are coupled together by a bus system 186. The bus system 186 may include an address bus, data bus, power bus, control bus, and the like. For the sake of convenience, the various busses in FIG. 4 are illustrated as the bus system 186.
  • The memory 152 may store instructions executable by the CPU 150. The instructions may implement portions of one or more of the methods described above, including the methods 300 and 400 illustrated in FIGS. 2 and 3, respectively. Such instructions may be stored on one or more non-transitory computer or processor readable media.
  • The foregoing described embodiments depict different components contained within, or connected with, different other components. It is to be understood that such depicted architectures are merely exemplary, and that in fact many other architectures can be implemented which achieve the same functionality. In a conceptual sense, any arrangement of components to achieve the same functionality is effectively “associated” such that the desired functionality is achieved. Hence, any two components herein combined to achieve a particular functionality can be seen as “associated with” each other such that the desired functionality is achieved, irrespective of architectures or intermedial components. Likewise, any two components so associated can also be viewed as being “operably connected,” or “operably coupled,” to each other to achieve the desired functionality.
  • While particular embodiments of the present invention have been shown and described, it will be obvious to those skilled in the art that, based upon the teachings herein, changes and modifications may be made without departing from this invention and its broader aspects and, therefore, the appended claims are to encompass within their scope all such changes and modifications as are within the true spirit and scope of this invention. Furthermore, it is to be understood that the invention is solely defined by the appended claims. It will be understood by those within the art that, in general, terms used herein, and especially in the appended claims (e.g., bodies of the appended claims) are generally intended as “open” terms (e.g., the term “including” should be interpreted as “including but not limited to,” the term “having” should be interpreted as “having at least,” the term “includes” should be interpreted as “includes but is not limited to,” etc.). It will be further understood by those within the art that if a specific number of an introduced claim recitation is intended, such an intent will be explicitly recited in the claim, and in the absence of such recitation no such intent is present. For example, as an aid to understanding, the following appended claims may contain usage of the introductory phrases “at least one” and “one or more” to introduce claim recitations. However, the use of such phrases should not be construed to imply that the introduction of a claim recitation by the indefinite articles “a” or “an” limits any particular claim containing such introduced claim recitation to inventions containing only one such recitation, even when the same claim includes the introductory phrases “one or more” or “at least one” and indefinite articles such as “a” or “an” (e.g., “a” and/or “an” should typically be interpreted to mean “at least one” or “one or more”); the same holds true for the use of definite articles used to introduce claim recitations. In addition, even if a specific number of an introduced claim recitation is explicitly recited, those skilled in the art will recognize that such recitation should typically be interpreted to mean at least the recited number (e.g., the bare recitation of “two recitations,” without other modifiers, typically means at least two recitations, or two or more recitations).
  • Conjunctive language, such as phrases of the form “at least one of A, B, and C,” or “at least one of A, B and C,” (i.e., the same phrase with or without the Oxford comma) unless specifically stated otherwise or otherwise clearly contradicted by context, is otherwise understood with the context as used in general to present that an item, term, etc., may be either A or B or C, any nonempty subset of the set of A and B and C, or any set not contradicted by context or otherwise excluded that contains at least one A, at least one B, or at least one C. For instance, in the illustrative example of a set having three members, the conjunctive phrases “at least one of A, B, and C” and “at least one of A, B and C” refer to any of the following sets: {A}, {B}, {C}, {A, B}, {A, C}, {B, C}, {A, B, C}, and, if not contradicted explicitly or by context, any set having {A}, {B}, and/or {C} as a subset (e.g., sets with multiple “A”). Thus, such conjunctive language is not generally intended to imply that certain embodiments require at least one of A, at least one of B, and at least one of C each to be present. Similarly, phrases such as “at least one of A, B, or C” and “at least one of A, B or C” refer to the same as “at least one of A, B, and C” and “at least one of A, B and C” refer to any of the following sets: {A}, {B}, {C}, {A, B}, {A, C}, {B, C}, {A, B, C}, unless differing meaning is explicitly stated or clear from context.
  • Accordingly, the invention is not limited except as by the appended claims.

Claims (20)

The invention claimed is:
1. A method comprising:
receiving, by a module executing on a computing device, a request to generate a new color lookup table, the request including at least one parameter value indicating a parameter change input by a user, the request indicating a number of data-points in the new color lookup table;
generating, by the module, a new color value for each of the data-points based on the at least one parameter value;
appending, by the module, the new color value for each of the data-points to a data structure; and
generating, by the module, the new color lookup table from the data structure, the new color lookup table being operable to replace a current color lookup table.
2. The method of claim 1, further comprising:
transmitting, by the module, the new color lookup table to an external process configured to generate at least one modified image by using the new color lookup table to replace colors of at least one digital image.
3. The method of claim 2, further comprising:
displaying, by the external process, the at least one modified image on a display device.
4. The method of claim 2, further comprising:
receiving, by the external process, the parameter change input by the user;
formulating, by the external process, the request; and
sending, by the external process, the request to the module.
5. The method of claim 1, wherein the new color value is stored as a Red Green Blue (“RGB”) vector and the data structure is a linear RGB matrix.
6. The method of claim 1, wherein the new color value is stored as a Red Green Blue Alpha (“RGBA”) vector and the data structure is a linear RGBA matrix.
7. The method of claim 1, wherein the new color lookup table is associated with a color space; and
the number of data-points in the new color lookup table is fewer than a number of colors in the color space.
8. The method of claim 1, wherein the parameter change input by the user implements a pixel transform operation comprising at least one of a gamma curve remap, histogram equalization, a vibrance modification, a contrast modification, a temperature modification, a tint modification, a custom cinematic filter, and an RGB matrix operation.
9. The method of claim 1, wherein the request specifies a size and a precision of the new color lookup table.
10. The method of claim 1, wherein the number of data-points is a second number of data-points,
the current color lookup table has a first number of data-points, and
the first number of data-points is different from the second number of data-points.
11. The method of claim 1, wherein the module generates the new color value for each of at least a portion of the data-points in parallel.
12. An image capture system comprising:
at least one processor; and
memory storing instructions configured to be executed by the at least one processor, the instructions, when executed by the at least one processor, causing the at least one processor to perform a method comprising:
receiving a request to generate a new color lookup table, the request including at least one parameter value indicating a parameter change input by a user, the request indicating a number of data-points in the new color lookup table;
generating a new color value for each of the data-points based on the at least one parameter value;
appending the new color value generated for each of the data-points to a data structure; and
generating the new color lookup table from the data structure, the new color lookup table being operable to replace a current color lookup table.
13. The image capture system of claim 12, further comprising:
a camera configured to capture at least one digital image and store the at least one digital image in the memory; and
a display device, wherein the method further comprises generating at least one modified image by using the new color lookup table to replace colors of the at least one digital image, and displaying the at least one modified image on the display device.
14. The image capture system of claim 12, wherein the instructions are first instructions, the memory stores second instructions configured to be executed by the at least one processor, the method further comprises transmitting the new color lookup table to the second instructions, and the second instructions, when executed by the at least one processor, cause the at least one processor to.
receive the parameter change input by the user,
formulate the request,
send the request to the first instructions,
receive the new color lookup table from the first instructions,
generate at least one modified image by using the new color lookup table to replace colors of at least one digital image, and
display the at least one modified image on a display device.
15. The image capture system of claim 12, wherein the image capture system is a mobile communication device.
16. The image capture system of claim 12, wherein the new color value is stored as a Red Green Blue (“RGB”) vector and the data structure is a linear RGB matrix.
17. The image capture system of claim 12, wherein the new color value is stored as a Red Green Blue Alpha (“RGBA”) vector and the data structure is a linear RGBA matrix.
18. The image capture system of claim 12, wherein the parameter change input by the user implements a pixel transform operation comprising at least one of a gamma curve remap, histogram equalization, a vibrance modification, a contrast modification, a temperature modification, a tint modification, a custom cinematic filter, and an RGB matrix operation.
19. The image capture system of claim 12, wherein the request specifies a size and a precision of the new color lookup table.
20. The image capture system of claim 12, wherein the number of data-points is a second number of data-points,
the current color lookup table has a first number of data-points, and
the first number of data-points is different from the second number of data-points.
US17/342,372 2018-02-20 2021-06-08 Cubiform method Abandoned US20210297558A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/342,372 US20210297558A1 (en) 2018-02-20 2021-06-08 Cubiform method

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201862632848P 2018-02-20 2018-02-20
US16/279,921 US10855886B2 (en) 2018-02-20 2019-02-19 Cubiform method
US16/858,465 US20200259974A1 (en) 2018-02-20 2020-04-24 Cubiform method
US17/342,372 US20210297558A1 (en) 2018-02-20 2021-06-08 Cubiform method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US16/858,465 Continuation US20200259974A1 (en) 2018-02-20 2020-04-24 Cubiform method

Publications (1)

Publication Number Publication Date
US20210297558A1 true US20210297558A1 (en) 2021-09-23

Family

ID=67618281

Family Applications (3)

Application Number Title Priority Date Filing Date
US16/279,921 Active US10855886B2 (en) 2018-02-20 2019-02-19 Cubiform method
US16/858,465 Abandoned US20200259974A1 (en) 2018-02-20 2020-04-24 Cubiform method
US17/342,372 Abandoned US20210297558A1 (en) 2018-02-20 2021-06-08 Cubiform method

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US16/279,921 Active US10855886B2 (en) 2018-02-20 2019-02-19 Cubiform method
US16/858,465 Abandoned US20200259974A1 (en) 2018-02-20 2020-04-24 Cubiform method

Country Status (2)

Country Link
US (3) US10855886B2 (en)
WO (1) WO2019164980A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114449354B (en) * 2022-02-07 2023-12-08 上海幻电信息科技有限公司 Video editing method and system

Family Cites Families (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4929978A (en) * 1987-10-23 1990-05-29 Matsushita Electric Industrial Co., Ltd. Color correction method for color copier utilizing correction table derived from printed color samples
US4941039A (en) * 1989-04-04 1990-07-10 Eastman Kodak Company Color image reproduction apparatus having a least squares look-up table augmented by smoothing
US5321797A (en) * 1990-06-11 1994-06-14 Eastman Kodak Company Apparatus and method for performing coordinate transformation employing stored values and interpolation
US5218647A (en) * 1990-12-12 1993-06-08 Ricoh Corporation Method to convert between 2 color space on a 32 bit μ-processor
EP0679020A1 (en) 1994-04-19 1995-10-25 Eastman Kodak Company Method and apparatus for constrained gamut clipping
US5982990A (en) * 1995-07-20 1999-11-09 Hewlett-Packard Company Method and apparatus for converting color space
JPH09271036A (en) * 1996-03-29 1997-10-14 Nec Corp Method and device for color image display
US6011540A (en) 1997-03-28 2000-01-04 Sun Microsystems, Inc. Method and apparatus for generating small, optimized color look-up tables
WO1999010866A1 (en) * 1997-08-25 1999-03-04 Imagicolor Corp A system for distributing and controlling color reproduction at multiple sites
US6134571A (en) * 1998-04-29 2000-10-17 Hewlett-Packard Company Implicit DST-based filter operating in the DCT domain
WO2002099557A2 (en) * 2001-06-07 2002-12-12 Genoa Technologies Ltd. System and method of data conversion for wide gamut displays
JP3712057B2 (en) * 2001-08-30 2005-11-02 セイコーエプソン株式会社 Color conversion table creation method, color conversion table creation device, color conversion table creation program, color conversion device, and printing device
US7233695B2 (en) * 2002-07-01 2007-06-19 Xerox Corporation Scan color conversion method
US20040223173A1 (en) * 2002-10-17 2004-11-11 Seiko Epson Corporation Generating method for color conversion table, method and apparatus for creating correspondence definition data
JP4524646B2 (en) * 2004-09-16 2010-08-18 セイコーエプソン株式会社 Image processing apparatus and method
US7564466B2 (en) 2006-01-10 2009-07-21 Kabushiki Kaisha Toshiba System and method for managing memory for color transforms
JP2010114839A (en) 2008-11-10 2010-05-20 Canon Inc Image processing device and image processing method
US20100259001A1 (en) * 2009-04-08 2010-10-14 Muller Iii Richard B Spatial logical toy
JP6107164B2 (en) * 2012-02-15 2017-04-05 株式会社リコー Color measuring device, image forming apparatus, color measuring method and color measuring system
US20130321675A1 (en) * 2012-05-31 2013-12-05 Apple Inc. Raw scaler with chromatic aberration correction
JP6500370B2 (en) * 2013-09-12 2019-04-17 株式会社リコー Glossiness determination device, color measurement device, image forming device, and glossiness determination method
JP6065934B2 (en) * 2015-04-08 2017-01-25 ソニー株式会社 Video signal processing apparatus and imaging system
WO2017059043A1 (en) * 2015-09-30 2017-04-06 Dolby Laboratories Licensing Corporation 2d lut color transforms with reduced memory footprint
US10332481B2 (en) * 2015-11-02 2019-06-25 Dolby Laboratories Licensing Corporation Adaptive display management using 3D look-up table interpolation
US10354613B2 (en) * 2017-06-03 2019-07-16 Apple Inc. Scalable chromatic adaptation

Also Published As

Publication number Publication date
WO2019164980A1 (en) 2019-08-29
US20200259974A1 (en) 2020-08-13
US10855886B2 (en) 2020-12-01
US20190260908A1 (en) 2019-08-22

Similar Documents

Publication Publication Date Title
US9472162B2 (en) Method of mapping source colors from a source color gamut into a target color gamut
EP3745390A1 (en) Transitioning between video priority and graphics priority
JP7359521B2 (en) Image processing method and device
EP3070925B1 (en) Color matching for imaging systems
US11948228B2 (en) Color correction method for panoramic image and electronic device
WO2023016035A1 (en) Video processing method and apparatus, electronic device, and storage medium
CN110392243B (en) Method and apparatus for gamut mapping
US20160322024A1 (en) Method of mapping source colors of images of a video content into the target color gamut of a target color device
WO2023016037A1 (en) Video processing method and apparatus, electronic device, and storage medium
WO2021073304A1 (en) Image processing method and apparatus
US10051252B1 (en) Method of decaying chrominance in images
CN1655626B (en) System and method for clipping values of pixels
KR101463680B1 (en) Extended range color space
JP2010183232A (en) Color gamut conversion device
US20210297558A1 (en) Cubiform method
WO2017190995A1 (en) Method and apparatus for encoding/decoding a scalar integer into a parameter representative of a pivot points of a piece-wise linear function.
US11348553B2 (en) Color gamut mapping in the CIE 1931 color space
CN112911366B (en) Saturation adjustment method and device and display equipment
US11094286B2 (en) Image processing apparatus and image processing method
WO2023016040A1 (en) Video processing method and apparatus, electronic device, and storage medium
KR20170124554A (en) Adaptive color grade interpolation method and device
JP5950652B2 (en) Image processing circuit, semiconductor device, and image processing device
US11363245B2 (en) Image processing device, image processing method, and image processing program
US11769464B2 (en) Image processing
TWI533708B (en) Method and image processing device for image enhancement

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: EVERNOTE CORPORATION, CALIFORNIA

Free format text: MERGER;ASSIGNOR:FILMIC, INC.;REEL/FRAME:065613/0721

Effective date: 20231020