USRE43747E1 - Method and system for image processing - Google Patents

Method and system for image processing Download PDF

Info

Publication number
USRE43747E1
USRE43747E1 US11/487,579 US48757906A USRE43747E US RE43747 E1 USRE43747 E1 US RE43747E1 US 48757906 A US48757906 A US 48757906A US RE43747 E USRE43747 E US RE43747E
Authority
US
United States
Prior art keywords
image
resolution
sub
independent modification
region
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.)
Expired - Fee Related
Application number
US11/487,579
Inventor
Bruno Delean
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.)
Intellectual Ventures I LLC
Original Assignee
Intellectual Ventures I LLC
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=26230196&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=USRE43747(E1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Priority claimed from FR9303455A external-priority patent/FR2703170B1/en
Priority to US11/487,579 priority Critical patent/USRE43747E1/en
Application filed by Intellectual Ventures I LLC filed Critical Intellectual Ventures I LLC
Assigned to KWOK, CHU & SHINDLER LLC reassignment KWOK, CHU & SHINDLER LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SONIC SOLUTIONS
Assigned to FITS IMAGING CORPORATION reassignment FITS IMAGING CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DELEAN, BRUNO
Assigned to ROXIO, INC. reassignment ROXIO, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MGI SOFTWARE CORP.
Assigned to SONIC SOLUTIONS reassignment SONIC SOLUTIONS ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ROXIO, INC.
Assigned to LIVE PICTURE, INC. reassignment LIVE PICTURE, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: FITS IMAGING CORPORATION
Assigned to MGI SOFTWARE CORP. reassignment MGI SOFTWARE CORP. TECHNOLOGY TRANSFER AGREEMENT Assignors: LIVE PICTURE, INC.
Assigned to INTELLECTUAL VENTURES I LLC reassignment INTELLECTUAL VENTURES I LLC MERGER (SEE DOCUMENT FOR DETAILS). Assignors: KWOK, CHU & SHINDLER LLC
Publication of USRE43747E1 publication Critical patent/USRE43747E1/en
Application granted granted Critical
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/02
    • 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/4092Image resolution transcoding, e.g. client/server architecture

Definitions

  • the present invention was created in response to the shortcomings of the current generation of image retouching systems.
  • Other retouching systems use one of two methods for handling images: (1) high resolution/low resolution (high, res/low res), and (2) virtual image.
  • high resolution/low resolution high, res/low res
  • virtual image virtual image
  • the complete scanned image (referred to as the “high res” image) is subsampled to yield a much smaller image (referred to as the “low res” image).
  • the low res image Because previous image retouching systems did not yield “real time” performance when handling large images (over 10M or 10 million bytes), it was necessary to invent an approach to allow the retouching system work on a smaller, i.e. low res image that would yield acceptable response times for the operator. Using this approach, retouching actions are stored in a script.
  • the script When retouching is complete, the script is typically passed to a more powerful, and expensive, server and “executed.” That is, the actions contained in the script are applied to the high res image, which results in a high quality final image.
  • the disadvantage of this approach is that the operator does not work with the actual image or at highly detailed levels (particularly for a magnified “close-up” of a portion). As a result, it is not always possible to perform highly detailed retouching actions such as silhouetting and masking. Moreover, unpleasant surprises may occur upon execution.
  • the virtual image approach commonly used by desktop image editing packages (e.g. MacIntosh or Windows types), manipulates a copy of the actual image held in memory. In some cases, one or more copies or intermediate drafts are held, enabling the user to revert to a previous copy if an error is introduced.
  • the image itself is transformed as retouching effects are applied.
  • the virtual image approach suffers two important shortcomings: first, large amounts of memory are required; and second, each effect is applied immediately to the entire image so that complex manipulation, such as large airbrushing, scaling and rotation, incur long processing delays.
  • a second and perhaps equally important disadvantage of known image processing techniques is that the image editing effects are applied sequentially, i.e. step-by-step. This incurs a severe degradation in the quality of the original image if many image editing effects are applied to the same portion of an image.
  • the subject invention advantageously uses what I call a Functional Interpolating Transfer System (FITS) to greatly speed editing of an image on standard microcomputers, thus eliminating the need for expensive workstations or special hardware.
  • FITS breaks down image processing into three steps: preprocessing, image editing and FITS raster image processing. This results in a virtually instantaneous response and eliminates waiting for file saving or processing updates. With this technique, limits on file size and resolution disappear.
  • Preprocessing in the invention involves creating a specially formatted version of an image which allows image editing to progress at rapid speed.
  • Image editing refers to the process of retouching, combining or otherwise modifying images, to create the final desired image.
  • Image editing involves, in the broadest sense, all processing operations performed on an original image. This includes the combining of images, effects such as sharpening, blurring, brightening, darkening, distortion, and include modifications to the color or appearance of all or part of a original image.
  • Color changes may be achieved in a variety of ways including global changes to the chromatic range of the image, or selective change to individual colors, e.g. changing blue to red.
  • Raster image processing (“RIP”) is performed in two instances: (1) each time a new screen view is generated for display on a monitor, and (2) when an output page is generated for the purpose of printing or incorporated into another system such as a desktop publishing system.
  • FITS raster image processing combines the input images with the modifications generated in the second stage (image editing) to create either a screen or print image.
  • the output image generated by the FITS RIP can have any resolution; thus it is said to be resolution independent.
  • FITS raster image processing (“FITS RIP”) involves taking the ensemble of image manipulations (the various steps or “layers” of changes) that are performed during the image editing process and computing a single image for purposes of printing or display on a monitor. Modifications to the image, made during image editing, are characterized in a manner that is independent of the resolution of the input images or final output image.
  • layers are first combined mathematically for each pixel or selected pixels in the desired image, rather than by applying each layer successively to the original images. For each final pixel, a single mathematical function is generated that describes the color, in an arbitrary color space, at that point.
  • the color values of intermediate pixels are computed by averaging the mathematical functions of the neighboring pixels and applying that function average to the original pixel's color, rather than simply averaging the color values of the surrounding pixels. This approach results in a time savings in overall image handling and a higher quality resulting image.
  • the image editing actions are characterized by parameters to mathematical functions and these are stored layer-by-layer in a file separate from the original image(s).
  • Each intermediate modification to the image is effectively saved in a layer and each layer can be independently modified, deleted or reordered.
  • the parameters can be stored for points in a grid that is itself independent of the “dots-per-inch” resolution (dpi) of either the original imported images, or the final output images.
  • dpi dots-per-inch resolution
  • the subject invention provides a computerized image processing procedure which enables the operator to rapidly carry out advanced graphic operations, and to reverse decisions as required—without in any way affecting the definition or precision of the final image.
  • the invention provides an image processing system for the creating and editing images that are resolution independent and characterized by a series of layers, or image objects, that can be combined together to yield an output image, at any resolution, for display or print.
  • the new method of image processing in a computerized system creates a high performance image representation, that yields much faster image processing by supplying data defining an original image into the system and reorganizing the original image data.
  • One aspect of this method comprises the following steps: (1) supplying data defining the original image into the system, (2) assigning pixels from the original image to pixels in the new image format in such a way that the new image is organized in groups (preferably rectangles and most preferably squares), each of which can be individually compressed (using JPEG or another compression algorithm) to yield reduced image size and faster access over a network, (3) creating a second, lower resolution, image by averaging groups of pixels falling within a first predetermined area (or neighborhood) into an averaged pixel, and performing this computation across the entire original image; this second image is also organized in groups, e.g.
  • the invention may use a method of image processing in a computerized system, comprising: (a) supplying data defining an original image into the system, (b) assigning pixels from the original image to pixels in a new first image format so that the first image is organized into groups of pixels, each of the groups being individually compressible to yield a reduced size image, and (c) reducing the number of assigned pixels to form a reduced resolution image by averaging (preferably using a Gaussian function to weight the average for pixel proximity) a particular number of adjacent pixels falling within a first (preferably predetermined) area into a first averaged pixel, organized by the groups of pixels, and performing this computation across the entire first image format, to form a reduced definition image.
  • averaging preferably using a Gaussian function to weight the average for pixel proximity
  • This method may (and preferably does) further comprise reducing the number of the first averaged pixels by averaging groups of pixels falling within a second predetermined area into a second averaged pixel, organized by the groups of pixels, performing this computation across the entire second image format, and (preferably) repeating this step until a preselected or lower number of pixels remain, the remaining pixels forming a reduced definition image.
  • Data defining the reduced definition image may be modified by a user to obtain a desired result and the system or user may save a copy of the data or mathematical functions defining the pixels that form the desired result.
  • the data defining the original image may be added to the data defining the pixels forming the desired result, and forming an image from the added data.
  • the invention may also include a method of raster image processing which includes: (a) adding data defining an original image to data defining modifications to a reduced definition image, and (b) forming an image from the added data.
  • a computerized system which comprises: (a) means for adding data defining pixels forming an original image to data defining modifications to a reduced definition image, and (b) means for forming an image from the added data.
  • the invention may also include a computerized system for image processing, comprises: (a) means for assigning pixels from an original image to pixels in a new first image format so that the first image is organized into compressible groups of pixels, and (b) means for reducing the number of assigned pixels to form a reduced resolution image by averaging a particular number of adjacent pixels falling within a first (preferably predetermined) area into a first averaged pixel, organized across the entire first image format, to form a reduced definition image.
  • means are provided for reducing the number of the first averaged pixels by averaging groups of pixels falling within a second predetermined area into a second averaged pixel, organized by the groups of pixels, performing this computation across the entire image format, and repeating this step until a preselected number of pixels remain, the remaining pixels forming a final reduced definition image.
  • FIG. 2 A schematic representation of interconnections between system hardware.
  • FIG. 3 A schematic representation of software architecture.
  • FIG. 4 A A numerical/graphic illustration of a pixel reduction grid.
  • FIG. 4 B A schematic illustration of a pixel reduction grid.
  • FIG. 5 A schematic illustration of the IVUE format.
  • FIG. 6 A schematic illustration of the FITS reduction.
  • FIG. 7 A schematic illustration of 2 i ⁇ 2 j density functions.
  • FIGS. 8 A-F Depictions of computer monitors showing the invention in use.
  • the subject invention was created in response to the shortcomings of the current generation of image retouching systems.
  • the current common personal computer approach often referred to as virtual image, manipulates a copy of the actual image, which is held in memory.
  • FIG. 1 shows an overview of the FITS model
  • FIG. 2 depicts the interaction of hardware involved
  • FIGS. 8A-F show the system in use.
  • FITS raster image processing RIP
  • Postscript raster image processing a system for generating the raster image that corresponds to pages of printed information described using the Postscript language
  • FITS operates in high-resolution, i.e., the operator may at any time access any information contained in the original image(s) without being limited by the FITS processing approach.
  • the new image processing system is for creating and editing images that are resolution independent where the images are characterized by a series of layers that can be combined together to yield an output image, at any resolution, for display or print.
  • layers can also refer to image objects that are managed independently and combined in pixel format for purposes of output.
  • External image may be any external image.
  • FITS FITS
  • these images are preferably transformed into Input format for fast processing.
  • the images may be in any format.
  • Position independent terms these are modifications which do not depend on the position of the image element. For example, a color applied in a layer to the entire image.
  • Position dependent terms these are geometric transforms, color modifications, etc. supplied selectively to different regions of the image.
  • f n ⁇ 1 (x,y) the function that describes the color in the preceding layer.
  • the color value of a point (x,y) in layer n may be defined by a single mathematical function which combines an external image or images, position dependent terms, position independent terms, and the function defining the point (x,y) for the preceding layer.
  • FITS comprises three independent processes: preprocessing, image editing, and FITS raster image processing (FITS RIP). FITS is overviewed in FIGS. 1 and 6 .
  • FIG. 3 illustrates the software architecture.
  • the input image in TIFF or another standard format (such as Postscript) is reorganized to create a specially formatted new file, termed IVUE.
  • the IVUE file is used during image editing and also during the FITS RIP. It is reorganized in such a way that a new screen full of image data may be quickly constructed. The screen's best resolution can be used, both for the full image and for close-up details.
  • a second IVUE file may be created that is compressed using conventional methods, such as JPEG, or by other methods
  • the IVUE file contains all of the original image data.
  • the image is divided into squares.
  • Each of the squares in each of the various image representations within the IVUE file may be individually compressed (see FIG. 5 ). This is a unique approach since other image processing systems compress the entire image.
  • the resulting file termed .IVUE/C, is considerably smaller than the original file.
  • the actual size of the file depends on the compression level used to generate the IVUE file. Average compression will yield an 8 to 1 average reduction in the size of the image.
  • three compression levels may be selected when creating the IVUE file.
  • FIG. 4A shows a 10 ⁇ 10 pixel box in which each of the pixels are identified by a column, row number.
  • the smaller enclosed box is a 4 ⁇ 4 matrix which is reduced to a single point.
  • One way to complete the reduction, or apply the FITS layer to do the RIP, is to select an origin point (in this case, 1 , 1 , is selected).
  • Two points are then selected outside of the box along the column and row, as depicted, point 1 , 5 and 5 , 1 .
  • each of the pixels in the box can be identified by a simple division by two. For example, pixel 1 , 3 can be determined by averaging 1 , 1 and 1 , 5 .
  • each of the pixels can be identified and reconstructed.
  • Another advantage to this system of picking two points outside of the 4 ⁇ 4 pixel square is that a redundancy exists.
  • pixel 1 , 5 acts as the origin for the 4 ⁇ 4 box above the initial box described. Again, the 5 , 1 pixels serves as the origin for the next 4 ⁇ 4 pixel box.
  • this 16 ⁇ 16 square will after the first set of reductions, be a 4 pixel square which can be handled in much the manner described above.
  • the IVUE sampling to make a lower resolution image can average 4 pixels to make 1, or sample a large group using weighting (e.g. Gaussian) to achieve any desired ratio or compression.
  • a compressed image can be stored either on the operator's workstation or on a network file server. This approach greatly reduces the disk requirement.
  • the IVUE/C file is held on a file server, network delay in accessing the image is minimized since FITS accesses the IVUE file one screen at a time.
  • JPEG (or the like) compressed image is used only during the screen editing step, where the quality of the compressed image is perfectly acceptable.
  • the full image also in IVUE format, is used during the FITS RIP, in order to obtain the highest quality image. So while JPEG may be used to improve a speed and memory, it does not lessen the quality of image. This last point is key because many people incorrectly assume that the use of JPEG will degrade image quality.
  • Preprocessing to IVUE format is fast; for example an A 4 image takes approximately 11 ⁇ 2 minutes on a Mac Quadra.
  • a TIFF image is reprocessed at the rate of 1 ⁇ 2 megabyte per second.
  • the following method may be used to generate an IVUE image, which comprises a succession of reduced resolution images each of which is stored as a rectangle.
  • f n+1 (i,j) ⁇ (x,y) ⁇ f n (x,y)dxdy in which:
  • the presently preferred weighting function is a Gaussian density function. However, other functions may be used as well.
  • the neighboring weighted average has been implemented on a computer as depicted in FIG. 7 .
  • f n+1 (i,j) 1 ⁇ 2(f n (2i,2j))+1 ⁇ 8(f n (2i ⁇ 1,2j))+1 ⁇ 8(f n (2i,+1,2j))+1 ⁇ 8(f n (2i,2j ⁇ 1))+1 ⁇ 8(f n (2i,2j+1))
  • f n+1 (i,j) ⁇ 2i2j (x,y) ⁇ f n (x,y)dxdy
  • ij (x,y) is the probability density function for pixel (i,j) at point (x,y).
  • (x,y) is near to the origin point (i,j), that is in the “neighborhood.”
  • E is the weight (such as 50% for near points, 20% for more distant points) of any particular neighbor point x,y relative to the “home base” or origin of i,j.
  • the weights are set up to total 100%, and so that E is positive (not zero) in the defined radius of the neighborhood (which can but need not include the whole image). Once E goes to zero, there goes the neighborhood, that is, points at or beyond that distance are not weighted in.
  • 1 ⁇ ij (x,y)dxdy for all (i,j) and 0 ⁇ ij (x,y) ⁇ 1 for all (x,y)
  • This new, reduced image may be stored in rectangles of p ⁇ q pixels as well.
  • Image editing refers to the process of retouching, creation and composition of images. The operator successively applies effects such as blur, smooth, and transformations such as rotation and scaling. Additional images can be inserted at any time and, if desired, with transparency and masking.
  • the .FITS file can be considered as a database of commands or layers, and is a very compact representation.
  • FITS implements types of layers, referred to as FITS modes. For each mode a set of actions are available and can be freely applied. In Live Picture, the operator will be able opt to initiate a new layer at any time, and when a new mode is selected, a new layer is automatically created and all subsequent actions are contained within this new layer (until a new layer is created).
  • FITS modes include: image insertion (insertion of a scanned image), painting, pattern, filters, lighting effects, mirror, linework and plug-in (i.e. a layer defined by an arbitrary application). Text is treated as a special case of linework, since it can be composed of Bezier curves.
  • image insertion modes standard and advanced. The advanced mode offers the opportunity to distort the image at the price of additional processing and a slight decrease in response time.
  • each image editing action is represented by a mathematical function.
  • the parameters of these functions are recorded in a file named FITS. Only the resulting aggregate modifications to the underlying image are recorded. If, for example, the operator applies an effect and then erases it then nothing is stored. Or, an artist may use hundreds of brush strokes to create a complex painting, yet the FITS representation describes the resulting painting and not the sequence of brush strokes used to create it.
  • FITS typically only records the final effect and not necessarily each image editing action. This saves processing time and also results in a very compact representation of the image editing session within a FITS file. For example, if an A 4 image, stored in a 35 Mbyte file is heavily retouched, in (ten or more layers), the .FITS file will only grow about 2-5 MB.
  • the FITS retouching file may be saved at any time, and may later be reused or modified. At any time, either during the image editing session, each layer can be accessed and re-edited.
  • the invention provides a computerized procedure for creating a raster image. This procedure is used both to create a new view of the image on a computer monitor and to create a high resolution output image.
  • the procedure preferably has the following characteristics:
  • the elementary operations are broken down in turn into three stages and when combined a new result (layer i), based on the result of the previous elementary operation (layer i ⁇ 1).
  • the three stages are:
  • the global function defines the color value at point x,y for an image composed of a number of layers:
  • the subject method is particularly efficient for image processing for two reasons: the global function has a relatively simple form and thus can be easily computed, and very little computation is required to generate the interpolated functions.
  • Use of functional interpolation provides a major time saving. For example, when 4 ⁇ 4 grids of 16 pixels are used the global function is generated only for 1/16 of the total pixels. It is because of this that high speed, real-time, image processing can be achieved.
  • the changes to the image caused by the operator actions are carried out and displayed almost instantaneously, i.e. in real time.
  • the operator may, at any moment return and redo a elementary operation. This is because different actions and their results (i.e., the layers) are defined by simple elementary equations. These can be easily modified.
  • the invention allows for any image effect, such as airbrushing, blurring, contrasting, dissolving effects, color modifications, in short any operation concerning image graphics and color.
  • the invention also enables geometrical transformations or modifications, such as rotation, changes of scale, etc.
  • FITS a microcomputer system can follow the actions of the operator, using input means such as in general a mouse or light pen on an interactive tracing table, in real time.
  • This input (e.g. pen) provides two types of command signals: one is a position signal giving the coordinates (x,y) of the dot concerned, and if necessary its environment (for example the path of an airbrush stroke); the other uses the pressure of the pen on the table to create a second type of signal. In the airbrush example, it would govern the density of the color being “sprayed”.
  • the parameters for each elementary operation are constantly updated as the work evolves. To save space and time, only the parameters for dots in the definition grid that have a value or which are show a variation relative to their neighbors are stored. In this way the operator can access, at any moment, either the present overall result of all the operations, or intermediate results corresponding to one or several layers. Thus, the operator can intervene and modify a layer without affecting other layers.
  • the link between the layers is only at the level of recurrence and are taken into account during the RIP stage.
  • the operator orders a raster image processing (RIP) at the required image definition.
  • the RIP computes only those pixels necessary to update the screen, taking into account the portion of the image being displayed and the zoom factor.
  • the number of dots for which the global function should be generated during image editing within a layer are, in general, relatively small because function evolves with little variation (its second derivative is generally very low for most of the dots in the image). Function only varies substantially at dots corresponding to a large color change.
  • the grid chosen for the definition of elementary functions may have an equal mesh at all points. Alternatively, it may be constructed using a different sized mesh at various points, depending on whether the image zone covers an area of small or great variation to facilitate processing and correction.
  • An alternative method for processing image data in a computerized system which comprises:
  • a system for using this method generally comprises: (a) means for sampling an original image to be processed with a definition grid so as to retain a predetermined number of dots from all of the dots contained within the original image, the predetermined number being approximately equal to the number that can be displayed on a monitor screen to obtain a resulting image, and (b) means for processing the resulting image into elementary recurrent operations each broken down into three parts and providing, based on the result of the previous elementary operation, these three parts added to each other representing the old image, a new imported image and a color change, as above.
  • the elementary operations are effected to obtain a function representing i first elementary operations to obtain a function whose parameters are defined at all the dots of the definition grid, using the summation function above.
  • the global function is defined by interpolating it at the intermediate dots between the dots of the definition grid, these intermediate dots depending on the definition required for the final image, the pixels being calculated for each dot to be obtained.
  • the line of an aerograph is a succession of colored disks, of which it is possible to modify the path (the location of the disk centers), and the color density.
  • the coefficient of presence ⁇ i of an external image is nil at all points of the layer.
  • the function of color presence ⁇ i (x,y) or [1 ⁇ i (x,y)], i.e. ⁇ i can be represented by a Gauss function centered on one dot, limited for example to 10% at the edge of the disk. In other words, the two extreme ends of the Gaussian curve beyond 10% (or any other value which may be selected) are suppressed. This means that the Gauss function will not be applied beyond the disk radius chosen.
  • This operation imports an external image into an existing one. Based on the general equation, this importation operation is defined as follows:
  • the chromatic function ⁇ i is zero and the coefficients ⁇ i and ⁇ i are complementary coefficients (their sum is equal to one).
  • a dot of the imported image replaces, more or less, or even completely, a dot of the previous image. This corresponds in the first instance to a more or less pronounced dissolve and in the second to the replacement of the part of the previous image within the contour of the imported one.
  • the scaler ⁇ i should never be zero at all points of the layer. On the other hand, if there is no image importation, the scaler ⁇ i should be zero at every point (x,y).
  • the general function ⁇ i (x,y) should not be limited to only the chromatic function, for this would mean suppressing all the images in layers 1 to i ⁇ 1 (disappearance of ⁇ i ⁇ 1 ), that is, the recurrence.
  • the darken/lighten function therefore assists in adding a color to the color at the previous dot x,y (function of ⁇ i ⁇ 1 ).
  • ⁇ i (x,y) ⁇ i (x,y) ⁇ i ⁇ 1 (x,y)+ ⁇ i (x,y)I i (P i (x,y))+ ⁇ i (x,y) in which:
  • This operation can be applied to an existing or image.
  • this part of the image is considered as an imported image to be treated as described below.
  • the deformation/anamorphosis of an image consists of linking to each node a vector of deformation with a direction and size corresponding to the desired deformation. It deformation is uniform over all the relevant part of the image, each node will have attached to it vectors of the same size and direction, which will move the dot corresponding to each node as defined by each vector.
  • the same sampling for the RIP can be used to limit the vector calculation for a group of pixels (e.g. 4 ⁇ 4) by computing only the origin and points just outside the 4 ⁇ 4 grid, and the functionally interpolating, thus speeding computation time.
  • ⁇ i (x,y) ⁇ i (x,y) ⁇ i ⁇ 1 (x,y)+ ⁇ i (x,y)I i P i (x,y)
  • the deformation or anamorphosis consists in working on the import function P i (x,y).
  • Levelling a color in part of an image enables the operator to remove local skin defects, such as birthmarks.
  • the average intensity of the color is calculated in a disk centered on each node of the part of the image to be processed. Depending on the radius selected, the color will be made more or less uniform. This operation combines the normal image with another which has been averaged out.
  • contrasting involves accentuating the fineness of the lines in a drawing or photograph.
  • a portrait for example, it would bring out individual hairs of a hairstyle. This would also be useful for surveillance photography.

Abstract

A method for image processing in a computerized system reduces the amount of memory required for image processing and produces a layered effect which permits complex manipulation such as scaling and rotation without long delay, while allowing earlier versions of the visual image to be recalled. The method involves pre-processing, image editing and raster image processing.

Description

This invention relates to computer processing in general, and more particularly to a method and system for image processing. This patent application is a divisional of U.S. application Ser. No. 09/712,019, filed Nov. 13, 2000, now U.S. Pat. No. 6,512,855 which is a divisional of U.S. application Ser. No. 08/933,798, filed Sep. 19, 1997, now U.S. Pat. No. 6,181,836, which is a continuation of U.S. application Ser. No. 08/327,421, filed on Oct. 21, 1994, now U.S. Pat. No. 5,790,708, which is a continuation of U.S. application Ser. No. 08/085,534, filed on Jun. 30, 1993, now abandoned. This patent application also claims priority of French patent application No. 93.03455, filed Mar. 25, 1993, the contents of which are herein incorporated by reference.
BACKGROUND OF THE INVENTION
The present invention was created in response to the shortcomings of the current generation of image retouching systems. Other retouching systems use one of two methods for handling images: (1) high resolution/low resolution (high, res/low res), and (2) virtual image. Each of these two approaches overcomes some major obstacles, however neither fully responds to the needs of today's color professionals for high quality, and fast response at an affordable price.
In the high res/low res approach, the complete scanned image (referred to as the “high res” image) is subsampled to yield a much smaller image (referred to as the “low res” image). Because previous image retouching systems did not yield “real time” performance when handling large images (over 10M or 10 million bytes), it was necessary to invent an approach to allow the retouching system work on a smaller, i.e. low res image that would yield acceptable response times for the operator. Using this approach, retouching actions are stored in a script. When retouching is complete, the script is typically passed to a more powerful, and expensive, server and “executed.” That is, the actions contained in the script are applied to the high res image, which results in a high quality final image. The disadvantage of this approach is that the operator does not work with the actual image or at highly detailed levels (particularly for a magnified “close-up” of a portion). As a result, it is not always possible to perform highly detailed retouching actions such as silhouetting and masking. Moreover, unpleasant surprises may occur upon execution.
The virtual image approach, commonly used by desktop image editing packages (e.g. MacIntosh or Windows types), manipulates a copy of the actual image held in memory. In some cases, one or more copies or intermediate drafts are held, enabling the user to revert to a previous copy if an error is introduced. Using the virtual image approach, the image itself is transformed as retouching effects are applied.
The virtual image approach suffers two important shortcomings: first, large amounts of memory are required; and second, each effect is applied immediately to the entire image so that complex manipulation, such as large airbrushing, scaling and rotation, incur long processing delays.
Prior image retouching systems have used large mainframe computers or work stations and proprietary hardware. For example, U.S. Pat. No. 5,142,616, issued Aug. 25, 1992 to Kellas, et al., teaches an electronic graphic system. In this system, data relating to a user-defined low resolution image functions to control an image by the combining other image data with data defining a low resolution representation of the initial image. Once desired modifications have been achieved, the image is displayed on a display monitor so that a low resolution control image is converted to a high resolution representation. Stapleton, et al., U.S. Pat. No. 4,775,858, issued Oct. 4, 1988, also teaches the use of a large frame store to produce an image of higher resolution than that found on a television screen.
Due to the high amount of memory required for processing, personal computers have proven very slow and marginally acceptable. Moreover, even with larger mainframe systems, there is not always a good correlation between the monitor and the printed image since there is not always a way to visualize the final image on the display device. Thus, discrepancies can be introduced due to differences between screen resolution and print resolution. Other relevant patents include: U.S. Pat. No. 5,179,651 issued Jan. 12, 1993 to Taaffe, et al., U.S. Pat. No. 5,065,346, issued Nov. 12, 1991 to Kawai, et al., U.S. Pat. No. 4,656,467, issued Apr. 7, 1987 to Strolle, U.S. Pat. No. 4,833,625, issued May 23, 1989 to Fisher, et al., U.S. Pat. No. 4,288,821, issued Sep. 8, 1991 to Lavallee, et al., and U.S. Pat. No. 4,546,385, issued Oct. 8, 1985 to Anastassiou.
Numerous image processing procedures currently exist. Common to all procedures is modification of an image through recalculation operations to irreversibly rearrange dots or picture elements (“pixels”) of an original image (or those resulting from the most recent modification) into a new arrangement.
Perhaps the greatest disadvantage of known procedures stems from the image that is displayed on the monitor not being identical to the image that will eventually be printed, rendering the operator unable to see the work as it will actually appear in print. Anomalies and discrepancies can therefore occur in the printed image. Known procedures cannot resolve the fact that the image displayed on the operator's monitor screen is in most cases vastly less defined than the scanned image held in the computer's memory. (This is untrue only in the case of small, low resolution images.) Resolution (as measured in dots per inch) of modern display monitors is far less than the resolution of printed color images.
A second and perhaps equally important disadvantage of known image processing techniques is that the image editing effects are applied sequentially, i.e. step-by-step. This incurs a severe degradation in the quality of the original image if many image editing effects are applied to the same portion of an image.
Operations carried out on an image usually require a high degree of processing power. If processing power is unavailable, then the time required to carry out the operation becomes unacceptably long, thus reducing the scope and sophistication of possible operations to be carried out on the image. For example, airbrush strokes are currently extremely limited in size as a result of the extreme processing power needed to calculated image changes.
The irreversible nature of image processing using known procedures precludes the operator from easily implementing any second thoughts. Presently, the only way to correct an airbrush stroke which does not achieve a desired effect is to superimpose a new stroke (instead of merely erasing the unsuccessful stroke). Alternatively, computers equipped with large memory can save intermediate steps. However, this requires a huge amount of memory (e.g., a single 8½″×11″×300 dots per inch (dpi) figure requires over 33 million bytes).
The present invention overcomes these shortcomings and permits rapid and powerful editing functions even on less powerful desktop computers, by employing at least one, more preferably two and most preferably three new and independent processes: preprocessing, image editing, and raster image processing.
The subject invention advantageously uses what I call a Functional Interpolating Transfer System (FITS) to greatly speed editing of an image on standard microcomputers, thus eliminating the need for expensive workstations or special hardware. FITS breaks down image processing into three steps: preprocessing, image editing and FITS raster image processing. This results in a virtually instantaneous response and eliminates waiting for file saving or processing updates. With this technique, limits on file size and resolution disappear.
Preprocessing in the invention (brand name “FITS”) involves creating a specially formatted version of an image which allows image editing to progress at rapid speed.
Image editing refers to the process of retouching, combining or otherwise modifying images, to create the final desired image. Image editing involves, in the broadest sense, all processing operations performed on an original image. This includes the combining of images, effects such as sharpening, blurring, brightening, darkening, distortion, and include modifications to the color or appearance of all or part of a original image.
Color changes may be achieved in a variety of ways including global changes to the chromatic range of the image, or selective change to individual colors, e.g. changing blue to red.
Raster image processing (“RIP”) is performed in two instances: (1) each time a new screen view is generated for display on a monitor, and (2) when an output page is generated for the purpose of printing or incorporated into another system such as a desktop publishing system. FITS raster image processing combines the input images with the modifications generated in the second stage (image editing) to create either a screen or print image. The output image generated by the FITS RIP can have any resolution; thus it is said to be resolution independent.
FITS raster image processing (“FITS RIP”) involves taking the ensemble of image manipulations (the various steps or “layers” of changes) that are performed during the image editing process and computing a single image for purposes of printing or display on a monitor. Modifications to the image, made during image editing, are characterized in a manner that is independent of the resolution of the input images or final output image. During a FITS RIP, layers are first combined mathematically for each pixel or selected pixels in the desired image, rather than by applying each layer successively to the original images. For each final pixel, a single mathematical function is generated that describes the color, in an arbitrary color space, at that point. If, as preferred, only a sample of pixels are fully computed for each layer of change, the color values of intermediate pixels are computed by averaging the mathematical functions of the neighboring pixels and applying that function average to the original pixel's color, rather than simply averaging the color values of the surrounding pixels. This approach results in a time savings in overall image handling and a higher quality resulting image.
In the FITS approach, the image editing actions are characterized by parameters to mathematical functions and these are stored layer-by-layer in a file separate from the original image(s). Each intermediate modification to the image is effectively saved in a layer and each layer can be independently modified, deleted or reordered. The parameters can be stored for points in a grid that is itself independent of the “dots-per-inch” resolution (dpi) of either the original imported images, or the final output images. As a result, images for display or print can be generated at an arbitrary resolution.
Substantially less memory is required during image editing than with the virtual image approach since only the changes to each layer are stored, not entire image each time. As a result, a sophisticated, heavily retouched new image consisting of over 10 layers can be described in a FITS file of 2-5 megabytes (2-5M), as compared with over 30M (megabytes) for existing virtual image systems to store a 1 page new image (at 300 dpi resolution). Thus, the FITS approach yields a 10 to 1 average savings per page of image, and substantially more for larger images or higher resolutions. Note that 600 dpi images are now quite common for high quality publishing, and this is likely to increase in the future.
To sum up, current computerized image processing for obtaining a high definition image suffers from the dual disadvantages of requiring extremely high processing power, a limitation of productivity and creativity for the operator due to the irreversibility of image editing steps, and the quality restrictions inherent in a pixel-based approach.
The subject invention, on the other hand, provides a computerized image processing procedure which enables the operator to rapidly carry out advanced graphic operations, and to reverse decisions as required—without in any way affecting the definition or precision of the final image.
SUMMARY OF THE INVENTION
The invention provides an image processing system for the creating and editing images that are resolution independent and characterized by a series of layers, or image objects, that can be combined together to yield an output image, at any resolution, for display or print. The new method of image processing in a computerized system creates a high performance image representation, that yields much faster image processing by supplying data defining an original image into the system and reorganizing the original image data.
One aspect of this method (pre-processing, which I call “IVUE” format) comprises the following steps: (1) supplying data defining the original image into the system, (2) assigning pixels from the original image to pixels in the new image format in such a way that the new image is organized in groups (preferably rectangles and most preferably squares), each of which can be individually compressed (using JPEG or another compression algorithm) to yield reduced image size and faster access over a network, (3) creating a second, lower resolution, image by averaging groups of pixels falling within a first predetermined area (or neighborhood) into an averaged pixel, and performing this computation across the entire original image; this second image is also organized in groups, e.g. squares, (4) repeating the previous step, and thereby creating succession of decreasing resolution images, which are stored adjacent to the first two, until a number of pixels less than or equal to a preselected number of pixels remain, and (5) saving the resulting image representation on a storage device.
Also provided is a method for image processing in a computerized system that involves applying changes to one or more original images as a series of “layers” in which the changes are recorded as resolution-independent mathematical functions. This approach has the property that only the final result of the retouching effects in a layer needs to be calculated or characterized and the effects are wholly or partially reversible. The layers themselves are independent and may at any time be modified, deleted, or reordered. The changes in each layer are generally characterized in a way that is independent of resolution.
This aspect of the method comprises the following steps: (1) for a layer 1, 2, 3, etc., generally number “i”, displaying the results of the image processing up to and including all effects applied and original effects inserted for the “i−1”th layer (e.g. 5th layer) (2) recording all effects applied in the ith layer (e.g. 6th layer) as parameters to mathematical functions that define the effect, so that for each pixel in the displayed image that is modified there is a single function that describes the resulting modification, (3) when the operator terminates processing of the ith layer these parameters are saved along with the parameters that describe changes to the preceding i−1 layers.
Also provided is a method for image processing in a computerized system that enables a raster image to be computed, either with the ability of displaying the image on a computer monitor or for printing the image.
This method involves: (1) sampling an original image to be processed with a definition grid so as to retain a predetermined number of dots from all of the dots contained within the original image, the predetermined number being equal to or less than the number required to either display the result on a computer monitor or to generate an output file destined to be printed; and (2) for each dot in the grid to generate a single mathematical function that represents the cumulative effect of all the layers in the image at that point. This is done by processing the resulting image into elementary recurrent operations each broken down into three parts and providing, based on the result of the previous elementary operation, these three parts added to each other, (3) filling in sufficient additional dots, or pixels, within the grid to reach the required resolution for screen or print by interpolating the functions at the surrounding gridpoints to obtain a single function that can be applied to intermediate pixels and will yield an interpolated color value for that pixel, (4) computing the color value results for each pixel, and (5) either printing or displaying the result, or storing the result on a computer storage device.
The invention may use a method of image processing in a computerized system, comprising: (a) supplying data defining an original image into the system, (b) assigning pixels from the original image to pixels in a new first image format so that the first image is organized into groups of pixels, each of the groups being individually compressible to yield a reduced size image, and (c) reducing the number of assigned pixels to form a reduced resolution image by averaging (preferably using a Gaussian function to weight the average for pixel proximity) a particular number of adjacent pixels falling within a first (preferably predetermined) area into a first averaged pixel, organized by the groups of pixels, and performing this computation across the entire first image format, to form a reduced definition image.
This method may (and preferably does) further comprise reducing the number of the first averaged pixels by averaging groups of pixels falling within a second predetermined area into a second averaged pixel, organized by the groups of pixels, performing this computation across the entire second image format, and (preferably) repeating this step until a preselected or lower number of pixels remain, the remaining pixels forming a reduced definition image. Data defining the reduced definition image may be modified by a user to obtain a desired result and the system or user may save a copy of the data or mathematical functions defining the pixels that form the desired result. Moreover, the data defining the original image may be added to the data defining the pixels forming the desired result, and forming an image from the added data.
The invention may also include a method of raster image processing which includes: (a) adding data defining an original image to data defining modifications to a reduced definition image, and (b) forming an image from the added data. Preferably, this is accomplished by a computerized system which comprises: (a) means for adding data defining pixels forming an original image to data defining modifications to a reduced definition image, and (b) means for forming an image from the added data.
The invention may also include a computerized system for image processing, comprises: (a) means for assigning pixels from an original image to pixels in a new first image format so that the first image is organized into compressible groups of pixels, and (b) means for reducing the number of assigned pixels to form a reduced resolution image by averaging a particular number of adjacent pixels falling within a first (preferably predetermined) area into a first averaged pixel, organized across the entire first image format, to form a reduced definition image. Preferably, means are provided for reducing the number of the first averaged pixels by averaging groups of pixels falling within a second predetermined area into a second averaged pixel, organized by the groups of pixels, performing this computation across the entire image format, and repeating this step until a preselected number of pixels remain, the remaining pixels forming a final reduced definition image.
BRIEF DESCRIPTION OF THE FIGURES
FIG. 1—A schematic representation of processing steps of the invention.
FIG. 2—A schematic representation of interconnections between system hardware.
FIG. 3—A schematic representation of software architecture.
FIG. 4A—A numerical/graphic illustration of a pixel reduction grid.
FIG. 4B—A schematic illustration of a pixel reduction grid.
FIG. 5—A schematic illustration of the IVUE format.
FIG. 6—A schematic illustration of the FITS reduction.
FIG. 7—A schematic illustration of 22j density functions.
FIGS. 8A-F—Depictions of computer monitors showing the invention in use.
DETAILED DESCRIPTION OF THE INVENTION
To aid in understanding the invention, the following overview is provided: The subject invention was created in response to the shortcomings of the current generation of image retouching systems. The current common personal computer approach, often referred to as virtual image, manipulates a copy of the actual image, which is held in memory.
Functional interpolating transformation system (FITS) takes a radically different approach in which the underlying image is preserved, and changes are recorded in separate layers in a file, named FITS. By processing only changes to the current screen, FITS computes only what is needed, when needed. Further, all modifications are resolution independent and can be used to generate output images at any level of resolution (commonly measured in dots per inch or dpi). FIG. 1 shows an overview of the FITS model, FIG. 2 depicts the interaction of hardware involved, and FIGS. 8A-F show the system in use.
When image editing is complete, the operator initiates a computation which applies the changes across the entire image. This final processing is termed FITS raster image processing (RIP) and is vaguely analogous to Postscript raster image processing (a system for generating the raster image that corresponds to pages of printed information described using the Postscript language).
Unlike many high-end and mid-range color systems that oblige the operator to work with a low-resolution image, FITS operates in high-resolution, i.e., the operator may at any time access any information contained in the original image(s) without being limited by the FITS processing approach.
The subject invention will now be described in terms of its preferred embodiments. These embodiments are set forth to aid understanding the invention, but are not to be construed as limiting. Moreover, the invention includes using only some aspects, or indeed, only one aspect, of the most preferred method.
The new image processing system is for creating and editing images that are resolution independent where the images are characterized by a series of layers that can be combined together to yield an output image, at any resolution, for display or print. Note that the term “layers” can also refer to image objects that are managed independently and combined in pixel format for purposes of output.
The general expression for characterizing an image, using this approach, is as follows:
    • fn(x,y)=a combination of one or more of such components as:
      • external image(s)
      • position independent terms
      • position dependent terms
      • fn−1(x,y) or prior layers
        Where fn(x,y) is the color value of a point of an image, in an arbitrary color space (e.g. RGB, or CMYK), at a layer n.
External image—may be any external image. In FITS, these images are preferably transformed into Input format for fast processing. Generally, however, the images may be in any format.
Position independent terms—these are modifications which do not depend on the position of the image element. For example, a color applied in a layer to the entire image.
Position dependent terms—these are geometric transforms, color modifications, etc. supplied selectively to different regions of the image. fn−1(x,y)—the function that describes the color in the preceding layer.
The color value of a point (x,y) in layer n may be defined by a single mathematical function which combines an external image or images, position dependent terms, position independent terms, and the function defining the point (x,y) for the preceding layer.
Three Steps
FITS comprises three independent processes: preprocessing, image editing, and FITS raster image processing (FITS RIP). FITS is overviewed in FIGS. 1 and 6. FIG. 3 illustrates the software architecture.
Prepossessing. Initially the input image, in TIFF or another standard format (such as Postscript), is reorganized to create a specially formatted new file, termed IVUE. The IVUE file is used during image editing and also during the FITS RIP. It is reorganized in such a way that a new screen full of image data may be quickly constructed. The screen's best resolution can be used, both for the full image and for close-up details. As an option, a second IVUE file may be created that is compressed using conventional methods, such as JPEG, or by other methods The IVUE file contains all of the original image data.
The image is divided into squares. Each of the squares in each of the various image representations within the IVUE file may be individually compressed (see FIG. 5). This is a unique approach since other image processing systems compress the entire image. The resulting file, termed .IVUE/C, is considerably smaller than the original file. The actual size of the file depends on the compression level used to generate the IVUE file. Average compression will yield an 8 to 1 average reduction in the size of the image. In a first product to be based on this invention, to be called Live Picture, for example, three compression levels may be selected when creating the IVUE file.
Saving the IVUE sampled files together with the original file takes up only about 30% more space than the original alone. For example, for ¼ sampling with the original being assigned 1, the memory required is
1 + 1 4 + 1 16 + 1 64 + 1 256
or approximately 1.3 times the original file size.
FIG. 4A shows a 10×10 pixel box in which each of the pixels are identified by a column, row number. The smaller enclosed box is a 4×4 matrix which is reduced to a single point. One way to complete the reduction, or apply the FITS layer to do the RIP, is to select an origin point (in this case, 1,1, is selected). Two points are then selected outside of the box along the column and row, as depicted, point 1,5 and 5,1. By knowing these three pixels, each of the pixels in the box can be identified by a simple division by two. For example, pixel 1,3 can be determined by averaging 1,1 and 1,5. By thinking of column 1,1-1,5 as a vector and row 1,1-5,1 as another vector, each of the pixels can be identified and reconstructed. Another advantage to this system of picking two points outside of the 4×4 pixel square is that a redundancy exists. Returning to FIG. 4A, pixel 1,5 acts as the origin for the 4×4 box above the initial box described. Again, the 5,1 pixels serves as the origin for the next 4×4 pixel box. Turning now to the larger black line square, (having corner points 1,1, 1,8, 8,8, and 8,1, this 16×16 square will after the first set of reductions, be a 4 pixel square which can be handled in much the manner described above. Once the 256 pixel square remains, or some other predetermined sized square or area, the next step of image editing can occur. Alternatively, the IVUE sampling to make a lower resolution image can average 4 pixels to make 1, or sample a large group using weighting (e.g. Gaussian) to achieve any desired ratio or compression.
A compressed image can be stored either on the operator's workstation or on a network file server. This approach greatly reduces the disk requirement. In addition, when the IVUE/C file is held on a file server, network delay in accessing the image is minimized since FITS accesses the IVUE file one screen at a time.
There are two principal advantages of using this compression: (1) only the IVUE file is used during image editing; thus, use of a compressed file decreases the disk requirement on the retouching station, and (2) during image editing, FITS accesses the IVUE file one screen at a time; thus if the image is on a network image server use of the compression option will greatly reduce operator wait times induced by network delay.
The JPEG (or the like) compressed image is used only during the screen editing step, where the quality of the compressed image is perfectly acceptable. However, the full image, also in IVUE format, is used during the FITS RIP, in order to obtain the highest quality image. So while JPEG may be used to improve a speed and memory, it does not lessen the quality of image. This last point is key because many people incorrectly assume that the use of JPEG will degrade image quality.
Preprocessing to IVUE format is fast; for example an A4 image takes approximately 1½ minutes on a Mac Quadra. Generally, a TIFF image is reprocessed at the rate of ½ megabyte per second.
The following method may be used to generate an IVUE image, which comprises a succession of reduced resolution images each of which is stored as a rectangle.
    • 1) The original image, in a standard or proprietary image format is opened (i.e., accessed on a storage device).
    • 2) The original image is used to create the first, full resolution image in the IVUE file. It is preferably stored as a succession of p pixel×q pixel rectangles. Each rectangle then contains p×q pixels, that is each rectangle can be considered as a series of p rows, each containing q pixels. The rectangles are stored sequentially on disk and for each square (to simplify further) the rows are stored sequential (row 1, row 2, row 3, . . . row p). (See FIGS. 4A, 4B and 5 for organization of rectangles). Each rectangle may be encoded using JPEG or another compression scheme.
    • 3) A subsequent, reduced resolution image is created from the previous image, if there are more than p×q pixels in the previous image. Essentially, a neighborhood of pixels in the original image are averaged to provide a single pixel in the second image. The image is reduced in each dimension, x and y, by a factor of 2 (or whatever is selected) yielding a 4 to 1 reduction in size for the subimage.
The general computation for computing fn+1(i,j), the pixel at point i,j in the n+1st subimage is:
fn+1(i,j)=∫
Figure USRE043747-20121016-P00001
(x,y)·fn(x,y)dxdy
in which:
  • Figure USRE043747-20121016-P00001
    (x,y) is an arbitrary probability density function integrating over the entire space of real numbers, i.e. a weighting function, that takes into account the contribution of the neighboring area. Thus we may consider
    Figure USRE043747-20121016-P00001
    (x,y)εν(2i,2j) or a selection of elements in the vicinity.
  • ε is an element of.
  • ν is a neighborhood of, and thus ν(i,j) is the neighboring area of the point i,j.
As a density function,
Figure USRE043747-20121016-P00001
(x,y) satisfies the following:
1=
Figure USRE043747-20121016-P00001
(x,y)dxdy
0<
Figure USRE043747-20121016-P00001
(x,y)<1 for all (x,y)
The presently preferred weighting function is a Gaussian density function. However, other functions may be used as well.
As an example, the neighboring weighted average has been implemented on a computer as depicted in FIG. 7. In this case:
fn+1(i,j)=½(fn(2i,2j))+⅛(fn(2i−1,2j))+⅛(fn(2i,+1,2j))+⅛(fn(2i,2j−1))+⅛(fn(2i,2j+1))
Alternatively, an equation which may be used for computing fn+1(i,j), the pixel at point i,j in the n+1st subimage is:
fn+1(i,j)=∫
Figure USRE043747-20121016-P00001
2i2j(x,y)·fn(x,y)dxdy
where
Figure USRE043747-20121016-P00001
ij(x,y) is the probability density function for pixel (i,j) at point (x,y). Usually, (x,y) is near to the origin point (i,j), that is in the “neighborhood.” Thus E is the weight (such as 50% for near points, 20% for more distant points) of any particular neighbor point x,y relative to the “home base” or origin of i,j. The weights are set up to total 100%, and so that E is positive (not zero) in the defined radius of the neighborhood (which can but need not include the whole image). Once E goes to zero, there goes the neighborhood, that is, points at or beyond that distance are not weighted in. Thus
1=∫
Figure USRE043747-20121016-P00001
ij(x,y)dxdy for all (i,j)
and
0<
Figure USRE043747-20121016-P00001
ij(x,y)<1 for all (x,y)
This new, reduced image may be stored in rectangles of p×q pixels as well.
    • 4) The third step may be repeated, creating a sucession of images, each (say) ¼ the size of the last, until a subimage of less than p×q pixels is created. This is the last subimage. If this last subimage contains less than p×q pixels, the remaining pixels may be filled from the neighboring squares or may be set to 0.
    • 5) The entire image format is saved on a storage device.
Image editing. Image editing refers to the process of retouching, creation and composition of images. The operator successively applies effects such as blur, smooth, and transformations such as rotation and scaling. Additional images can be inserted at any time and, if desired, with transparency and masking.
Each editing action is represented by a mathematical function and recorded in a file named .FITS. The .FITS file can be considered as a database of commands or layers, and is a very compact representation.
FITS implements types of layers, referred to as FITS modes. For each mode a set of actions are available and can be freely applied. In Live Picture, the operator will be able opt to initiate a new layer at any time, and when a new mode is selected, a new layer is automatically created and all subsequent actions are contained within this new layer (until a new layer is created).
FITS modes include: image insertion (insertion of a scanned image), painting, pattern, filters, lighting effects, mirror, linework and plug-in (i.e. a layer defined by an arbitrary application). Text is treated as a special case of linework, since it can be composed of Bezier curves. In fact, there are two types of image insertion modes: standard and advanced. The advanced mode offers the opportunity to distort the image at the price of additional processing and a slight decrease in response time.
With FITS, each image editing action is represented by a mathematical function. When the operator finishes working on a layer, the parameters of these functions are recorded in a file named FITS. Only the resulting aggregate modifications to the underlying image are recorded. If, for example, the operator applies an effect and then erases it then nothing is stored. Or, an artist may use hundreds of brush strokes to create a complex painting, yet the FITS representation describes the resulting painting and not the sequence of brush strokes used to create it.
Thus, FITS typically only records the final effect and not necessarily each image editing action. This saves processing time and also results in a very compact representation of the image editing session within a FITS file. For example, if an A4 image, stored in a 35 Mbyte file is heavily retouched, in (ten or more layers), the .FITS file will only grow about 2-5 MB.
The FITS retouching file may be saved at any time, and may later be reused or modified. At any time, either during the image editing session, each layer can be accessed and re-edited.
FITS Raster Image Processing (FITS RIP).
The invention provides a computerized procedure for creating a raster image. This procedure is used both to create a new view of the image on a computer monitor and to create a high resolution output image. The procedure preferably has the following characteristics:
    • Based on the area of the image to be raster image processed (RIP'ed), which is generally determined by the operator, a definition grid is constructed in such a way as to retain, from all the pixels to be processed, points equal at the most to the number that can be displayed on the monitor screen, For fast processing, a ratio of 1 dot to 16 pixels can be used. The area to be RIP'ed refers to a portion or all of the image to be displayed or processed for printing. The objective is to compute the color value resulting from the superposition of a series of layers. The color value is in an arbitrary color space. Commonly, this is in either the colorspace named RGB, defined by the three primaries red, green, blue, or in CMYK, defined by the three colors cyan, magenta, yellow and an additional value for black.
    • For one point in each definition grid, the general expression for the color value of that point is computed. In practice, a simplified form of the general expression is generally used that can describe most image editing actions. This form is termed “elementary operation” and it has the advantage of being relative simple to compute.
The elementary operations are broken down in turn into three stages and when combined a new result (layer i), based on the result of the previous elementary operation (layer i−1). The three stages are:
    • first, the adoption in the new layer (i) of a color dot (x,y) from the previous layer (i−1) with a weighing (αi) ranging from −100% to 100% (i.e., margins from +1 to −1 and including positive and negative value),
    • second, the importing of an external image (Ii) into the layer i, that is, the importing of a color dot from the image (ii), after chromatic and geometric transformation (Pi(x,y)) of this dot to add it to the color dot (x,y) of the layer (i), the degree of replacement of the dot of the layer (i) by the dot imported from the image (Ii) being defined by a scalar β(x,y) with values from −100% to 100%.
    • third, an additional color term γi(x,y) applied to the dot (x,y) of the layer (i). This term may take into account painting or other chromatic effects.
      • each elementary operation (i) being defined by the equation taking account of the previous layer or operation (i−1):
        in which:
        φi(x,y)=αi(x,y)·φi−1(x,y)+βi(x,y)Ii[Pi(x,y)]+γi(x,y)
        or alternatively:
        where
        φi(x,y)=αi(x,y)·φi−1(x,y)+Ii[Pi(x,y)]+γi(x,y)
  • αi(x,y) is a scalar function of the dot (x,y) corresponding to the presence at this dot of the image resulting from the previous elementary operation φi−1(x,y),
  • φi−1(x,y) is a function representing the previous elementary operation,
  • βi(x,y) is scalar function corresponding to the presence at dot (x,y) of a dot corresponding to the imported image,
  • Ii represents the imported image made up of a set of dots,
  • Pi(x,y) represents geometric transforms, including rotation, scaling, distortion and may also include chromatic transforms of imported dot x,y,
  • γi(x,y) is an additional position dependent term that can affect the color value of pixel (x,y),
  • Each of the terms φi(x,y) Ii[Pi(x,y)] and γi(x,y) may be nil, while the term αi(x,y) φi−1(x,y) should generally never be nil for all the dots (x,y). There is generally no part in observing all of the prior image.
Due to the form of the elementary operations, they can be combined to yield a global function that has a simple structure. The global function, defined below, defines the color value at point x,y for an image composed of a number of layers:
( j = q j = 1 [ α j ( x , y ) · I j [ P j ( x , y ) ] ) + γ ( x , y ) or  alternatively j = q j = 1 [ α j ( x , y ) · I j [ P j ( x , y ) ] + γ ( x , y ) or  alternatively j = q j = 1 α j ( x , y ) · I j [ P j ( x , y ) ] + γ ( x , y )
    • q=number of imported images that make a visible contribution at point x,y, in this global function:
    • αj(x,y) is a scalar analogous to the scalar αi(x,y) of a elementary function and αj(x,y).neq. 0 (not equal to zero at at least one point).
    • Ij represents an image or layer j to import
    • Pj(x,y) is Pi an import function analogous to the previous import functions Pi(x,y)
    • γ(x,y) is a chromatic function analogous to chromatic functions γi(x,y),
      • in this procedure, the global function can be generated, but not yet computed, for one point within each grid (depicted in FIG. 4).
      • since the grid represents a subset of the pixels required for the RIP, it is necessary to generate the remaining points, within each grid. For each additional point in the grid a new function is created by interpolating the function between the two nearest points where the global function has been computed. This process is termed functional interpolation. The simplest form of the function is to created a weighted average based on distance.
As an example, assume the grids are 16×16 and the global function has been created for dots (1,1) and (1,17). Further, that the global function at dot (1,1) yields cos(x,y) when simplified and the global function at dot (17,1) yields sin(x,y) when simplified. Then the interpolated function at point (1,8) will be (9/16)cos(x,y)+(7/16)sin(x,y). If the use of a 4×4 box is employed, and points 1 and 5 computed, the computer is very fast. Point 3 is a simple add and divide by 2 of points 1 and 5. Point 2 is the same average of points 1 and 3. See FIG. 4A.
    • the functions that have been obtained for each pixel, some being global functions and some being interpolated functions, are calculated for each pixel.
The subject method is particularly efficient for image processing for two reasons: the global function has a relatively simple form and thus can be easily computed, and very little computation is required to generate the interpolated functions. Use of functional interpolation provides a major time saving. For example, when 4×4 grids of 16 pixels are used the global function is generated only for 1/16 of the total pixels. It is because of this that high speed, real-time, image processing can be achieved.
The changes to the image caused by the operator actions are carried out and displayed almost instantaneously, i.e. in real time. The operator may, at any moment return and redo a elementary operation. This is because different actions and their results (i.e., the layers) are defined by simple elementary equations. These can be easily modified.
In this way, the invention allows for any image effect, such as airbrushing, blurring, contrasting, dissolving effects, color modifications, in short any operation concerning image graphics and color. The invention also enables geometrical transformations or modifications, such as rotation, changes of scale, etc. Using FITS, a microcomputer system can follow the actions of the operator, using input means such as in general a mouse or light pen on an interactive tracing table, in real time.
This input (e.g. pen) provides two types of command signals: one is a position signal giving the coordinates (x,y) of the dot concerned, and if necessary its environment (for example the path of an airbrush stroke); the other uses the pressure of the pen on the table to create a second type of signal. In the airbrush example, it would govern the density of the color being “sprayed”.
The parameters for each elementary operation are constantly updated as the work evolves. To save space and time, only the parameters for dots in the definition grid that have a value or which are show a variation relative to their neighbors are stored. In this way the operator can access, at any moment, either the present overall result of all the operations, or intermediate results corresponding to one or several layers. Thus, the operator can intervene and modify a layer without affecting other layers. The link between the layers is only at the level of recurrence and are taken into account during the RIP stage.
When all the necessary operations are finished, and the operator wishes to produce the final image or an intermediate image at a given definition, the operator orders a raster image processing (RIP) at the required image definition. The RIP computes only those pixels necessary to update the screen, taking into account the portion of the image being displayed and the zoom factor.
The number of dots for which the global function should be generated during image editing within a layer are, in general, relatively small because function evolves with little variation (its second derivative is generally very low for most of the dots in the image). Function only varies substantially at dots corresponding to a large color change.
The grid chosen for the definition of elementary functions may have an equal mesh at all points. Alternatively, it may be constructed using a different sized mesh at various points, depending on whether the image zone covers an area of small or great variation to facilitate processing and correction.
Even if the final image is unsatisfactory, e.g. the control run has been carried out and a proof image printed, it is still possible to go back and correct any intermediate stage to yield a better result.
An alternative method for processing image data in a computerized system, which comprises:
    • (a) sampling an original image to be processed with a definition grid so as to retain a predetermined number of dots from all of the dots contained within the original image, the predetermined number being approximately equal to the number that can be displayed on a monitor screen to obtain a resulting image; and
    • (b) processing the resulting image into elementary recurrent operations each broken down into three parts and providing, based on the result of the previous elementary operation, these three parts added to each other representing:
    • first, adopting color dot at position coordinates (x,y) in the new layer (i) from previous layer (i−1) with a weighing (αi) ranging from 0 to ±100%,
    • second, importing a color dot from external image (Ii) into the layer i, after any desired chromatic and geometric transformation (Pi(x,y)) of this dot to add it to the color dot (x,y) of the layer (i), the degree of replacement of the dot of the layer (i) by the dot imported from the image (Ii) being defined by a scaler (βi(x,y)) with values from 0 to ±100%, and
    • third, chromatically modifying (γi(x,y)) on dot (x,y) of layer (i),
    • each elementary operation (i) being defined by the equation
      φi(x,y)=αi(x,y)·φi−1(x,y)+βi(x,y)·Ii[Pi(x,y)]+γi(x,y)
      taking account of the previous operation (i−1),
wherein:
    • αi(x,y) is a scaler function of the dot (x,y) corresponding to the presence at this dot of the image resulting from the previous elementary operation φi−1(x,y),
    • φi−1(x,y) is a function representing the previous elementary operation,
    • βi(x,y) is scaler function corresponding to the presence at dot (x,y) of a dot corresponding to the imported image,
    • Ii represents the imported image made up of a set of dots,
    • Pi(x,y) is the function of image import representing the chromatic geometric transfer of one of the set of dots in the image towards the layer (i), to which is applied the elementary operation φi(x,y),
    • Ii[Pi(x,y)] is the function corresponding to the import of the image,
    • γi(x,y) is a chromatic function representing a color transformation function carried out on a dot (x,y),
    • each of the terms βiIipPi(x,y)] and γi(x,y) can be zero while the term αi(x,y) φi−1(x,y) is normally never zero for all the dots (x,y);
    • the elementary operations are effected to obtain a function representing i first elementary operations to obtain a function whose parameters are defined at all the dots of the definition grid
j = q j = 1 α j ( x , y ) · I j [ P j ( x , y ) ] + γ ( x , y )
    •  wherein,
    • q=number of imported images,
    • αj(x,y) is a scaler analogous to the scaler αi(x,y) of a elementary function,
    • Ij represents an image j to import,
    • Pj(x,y) is an import function analogous to the previous import functions Pi(x,y),
    • γ(x,y) is a chromatic function analogous to chromatic functions γi(x,y),
    • the global function being defined by interpolating it at the intermediate dots between the dots of the definition grid, these intermediate dots depending on the definition required for the final image, the pixels being calculated for each dot to be obtained.
A system for using this method generally comprises: (a) means for sampling an original image to be processed with a definition grid so as to retain a predetermined number of dots from all of the dots contained within the original image, the predetermined number being approximately equal to the number that can be displayed on a monitor screen to obtain a resulting image, and (b) means for processing the resulting image into elementary recurrent operations each broken down into three parts and providing, based on the result of the previous elementary operation, these three parts added to each other representing the old image, a new imported image and a color change, as above.
The elementary operations are effected to obtain a function representing i first elementary operations to obtain a function whose parameters are defined at all the dots of the definition grid, using the summation function above.
The global function is defined by interpolating it at the intermediate dots between the dots of the definition grid, these intermediate dots depending on the definition required for the final image, the pixels being calculated for each dot to be obtained.
EXAMPLES
1) Airbrushing
This involves in making a line with a color. As this line imitates that made by an airbrush, it can be treated as a succession of colored dots created by the airbrush spray. The distribution of the color density in a airbrush dot is a Gaussian function. This means that the intensity of the color is at its greatest in the center of the dot, diminishing towards the edges as a Gauss function. In a real airbrush, the intensity depends on the pressure exerted on the trigger, which widens or otherwise changes the ink spray within the air jet. Such a pressure can be simulated in a computerized system by representing (as explained above) a dot by a circle of color with a density variation between the center and edge expressed as a Gauss function. The saturation at the center can vary between 0 and 1 (or zero and 100%).
To sum up, the line of an aerograph is a succession of colored disks, of which it is possible to modify the path (the location of the disk centers), and the color density.
Based on the general equation (1) and the airbrush characteristics,
    • this equation becomes the following:
[ φ i ( x , y ) = α i ( x , y ) φ i - 1 ( x , y ) + γ i ( x , y ) β i ( x , y ) = 0 ( x , y ) γ i ( x , y ) = [ 1 - α i ( x , y ) ] · C    C = color  constant  of  the  “projected  material”
and the general equation becomes the following:
φi(x,y)=αi(x,y)φi−1(x,y)+[1−αi(x,y)]·C
As there is no imported image in the path of the airbrush, the coefficient of presence βi of an external image is nil at all points of the layer.
The application of the airbrush consists in replacing partially or totally the previous shade of a dot by the shade of the color “projected” by the airspray. Because of this, the chromatic function γi(x,y) is expressed as a function of the color C and as a complement 1 to the coefficient of presence of the previous image, that is
α i=1−αi
The choice of scaler αi(x,y) at each dot translates the density of color left by the airbrush.
The function of color presence αi(x,y) or [1−αi(x,y)], i.e. α i, can be represented by a Gauss function centered on one dot, limited for example to 10% at the edge of the disk. In other words, the two extreme ends of the Gaussian curve beyond 10% (or any other value which may be selected) are suppressed. This means that the Gauss function will not be applied beyond the disk radius chosen.
2) Image Fusion
This operation imports an external image into an existing one. Based on the general equation, this importation operation is defined as follows:
In the general equation (1) to which are applied the particular conditions relating to this operation:
[ φ i ( x , y ) = α i ( x , y ) φ i - 1 ( x , y ) + β i ( x , y ) I i P i ( x , y ) γ i ( x , y ) = 0 β i ( x , y ) = [ 1 - α i ( x , y ) ] = α _ i
The chromatic function γi is zero and the coefficients αi and βi are complementary coefficients (their sum is equal to one).
In fact, as a hypothesis for this type of operation, a dot of the imported image replaces, more or less, or even completely, a dot of the previous image. This corresponds in the first instance to a more or less pronounced dissolve and in the second to the replacement of the part of the previous image within the contour of the imported one.
The equation below can be simplified and thus gives the equation for image fusion:
φi(x,y)=αi(x,y)φi−1(x,y)+ α i(x,y)IiPi(x,y)
3) Lightening/Darkening
It should be noted that in the general equation of a layer i, the scaler αi should never be zero at all points of the layer. On the other hand, if there is no image importation, the scaler βi should be zero at every point (x,y).
To lighten or darken an image, it is necessary to use the chromatic function γi(x,y). As explained above, the general function φi(x,y) should not be limited to only the chromatic function, for this would mean suppressing all the images in layers 1 to i−1 (disappearance of φi−1), that is, the recurrence.
The darken/lighten function therefore assists in adding a color to the color at the previous dot x,y (function of φi−1).
Based on the general equation, as follows:
φi(x,y)=αi(x,y)·φi−1(x,y)+βi(x,y)Ii(Pi(x,y))+γi(x,y)
in which:
[ α i ( x , y ) = 1 ( x , y ) β i ( x , y ) = 0 ( x , y )
We obtain:
φi(x,y)=φi−1(x,y)+γi(x,y)
4) Deformation/Anamorphosis
This operation can be applied to an existing or image. In fact, if it is desired to transform part of the image of the layer (i−1), this part of the image is considered as an imported image to be treated as described below.
The deformation/anamorphosis of an image consists of linking to each node a vector of deformation with a direction and size corresponding to the desired deformation. It deformation is uniform over all the relevant part of the image, each node will have attached to it vectors of the same size and direction, which will move the dot corresponding to each node as defined by each vector. The same sampling for the RIP can be used to limit the vector calculation for a group of pixels (e.g. 4×4) by computing only the origin and points just outside the 4×4 grid, and the functionally interpolating, thus speeding computation time.
To achieve such a deformation, the general function of the layer i becomes as follows through the use of the equation defining image import:
φi(x,y)=αi(x,y)φi−1(x,y)+ α i(x,y)IiPi(x,y)
The deformation or anamorphosis consists in working on the import function Pi(x,y).
5) Levelling
Levelling a color in part of an image, as an example, in a portrait, enables the operator to remove local skin defects, such as birthmarks. To achieve this, the average intensity of the color is calculated in a disk centered on each node of the part of the image to be processed. Depending on the radius selected, the color will be made more or less uniform. This operation combines the normal image with another which has been averaged out.
6) Contrasting
Opposite to the previous type of processing, contrasting involves accentuating the fineness of the lines in a drawing or photograph. In a portrait, for example, it would bring out individual hairs of a hairstyle. This would also be useful for surveillance photography.
To achieve this, it is necessary to increase the high-frequency wavelength harmonics without touching the low frequency ones (near the average). The local average would be substituted from individual pixels, accentuating all changes, in the opposite manner from leveling.
The subject invention has been described in terms of its preferred embodiments. Upon reading the disclosure, various alternatives will become obvious to those skilled in the art. These variations are to be considered within the scope and spirit of the subject invention, which is only to be limited by the claims which follow and their equivalents.

Claims (20)

1. A method for raster image processing onto an output device, by a user, of a digital file containing an original digital image and a set of parameters for at least one resolution independent modification transformation, comprising:
selecting, using a computer, a region and a resolution for image display on said output device;
applying, using a computer, said at least one resolution independent modification transformation to said original digital image so as to produce said region of a modified original image at said resolution; and
rendering, using a computer, said region of said modified original image on said output device.
2. A method according to claim 1 wherein said applying step also combines several resolution independent modification transformations.
3. A method according to claim 1 wherein said original digital image is represented as a pyramid of sub-images, each sub-image having a lower pixel resolution than its predecessor in the pyramid.
4. A method according to claim 3 wherein said sub-images are partitioned into individually accessible rectangular image tiles.
5. A method according to claim 1 wherein said digital file only contains a subset of said parameters of resolution independent modification transformations, and wherein said applying step also includes filling in the missing parameters by interpolation.
6. A system for raster image processing onto an output device, by a user, of a digital file containing an original digital image and a set of parameters for at least one resolution independent modification transformation, comprising:
a user interface selecting a region and a resolution for image display on said output device;
an image processor applying said at least one resolution independent modification transformation to said original digital image so as to produce said region of a modified original image at said resolution; and
an image renderer rendering said region of said modified original image on said output device.
7. A system according to claim 6 wherein said image processor includes a combiner to combine several resolution independent modification transformations.
8. A system according to claim 6 wherein said original digital image is represented as a pyramid of sub-images, each sub-image having a lower pixel resolution than its predecessor in the pyramid.
9. A system according to claim 8 wherein said sub-images are partitioned into individually accessible rectangular image tiles.
10. A method system according to claim 6 wherein said digital file only contains a subset of said parameters of resolution independent modification transformations, and wherein said image processor also fills in the missing parameters by interpolation.
11. A system for image processing comprising: an image processor capable of applying at least one resolution independent modification transformation to a digital image so as to produce a region of a modified digital image at one or more potential resolutions; and an image renderer capable of rendering said region of said modified image on an output device at said one or more potential resolutions.
12. A method for image processing comprising:
applying using a computer at least one resolution independent modification transformation to a digital image so as to produce a region of a modified digital image at one of a set of potential resolutions; and
rendering using a computer said region of said modified digital image on an output device at said one of a set of potential resolutions.
13. A non-transitory computer-readable storage medium storing computer-executable instructions for causing a computer to perform operations comprising:
applying at least one resolution-independent modification transformation to a digital image so as to produce a region of a modified digital image at one of a set of potential resolutions; and
rendering said region of said modified digital image on an output device at said one of a set of potential resolutions.
14. The system of claim 11 wherein the image processor is configured to combine several resolution-independent modification transformations, at least one of the resolution-independent modification transformations involving an interpolation if one or more of parameters for the at least one of the resolution-independent modification transformations is missing.
15. The system of claim 11 wherein the digital image is represented as one or more sub-images and each sub-image is partitioned into one or more individually accessible tiles.
16. The method of claim 12 wherein the applying includes combining several resolution-independent modification transformations, at least one of the resolution-independent modification transformations involving an interpolation if one or more of parameters for the at least one of the resolution-independent modification transformations is missing.
17. The method of claim 12 wherein the digital image is represented as a pyramid of sub-images and each sub-image has a lower pixel resolution than its predecessor sub-image in the pyramid.
18. The non-transitory computer-readable storage medium of claim 13 wherein the applying includes combining several resolution-independent modification transformations, at least one of the resolution-independent modification transformations involving an interpolation.
19. The non-transitory computer-readable storage medium of claim 13 wherein the digital image is represented as two or more sub-images and a second sub-image has a lower pixel resolution than a first sub-image and at least the first sub-image is partitioned into individually accessible image tiles.
20. The non-transitory computer-readable storage medium of claim 19 wherein the individually accessible image tiles are rectangular.
US11/487,579 1993-03-25 2006-07-13 Method and system for image processing Expired - Fee Related USRE43747E1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/487,579 USRE43747E1 (en) 1993-03-25 2006-07-13 Method and system for image processing

Applications Claiming Priority (8)

Application Number Priority Date Filing Date Title
FR9303455 1993-03-25
FR9303455A FR2703170B1 (en) 1993-03-25 1993-03-25 Method for processing an image in a computerized system.
US8553493A 1993-06-30 1993-06-30
US08/327,421 US5790708A (en) 1993-03-25 1994-10-21 Procedure for image processing in a computerized system
US08/933,798 US6181836B1 (en) 1993-03-25 1997-09-19 Method and system for non-destructive image editing
US09/712,019 US6512855B1 (en) 1993-03-25 2000-11-13 Method and system for image processing
US10/104,936 US6763146B2 (en) 1993-03-25 2002-03-21 Method and system for image processing
US11/487,579 USRE43747E1 (en) 1993-03-25 2006-07-13 Method and system for image processing

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/104,936 Reissue US6763146B2 (en) 1993-03-25 2002-03-21 Method and system for image processing

Publications (1)

Publication Number Publication Date
USRE43747E1 true USRE43747E1 (en) 2012-10-16

Family

ID=26230196

Family Applications (6)

Application Number Title Priority Date Filing Date
US08/525,715 Expired - Fee Related US5907640A (en) 1993-03-25 1994-03-25 Functional interpolating transformation system for image processing
US08/327,421 Expired - Lifetime US5790708A (en) 1993-03-25 1994-10-21 Procedure for image processing in a computerized system
US08/933,798 Expired - Lifetime US6181836B1 (en) 1993-03-25 1997-09-19 Method and system for non-destructive image editing
US09/712,019 Expired - Fee Related US6512855B1 (en) 1993-03-25 2000-11-13 Method and system for image processing
US10/104,936 Ceased US6763146B2 (en) 1993-03-25 2002-03-21 Method and system for image processing
US11/487,579 Expired - Fee Related USRE43747E1 (en) 1993-03-25 2006-07-13 Method and system for image processing

Family Applications Before (5)

Application Number Title Priority Date Filing Date
US08/525,715 Expired - Fee Related US5907640A (en) 1993-03-25 1994-03-25 Functional interpolating transformation system for image processing
US08/327,421 Expired - Lifetime US5790708A (en) 1993-03-25 1994-10-21 Procedure for image processing in a computerized system
US08/933,798 Expired - Lifetime US6181836B1 (en) 1993-03-25 1997-09-19 Method and system for non-destructive image editing
US09/712,019 Expired - Fee Related US6512855B1 (en) 1993-03-25 2000-11-13 Method and system for image processing
US10/104,936 Ceased US6763146B2 (en) 1993-03-25 2002-03-21 Method and system for image processing

Country Status (10)

Country Link
US (6) US5907640A (en)
EP (1) EP0691011B1 (en)
JP (1) JPH08510851A (en)
KR (1) KR100320298B1 (en)
CN (1) CN1147822C (en)
AT (1) ATE223601T1 (en)
AU (1) AU690551B2 (en)
CA (1) CA2158988C (en)
DE (1) DE69431294T2 (en)
WO (1) WO1994022101A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140160279A1 (en) * 2012-12-06 2014-06-12 The Boeing Company Multiple-Scale Digital Image Correlation Pattern and Measurement

Families Citing this family (166)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0691011B1 (en) 1993-03-25 2002-09-04 MGI Software Corporation Method and system for image processing
US5485568A (en) 1993-10-08 1996-01-16 Xerox Corporation Structured image (Sl) format for describing complex color raster images
US5666503A (en) * 1994-11-14 1997-09-09 Xerox Corporation Structured image (SI) image editor and method for editing structured images
TW367447B (en) * 1994-12-21 1999-08-21 Canon Kk Block selection review and editing system
DE69632011T2 (en) * 1995-11-10 2005-02-03 Kabushiki Kaisha Toshiba, Kawasaki File transfer method, method for a file requesting user device, and file provider device
US5710635A (en) * 1995-12-06 1998-01-20 Xerox Corporation Generic assembly trees providing job control and mix and match of modules
US5764235A (en) 1996-03-25 1998-06-09 Insight Development Corporation Computer implemented method and system for transmitting graphical images from server to client at user selectable resolution
JPH10210269A (en) * 1997-01-20 1998-08-07 Canon Inc Device and method for image processing
DE19705536A1 (en) * 1997-02-13 1998-08-20 Mannesmann Vdo Ag Clock face
JP2919428B2 (en) * 1997-04-10 1999-07-12 日本電気株式会社 Image transformation device
CN1062362C (en) * 1997-04-15 2001-02-21 英业达股份有限公司 Dynamic linking method for computer image
GB2325834B (en) 1997-05-30 2002-03-27 Quantel Ltd An electronic graphic system
US6483540B1 (en) * 1997-06-16 2002-11-19 Casio Computer Co., Ltd. Image data processing apparatus method and program storage medium for processing image data
US6741255B1 (en) * 1997-08-14 2004-05-25 Sun Microsystems, Inc. Method, apparatus and computer program product for using deferred execution for a tiling pull model in a tiled image processing architecture
US6252583B1 (en) 1997-11-14 2001-06-26 Immersion Corporation Memory and force output management for a force feedback system
JPH11161780A (en) * 1997-11-27 1999-06-18 Fujitsu Ltd Picture size converting device and method therefor and computer readable recording medium for recording picture size conversion program
US6208351B1 (en) * 1997-12-22 2001-03-27 Adobe Systems Incorporated Conversion of alpha-multiplied color data
US6466210B1 (en) 1997-12-22 2002-10-15 Adobe Systems Incorporated Blending image data using layers
US6144772A (en) * 1998-01-29 2000-11-07 Canon Kabushiki Kaisha Variable compression encoding of digitized images
US6239807B1 (en) * 1998-03-13 2001-05-29 Mgi Software Corporation Method and system for multi-resolution texture mapping
US6215485B1 (en) * 1998-04-03 2001-04-10 Avid Technology, Inc. Storing effects descriptions from a nonlinear editor using field chart and/or pixel coordinate data for use by a compositor
US6195101B1 (en) * 1998-04-06 2001-02-27 Mgi Software Corporation Method and system for image templates
US6970176B1 (en) * 1998-06-23 2005-11-29 Van Der Meulen Pieter Sierd Video processing in PC uses statistically tuned color cube
US6549212B1 (en) * 1998-07-16 2003-04-15 Silicon Graphics, Inc. System for user customization of attributes associated with a three-dimensional surface
US7010177B1 (en) * 1998-08-27 2006-03-07 Intel Corporation Portability of digital images
US6674485B2 (en) 1998-08-31 2004-01-06 Hitachi Software Engineering Co., Ltd. Apparatus and method for image compositing
JP3937028B2 (en) * 1998-09-18 2007-06-27 富士フイルム株式会社 Image conversion method, image conversion apparatus, and recording medium recording image conversion program
US6380934B1 (en) * 1998-11-30 2002-04-30 Mitsubishi Electric Research Laboratories, Inc. Estimating targets using statistical properties of observations of known targets
US6715127B1 (en) * 1998-12-18 2004-03-30 Xerox Corporation System and method for providing editing controls based on features of a raster image
US6304277B1 (en) 1999-01-15 2001-10-16 Colorcentric.Com, Inc. Remote modification of digital images using scripts
US6762791B1 (en) 1999-02-16 2004-07-13 Robert W. Schuetzle Method for processing digital images
US6532311B1 (en) 1999-02-26 2003-03-11 Lockheed Martin Corporation Image browser
FR2792441B1 (en) * 1999-04-14 2002-07-26 Iodp MEDICAL IMAGING SYSTEM
US6895557B1 (en) 1999-07-21 2005-05-17 Ipix Corporation Web-based media submission tool
US6330003B1 (en) 1999-07-30 2001-12-11 Microsoft Corporation Transformable graphical regions
AU6757000A (en) * 1999-08-02 2001-02-19 Iviewit Holdings, Inc. System and method for providing an enhanced digital image file
US6473094B1 (en) * 1999-08-06 2002-10-29 Avid Technology, Inc. Method and system for editing digital information using a comparison buffer
US6987584B1 (en) * 1999-08-09 2006-01-17 Ether Visuals Llc Method and system for preventing artifacts that may be product when bottling PDL files converted from raster images
US7016059B1 (en) 1999-08-31 2006-03-21 Shutterfly, Inc. Printing images in an optimized manner
US6839803B1 (en) 1999-10-27 2005-01-04 Shutterfly, Inc. Multi-tier data storage system
US20050264832A1 (en) * 1999-08-31 2005-12-01 Baum Daniel R Printing images in an optimized manner
US6657702B1 (en) 1999-08-31 2003-12-02 Shutterfly, Inc. Facilitating photographic print re-ordering
US6817289B1 (en) * 1999-11-15 2004-11-16 Gateway, Inc. Method and apparatus for modifying and controlling print information
US6732162B1 (en) * 1999-11-15 2004-05-04 Internet Pictures Corporation Method of providing preprocessed images for a plurality of internet web sites
US6583799B1 (en) 1999-11-24 2003-06-24 Shutterfly, Inc. Image uploading
WO2001044933A2 (en) * 1999-12-15 2001-06-21 Sun Microsystems, Inc. System and method for creating a graphical user interface from a filter expression tree
US6690396B1 (en) * 1999-12-27 2004-02-10 Gateway, Inc. Scannable design of an executable
US6891550B1 (en) * 2000-03-10 2005-05-10 Paul Anthony John Nolan Image manipulation software
JP4029253B2 (en) * 2000-04-10 2008-01-09 富士フイルム株式会社 Image resizing apparatus and method
US6704712B1 (en) 2000-04-14 2004-03-09 Shutterfly, Inc. Remote film scanning and image transfer system, protocol and method
US20030079184A1 (en) * 2000-05-05 2003-04-24 International Business Machines Corporation Dynamic image storage using domain-specific compression
US6650790B1 (en) * 2000-06-09 2003-11-18 Nothshore Laboratories, Inc. Digital processing apparatus for variable image-size enlargement with high-frequency bandwidth synthesis
US6643410B1 (en) * 2000-06-29 2003-11-04 Eastman Kodak Company Method of determining the extent of blocking artifacts in a digital image
US7116843B1 (en) * 2000-07-24 2006-10-03 Quark, Inc. Method and system using non-uniform image blocks for rapid interactive viewing of digital images over a network
US7599854B1 (en) 2000-08-02 2009-10-06 Shutterfly, Inc. Method and system for collecting images from a plurality of customers
EP1314083A2 (en) * 2000-08-04 2003-05-28 Copan Inc. Method and system for presenting digital media
US7973970B2 (en) * 2000-08-09 2011-07-05 Ether Visuals Llc Preventing artifacts that may be produced when bottling PDL files converted from raster images
US6484101B1 (en) * 2000-08-16 2002-11-19 Imagelinks, Inc. 3-dimensional interactive image modeling system
US6940518B2 (en) * 2000-08-16 2005-09-06 Quark Media House Sarl System and method for editing digital images using inductive image generation with cached state-specific image tiles
US6639684B1 (en) 2000-09-13 2003-10-28 Nextengine, Inc. Digitizer using intensity gradient to image features of three-dimensional objects
JP2004510369A (en) * 2000-09-20 2004-04-02 ニック マルチメディア インク Digital image sharpening system
US6823089B1 (en) * 2000-09-28 2004-11-23 Eastman Kodak Company Method of determining the extent of blocking and contouring artifacts in a digital image
US7127380B1 (en) * 2000-11-07 2006-10-24 Alliant Techsystems Inc. System for performing coupled finite analysis
US6704467B2 (en) 2000-12-21 2004-03-09 Canon Kabushiki Kaisha Image editing with block selection
SE519884C2 (en) * 2001-02-02 2003-04-22 Scalado Ab Method for zooming and producing a zoomable image
US7085774B2 (en) 2001-08-30 2006-08-01 Infonox On The Web Active profiling system for tracking and quantifying customer conversion efficiency
GB2379292B (en) * 2001-08-31 2005-09-28 Discreet Logic Inc Processing data in an application including a plurality of application modules
GB2379293B (en) * 2001-08-31 2005-07-06 Discreet Logic Inc Processing Data in an Application comprising a plurality of Application Modules
CN1552155A (en) * 2001-09-07 2004-12-01 �ʼҷ����ֵ��ӹɷ����޹�˾ Image device having camera and image perspective correction and possibly rotation and staggering correction
US20040233196A1 (en) * 2001-11-13 2004-11-25 Hertzmann Aaron P Logic arrangements storage mediums, and methods for generating digital images using brush strokes
GB2382509B (en) * 2001-11-23 2003-10-08 Voxar Ltd Handling of image data created by manipulation of image data sets
US6844885B2 (en) * 2001-11-30 2005-01-18 Hewlett-Packard Development Company, L.P. Image editing via grid elements
US7751628B1 (en) * 2001-12-26 2010-07-06 Reisman Richard R Method and apparatus for progressively deleting media objects from storage
US7093202B2 (en) 2002-03-22 2006-08-15 Xerox Corporation Method and system for interpreting imprecise object selection paths
US7345782B2 (en) * 2002-05-13 2008-03-18 Texas Instruments Incorporated Efficient implementation of raster operations flow
US7082211B2 (en) * 2002-05-31 2006-07-25 Eastman Kodak Company Method and system for enhancing portrait images
US6888569B2 (en) * 2002-10-02 2005-05-03 C3 Development, Llc Method and apparatus for transmitting a digital picture with textual material
US20040083430A1 (en) * 2002-10-29 2004-04-29 Boonen Paul J. J. Method and apparatus to process portable document format data containing transparency
US20040093432A1 (en) * 2002-11-07 2004-05-13 Eastman Kodak Company Method and system for conducting image processing from a mobile client device
JP2004242290A (en) * 2003-01-14 2004-08-26 Ricoh Co Ltd Image processing apparatus and image processing method, image edit processing system, image processing program, and storage medium
US7269800B2 (en) * 2003-02-25 2007-09-11 Shutterfly, Inc. Restartable image uploading
US7039222B2 (en) * 2003-02-28 2006-05-02 Eastman Kodak Company Method and system for enhancing portrait images that are processed in a batch mode
JP2004297772A (en) * 2003-03-12 2004-10-21 Ricoh Co Ltd Image processing system, image forming apparatus, image processing method, program and recording medium
US7333238B2 (en) * 2003-03-28 2008-02-19 Hewlett-Packard Development Company, L.P. Rendering a printing device pixel map
US20040202356A1 (en) * 2003-04-10 2004-10-14 Stookey George K. Optical detection of dental caries
TWI228913B (en) * 2003-05-16 2005-03-01 Benq Corp Editing and display controller used in portable digital image capture device and method of the same
US7966499B2 (en) * 2004-01-28 2011-06-21 Irdeto Canada Corporation System and method for obscuring bit-wise and two's complement integer computations in software
US7609894B2 (en) * 2004-02-17 2009-10-27 Corel Corporation Adaptive sampling region for a region editing tool
US7711179B2 (en) 2004-04-21 2010-05-04 Nextengine, Inc. Hand held portable three dimensional scanner
US7270543B2 (en) * 2004-06-29 2007-09-18 Therametric Technologies, Inc. Handpiece for caries detection
CN100377171C (en) * 2004-08-13 2008-03-26 富士通株式会社 Method and apparatus for generating deteriorated numeral image
US20060033737A1 (en) * 2004-08-16 2006-02-16 Old William M Methods and system for visualizing data sets
US20060045174A1 (en) * 2004-08-31 2006-03-02 Ittiam Systems (P) Ltd. Method and apparatus for synchronizing a transmitter clock of an analog modem to a remote clock
US7173631B2 (en) * 2004-09-23 2007-02-06 Qualcomm Incorporated Flexible antialiasing in embedded devices
US20060117268A1 (en) * 2004-11-30 2006-06-01 Micheal Talley System and method for graphical element selection for region of interest compression
EP2256687A1 (en) * 2005-02-16 2010-12-01 Adobe Systems Incorporated Non-modal real-time interface
US8599174B2 (en) * 2005-03-18 2013-12-03 The Invention Science Fund I, Llc Verifying a written expression
US7672512B2 (en) * 2005-03-18 2010-03-02 Searete Llc Forms for completion with an electronic writing device
US20070273674A1 (en) * 2005-03-18 2007-11-29 Searete Llc, A Limited Liability Corporation Machine-differentiatable identifiers having a commonly accepted meaning
US20060212430A1 (en) 2005-03-18 2006-09-21 Searete Llc, A Limited Liability Corporation Of The State Of Delaware Outputting a saved hand-formed expression
US8290313B2 (en) * 2005-03-18 2012-10-16 The Invention Science Fund I, Llc Electronic acquisition of a hand formed expression and a context of the expression
US7826687B2 (en) * 2005-03-18 2010-11-02 The Invention Science Fund I, Llc Including contextual information with a formed expression
US8232979B2 (en) * 2005-05-25 2012-07-31 The Invention Science Fund I, Llc Performing an action with respect to hand-formed expression
US7809215B2 (en) * 2006-10-11 2010-10-05 The Invention Science Fund I, Llc Contextual information encoded in a formed expression
US8640959B2 (en) * 2005-03-18 2014-02-04 The Invention Science Fund I, Llc Acquisition of a user expression and a context of the expression
US8229252B2 (en) * 2005-03-18 2012-07-24 The Invention Science Fund I, Llc Electronic association of a user expression and a context of the expression
US8340476B2 (en) * 2005-03-18 2012-12-25 The Invention Science Fund I, Llc Electronic acquisition of a hand formed expression and a context of the expression
US20090015869A1 (en) * 2005-03-22 2009-01-15 Su Mien Quek Image collage builder
JP2008543450A (en) * 2005-06-16 2008-12-04 バイオレーズ テクノロジー インコーポレイテッド Tissue dressing that carries customized tissue images
US7519233B2 (en) * 2005-06-24 2009-04-14 Microsoft Corporation Accumulating transforms through an effect graph in digital image processing
US7619628B2 (en) * 2005-06-24 2009-11-17 Microsoft Corporation Caching digital image data
US9082199B1 (en) * 2005-07-14 2015-07-14 Altera Corporation Video processing architecture
US7995834B1 (en) 2006-01-20 2011-08-09 Nextengine, Inc. Multiple laser scanner
US7778486B2 (en) * 2006-02-24 2010-08-17 The Go Daddy Group, Inc. Online image processing systems and methods
US7706629B2 (en) 2006-02-24 2010-04-27 Apple Inc. Methods and apparatuses for pixel transformations
JP2007271940A (en) * 2006-03-31 2007-10-18 Toshiba Corp Video displaying device and video displaying method
US8504932B2 (en) * 2006-04-13 2013-08-06 Shutterfly, Inc. Image collage builder
US7656415B2 (en) * 2006-04-28 2010-02-02 Microsoft Corporation Aggregation of curve effects
US20070285720A1 (en) * 2006-06-09 2007-12-13 Guglielmi Joe M Flexible system for producing photo books
EP1873721A1 (en) * 2006-06-26 2008-01-02 Fo2PIX Limited System and method for generating an image document with display of an edit sequence tree
US8885208B2 (en) * 2006-07-21 2014-11-11 Adobe Systems Incorporated Progressive refinement of an edited image using secondary high resolution image processing
US7911627B2 (en) * 2006-09-19 2011-03-22 Shutterfly, Inc. Data structure for personalized photo-book products
US20080068665A1 (en) * 2006-09-19 2008-03-20 Kenneth Ray Niblett Manufacturing system for personalized photo-book products
US7974486B2 (en) * 2006-09-22 2011-07-05 Apple Inc. Plug-in architecture for exporting digital images
US7873233B2 (en) * 2006-10-17 2011-01-18 Seiko Epson Corporation Method and apparatus for rendering an image impinging upon a non-planar surface
US9063950B2 (en) * 2006-10-27 2015-06-23 Avenza Systems Inc. Methods and systems for modifying raster graphics software programs
US7614837B2 (en) * 2006-12-01 2009-11-10 Shutterfly, Inc. Manufacturing system for personalized photo books
US20080129033A1 (en) * 2006-12-01 2008-06-05 Sean Kevin Anderson Manufacturing system for personalized photo book kit
US7941002B2 (en) * 2006-12-01 2011-05-10 Hewlett-Packard Development Company, L.P. Apparatus and methods of producing photorealistic image thumbnails
US8360771B2 (en) * 2006-12-28 2013-01-29 Therametric Technologies, Inc. Handpiece for detection of dental demineralization
US8078969B2 (en) * 2007-03-05 2011-12-13 Shutterfly, Inc. User interface for creating image collage
CA2705304A1 (en) * 2007-11-07 2009-05-14 Skinit Customizing print content
US20090202179A1 (en) * 2008-02-13 2009-08-13 General Electric Company method and system for providing region based image modification
US8487963B1 (en) 2008-05-30 2013-07-16 Adobe Systems Incorporated Preview representation of pixels effected by a brush tip area
US8280191B1 (en) 2008-07-31 2012-10-02 Abode Systems Incorporated Banded seam carving of images with pyramidal retargeting
US8290300B2 (en) 2008-07-31 2012-10-16 Adobe Systems Incorporated Seam-based reduction and expansion of images with color-weighted priority
US8218900B1 (en) 2008-07-31 2012-07-10 Adobe Systems Incorporated Non-linear image scaling with seam energy
US8280187B1 (en) 2008-07-31 2012-10-02 Adobe Systems Incorporated Seam carving and expansion of images with color frequency priority
US8270766B1 (en) 2008-07-31 2012-09-18 Adobe Systems Incorporated Hybrid seam carving and scaling of images with configurable carving tolerance
US8265424B1 (en) 2008-07-31 2012-09-11 Adobe Systems Incorporated Variable seam replication in images with energy-weighted priority
US8280186B1 (en) 2008-07-31 2012-10-02 Adobe Systems Incorporated Seam-based reduction and expansion of images with table-based priority
US8270765B1 (en) 2008-07-31 2012-09-18 Adobe Systems Incorporated Hybrid seam carving and scaling of images with configurable energy threshold
US8625932B2 (en) 2008-08-28 2014-01-07 Adobe Systems Incorporated Seam carving using seam energy re-computation in seam neighborhood
US8180177B1 (en) 2008-10-13 2012-05-15 Adobe Systems Incorporated Seam-based reduction and expansion of images using parallel processing of retargeting matrix strips
US8581937B2 (en) 2008-10-14 2013-11-12 Adobe Systems Incorporated Seam-based reduction and expansion of images using partial solution matrix dependent on dynamic programming access pattern
US8437575B2 (en) * 2009-03-18 2013-05-07 Shutterfly, Inc. Proactive creation of image-based products
US8363888B2 (en) * 2009-03-18 2013-01-29 Shutterfly, Inc. Proactive creation of photobooks
US8963960B2 (en) 2009-05-20 2015-02-24 Adobe Systems Incorporated System and method for content aware hybrid cropping and seam carving of images
US8358876B1 (en) 2009-05-20 2013-01-22 Adobe Systems Incorporated System and method for content aware in place translations in images
US8659622B2 (en) 2009-08-31 2014-02-25 Adobe Systems Incorporated Systems and methods for creating and editing seam carving masks
US20110097011A1 (en) * 2009-10-27 2011-04-28 Suk Hwan Lim Multi-resolution image editing
US8655893B2 (en) 2010-07-16 2014-02-18 Shutterfly, Inc. Organizing images captured by multiple image capture devices
US8712194B1 (en) * 2011-12-06 2014-04-29 Google Inc. System for non-destructive image processing
US9396518B2 (en) * 2012-05-15 2016-07-19 Salvadore Ragusa System of organizing digital images
US9390155B2 (en) 2012-08-22 2016-07-12 Adobe Systems Incorporated Accessing content in a content-aware mesh
US9514157B2 (en) 2012-08-22 2016-12-06 Adobe Systems Incorporated Multi-dimensional browsing of content
US8983237B2 (en) 2012-08-22 2015-03-17 Adobe Systems Incorporated Non-destructive collaborative editing
US9002105B2 (en) 2013-03-06 2015-04-07 Xerox Corporation Automated contour detection methods, systems and processor-readable media
WO2015167463A1 (en) * 2014-04-29 2015-11-05 Hewlett-Packard Development Company, L.P. Editing an electronic document on a multipurpose peripheral device
US11210455B2 (en) 2014-06-11 2021-12-28 Red Hat, Inc. Shareable and cross-application non-destructive content processing pipelines
TWI544449B (en) * 2014-08-05 2016-08-01 三緯國際立體列印科技股份有限公司 Storing method for edited image file
US10127634B2 (en) 2015-04-08 2018-11-13 Google Llc Image editing and repair
US9712845B2 (en) * 2015-07-31 2017-07-18 Ecole Polytechnique Federale De Lausanne (Epfl) Media content processing method
US10565966B2 (en) * 2016-10-06 2020-02-18 Arm Limited Display controllers
US9607365B1 (en) * 2016-10-31 2017-03-28 HDRlog SARL Systems and methods for enhancing quality of image media
CN111724448A (en) * 2019-03-18 2020-09-29 华为技术有限公司 Image super-resolution reconstruction method and device and terminal equipment

Citations (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4288821A (en) 1980-06-02 1981-09-08 Xerox Corporation Multi-resolution image signal processing apparatus and method
US4393399A (en) 1979-05-18 1983-07-12 Dr. -Ing. Rudolf Hell Gmbh Method and apparatus for partial electronic retouching of colors
US4447886A (en) 1981-07-31 1984-05-08 Meeker G William Triangle and pyramid signal transforms and apparatus
US4546385A (en) 1983-06-30 1985-10-08 International Business Machines Corporation Data compression method for graphics images
US4577219A (en) 1982-12-11 1986-03-18 Dr. Ing. Rudolf Hell Gmbh Method and an apparatus for copying retouch in electronic color picture reproduction
US4578713A (en) 1984-07-20 1986-03-25 The Mead Corporation Multiple mode binary image processing
EP0198269A2 (en) 1985-03-30 1986-10-22 Dainippon Screen Mfg. Co., Ltd. Method and apparatus for interpolating image signals
US4656467A (en) 1981-01-26 1987-04-07 Rca Corporation TV graphic displays without quantizing errors from compact image memory
US4682869A (en) 1983-12-28 1987-07-28 International Business Machines Corporation Image processing system and method
US4718104A (en) 1984-11-27 1988-01-05 Rca Corporation Filter-subtract-decimate hierarchical pyramid signal analyzing and synthesizing technique
US4775858A (en) 1984-10-10 1988-10-04 Quantel Limited Video image creation
US4833625A (en) 1986-07-09 1989-05-23 University Of Arizona Image viewing station for picture archiving and communications systems (PACS)
US4868764A (en) 1986-04-14 1989-09-19 U.S. Philips Corporation Image encoding and decoding method and apparatus
US4910611A (en) 1989-01-05 1990-03-20 Eastman Kodak Company Method for doing interactive image processing operations on large images
EP0365456A2 (en) 1988-10-17 1990-04-25 International Business Machines Corporation Simplified CAD parametric macroinstruction capability including variational geometrics feature
EP0392753A2 (en) 1989-04-10 1990-10-17 Canon Kabushiki Kaisha Method of and apparatus for editing images
JPH03172075A (en) 1989-11-30 1991-07-25 Mita Ind Co Ltd Digital picture forming device
WO1991015830A1 (en) 1990-03-30 1991-10-17 Spaceward Holdings Limited Video image creation
US5065346A (en) 1986-12-17 1991-11-12 Sony Corporation Method and apparatus for employing a buffer memory to allow low resolution video data to be simultaneously displayed in window fashion with high resolution video data
EP0462788A2 (en) 1990-06-18 1991-12-27 Link-Miles Limited Apparatus for generating a visual display
WO1992006557A1 (en) 1990-09-28 1992-04-16 Eastman Kodak Company Color image processing system for preparing a composite image transformation module for performing a plurality of selected image transformations
US5113248A (en) 1988-10-28 1992-05-12 Fuji Xerox Co., Ltd. Method and apparatus for color removal in a picture forming apparatus
US5113251A (en) 1989-02-23 1992-05-12 Fuji Xerox Co. Editing control system and area editing system for image processing equipment
US5117468A (en) 1989-03-03 1992-05-26 Hitachi, Ltd. Image processing system capable of carrying out local processing for image at high speed
US5119442A (en) 1990-12-19 1992-06-02 Pinnacle Systems Incorporated Real time digital video animation using compressed pixel mappings
US5119081A (en) 1988-03-11 1992-06-02 Ricoh Company, Ltd. Control apparatus of image filing system
US5121195A (en) 1988-10-28 1992-06-09 Fuji Xerox Co., Ltd. Gray balance control system
US5142616A (en) 1989-09-01 1992-08-25 Quantel Limited Electronic graphic system
US5157488A (en) 1991-05-17 1992-10-20 International Business Machines Corporation Adaptive quantization within the jpeg sequential mode
WO1992018938A1 (en) 1991-04-16 1992-10-29 Scitex America Corporation Apparatus and method for emulating a graphic product
EP0512839A2 (en) 1991-05-09 1992-11-11 Quantel Limited Image keying generator for video special effects
US5179639A (en) 1990-06-13 1993-01-12 Massachusetts General Hospital Computer display apparatus for simultaneous display of data of differing resolution
US5179651A (en) 1988-11-08 1993-01-12 Massachusetts General Hospital Apparatus for retrieval and processing of selected archived images for display at workstation terminals
EP0528631A2 (en) 1991-08-13 1993-02-24 Xerox Corporation Electronic image generation
US5208911A (en) 1990-09-28 1993-05-04 Eastman Kodak Company Method and apparatus for storing and communicating a transform definition which includes sample values representing an input/output relation of an image transformation
EP0544509A2 (en) 1991-11-27 1993-06-02 Xerox Corporation Photographic filter metaphor for control of digital image processing software
US5225817A (en) 1989-10-13 1993-07-06 Quantel Limited electronic graphic systems
US5239625A (en) 1991-03-05 1993-08-24 Rampage Systems, Inc. Apparatus and method to merge images rasterized at different resolutions
US5245432A (en) 1989-07-31 1993-09-14 Imageware Research And Development Inc. Apparatus and method for transforming a digitized signal of an image to incorporate an airbrush effect
US5249263A (en) 1989-06-16 1993-09-28 International Business Machines Corporation Color palette display interface for a computer-based image editor
US5251271A (en) 1991-10-21 1993-10-05 R. R. Donnelley & Sons Co. Method for automatic registration of digitized multi-plane images
US5263136A (en) 1991-04-30 1993-11-16 Optigraphics Corporation System for managing tiled images using multiple resolutions
US5270836A (en) 1992-11-25 1993-12-14 Xerox Corporation Resolution conversion of bitmap images
US5272760A (en) 1992-05-29 1993-12-21 Cimpiter Corporation Radiographic image evaluation apparatus and method
US5278950A (en) 1989-09-20 1994-01-11 Fuji Photo Film Co., Ltd. Image composing method
US5289570A (en) 1990-10-10 1994-02-22 Fuji Xerox Co., Ltd. Picture image editing system for forming boundaries in picture image data in a page memory device
US5307452A (en) 1990-09-21 1994-04-26 Pixar Method and apparatus for creating, manipulating and displaying images
FR2702861A1 (en) 1993-03-15 1994-09-23 Sunline Method for processing an image in a computerised system
US5367388A (en) 1992-07-27 1994-11-22 Scitex Corporation Ltd. Electronic separation scanner
US5384862A (en) 1992-05-29 1995-01-24 Cimpiter Corporation Radiographic image evaluation apparatus and method
US5469536A (en) 1992-02-25 1995-11-21 Imageware Software, Inc. Image editing system including masking capability
US5475803A (en) 1992-07-10 1995-12-12 Lsi Logic Corporation Method for 2-D affine transformation of images
US5548708A (en) 1992-05-27 1996-08-20 Canon Kabushiki Kaisha Image editing using hierarchical coding to enhance processing speed
US5572499A (en) 1991-04-10 1996-11-05 Canon Kabushiki Kaisha Image processing apparatus for storing image data in storage medium and/or for reproducing image stored in storage medium
US5790708A (en) 1993-03-25 1998-08-04 Live Picture, Inc. Procedure for image processing in a computerized system
US6023261A (en) * 1997-04-01 2000-02-08 Konami Co., Ltd. Translucent-image display apparatus, translucent-image display method, and pre-recorded and computer-readable storage medium
JP3172075B2 (en) 1995-12-04 2001-06-04 新日本製鐵株式会社 Graphite uniformly dispersed steel excellent in toughness and method for producing the same

Patent Citations (63)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4393399A (en) 1979-05-18 1983-07-12 Dr. -Ing. Rudolf Hell Gmbh Method and apparatus for partial electronic retouching of colors
US4288821A (en) 1980-06-02 1981-09-08 Xerox Corporation Multi-resolution image signal processing apparatus and method
US4656467A (en) 1981-01-26 1987-04-07 Rca Corporation TV graphic displays without quantizing errors from compact image memory
US4447886A (en) 1981-07-31 1984-05-08 Meeker G William Triangle and pyramid signal transforms and apparatus
US4577219A (en) 1982-12-11 1986-03-18 Dr. Ing. Rudolf Hell Gmbh Method and an apparatus for copying retouch in electronic color picture reproduction
US4546385A (en) 1983-06-30 1985-10-08 International Business Machines Corporation Data compression method for graphics images
US4682869A (en) 1983-12-28 1987-07-28 International Business Machines Corporation Image processing system and method
US4578713A (en) 1984-07-20 1986-03-25 The Mead Corporation Multiple mode binary image processing
US4775858A (en) 1984-10-10 1988-10-04 Quantel Limited Video image creation
US4718104A (en) 1984-11-27 1988-01-05 Rca Corporation Filter-subtract-decimate hierarchical pyramid signal analyzing and synthesizing technique
EP0198269A2 (en) 1985-03-30 1986-10-22 Dainippon Screen Mfg. Co., Ltd. Method and apparatus for interpolating image signals
US4868764A (en) 1986-04-14 1989-09-19 U.S. Philips Corporation Image encoding and decoding method and apparatus
US4833625A (en) 1986-07-09 1989-05-23 University Of Arizona Image viewing station for picture archiving and communications systems (PACS)
US5065346A (en) 1986-12-17 1991-11-12 Sony Corporation Method and apparatus for employing a buffer memory to allow low resolution video data to be simultaneously displayed in window fashion with high resolution video data
US5119081A (en) 1988-03-11 1992-06-02 Ricoh Company, Ltd. Control apparatus of image filing system
EP0365456A2 (en) 1988-10-17 1990-04-25 International Business Machines Corporation Simplified CAD parametric macroinstruction capability including variational geometrics feature
US5121195A (en) 1988-10-28 1992-06-09 Fuji Xerox Co., Ltd. Gray balance control system
US5113248A (en) 1988-10-28 1992-05-12 Fuji Xerox Co., Ltd. Method and apparatus for color removal in a picture forming apparatus
US5179651A (en) 1988-11-08 1993-01-12 Massachusetts General Hospital Apparatus for retrieval and processing of selected archived images for display at workstation terminals
US4910611A (en) 1989-01-05 1990-03-20 Eastman Kodak Company Method for doing interactive image processing operations on large images
US5113251A (en) 1989-02-23 1992-05-12 Fuji Xerox Co. Editing control system and area editing system for image processing equipment
US5117468A (en) 1989-03-03 1992-05-26 Hitachi, Ltd. Image processing system capable of carrying out local processing for image at high speed
US5121448A (en) 1989-04-10 1992-06-09 Canon Kabushiki Kaisha Method of and apparatus for high-speed editing of progressively-encoded images
EP0392753A2 (en) 1989-04-10 1990-10-17 Canon Kabushiki Kaisha Method of and apparatus for editing images
US5249263A (en) 1989-06-16 1993-09-28 International Business Machines Corporation Color palette display interface for a computer-based image editor
US5245432A (en) 1989-07-31 1993-09-14 Imageware Research And Development Inc. Apparatus and method for transforming a digitized signal of an image to incorporate an airbrush effect
US5142616A (en) 1989-09-01 1992-08-25 Quantel Limited Electronic graphic system
US5278950A (en) 1989-09-20 1994-01-11 Fuji Photo Film Co., Ltd. Image composing method
US5225817A (en) 1989-10-13 1993-07-06 Quantel Limited electronic graphic systems
JPH03172075A (en) 1989-11-30 1991-07-25 Mita Ind Co Ltd Digital picture forming device
WO1991015830A1 (en) 1990-03-30 1991-10-17 Spaceward Holdings Limited Video image creation
US5179639A (en) 1990-06-13 1993-01-12 Massachusetts General Hospital Computer display apparatus for simultaneous display of data of differing resolution
EP0462788A2 (en) 1990-06-18 1991-12-27 Link-Miles Limited Apparatus for generating a visual display
US5307452A (en) 1990-09-21 1994-04-26 Pixar Method and apparatus for creating, manipulating and displaying images
WO1992006557A1 (en) 1990-09-28 1992-04-16 Eastman Kodak Company Color image processing system for preparing a composite image transformation module for performing a plurality of selected image transformations
US5208911A (en) 1990-09-28 1993-05-04 Eastman Kodak Company Method and apparatus for storing and communicating a transform definition which includes sample values representing an input/output relation of an image transformation
US5289570A (en) 1990-10-10 1994-02-22 Fuji Xerox Co., Ltd. Picture image editing system for forming boundaries in picture image data in a page memory device
US5119442A (en) 1990-12-19 1992-06-02 Pinnacle Systems Incorporated Real time digital video animation using compressed pixel mappings
US5239625A (en) 1991-03-05 1993-08-24 Rampage Systems, Inc. Apparatus and method to merge images rasterized at different resolutions
US5572499A (en) 1991-04-10 1996-11-05 Canon Kabushiki Kaisha Image processing apparatus for storing image data in storage medium and/or for reproducing image stored in storage medium
WO1992018938A1 (en) 1991-04-16 1992-10-29 Scitex America Corporation Apparatus and method for emulating a graphic product
US5263136A (en) 1991-04-30 1993-11-16 Optigraphics Corporation System for managing tiled images using multiple resolutions
EP0512839A2 (en) 1991-05-09 1992-11-11 Quantel Limited Image keying generator for video special effects
US5157488A (en) 1991-05-17 1992-10-20 International Business Machines Corporation Adaptive quantization within the jpeg sequential mode
EP0528631A2 (en) 1991-08-13 1993-02-24 Xerox Corporation Electronic image generation
US5251271A (en) 1991-10-21 1993-10-05 R. R. Donnelley & Sons Co. Method for automatic registration of digitized multi-plane images
EP0544509A2 (en) 1991-11-27 1993-06-02 Xerox Corporation Photographic filter metaphor for control of digital image processing software
US5469536A (en) 1992-02-25 1995-11-21 Imageware Software, Inc. Image editing system including masking capability
US5548708A (en) 1992-05-27 1996-08-20 Canon Kabushiki Kaisha Image editing using hierarchical coding to enhance processing speed
US5272760A (en) 1992-05-29 1993-12-21 Cimpiter Corporation Radiographic image evaluation apparatus and method
US5740267A (en) 1992-05-29 1998-04-14 Echerer; Scott J. Radiographic image enhancement comparison and storage requirement reduction system
US5384862A (en) 1992-05-29 1995-01-24 Cimpiter Corporation Radiographic image evaluation apparatus and method
US5475803A (en) 1992-07-10 1995-12-12 Lsi Logic Corporation Method for 2-D affine transformation of images
US5367388A (en) 1992-07-27 1994-11-22 Scitex Corporation Ltd. Electronic separation scanner
US5270836A (en) 1992-11-25 1993-12-14 Xerox Corporation Resolution conversion of bitmap images
FR2702861A1 (en) 1993-03-15 1994-09-23 Sunline Method for processing an image in a computerised system
US5790708A (en) 1993-03-25 1998-08-04 Live Picture, Inc. Procedure for image processing in a computerized system
US5907640A (en) 1993-03-25 1999-05-25 Live Picture, Inc. Functional interpolating transformation system for image processing
US6181836B1 (en) 1993-03-25 2001-01-30 Mgi Software Corporation Method and system for non-destructive image editing
US6512855B1 (en) 1993-03-25 2003-01-28 Roxio, Inc. Method and system for image processing
US6763146B2 (en) 1993-03-25 2004-07-13 Roxio, Inc. Method and system for image processing
JP3172075B2 (en) 1995-12-04 2001-06-04 新日本製鐵株式会社 Graphite uniformly dispersed steel excellent in toughness and method for producing the same
US6023261A (en) * 1997-04-01 2000-02-08 Konami Co., Ltd. Translucent-image display apparatus, translucent-image display method, and pre-recorded and computer-readable storage medium

Non-Patent Citations (28)

* Cited by examiner, † Cited by third party
Title
"PC Paintbrush IV Plus," ZSoft Corporation, 1990, pp. v-x, 21-24, 59-72, 79-80, 95-96, 139-150.
"Silkypix Developer Studio Pro 4.1.30.0 Portable" , Jul. 30, 2010.
"Silkypix Developer Studio Pro 4.1.30.0 Portable" <http://us.sobuk.com/thread-1992-1-1.html>, Jul. 30, 2010.
Amazon.com, Nikon D90 12.3MP Digital SLR Camera (Body Only), http://www.amazon.com/Nikon-D90-12-3MP-Digital-Body/dp/B001ET5U92, Nov. 12, 2010.
Bradley, John, "XV-Interactive Image Display For The X Window System," Version 3.10a, 128 pages, Dec. 29, 1994.
Burt et al., "The Laplacian Pyramid as a Compact Image Code," IEEE Transaction on Communications, vol. COM-31, No. 4, Apr. 1983, pp. 532-540, USA.
Burt et al., IEEE Transactions on Communications, vol. COM-31, No. 4, pp. 532-540, (1983).
C. Eliezer, Seybold Report on Publishing Systems, vol. 22, No. 9., Table-of-Contents p. and pp. 3-7 (1993).
Eliezer, C., "Seybold Report on Publishing Systems," Jan. 25, 1993, vol. 22, No. 9, table of contents and pp. 3-7.
Foley et al., "Computer Graphics: Principles and Practice," 1990, 2nd ed., pp. 201-213 and 815-843, Addison-Wesley.
G.J. Holzmann, Beyond Photography, The Digital Darkroom, (Prentice-Hall, 1988), pp. 15-73.
Gerard J. Holzmann "Beyond Photography; The Digital Darkroom," 1988, Prentice Hall Software Series, pp. 15-73.
International Search Report for Application No. PCT/US94/03266; Applicant: Live Picture, Inc.; Mailed Aug. 29, 1994; 2 pgs.
J.D. Foley et al., Computer Graphics, Principles and Practice, 2nd ed., (Addison-Wesley, 1990), pp. 201-213, 815-843.
K.C. Posch and W.D. Fellner, ACM Transactions on Graphics, vol. 8, pp. 1-24 (Jan. 1989).
L. Williams, Computer Graphics, vol. 17, pp. 1-11 (Jul. 1983).
MacKay, Wendy E., "EVA: An Experimental Video Annotator For Symbolic Analysis Of Video Data," SIGCHI Bulletin, vol. 21, No. 2, pp. 68-71, Oct. 1989.
Mayall, Brian H. et al., "Experience With The Athena Semi-Automated Karyotyping System," Cytometry, vol. 11, pp. 59-72, 1990.
Pennebaker et al., "JPEG Still Image Data Compression Standard," 1993, Van Nostrand Reinhold, pp. 337-348 and 497-502.
Porter et al., "Compositing Digital Images," Computer Graphics, Jul. 1984, vol. 18, No. 3, pp. 253-259.
Posch et al., "ACM Transactions On Graphics,", Jan. 1984, vol. 8, pp. 1-24.
Sasnett, Russell Mayo, "Reconfigurable Video," Master's Thesis submitted to Massachusetts Institute of Technology, 109 pages, Feb. 1986.
Scopyr, "Digital image capture and exploitation of pyramidal images," Brochure by Avelem: Mastery of Images, Gargilesse, France.
Scopyr, Digital Image Capture and Exploitation of Pyramidal Images, brochure by AVELEM: Mastery of Images, Gargilesse, France.
T. Porter and T. Duff, Computer Graphics, vol. 18, pp. 253-259 (Jul. 1984).
W.B. Pennebaker and J.L. Mithchell, JPEG Still Image Data Compression Standard, (Van Nostrand and Reinhold, 1993), pp. 337-348, 497-502.
Wiliams, L., "Computer Graphics," Jul. 1983, vol. 17, pp. 1-11.
ZSoft Corporation, PC Paintbrush IV Plus, pp. v-x, 21-24, 59-72, 79-80, 95-96, 139-150 (1990).

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140160279A1 (en) * 2012-12-06 2014-06-12 The Boeing Company Multiple-Scale Digital Image Correlation Pattern and Measurement
US11455737B2 (en) * 2012-12-06 2022-09-27 The Boeing Company Multiple-scale digital image correlation pattern and measurement

Also Published As

Publication number Publication date
DE69431294T2 (en) 2003-04-17
EP0691011A1 (en) 1996-01-10
DE69431294D1 (en) 2002-10-10
JPH08510851A (en) 1996-11-12
CA2158988A1 (en) 1994-09-29
CN1124530A (en) 1996-06-12
KR100320298B1 (en) 2002-04-22
US6512855B1 (en) 2003-01-28
EP0691011B1 (en) 2002-09-04
WO1994022101A2 (en) 1994-09-29
CN1147822C (en) 2004-04-28
US6763146B2 (en) 2004-07-13
US5790708A (en) 1998-08-04
US6181836B1 (en) 2001-01-30
ATE223601T1 (en) 2002-09-15
CA2158988C (en) 2000-06-13
KR960701407A (en) 1996-02-24
US5907640A (en) 1999-05-25
US20030025921A1 (en) 2003-02-06
AU690551B2 (en) 1998-04-30
AU6697894A (en) 1994-10-11

Similar Documents

Publication Publication Date Title
USRE43747E1 (en) Method and system for image processing
US6573889B1 (en) Analytic warping
US4851825A (en) Grayscale character generator and method
US6757425B2 (en) Processing image data to transform color volumes
WO1994022101A1 (en) Method and system for image processing
US8023768B2 (en) Universal front end for masks, selections, and paths
JPH022594A (en) Two-dimensional color display generator
DE69928775T2 (en) METHOD AND DEVICE FOR INTERPOLATION OF IMAGE DATA AND MEDIUM FOR AN IMAGE DATA INTERPOLATION PROGRAM
US4910611A (en) Method for doing interactive image processing operations on large images
DE69910980T2 (en) ANTIALIASING WITH SUB-SCAN FOR TEXTURE EDGES
JP2003060897A (en) Multi resolution printing
US6611632B1 (en) Device and method for interpolating image data and medium on which image data interpolating program is recorded
JPH0512402A (en) Character edition processing method for electronic filing system
JPH07334648A (en) Method and device for processing image
JP3111971B2 (en) Image data interpolation apparatus, image data interpolation method, and medium recording image data interpolation program
DE3825539A1 (en) DEVICE FOR SHADING IMAGES ON A DISPLAY
JP3560124B2 (en) Image data interpolation device, image data interpolation method, and medium recording image data interpolation program
JPH0955881A (en) Picture shading method
JP3015075B2 (en) How to make a cutout mask
JP2891318B2 (en) How to create a bitmap font
DE4343581C2 (en) Process for generating geometric masks using a digital color calculator
JPH0793585A (en) Image shadowing method
JPH08511883A (en) Image processing method in computerized system
Salisbury et al. A Resolution-Independent Representation for Pen-and-Ink Illustrations
JPH0721828B2 (en) Image processing method

Legal Events

Date Code Title Description
AS Assignment

Owner name: SONIC SOLUTIONS, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ROXIO, INC.;REEL/FRAME:018548/0086

Effective date: 20041217

Owner name: KWOK, CHU & SHINDLER LLC, NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SONIC SOLUTIONS;REEL/FRAME:018548/0099

Effective date: 20050421

Owner name: FITS IMAGING CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DELEAN, BRUNO;REEL/FRAME:018547/0917

Effective date: 19930827

Owner name: LIVE PICTURE, INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:FITS IMAGING CORPORATION;REEL/FRAME:018548/0381

Effective date: 19950109

Owner name: ROXIO, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MGI SOFTWARE CORP.;REEL/FRAME:018548/0043

Effective date: 20020703

Owner name: MGI SOFTWARE CORP., CANADA

Free format text: TECHNOLOGY TRANSFER AGREEMENT;ASSIGNOR:LIVE PICTURE, INC.;REEL/FRAME:018548/0384

Effective date: 19990624

AS Assignment

Owner name: INTELLECTUAL VENTURES I LLC, DELAWARE

Free format text: MERGER;ASSIGNOR:KWOK, CHU & SHINDLER LLC;REEL/FRAME:026637/0623

Effective date: 20110718

CC Certificate of correction
REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees