搜尋 圖片 地圖 Play YouTube 新聞 Gmail 雲端硬碟 更多 »
進階專利搜尋 | 網頁紀錄 | 登入

專利

公開號US6522770 B1
出版類型授權
申請書編號09/629,401
發佈日期2003年2月18日
申請日期2000年8月1日
優先權日期
1999年5月19日
其他公開專利號
發明人
原專利權人
美國專利分類號
國際專利分類號
合作分類
歐洲分類號
G06Q 30/02
G06Q 10/10
G07F 17/26
參考文獻
外部連結
Management of documents and other objects using optical devices
US 6522770 B1
摘要

By printing documents and other objects with machine readable indicia, such as steganographic digital watermarks or barcodes, a great variety of document management functions can be enabled. The indicia can be added as part of the printing process (after document data has been output by an originating application program), such as by printer driver software, by a Postscript engine in a printer, etc. The indicia can encode data about the document, or can encode an identifier that references a database record containing such data. By showing the printed document to a computer device with a suitable optical input device (e.g., a webcam), an electronic version of the document can be recalled for editing, or other responsive action can be taken.

圖示(4)
Previous page
Next page
聲明
We claim:

1. A method of electronic management of paper documents, comprising:

presenting a paper sheet to an optical sensor, the paper sheet having an optically-detectable digital watermark thereon, said digital watermark being machine-readable, but not generally intelligible to human viewers thereof, the optical sensor producing scan data;

decoding the scan data to produce binary data corresponding to said digital watermark;

accessing a data store using at least a portion of said binary data; and

obtaining from said data store an electronic address at which an electronic version of said paper sheet is stored.

2. The method of claim 1 that further includes:

determining an application program suitable for opening said electronic version;

opening said electronic version with said application program; and

displaying said electronic version on a computer screen.

3. The method of claim 1 wherein the digital watermark is formed by ink-jet printing.

4. The method of claim 1 wherein the electronic address was stored in said data store at the time said paper sheet was printed.

5. The method of claim 1 wherein the optical sensor comprises an array of plural image photosensor elements.

說明
RELATED APPLICATION DATA

The present application is a continuation-in-part of application Ser. Nos. 09/343,104, filed Jun. 29, 1999, and 09/571,422, filed May 15, 2000. This application is a continuation-in-part of Ser. No. 09/314,648, May 19, 1999.

FIELD OF THE INVENTION

The present invention relates to management of physical objects, including paper documents and computer disks.

BACKGROUND AND SUMMARY OF THE INVENTION

The parent applications disclose a document management system that is described, in part, by the following example:

An Excel spreadsheet is printed onto paper, and the paper becomes buried in a stack of clutter on an office worker's desk. Months later the spreadsheet again becomes relevant and is dug out of the stack. Changes need to be made to the data, but the file name has long-since been forgotten. A worker simply holds the dug-out page in front of a camera associated with a desktop computer. A moment later, the electronic version of the file appears on the worker's computer display.

When the page was originally printed, tiny droplets of ink or toner were distributed across the paper in a pattern so light as to be essentially unnoticeable, but which steganographically encoded the page with a plural-bit binary number (e.g., 64 bits). A database (e.g., maintained by the operating system, the Excel program, the printer driver, etc.) stored part of this number (e.g., 24 bits, termed a UID) in association with the path and file name at which the electronic version of the file was stored, the page number within the document, and other useful information (e.g., author of the file, creation date, etc.).

The steganographic encoding of the document, and the updating of the database, can be performed by the software application (e.g., Excel). This option can be selected once by the user and applied thereafter to all printed documents (e.g., by a user selection on an “Options” drop-down menu), or can be presented to the user as part of the Print dialog window and selected (or not) for each print job.

When such a printed page is later presented to the camera, the computer automatically detects the presence of the encoded data on the page, decodes same, consults the database to identify the file name/location/page corresponding to the 24-bit UID data, and opens the identified file to the correct page (e.g., after launching Excel). Voila!

Sometimes there may be several different responses that are possible or appropriate for the encoded object. In the case of a printed office document, for example, one response may be as described above—to present the electronic version of the file on a computer, ready for editing. But other responses may also be desired, such as writing an email message to the author of the printed document, with the author's email address already specified in the message address field, etc. Various ways of selecting between such options are disclosed.

The parent applications note that such systems can be effected not just with steganographic encoding (e.g., digital watermarks), but other encoding as well—e.g., bar codes.

In the discussion that follows, the present specification expands and enhances the concepts introduced in the parent applications.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 shows an embodiment of a document management system according to one embodiment of the present invention.

FIG. 2 shows a printed document in which embedded hyperlinks are underlined.

FIG. 3 shows portions of a database record associated with the FIG. 2 document.

DETAILED DESCRIPTION

In accordance with one embodiment of the invention, a steganographic watermark is added to a document at the time of printing. The printing may be done by a standard office printer (e.g., ink-jet, laser, etc.), or a large clustered on-demand document printer. Each document copy thus contains a mark that can be used to uniquely identify the document. Such marks can be registered in a database and used to link to information about the document.

This functionality can be achieved in various ways. For example, the application program that generated the document (e.g., Microsoft Word or Excel, Adobe Photoshop, etc.) can add the necessary markings to the output data provided to a printer driver. Or the printer driver can perform the function—adding the necessary markings to the output data provided from the application program. A microprocessor within the printer can alternatively perform the function—adding the necessary markings to the data output by the printer driver software. Or this functionality can be performed by various combinations of the foregoing. Etc.

An election to add a watermark to the printed output can be made by the user. This election can be made once, e.g., at the time of printer driver installation, and consistently applied thereafter. Or it can be made on a print-job by print-job or page by page basis, e.g., through a print dialog presented by the application program when the user requests printed output. Or the watermark can be added all the time—without any user election or involvement.

Turning to a particular example, consider the arrangement shown in FIG. 1. An application program 12, such as Microsoft Word or Excel, Adobe Photoshop, etc., sends print data to a software printer driver 14. A watermark data payload that is to be associated with the printed page is either generated internally by the printer driver, or received from an external input 16. In the depicted system this payload is a 32 bit identifier.

(The length of the payload depends on the application. In some cases, a single bit payload will suffice (e.g., it may serve as a flag to convey a single item of status information about a document—such as confidential, do-not-copy, draft, etc.) Or several such flags may be conveyed by a relatively short payload. Certain textual or numeric information may be literally encoded by the payload, such as the date and time the document was printed (e.g., a 24-bit number representing the number of elapsed minutes since Jan. 1, 2000). The foregoing are examples of direct data encoding. Indirect data encoding, such as the 32 bit identifier cited above, uses the payload as an index into another data repository in which large collections of data can be stored. This collection (sometimes called a “record”) may include meta-data associated with the document, such as date, author, size, keywords, file name and storage address, footnotes or other annotations, checksum, etc. In one particular embodiment, identifiers are issued sequentially, with each document thereby assigned a unique identifier.)

By reference to the payload data, the printer driver modifies the print instructions sent to the printer so as to introduce the subtle markings associated with the corresponding steganographic watermark. In some regions of the printed page this entails depositing more ink (or toner); in other regions in may entail depositing less ink. Subtle color variations can also be introduced to effect the encoding.

If the printer driver generates the identifier data itself—rather than receiving the identifier externally—then the identifier will typically need to be stored in a database 18 (or other data structure). Accordingly, the FIG. 1 arrangement shows the printer driver providing the identifier to the database. This database may be stored at a user computer 20, at a remote computer, or may be distributed in some fashion. (If the database 18 is remote from the user computer 20, it would be prudent to encrypt the data transmitted to the database as a security precaution.) Management of the database may be through a dedicated database program (e.g., Microsoft Access), or it can be a simple table data structure or the like maintained by the printer driver itself. (If the identifier data is received externally, this data may be written to the database by the same program that generated or provided the identifier data to the printer driver.)

When, thereafter, the printed document is presented to an optical device, a software program decodes the payload from the steganographic watermark and initiates a corresponding action. If the payload represents status or textual information, the user can be advised of such information (e.g., by a corresponding screen display), or the sensing computer system can take some action based on the information (e.g., refusing to perform a reproduction operation). If the payload represents an identifier, the database 18 is queried for corresponding data, and this data is used in providing a user response. In the case earlier reviewed, the database record contains the file name and storage address of the electronic version of the printed file. The corresponding application program (e.g., Microsoft Word) is then invoked (if it is not already running), and the identified file is accessed from the specified address and opened. The document is thereby presented on the user's screen—ready for editing.

As with Internet hyperlinks, a problem can arise if a document has been moved from the address associated with that document in the database. One way of managing this is by a software program (which may be termed a daemon) that monitors movements of files within a computer's (or network's) file system, and updates any database records referring to such file locations. Another is for a software program to check all document addresses in the database, e.g., as a background process, to confirm that the referenced document is in the expected location. If a file is not found, the program can undertake an automated search for the file in other locations (e.g., checking file identity by checksum data or the like), and automatically updating database references as appropriate. If files that haven't been accessed for a prolonged period are periodically archived in compressed form on online archival storage, the software program may review recent entries to the archive list and identify the archived location of certain moved files in this fashion. Or the program can simply report missing files to the user so that the user can manually identify a new file location to the database. If a missing file cannot be located, the date of its disappearance can be written into the database record so that, if the document is later needed, the date might be available to help investigate the document's disappearance. Yet another approach that obviates the problem of moved files is to make an archival copy of each file, at the time of printing, in database 18.

In certain applications involving confidential or otherwise secure documents, access to some or all of the stored data may be restricted. In such case, access may be denied unless the user demonstrates suitable authority, e.g., by a password (which may have been earlier entered, such as a network or login password), or by providing some other security token. The token may take the form of biometric identity data, such as voice-print, fingerprint, retinal scan, etc., or may take another form.

In some embodiments, showing the printed document to the optical sensor may cause the computer to present a variety of information, including menu options, to the user. One of the menu options may be to recall the electronic version of the document for editing, as just-described. Other menu options may permit review, or action, based on the associated meta-data.

Increasingly, printed documents include reference to on-line resources—most commonly Internet web pages but sometimes PDF documents, audio or video clips, multi-media presentations, locally-stored files, etc. Microsoft Word and other programs include provision for associating links with text. In Word, this is done by highlighting an excerpt of text, selecting Hyperlink from the Insert menu, and then specifying the path (electronic address) and file (object name) to be associated with that text. Word responds by changing the appearance of the text (e.g., by underlining, and changing color), and embedding the specified link in the electronic version of the document. Such a document is shown in FIG. 2.

When the document is printed, such links can be sensed and stored in a database record associated with that document, and thereafter shown to the user when the printed document is presented to an optical input device.

In one such embodiment, the printer driver monitors print data, looking for text having formatting that is characteristic of an embedded link (e.g., blue text, underlined). Additionally, the printer driver can look for text conforming to standardized addressing protocols (e.g., text beginning with “http: . . . ” or “ftp: . . . ” or “www . . . ”) When such text is found, the printer driver can store the corresponding link in the database 18 in association with an identifier for that document.

In the case of an explicit address (e.g., “http: . . . ”), the address text itself is copied into the database. In the case of characteristically-formatted text (signifying an embedded link), the printer driver can query the application program that sent the output for printing, to determine the link address associated with each such excerpt of text. These links are stored in the database, together with the text excerpts to which they correspond. (Again, the printer driver inserts at least one steganographic watermark in the printed output—serving to identify the document.) Database excerpts corresponding to the FIG. 2 document, are shown in FIG. 3. (In this example, the document identifier is 186282.)

As in the embodiment detailed earlier, when this printed page is later shown to an optical sensor, decoder software reads a document identifier from the watermark payload and uses the identifier to access one or more database records corresponding to the document. If the record(s) includes one or more links, these can be displayed on the computer screen—available for the user to click and follow. By such arrangement, associated on-line resources are made readily available when reviewing paper documents.

The printer driver's monitoring needn't be limited to on-line resource references. The print data can be monitored for various other types of information, and these other items of information can be stored in the database. One example is document titles, or headings. These can be identified in the printed output by formatting, e.g., set apart from surrounding text by font size, print attribute (bold, underlined, italics), style, or set-apart on a line to themselves—not ending in a period, etc. If such information is captured at print time and stored in the database 18 in association with the document identifier, the database can serve as an index of sorts to the document contents. The database can later be searched for words or phrases of interest, and documents matching the query can thereby be identified. In some cases, every word in a document (except common noise words) can be logged in a corresponding database record, thereby generating—in real time—an index or table of contents to all documents printed by a given printer or printer driver.

In some applications, the watermark with which the printed document is encoded may be fragile. That is, the watermark may be designed (e.g., by low strength) not to survive expected corruption mechanisms (e.g., the scanning and printing associated with photocopying, compression and decompression associated with JPEG electronic document storage, etc.). If such a mark is not found in a later-encountered document, then the document can be inferred to be a reproduction rather than the original.

Such a frail watermark can be in addition to a robust watermark—one designed to withstand expected corruption mechanisms. Only if both watermarks are detected in scan data from an object is the object inferred to be an original. Equipment processing the scanned document data can respond differently depending on whether the document is inferred to be an original or a copy, e.g., permitting or disabling certain operations.

In some embodiments it may be desirable for the user to identify himself or herself to the system—preferably in a non-repudiable way (e.g., password or other security token)—when the document is serialized or otherwise assigned an identifier. The database 18 can then log this person's identity in association with that print-out, in case this fact later becomes an issue. Relatedly, it may be desirable for the person who printed the document to specify the intended recipient(s). This data, too, can be stored in the database in association with the identifier that is watermarked in the printed document. If both measures are employed, then when a document is presented to a camera, the responding system can identify both the user who printed the document, and the intended recipient.

Relatedly, digital signature technology can be employed in conjunction with printed documents. As is familiar to those skilled in the art, digital signatures generally involve applying a hash function or the like to a document file, yielding a signature that is stored for later use. If the document file is thereafter changed, even by a single bit, it will no longer yield the same hashed output, or digital signature.

In the present context, the digital signature generated from an electronic document can be encoded in a printed document as the payload of an embedded watermark, or can be included in a database record identified by the watermark. If the printed document is thereafter shown to a camera, and an electronic version of the document is retrieved from storage, the signature of the retrieved file can be checked against the signature as represented in the watermark or as stored in the database record. If the signatures don't match, the electronic version of the document is known to have been altered.

Checksums derived from the electronic version of a document can be used in similar fashion to digital signatures.

Still another option is to encrypt an electronic version of a file, and encode an encoding key in a watermark in the printed document (or in a database record identified by the watermark). The person who encrypted the document knows the key and can open the electronic file. But third parties cannot open the electronic version of the document, unless they have custody of a printed version of the document. (This is an application where a fragile watermark would be beneficial, so that custody of a photocopy would not be sufficient to gain access to the electronic file.)

Similarly, printed documents may convey (or may point to database records containing) encryption keys permitting electronic access to unrelated documents.

It will be recognized that public key encryption, as well as private key encryption, can be used in certain of the foregoing contexts.

Techniques like those reviewed above in connection with office document can be applied to other objects as well. A “document” can thus be any object with printing, such as packaging.

Consider a catalog for a data storage medium, such as a diskette, disk, tape, CD, or DVD. Files can be copied onto the medium, and an electronic directory listing can be generated (e.g., by using the DIR function of DOS, or the counterpart functions provided in Microsoft Windows and other operating systems). If desired, the directory listing can be annotated by a user, e.g., by adding descriptive information.

This listing is stored in a data structure (e.g., a table, database, etc.) in association with index data. This index data is encoded in a watermark or other machine-readable indicia and printed on a label that is applied to the medium. (Additional data can also be printed on the label in human-intelligible form, such a text giving the date the diskette was labeled, the proprietor of the disk, a descriptive name or summary of disk contents, etc.)

By holding such a labeled disk to a webcam, video camera, optical mouse, or other optical input device, a listing of the disk's contents can rapidly be displayed. (As is now familiar, the optical input device provides image data corresponding to the label to a watermark detector. The watermark payload that is output from the watermark detector is used to index the data structure, permitting access to the corresponding directory listing. This listing is then presented on the computer screen for display.)

The user may be invited to specify certain search parameters, such as author, file date, file name, etc. Only files in the directory listing meeting the specified criteria can then be displayed. If a particular file name is specified, the user can hold diskettes up to the webcam in rapid succession, permitting dozens of diskettes to be surveyed in a minute or so, looking for the desired diskette.

The display presented to the user may include content listings of a collection of disks—not just the disk presented to the webcam. For example, presentation of a 3¼ inch diskette to the webcam may prompt a listing of all 3¼ inch diskette contents contained in the data structure, or all such disks labeled on the same date as the diskette presented by the user to the webcam (in both cases, with the contents of the user-presented diskette listed first). If the file sought is not cataloged as being on the first-listed diskette list, a Search or Find function can be executed on the listing to identify another diskette on which a desired file is stored. (The identification of like-media can be effected by selecting index identifiers from different ranges for different media. Thus 3¼ inch diskettes may have identifiers in one range, CDs may have identifiers in another, etc.)

The data structure may be posted to a shared resource on a network, so that this functionality can be effected on an enterprise-wide basis, encompassing large collections of files stored on diverse media.

The arrangement just detailed can be adapted for use in other contexts, to provide electronic listing of data associated with diverse physical objects

From the foregoing, it will be recognized that embodiments according to the present invention permit data about an object to be accessed simply by showing the object to a webcam or the like.

Having described and illustrated the principles of the invention with reference to illustrative embodiments, it should be recognized that the invention is not so limited.

For example, while the detailed embodiments were described as employing steganographic digital watermarks, the same principles can likewise be utilized in conjunction with other marking techniques, including 1D and 2D bar codes, data glyphs, OCR, magnetic ink, etc.

Essentially any digital watermarking technology can be used in the described embodiments. One particular technology is detailed in the present assignee's patent application 09/503,881, filed Feb. 14, 2000, and in other references cited herein. Those skilled in the watermarking art are familiar with a great number of particular watermarking techniques.

In some cases, printing is not required to effect a digital watermark. For example, the watermarking can be effected by texturing, e.g., as disclosed in the present assignee's patent 5,822,436.

While the invention was particularly described with reference to an implementation involving a Windows printer driver, other forms of implementation are possible. Consider, for example, Adobe Postscript—a popular page description language implemented in many office printers. Watermarking may be included as an intrinsic feature of a Postscript printer engine (or any page description lanaguage). As part of printing a document, any embedded links could be registered in a suitable database 18, and the printing commands could be modified to include the appropriate ID with the setup for each page. Addition of a tint to effect watermarking could be provided when the document is converted by the engine from text to ink/toner/dye. A further advantage here is that the printer itself could have certain meta-data associated with it that is conveyed in the watermark or stored in a database record to which the watermark points (e.g., data specifying that the document was printed on a HP LaserJet 8000, with a network name of “XYZ,” having port address of \\Cobra\LGL-HP8000, from a print job originated by user BCONWELL, etc., etc.). And the embedding process may be tuned by the vendor implementing the Postscript engine on their platform for optimal performance.

The illustration of the invention in the context of office documents and diskettes should not be taken as limiting its utility. To name but one other application, blueprints and other construction drawings can be encoded with a watermark. Again, the watermark can directly encode meta data, or can point to a data structure where such further information is stored.

One of many applications of such information is to ensure that a contractor is working from the latest revision of a drawing. A camera-equipped cell phone, or wireless palmtop computer with imaging capability, can be used by the contractor to acquire image data from the drawing, decode the embedded watermark ID, query a remote database for the latest revision number of that drawing, and present the latest revision number to the contractor. The contractor can check the number thus-obtained with the revision number printed in the title block of the drawing. If they match, the contractor is assured that the drawing depicts the latest information. (Blueprints and construction diagrams are forgiving media—the watermark needn't be invisible. The strength of the watermark can thus be increased to the point that a pebbling or grainy effect appears on the background of a drawing without reducing the drawing's functionality for its intended use.)

While the invention was described with reference to certain functionality implemented in software, this is not essential. Hardware, of a combination of hardware and software can be used in other embodiments. Likewise, the form of optical detector is not crucial. 2D sensor arrays, such as CCD and CMOS cameras (still or video) can be employed. So, too, can 1D sensor arrays, such as are conventionally found in scanners. Single photosensor systems, such as laser diodes with photodiodes can also be used.

The foregoing techniques can be employed in conjunction with teachings of various of the present assignee's co-pending applications, including 09/074,034 (filed May 6, 1998), 09/127,502 (filed Jul. 31, 1998), 09/185,380 (filed Nov. 3, 1998), and the parent application cited above. For example, the '034 and '502 applications disclose arrangements for watermarking blank paper stock, the principles of which can be employed to mark printed output.

To provide a comprehensive disclosure without unduly lengthening this specification, applicants incorporate by reference the patents and applications cited above.

In view of the wide variety of embodiments to which the principles and features discussed above can be applied, it should be apparent that the detailed embodiments are illustrative only and should not be taken as limiting the scope of the invention. Rather, we claim as our invention all such modifications as may come within the scope and spirit of the following claims and equivalents thereof.

專利引用
引用的專利申請日期發佈日期 申請者專利名稱
US38453911971年7月15日1974年10月29日Audicom CorporationCommunication including submerged identification signal
US39846241974年7月25日1976年10月5日Weston Instruments, Inc.Video system for conveying digital and analog information
US42388491978年12月19日1980年12月9日International Standard Electric CorporationMethod of and system for transmitting two different messages on a carrier wave over a single transmission channel of predetermined bandwidth
US43131971980年4月9日1982年1月26日Bell Telephone Laboratories, IncorporatedSpread spectrum arrangement for (de)multiplexing speech signals and nonspeech signals
US43674881981年5月1日1983年1月4日Sterling Television Presentations Inc. Video Data Systems DivisionData encoding for television
US43799471979年2月2日1983年4月12日Teleprompter CorporationSystem for transmitting data simultaneously with audio
US43800271980年12月8日1983年4月12日Manufacturers Hanover Trust Compamy, 270 Park Ave., New York, Ny 10017Data encoding for television
US43956001980年11月26日1983年7月26日Proactive Systems, Inc.Auditory subliminal message system and method
US44256421982年1月8日1984年1月10日Applied Spectrum Technologies, Inc.Simultaneous transmission of two information signals within a band-limited communications channel
US45285881981年9月25日1985年7月9日Loefberg; BoMethod and apparatus for marking the information content of an information carrying signal
US45478041983年3月21日1985年10月15日Nielsen Media Research, Inc., A Delaware Corp.Method and apparatus for the automatic identification and verification of commercial broadcast programs
US46726051984年3月20日1987年6月9日Applied Spectrum Technologies, Inc.Data and voice communications system
US46757461986年6月30日1987年6月23日Data Card CorporationSystem for forming picture, alphanumeric and micrographic images on the surface of a plastic card
US47501731986年5月21日1988年6月7日Polygram International Holding B.V.Method of transmitting audio information and additional information in digital form
US48070311987年10月20日1989年2月21日Interactive Systems, IncorporatedInteractive video method and apparatus
US48558271987年7月21日1989年8月8日Worlds Of Wonder, Inc.Method of providing identification, other digital data and multiple audio tracks in video systems
US48887981986年8月7日1989年12月19日Oms, Inc.Modular software security
US49088361988年10月11日1990年3月13日Unisys CorporationMethod and apparatus for decoding multiple bit sequences that are transmitted simultaneously in a single channel
US49470281988年7月19日1990年8月7日Arbor International, Inc.Automated order and payment system
US49690411988年9月23日1990年11月6日Dubner Computer Systems, Inc.Embedment of data in a video signal
US49775941989年2月16日1990年12月11日Electronic Publishing Resources, Inc.Database usage metering and protection system and method
US50239071988年9月30日1991年6月11日Apollo Computer, Inc.Network license server
US50539561989年4月25日1991年10月1日Coats ViyellaInteractive system for retail transactions
US51034591990年6月25日1992年4月7日Qualcomm IncorporatedSystem and method for generating signal waveforms in a cdma cellular telephone system
US51135181988年6月3日1992年5月12日Pitney Bowes Inc., Walter H. Wheeler, Jr. Dr., Stamford, Ct., A Corp. Of De.Method and system for preventing unauthorized use of software
US51387121989年10月2日1992年8月11日Sun Microsystems, Inc.Apparatus and method for licensing software on a network of computers
US51464571991年11月14日1992年9月8日U.S. Philips CorporationDevice for transmitting data words representing a digitalized analog signal and device for receiving the transmitted data words
US51877501991年3月15日1993年2月16日Unisys CorporationArchival document image processing and printing system
US52434231991年12月20日1993年9月7日A. C. Nielsen CompanySpread spectrum digital data transmission over TV video
US52628601992年4月23日1993年11月16日International Business Machines CorporationMethod and system communication establishment utilizing captured and processed visually perceptible data within a broadcast video signal
US52889761991年7月15日1994年2月22日Nynex CorporationBar code use in information, transactional and other system and service applications
US53047861990年1月5日1994年4月19日Symbol Technologies, Inc.High density two-dimensional bar code symbol
US53197351991年12月17日1994年6月7日Bolt Beranek And Newman Inc.Embedded signalling
US53853711994年4月26日1995年1月31日Izawa; MichioMap in which information which can be coded is arranged in invisible state and a method for coding the content of the map
US54287311993年5月10日1995年6月27日Apple Computer, Inc.Interactive multimedia delivery engine
US54632091995年2月3日1995年10月31日Hmg Worldwide In-Store Marketing, Inc.Point-of-sale product information dissemination arrangement and method
US54936771994年6月8日1996年2月20日Systems Research & Applications CorporationGeneration, archiving, and retrieval of digital images with evoked suggestion-set captions and natural language interface
US54954111993年12月22日1996年2月27日Stampmaster, Inc.Secure software rental system using continuous asynchronous password verification
US54955811993年10月15日1996年2月27日Tsai; IrvingMethod and apparatus for linking a document with associated reference information using pattern matching
US54960711995年6月6日1996年3月5日Walsh; Margaret A.Method of providing article identity on printed works
US55025761992年8月24日1996年3月26日Ramsay International CorporationMethod and apparatus for the transmission, storage, and retrieval of documents in an electronic domain
US55249331993年5月26日1996年6月11日Ecole Polytechnique Federale De LausanneMethod for the marking of documents
US55308521994年12月20日1996年6月25日Sun Microsystems, Inc.Method for extracting profiles and topics from a first file written in a first markup language and generating files in different markup languages containing the profiles and topics for use in accessing data described by the profiles and topics
US55486451994年7月7日1996年8月20日Ananda; MohanSecure software rental system using distributed software
US55531431994年2月4日1996年9月3日Novell, Inc.Method and apparatus for electronic licensing
US55794791994年10月3日1996年11月26日Plum Hall Inc.Computer software licensing authentication method and apparatus
US56130041995年6月7日1997年3月18日The Dice CompanySteganographic method and device
US56299801994年11月23日1997年5月13日Xerox CorporationSystem for controlling the distribution and use of digital works
US56340121994年11月23日1997年5月27日Xerox CorporationSystem for controlling the distribution and use of digital works having a fee reporting mechanism
US56362761995年4月18日1997年6月3日Sdc Secure Digital Container AgDevice for the distribution of music information in digital form
US56384431994年11月23日1997年6月10日Xerox CorporationSystem for controlling the distribution and use of composite digital works
US56401931994年8月15日1997年6月17日Lucent Technologies Inc.Multimedia service access by reading marks on an object
US56404671995年3月28日1997年6月17日Ricoh Company, Ltd.Image forming apparatus which monitors hardware errors of a controller of a copying-inhibited function
US56469971994年12月14日1997年7月8日Sony CorporationMethod and apparatus for embedding authentication information within digital data
US56469991995年10月27日1997年7月8日Mitsubishi CorporationData coypright management method
US56526261994年9月2日1997年7月29日Kabushiki Kaisha ToshibaImage processing apparatus using pattern generating circuits to process a color image
US56527141994年9月30日1997年7月29日Apple Computer, Inc.Method and apparatus for capturing transient events in a multimedia product using an authoring tool on a computer system
US56574621996年1月31日1997年8月12日Collegeview PartnershipMethod and apparatus for displaying animated characters upon a computer screen in which a composite video display is merged into a static background such that the border between the background and the video is indiscernible
US56591641996年10月15日1997年8月19日Ecopy, Inc.Method of and system for apparatus for two-way automatically creating, identifying, routing and storing digitally scanned documents
US56637661996年1月25日1997年9月2日Lucent Technologies Inc.Digital data encoding in video signals using data modulated carrier signals at non-peaks in video spectra
US56659511996年2月8日1997年9月9日Newman; Gary H.Customer indicia storage and utilization system
US56712821995年1月23日1997年9月23日Ricoh Company, Ltd.Method and apparatus for document verification and tracking
US56733161996年3月29日1997年9月30日International Business Machines CorporationCreation and distribution of cryptographic envelope
US56802231995年5月15日1997年10月21日Xerox CorporationMethod and system for labeling a document for storage, manipulation, and retrieval
US56872361996年12月31日1997年11月11日The Dice CompanySteganographic method and device
US57154031994年11月23日1998年2月3日Xerox CorporationSystem for controlling the distribution and use of digital works having attached usage rights where the usage rights are defined by a usage rights grammar
US57217551996年9月26日1998年2月24日Goldstar Co., Ltd.Serial transfer system
US57341191996年12月19日1998年3月31日Invision Interactive, Inc.Method for streaming transmission of compressed music
US57428451995年6月22日1998年4月21日Datascape, Inc.System for extending present open network communication protocols to communicate with non-standard I/O devices directly coupled to an open network
US57616861996年6月27日1998年6月2日Xerox CorporationEmbedding encoded information in an iconic version of a text image
US57651521995年10月13日1998年6月9日Trustees Of Dartmouth CollegeSystem and method for managing copyrighted electronic media
US57744521995年3月14日1998年6月30日Aris Technologies, Inc.Apparatus and method for encoding and decoding information in audio signals
US57781021996年12月19日1998年7月7日The Regents Of The University Of California, Office Of Technology TransferCompression embedding
US58016871996年9月25日1998年9月1日Apple Computer, Inc.Authoring tool comprising nested state machines for use in a computer system
US58048031996年4月2日1998年9月8日International Business Machines CorporationMechanism for retrieving information using data encoded on an object
US58093171997年6月5日1998年9月15日Intel CorporationCreating and maintaining hypertext links among heterogeneous documents by the establishment of anchors and connections among anchors
US58184411995年6月15日1998年10月6日Intel CorporationSystem and method for simulating two-way connectivity for one way data streams
US58224361996年4月25日1998年10月13日Digimarc CorporationPhotographic products and methods employing embedded information
US58283251996年4月3日1998年10月27日Aris Technologies, Inc.Apparatus and method for encoding and decoding information in analog signals
US58419781995年7月27日1998年11月24日Digimarc CorporationNetwork linking method using steganographically embedded data objects
US58452811996年1月31日1998年12月1日Mediadna, Inc.Method and system for managing a data object so as to comply with predetermined conditions for usage
US58484131995年1月13日1998年12月8日Ricoh Company, Ltd.Method and apparatus for accessing and publishing electronic documents
US58484241996年11月18日1998年12月8日Toptier Software, Inc.Data navigator interface with navigation as a function of draggable elements and drop targets
US58526731996年11月21日1998年12月22日Chroma Graphics, Inc.Method for general image manipulation and composition
US58570381994年6月29日1999年1月5日Canon Kabushiki KaishaImage processing apparatus and method for synthesizing first and second image data
US58668881995年3月27日1999年2月2日Symbol Technologies, Inc.Traveler security and luggage control system
US58725891994年3月18日1999年2月16日Interactive Return Service, Inc.Interactive TV system for mass media distribution
US58804531997年11月10日1999年3月9日Symbol Technologies, Inc.Reader system for removable two dimensional code
US58929001996年8月30日1999年4月6日Intertrust Technologies Corp.Systems and methods for secure transaction management and electronic rights protection
US58939101996年1月4日1999年4月13日Softguard Enterprises Inc.Method and apparatus for establishing the legitimacy of use of a block of digitally represented information
US59006081997年12月16日1999年5月4日Dentsu Inc.Method of purchasing personal recording media, system for purchasing personal recording media, and media recorded with personal recording media purchasing program
US59052481997年8月22日1999年5月18日Metrologic Instruments, Inc.System and method for carrying out information-related transactions using web documents embodying transaction enabling applets automatically launched and executed in response to reading URL-encoded symbols pointing thereto
US59150271996年11月5日1999年6月22日Nec CorporationDigital watermarking
US59208611997年2月25日1999年7月6日Intertrust Technologies Corp.Techniques for defining using and manipulating rights management data structures
US59208781996年11月14日1999年7月6日Achates Reference Publishing, Inc.Method for hiding a binary encoded message in an electronic document by modulating the case of the characters in a case-insensitive markup language
US59268221996年9月6日1999年7月20日Financial Engineering Associates, Inc.Transformation of real time data into times series and filtered real time data within a spreadsheet application
US59307671997年5月28日1999年7月27日Motorola, Inc.Transaction methods systems and devices
US59328621996年9月3日1999年8月3日Welch Allyn, Inc.Optical reader having improved scanning-decoding features
US59328631996年4月4日1999年8月3日Marshall Feature Recognition, LlcMethod and apparatus for accessing electric data via a familiar printed medium
US59338291997年11月8日1999年8月3日Neomedia Technologies, Inc.Automatic access of electronic information through secure machine-readable codes on printed documents
US59387261996年10月17日1999年8月17日Motorola, Inc.Apparatus for reading an electronic network navigation device and a peripheral for use therewith
US59405951996年9月23日1999年8月17日Motorola, Inc.Electronic network navigation device and method for linking to an electronic address therewith
US59427411997年8月19日1999年8月24日Welch Allyn, Inc.Apparatus for optimizing throughput in decoded-output scanners and method of using same
US59712771998年8月12日1999年10月26日International Business Machines CorporationMechanism for retrieving information using data encoded on an object
US59741411996年10月18日1999年10月26日Mitsubishi CorporationData management system
US59787731995年10月3日1999年11月2日Neomedia Technologies, Inc.System and method for using an ordinary article of commerce to access a remote computer
US59832181997年6月30日1999年11月9日Xerox CorporationMultimedia database for use over networks
US59918761996年4月1日1999年11月23日Copyright Clearance Center, Inc.Electronic rights management and authorization system
US61224031996年11月12日2000年9月19日Digimarc CorporationComputer system linked by using information in data objects
US63112141999年6月29日2001年10月30日Digimarc CorporationLinking of computers based on optical sensing of digital data
US63245731998年8月6日2001年11月27日Digimarc CorporationLinking of computers using information steganographically embedded in data objects
非專利引用
參考文獻
1"Copyright Protection for Digital Images, Digital Fingerprinting from FBI," Highwater FBI brochure, 1995, 4 pages.
2"High Water FBI Limited Presentation Image Copyright Protection Software," FBI Ltd brochure, Jul. 1995, 17 pages.
360/000,442, Jun. 20, 1995, Hudetz.
4Bruckstein, A.M.; Richardson, T.J., A holographic transform domain image watermarking method, Circuits, Systems, and Signal Processing vol. 17, No. 3, pp. 361-389, 1998. This paper includes an appendix containing and internal memo of Bell Labs, which according to the authors of the paper, was dated Sep. 1994.
5Dautzenberg, "Watermarking Images," Department of Microelectronics and Electrical Engineering, Trinity College Dublin, 47 pages, Oct. 1994.
6Kurak et al., "A Cautionary Note On Image Downgrading," 1992 IEEE, pp. 153-159.
7Mintzer et al., "Safeguarding Digital library Contents and Users" Digital Watermarking, D-Lib Magazine, Dec. 1997: ISSN 1082-9873.
8Szepanski, "A Signal Theoretic Method for Creating Forgery-Proof Documents for Automatic Verification," Proceedings 1979 Carnahan Conference on Crime Countermeasures, May 16, 1979, pp. 101-109.
9Szepanski, "Addictive Binary Data Transmission for Video Signals," Papers Presented at Conf. Of Comm. Engineering Soc. Sep. 30-Oct. 3, 1980, Technical Reports vol. 74, pp. 342-352.
10Tirkel et al, "Electronic Water Mark," DICTA-93, Macquarie University, Sydney, Australia, Dec., 1993, pp. 666-673.
11U.S. application No. 09/074,034, Rhoads, filed May 6, 1998.
12U.S. application No. 09/127,502, Rhoads, filed Jul. 31, 1998.
13U.S. application No. 09/185,380, Davis et al., filed Nov. 3, 1998.
14U.S. application No. 09/314,648, Rodriguez et al., filed May 19, 1999.
15U.S. application No. 09/342,688, Rodriguez et al., filed Jun. 29, 1999.
16U.S. application No. 09/343,104, Rodriguez et al., filed Jun. 29, 1999.
17U.S. application No. 09/452,021, Davis et al., filed Nov. 30, 1999.
18U.S. application No. 09/503,881. Rhoads et al., filed Feb. 14, 2000.
19U.S. application No. 09/571,422, Rhoads et al., filed May, 15, 2000.
20U.S. application No. 09/790,332, Lofgren et al., filed Feb. 21, 2001.
被以下專利引用
引用本專利申請日期發佈日期 申請者專利名稱
US66649762002年3月13日2003年12月16日Digimarc CorporationImage management system and methods using digital watermarks
US68929472003年7月30日2005年5月17日Hewlett-Packard Development Company, L.P.Barcode embedding methods, barcode communication methods, and barcode systems
US69505192001年11月28日2005年9月27日Digimarc CorporationGeographically watermarked imagery and methods
US69856002001年3月15日2006年1月10日Digimarc CorporationPrinting media and methods employing digital watermarking
US69931522002年8月12日2006年1月31日Digimarc CorporationHiding geo-location data through arrangement of objects
US70240162001年4月24日2006年4月4日Digimarc CorporationDigital watermarking apparatus and methods
US70424702001年10月23日2006年5月9日Digimarc CorporationUsing embedded steganographic identifiers in segmented areas of geographic images and characteristics corresponding to imagery data derived from aerial platforms
US70615102001年3月5日2006年6月13日Digimarc CorporationGeo-referencing of aerial imagery using embedded image identifiers and cross-referenced data sets
US70989312001年5月15日2006年8月29日Digimarc CorporationImage management system and methods using digital watermarks
US70994922004年2月13日2006年8月29日Digimarc CorporationMethod of steganographically embedding geo-location data in media
US71141242001年2月26日2006年9月26日Xerox CorporationMethod and system for information retrieval from query evaluations of very large full-text databases
US71365022005年2月3日2006年11月14日Digimarc CorporationPrinting media and methods employing digital watermarking
US71426912001年3月16日2006年11月28日Digimarc CorporationWatermark embedding functions in rendering description files
US71644862000年5月16日2007年1月16日Fuji Xerox Co., Ltd.Image forming apparatus, expansion box for image forming apparatus and image editing system
US71845722005年6月3日2007年2月27日Digimarc CorporationUsing steganographic encoded information with maps
US71941062003年4月3日2007年3月20日Digimarc CorporationCreating electronic forms through digital watermarking
US71971602003年4月25日2007年3月27日Digimarc CorporationGeographic information systems using digital watermarks
US72095732005年6月3日2007年4月24日Digimarc CorporationSubstituting images in copies based on digital watermarks
US72492572001年4月10日2007年7月24日Digimarc CorporationDigitally watermarked maps and signs and related navigational tools
US72542492003年2月20日2007年8月7日Digimarc CorporationEmbedding location data in video
US73054162000年12月18日2007年12月4日Hewlett-Packard Development Company, L.P.Network assembly and method for inserting an identification code
US73305642007年1月11日2008年2月12日Digimarc CorporationDigital watermarking apparatus and methods
US74611362005年11月2日2008年12月2日Digimarc CorporationInternet linking from audio and image content
US75024892005年9月27日2009年3月10日Digimarc CorporationGeographically watermarked imagery and methods
US75056052004年4月13日2009年3月17日Digimarc CorporationPortable devices and methods employing digital watermarking
US75061692007年7月23日2009年3月17日Digimarc CorporationDigital watermarking maps and signs, and related navigational tools
US75421602003年8月29日2009年6月2日Hewlett-Packard Development Company, L.P.Rendering with substituted validation input
US75459522007年10月23日2009年6月9日Digimarc CorporationImage or video display devices
US76070782005年7月6日2009年10月20日International Business Machines CorporationPaper and electronic recognizable forms
US76283302007年3月14日2009年12月8日Konica Minolta Systems Laboratory, Inc.Barcode and decreased-resolution reproduction of a document image
US76398372007年1月23日2009年12月29日Digimarc CorporationIdentification documents and authentication of such documents
US76500082006年8月17日2010年1月19日Digimarc CorporationDigital watermarking compressed video captured from aerial sensors
US76697692005年3月28日2010年3月2日Konica Minolta Systems Laboratory, Inc.Systems and methods for preserving and maintaining document integrity
US76840692004年1月15日2010年3月23日Canon Kabushiki KaishaDocument management system, document management method, and program for implementing the method
US76939652008年10月14日2010年4月6日Digimarc CorporationAnalyzing audio, including analyzing streaming audio signals
US77357282005年10月12日2010年6月15日Skidata AgAccess control system
US77386582007年3月20日2010年6月15日Digimarc CorporationElectronic forms including digital watermarking
US77395112007年10月29日2010年6月15日Intertrust Technologies Corp.Systems and methods for watermarking software and other media
US77572482008年7月29日2010年7月13日The Nielsen Company (Us), LlcDetection of media links in broadcast signals
US77662412006年9月29日2010年8月3日Konica Minolta Systems Laboratory, Inc.Barcode for two-way verification of a document
US77700162007年4月19日2010年8月3日Intertrust Technologies CorporationSystems and methods for watermarking software and other media
US77754352008年7月3日2010年8月17日Konica Minolta Systems Laboratory, Inc.Systems and methods for preserving and maintaining document integrity
US78237972008年3月28日2010年11月2日Konica Minolta Systems Laboratory, Inc.Color barcode producing, reading and/or reproducing method and apparatus
US79418162010年5月26日2011年5月10日The Nielsen Company (Us), LlcDetection of media links in broadcast signals
US79457812000年3月30日2011年5月17日Digimarc CorporationMethod and systems for inserting watermarks in digital signals
US79491472006年11月21日2011年5月24日Digimarc CorporationWatermarking compressed data
US79532702009年4月7日2011年5月31日Digimarc CorporationMethods and arrangements employing digital content items
US79538242008年10月28日2011年5月31日Digimarc CorporationImage sensors worn or attached on humans for imagery identification
US79575532009年6月3日2011年6月7日Digimarc CorporationDigital watermarking apparatus and methods
US79583592001年4月30日2011年6月7日Digimarc CorporationAccess control systems
US79658632007年11月20日2011年6月21日Digimarc CorporationDigital watermarks as a gateway and control mechanism
US79701662009年3月18日2011年6月28日Digimarc CorporationSteganographic encoding methods and apparatus
US79701692004年12月30日2011年6月28日Ricoh Co., Ltd.Secure stamping of multimedia document collections
US79788742005年3月17日2011年7月12日Digimarc CorporationDigital watermarking for workflow by tracking content or content identifiers with respect to time
US79834432009年3月3日2011年7月19日Digimarc CorporationMethods for managing content using intentional degradation and insertion of steganographic codes
US79843002006年10月11日2011年7月19日Eastman Kodak CompanySystem and method of authenicating a digitally captured image
US79868062004年1月23日2011年7月26日Digimarc CorporationPaper products and physical objects as means to access and control a computer or to navigate over or act as a portal on a network
US79911822006年10月26日2011年8月2日Digimarc CorporationMethods for steganographic encoding media
US79920032006年7月19日2011年8月2日Digimarc CorporationMethods and systems for inserting watermarks in digital signals
US79920042006年10月2日2011年8月2日Digimarc CorporationDigital watermarked imagery, video, maps and signs
US80004952008年10月14日2011年8月16日Digimarc CorporationDigital watermarking systems and methods
US80052542005年9月20日2011年8月23日Digimarc CorporationBackground watermark processing
US80236942009年3月10日2011年9月20日Digimarc CorporationSystems and methods using identifying data derived or extracted from video, audio or images
US80275062009年3月10日2011年9月27日Digimarc CorporationGeographical encoding imagery and video
US80275202010年4月15日2011年9月27日Digimarc CorporationMethods and arrangements employing digital content items
US80364202010年8月10日2011年10月11日Digimarc CorporationSubstituting or replacing components in sound based on steganographic encoding
US80380642009年4月6日2011年10月18日Konica Minolta Systems Laboratory, Inc.Color barcode producing method and apparatus, color barcode reading method and apparatus and color barcode reproducing method and apparatus
US80457482006年11月28日2011年10月25日Digimarc CorporationWatermark embedding functions adapted for transmission channels
US80457492007年8月7日2011年10月25日Digimarc CorporationEmbedding location data in video
US80504512010年6月11日2011年11月1日Digimarc CorporationElectronic forms using indicia, sometimes hidden indicia
US80511692007年4月13日2011年11月1日Digimarc CorporationMethods and systems useful in linking from objects to remote resources
US80550142010年8月3日2011年11月8日Digimarc CorporationBi-directional image capture methods and apparatuses
US80700662008年7月3日2011年12月6日Konica Minolta Laboratory U.S.A., Inc.Systems and methods for preserving and maintaining document integrity
US80739332010年4月6日2011年12月6日Digimarc CorporationAudio processing
US80748862008年7月3日2011年12月13日Konica Minolta Laboratory U.S.A., Inc.Systems and methods for preserving and maintaining document integrity
US80859762010年1月14日2011年12月27日Digimarc CorporationDigital watermarking video captured from airborne platforms
US80875832005年3月15日2012年1月3日Digimarc CorporationAssociating media through encoding
US80910252007年10月26日2012年1月3日Digimarc CorporationSystems and methods for processing content objects
US81030532010年6月23日2012年1月24日Digimarc CorporationMethod and apparatus for associating identifiers with content
US81038772004年10月25日2012年1月24日Digimarc CorporationContent identification and electronic tickets, coupons and credits
US81038792009年9月8日2012年1月24日Digimarc CorporationProcessing audio or video content with multiple watermark layers
US81213422007年4月24日2012年2月21日Digimarc CorporationAssociating metadata with media signals, and searching for media signals using metadata
US81262012010年2月2日2012年2月28日Digimarc CorporationWatermark decoding from streaming media
US81271392009年3月17日2012年2月28日Digimarc CorporationHandheld devices and methods for extracting data
US81351662006年5月9日2012年3月13日Digimarc CorporationEmbedding geo-location information in media
US81408502008年12月8日2012年3月20日Intertrust Technologies CorporationSystems and methods for watermarking software and other media
US81500322010年8月31日2012年4月3日Digimarc CorporationMethods for controlling rendering of images and video
US81553782010年4月6日2012年4月10日Digimarc CorporationColor image or video processing
US81603042009年5月19日2012年4月17日Digimarc CorporationInteractive systems and methods employing wireless mobile devices
US81653412010年2月24日2012年4月24日Digimarc CorporationMethods and apparatus to process imagery or audio content
US81653422010年4月6日2012年4月24日Digimarc CorporationColor image or video processing
US81818842007年8月29日2012年5月22日Digimarc CorporationMachine-readable features for objects
US81848512011年4月12日2012年5月22日Digimarc CorporationInserting watermarks into portions of digital signals
US81857332008年10月2日2012年5月22日Ricoh Co., Ltd.Method and apparatus for automatically publishing content based identifiers
US82155562004年6月28日2012年7月10日Konica Minolta Laboratory U.S.A., Inc.Color barcode producing, reading and/or reproducing method and apparatus
US82240222009年9月15日2012年7月17日Digimarc CorporationConnected audio and other media objects
US82248522008年9月16日2012年7月17日Siemens AktiengesellschaftMethod for protecting product data from unauthorized access
US82386652009年1月23日2012年8月7日Hewlett-Packard Development Company, L.P.Processing of printed documents
US82439802004年3月9日2012年8月14日Digimarc CorporationImage processing using embedded registration data to determine and compensate for geometric transformation
US82566652010年11月23日2012年9月4日Digimarc CorporationMethods and systems for interacting with physical objects
US82801012009年12月22日2012年10月2日Digimarc CorporationIdentification documents and authentication of such documents
US82963992009年7月15日2012年10月23日Microsoft CorporationConnecting galleries to dynamic server-hosted content
US83014532010年1月22日2012年10月30日Digimarc CorporationWatermark synchronization signals conveying payload data
US83121682007年10月4日2012年11月13日Digimarc CorporationMethods for linking from objects to remote resources
US83162392009年3月10日2012年11月20日Digimarc CorporationDecoding information to allow access to computerized systems
US83324782001年9月11日2012年12月11日Digimarc CorporationContext sensitive connected content
US83359242010年6月29日2012年12月18日Intertrust Technologies Corp.Systems and methods for watermarking software and other media
US83519072010年9月12日2013年1月8日Silverbrook Research Pty LtdRetrieving a document using a print medium having encoded print medium identifier
US83555252001年11月2日2013年1月15日Digimarc CorporationParallel processing of digital watermarking operations
US83649662007年10月23日2013年1月29日Digimarc CorporationDigital watermark systems and methods
US83706342010年5月20日2013年2月5日Intertrust Technologies Corp.Systems and methods for watermarking software and other media
US83799082006年5月16日2013年2月19日Digimarc CorporationEmbedding and reading codes on objects
US83915452011年7月25日2013年3月5日Digimarc CorporationSignal processing of audio and video data, including assessment of embedded data
US83918512007年5月25日2013年3月5日Digimarc CorporationGestural techniques with wireless mobile phone devices
US201001988732008年9月16日2010年8月5日Falk RainerMethod for protecting product data from unauthorized access
US201002290022010年5月20日2010年9月9日Intertrust Technologies CorporationSystems and methods for watermarking software and other media
US201100161942009年7月15日2011年1月20日Microsoft CorporationConnecting galleries to dynamic server-hosted content
US201100681652010年9月20日2011年3月24日Oberthur TechnologiesMethod of Verifying the Validity of an Electronic Parking Ticket