System for managing display and retrieval of image content on a network with image identification and linking to network content

Information

  • Patent Grant
  • 8528103
  • Patent Number
    8,528,103
  • Date Filed
    Friday, March 19, 2010
    14 years ago
  • Date Issued
    Tuesday, September 3, 2013
    11 years ago
Abstract
A system manages display and retrieval of image content on a network by identifying the image and linking the image to related information, such as licensing information or usage rights. The system manages the display of image content stored within a network by associating thumbnail images that link to versions of the image content stored on a network. One example is a thumbnail that acts as a bookmark linking to image signal content stored on a distributed network of computers, such as links to web pages accessible on the internet. Corresponding methods are also provided.
Description
FIELD OF THE INVENTION

The invention relates to managing, identifying, indexing, and linking to content, and particularly image signals, on networks, such as web pages on the Internet.


BACKGROUND AND SUMMARY OF THE INVENTION

There are numerous commercially available programs called “browsers” that facilitate accessing and displaying data. The two leading commercially available browsers are the “Netscape Communicator” which is distributed by Netscape Corporation of Mountain View, Calif. and the “Internet Explorer” browser that is distributed by Microsoft corporation of Redmond, Wash.


Browsers allow one to utilize the internet to access web pages located at remote sites. A browser displays web pages in a window on a display device. The web pages that are displayed can contain both text and images.


Technology called stegangraphy had been developed which allows one to store digital data in an image. Such data is frequently termed a “digital watermark”. The digital data is not visible when an image containing such data is displayed with a conventional browser; however, the image can be passed through a special program which can detect and read the hidden data. Systems for storing digital data in images and for then reading such data from the images are for example shown in U.S. Pat. No. 5,636,292 and in U.S. Pat. No. 5,748,783. Such technology is also discussed in the “Communications of the ACM” published July 1998 Vol. 41. No. 7 pages 31 to 77.


The following disclosure describes programs that work with a browser to provide functions that are not performed by prior programs. A typical web page displayed by a browser contains several images. With a conventional browser, a user can not visually determine if any of the images displayed on a web page contain a watermark, and cannot create and use image bookmarks.


One method described in this disclosure is a method of managing content, and in particular, managing content on the Internet. The method retrieves a web page that includes an image and detects whether the image included within the web page is embedded with a digital watermark. It generates an indicia associated with an image included in the web page that is embedded with a digital watermark. The indicia indicate to the user which images include watermarks. The watermarks may be used to convey links to related web pages or specific information about the images, such as usage rights and licensing information. Variations of this method create image bookmarks to web pages including images using thumbnails of those images.


Another aspect of the disclosure is a system for managing content. The system comprises a first program for retrieving web pages including images. It also includes a second program for extracting an image from a web page, creating a thumbnail of the image, and forming an image bookmark linking the thumbnail to the web page that the image has been extracted from. The thumbnails are used to create a visual index to corresponding web pages from which the images originated on the Internet, for example.


Another aspect of the disclosure is a method of visual indexing of content on a network, such as the Internet. The method retrieves a web page, extracts an image included on the web page, generates a thumbnail of the image, and creates a link between the thumbnail and a location of the web page from which the image has been extracted.


One embodiment is implemented as an adjunct to a convention browser which displays web pages including images. In this embodiment, visual indicia is placed on images that include a digital watermark so that a user can know that the image contains hidden watermark data. By clicking on the indicia which is placed on the image, the user will be linked to the web page identified by the watermark data hidden in the image. In this embodiment, such a link can be established without the web page designer having to include a tag in the web page which displays the original image. This embodiment also opens a separate window depicting a thumbnail of each image in a web page. If a user right clicks on one of the thumbnails in this window the image will be added to a list of images in a special image bookmark file. When a user opens the bookmark web page, thumbnails of all the stored images in the bookmark file are displayed. A user can recall the web page which originally contained the image by clicking on the thumbnail.


Another aspect of the disclosure is a system comprising: a memory; and a processor in communication with the memory and programmed to retrieve an image signal. The processor is programmed to compute identifying information from the image signal, and to associate the identifying information with a link to additional information related to the image signal. The processor is also programmed to create a thumbnail of the image signal, and programmed to form an image bookmark linking the thumbnail to a network location where the image signal is stored.


Yet another aspect of the disclosure is a method comprising: retrieving an image signal; using a programmed processor, computing identifying information from the image signal; associating the identifying information with a link to additional information related to the image signal; creating a thumbnail of the image signal; forming an image bookmark linking the thumbnail to a network location where the image signal is stored.





BRIEF DESCRIPTION OF THE FIGURES


FIG. 1 is a block diagram of a browser.



FIG. 2 is a block diagram of an embodiment.



FIG. 3 is flow diagram of the operation of the preferred embodiment.



FIG. 4 is a diagram of a display screen of the preferred embodiment.



FIG. 5 is a diagram of a display screen showing bookmarks.



FIG. 6 is a flow diagram of the operation of the bookmark program.





DETAILED DESCRIPTION

An embodiment is implemented utilizing what is known in the art as “helper application” for the Internet Explorer 4.0 browser. The Internet Explorer 4.0 browser is commercially distributed by Microsoft Corporation. FIG. 1 is a block diagram of the commercially available Internet Explorer 4.0 browser 10. Browser 10 provides a mechanism for receiving and displaying data (called Web Pages) received from the World Wide Web (which is often referred to as W W W).


The embodiment described herein is designed to operate based on watermarks which have a particular format designed by Digimarc Corporation. Many of the commercially available programs which can insert watermarks in images and which can detect watermarks in images utilize this watermark format. For example, the Digimarc format is used by the following commercially available programs: “Adobe PhotoShop” Versions 4.0 and 5.0 and “Adobe ImageReady” Version 1.0 which are marketed by Adobe Corporation, “CorelDRAW” Versions 7 and 8, and “Corel PHOTO-PAINT” Versions 7 and 8 which are marketed by Corel Corporation, and Micrografx Webtricity” Versions 1 and 2, “Micrografx Graphics Suite 2”, and “Micrografx Picture Publisher” Versions 7 and 8 which are marketed by Micrografx Corporation.


The base program in the Internet Explorer 4.0 browser, that is, the program which begins the operation of the browser 10 is IEXPLORE.EXE 11 which is shown in FIG. 1. Program 11 calls the web browser control dynamic link library SHDOCVW.DLL 12. As stated in the documentation of the Internet Explorer provided by Microsoft SHDOCVW.DLL 12 “supplies the functionality associated with navigation, in-place linking, favorites and PICS support.” SHDOCVW.DLL 12 in turn hosts or calls the MSHTML.DLL 13 dynamic link library. MSHTML.DLL “performs the HTML parsing and rendering” and also “exposes the HTML document through the Dynamic HTML Object Model” 14. The HTML Object Model 14 hosts the Active X Control 14A, the Active X Engine 14B, the JAVA VM 14C and the Plug In Applet 14D. The various components in browser 10 store and retrieve information from URL Cache 15. The operation and function of the various components of the Internet Explorer browser are described in the publicly available literature (and on the web site) provided by Microsoft Corporation.


An embodiment adds a browser helper object 21 and two other programs 22 and 23 as shown in FIG. 2. Program 22 is a conventional program designed to detect a watermark in an image. One example of such a program is shown in U.S. Pat. No. 5,636,292. Another program for detecting watermarks is shown in U.S. Pat. No. 5,689,587. The browser helper object 21 interfaces with the dynamic link library MSHTML.DLL 13 and with the URL cache 15.



FIG. 4 illustrates an example of a web page being displayed in a window 40 on display screen 41 by browser 10. The example shown in FIG. 4 has four images designated image 1, image 2, image 3 and image 4. It should understood that the number of images and the placement of the images varies in each web page displayed and it is determined by the person who creates a web page. Furthermore, text may be interspersed with the images. The example shown in FIG. 4 is a simple example of a web page which is herein used to illustrate the operation of an embodiment.


The embodiment detects which images on a web page contain a watermark. The images which contain watermarks are flagged or noted by means of an indicia which is added to the lower right hand corner of any images that contain watermarks. In the example shown in FIG. 4, image 3 contains a watermark and thus indicia 46 appears on the lower right hand corner of the image. Indicia 46 could for example be a logo which identifies a particular company or it could be any other easily identified mark or symbol. It could be as simple as the letters WM or it could be a small multicolored image. The indicia which is displayed is stored in GIF file (Graphic Interchange Format file) and referenced by HTML code (HyperText Markup Language code) which causes the indicia to be displayed.


The data in the watermarks (which have the previously defined format) includes a particular HTML address. In the embodiment, if a user clicks on the indicia 46, a link is created and executed to a particular web page on a particular server herein identified as “www.digimarc.com/cgi-bin”.


The program 20 also opens a separate window 42 and it places a thumbnail (i.e. a reduced version) of each image in window 42. In the example shown in FIG. 4, thumbnails 42A, 42B, 42C and 42D are small versions of images 1 to 4 respectfully.


Program 20 also creates an image or “button” 45 which contains the symbol BM. If a user right clicks on one of the images in window 42, that image is saved as a bookmark. If at a later time a user clicks on the BM image 45, the system displays a list of the previously saved images 53a to 53h as shown in FIG. 5. When a user clicks on one of the displayed images 53a to 53h, a link is executed to the page from which the image originated, and thus that page is again displayed by the browser 10.



FIG. 3 is a block flow diagram of the operation of the browser helper object 21 and program 22. Block 31 indicates that initially the browser 10 receives data and it renders images in window 40 on the screen 41 as is normal for the operation of the browser 10. Block 32 indicates that when the download operation is complete, MSHTML.DLL 13 sends a “Download complete event” and a “Document Object” to Browser helper Object 21. The Document Object includes the URL addresses of each of the images in the page that is displayed. The characteristics of a Download Complete Event and a Document Object is explained in the documentation provided by Microsoft Corporation. Block 34 indicates that Browser Helper 21 sends a request to MSHTML for the address in cache 15 of one of the URL addresses which it previously received. The documentation supplied by Microsoft corporation explains how the above operations are performed.


Block 35 indicates that when browser helper 21 receives a Download Compete Event from MSHTML.DLL 13, the browser helper 21 queries the “Document Object”. The images which are in the page being displayed are available to the browser helper 21 in the current “Document”. The browser helper 21 retrieves the image data from the URL cache 15 and processes it as follows: The image is passed through watermark detector program 22 to determine if the image contains a watermark and bookmark program 23 places a thumbnail of the image in window 32.


As indicated by block 38, if no watermark is detected (and if this is not the last image which appears in the window being displayed) the program flow returns to block 34 and the process repeats for another image. If the image being processed is the last image in a window the process stops and does not begin again until browser helper 21 receives another “download Compete Event” signal.


If a watermark is detected by watermark detector 22, the process proceeds to block 39. As indicated by block 39, in this event helper Program 21 calculates the position of the lower right hand corner of the image and “inserts” a HREF and an IMG tag to the current document object of MSHTML.DLL. In response to the HREF and IMG tag, MSHTML.DLL will display an indicia such as indicia 46 in the lower right hand corner of the image with the watermark. The browser helper can calculate the lower right hand corner of the image where the indicia 46 is to be inserted from the location data of the image. The location where the image is to be inserted is given in the HREF command. The following is an example of and HREF and IMG tags:














<a href=”http://www.digimarc.com/cgi-bin/c1.p1?4+404407+0.0.+1.”


<IMG SRC=’ind46.gif’ STYLE=


”position:absolute;left:125;top:200;filter;alpha(opacity)”>


</a>











    • where: ind46.gif is a GIF image of the indicia 46.





The general format of such HREF and IMG tags is conventional. Likewise the technique for “inserting” a HREF and an IMG tag to the current document object of MSHTML.DLL is known.


When watermark detector 22 determines that a particular image contains a watermark, the browser helper 21 inserts tags such as the above to the MSHTML.DLL 13 which then superimposes indicia 46 over the image being displayed by the browser 10.


An Active X browser control program publicly available from Microsoft Corporation is used to display the thumbnails in window 42 as shown in FIG. 4. The Active X browser control program is also used to display the image bookmarks as shown in FIG. 5. A specific example of image HTML used to display thumbnails in window 42 using an Active X browser control is given below.















<table width= 72>



<tr><a href=‘http://safari.altavista.digital.com/cgi-bin/VP?START=1’



title=‘http://safari.altavista.digital.com/cgi-bin/VP?START=1’><font



size=1 color=‘blue’ face=‘Verdana,Arial,Helvetica’> <P



onmouseover=“this.style.color = ‘red’”; onmouseout=



“this.style.color = ‘blue’”;>Corbis Picture Experience - AltaVista -



BETA TEST<P>



</font></a></tr>



</table>



<table cellspacing=‘1’ cellpadding=‘1’, border=‘0’ width=‘72’>



<tr>



  <td rowspan=‘2’ ><a



href=‘http://safari.altavista.digital.com/cgi-bin/VP?START=1‘><img



src=“http://safari.altavista.digital.com/Assets/coravcpe.gif”



border=‘0’



title=‘http://safari.altavista.digital.com/Assets/coravcpe.gif’



border=‘0’



height=‘30’ width=‘70’></a>



</td>
{close oversize bracket}


    <td></td>



</tr>



<tr>



    <td></td>



</tr>



<tr>



  <td rowspan=‘2’ ><a



href=‘http://safari.altavista.digital.com/cgi-bin/VP?START=1’><img



src=“http://safari.altavista.digital.com/Assets/coravtitle.gif”



border=‘0’



title=‘http://safari.altavista.digital.com/Assets/coravtitle.gif’



border=‘0’



height=‘50’ width=‘70’></a>



</td>
{close oversize bracket}


    <td></td>



</tr>



<tr>



    <td></td>



</tr>



<tr>



  <td rowspan=‘2’ ><a



href=‘http://safari.altavista.digital.com/cgi-bin/VP?START=1’><img



src=“http://safari.altavista.digital.com/Assets/corav123.gif”



border=‘0’



title=‘http://safari.altavista.digital.com/Assets/corav123.gif’



border=‘0’ height=‘52’ width=‘37’></a>



</td>
{close oversize bracket}


    <td></td>



</tr>



<tr>



    <td></td>



</tr>



<tr>



</table>









The above example includes three images. The brackets at the right hand side of the above code indicate the sections of code which display each image. When in use, the number of images equals the number of images on a particular web page which is being displayed.


A block diagram of the program used to add images to the list of image bookmarks is shown in FIG. 6. With reference to FIG. 4, if a user would like to add one of the images 1 to 4 to a list of images that the user has bookmarked, the user would right clicks on the thumbnail of that image which shown in window 42 (block 61). As a result of the right click, a drop down window (not specifically shown) will appear asking for the name the user wants to associate with the image (block 62). It is noted that the use of drop down windows to add information is conventional and well known. When the drop down window appears, the user enters a name and the image is added to the list of bookmarks with the name entered.


Similar HTML code to that given above is used with the Active X Browser control to display bookmarks as shown in FIG. 5. The following is an example of HTML code which displays bookmarks as shown in in FIG. 5. Such HTML is conventional and many alternative sequences of HTML can be used to generate a similar page of images.















<html>



<head>



<title>Digimarc Watermark Explorer Bookmark</title>



<body vlink=‘blue’ link=‘blue’>



<table width= 100 align=‘center’>



<tr>



<td><a href=‘http://www.cnn.com/’ name=‘Bookmark_C’><font



size=1 color=‘blue’ face=‘Verdana,Arial,Helvetica’><U



onmouseover=“this.style.color= ‘red’”;



onmouseout=“this.style.color =



‘blue’”; >CNN Interactive</U>



</font></a></td></tr>
{close oversize bracket}


<tr>



<td width=‘100’ align=‘center’>



<a href=‘http://www.cnn.com/’><img



src=“http://www.cnn.com/images/1998/05/homepage/cnnin.logo.gif”



alt=‘http://www.cnn.com/’ border=‘0’ height=‘52’ width=‘70’></a>



</td>



</tr>



</table>



<table width= 100 align=‘center’>



<tr>



<td><a href=“ name=‘Bookmark_M’><font size=1 color=‘blue’



face=‘Verdana,Arial,Helvetica’><U onmouseover=



“this.style.color = ‘red’”;



onmouseout=“this.style.color = ‘blue’”; >Microsoft Inyestor</U>



</font></a></td></tr>



<tr>



<td width=‘100’ align=‘center’>



<a href=”><img



src=“http://investor.msn.com/common/images/invlogo.gif” alt=“



border=‘0’ height=‘48’ width=‘70’></a>



</td>



</tr>



</table>



<table width= 100 align=‘center’>



<tr>



<td><a href=“ name=‘Bookmark_P’><font size=1 color=‘blue’



face=‘Verdana,Arial,Helvetica’><U onmouseover=“this.style.color =



‘red’”; onmouseout=“this.style.color = ‘blue’”; >PC World</U>



</font></a></td></tr>



<tr>
{close oversize bracket}


<td width=‘100’ align=‘center’>



<a href=”><img



src=“http://www.idg.net/channels/ie4/english/images/idg_logo.gif”



alt=“ border=‘0’ height=‘52’ width=‘70’></a>



</td>



</tr>



</table>



</body>



</html>









The brackets to the right of the above HTML show the sections of HTML used to display one bookmark. Naturally it should be understood that the above is merely an example of one particular set of HTML that can be used to display a list of bookmarks. Various other sequences of code can be used to obtain similar functions. HTML code such as that shown above is conventional and widely used.


Another feature that can be added to the preferred embodiment is that window 42 can be used to display a visual history of the pages that have been viewed. That is one could include in window 42 a button that would allow one to scroll back through the thumbnails previously displayed in the window.


While the invention has been showed with respect to a preferred embodiment thereof, it should be understood that various changes and modifications can be made without departing from the spirit of the invention. The scope of applicant's invention is defined by the following claims.

Claims
  • 1. A system comprising: a memory; anda processor in communication with the memory configured to: retrieve an image signal;compute identifying information from the image signal;associate the identifying information with a link to additional information related to the image signal;create a thumbnail of the image signal; andform an image bookmark linking the thumbnail to a network location where the image signal is stored.
  • 2. The system of claim 1, wherein the processor is configured to detect a digital watermark in the image signal, wherein the digital watermark provides the identifying information linking the image signal to additional information on a network.
  • 3. The system of claim 1, wherein the processor is configured to generate graphical indicia indicating that the image signal is linked to the additional information.
  • 4. The system of claim 3, wherein the additional information comprises a web page.
  • 5. The system of claim 4, wherein the web page provides usage rights for the image signal.
  • 6. The system of claim 4, wherein the web page provides licensing information for the image signal.
  • 7. The system of claim 1, wherein the processor is configured to generate indicia for an image signal in which a digital watermark is detected, wherein the indicia serves to identify that the image signal includes a digital watermark.
  • 8. The system of claim 1, wherein the processor is configured to extract the image signal from a web page.
  • 9. The system of claim 8, wherein the processor is configured to provide a user interface including a display of a web page in a first window and a thumbnail of an image signal in the web page in a second window.
  • 10. The system of claim 9, wherein the thumbnail of the image signal is annotated with indicia when a digital watermark is detected in the image.
  • 11. The system of claim 1, wherein the processor is configured to maintain and display a list of thumbnails as image bookmarks linking the thumbnails to corresponding image signals at network locations where the image signals are stored.
  • 12. A method comprising: retrieving an image signal;computing, using a processor, identifying information from the image signal by detecting a digital watermark in the image signal, wherein the digital watermark provides the identifying information;associating the identifying information with a link to additional information related to the image signal;creating a thumbnail of the image signal; andforming an image bookmark linking the thumbnail to a network location where the image signal is stored.
  • 13. The method of claim 12, wherein computing identifying information comprises detecting a digital watermark in the image signal, wherein the digital watermark provides the identifying information linking the image signal to additional information on a network.
  • 14. The method of claim 12, further comprising generating graphical indicia indicating that the image signal is linked to the additional information.
  • 15. The method of claim 14, wherein the additional information comprises a web page.
  • 16. The method of claim 15, wherein the web page provides usage rights for the image signal.
  • 17. The method of claim 15, wherein the web page provides licensing information for the image signal.
  • 18. The method of claim 12, further comprising generating indicia for an image signal in which a digital watermark is detected, wherein the indicia identifies that the image signal includes a digital watermark.
  • 19. The method of claim 12, further comprising extracting the image signal from a web page.
  • 20. The method of claim 19, further comprising providing a user interface including a display of a web page in a first window and a thumbnail of an image signal in the web page in a second window.
  • 21. The method of claim 20, wherein the thumbnail of the image signal is annotated with indicia when a digital watermark is detected in the image.
  • 22. The method of claim 12, further comprising maintaining and displaying a list of thumbnails as image bookmarks linking the thumbnails to corresponding image signals at network locations where the image signals are stored.
  • 23. A non-transitory computer-readable medium having instructions stored thereon, the instructions comprising: instructions to retrieve an image signal;instructions to compute identifying information from the image signal by detecting a digital watermark in the image signal, wherein the digital watermark provides the identifying information;instructions to associate the identifying information with a link to additional information related to the image signal;instructions to create a thumbnail of the image signal; andinstructions to form an image bookmark linking the thumbnail to a network location where the image signal is stored.
RELATED APPLICATION

This application is a continuation of application Ser. No. 11/050,407, filed Feb. 2, 2005 (U.S. Pat. No. 7,685,426), which is a continuation in part of application Ser. No. 10/112,884, filed Mar. 29, 2002 (published as US 2002-0196272 A1), which is a continuation of application Ser. No. 09/165,142, filed Oct. 1, 1998 (U.S. Pat. No. 6,421,070). This patent application is also related to: application Ser. No. 08/746,613, filed Nov. 12, 1996 (U.S. Pat. No. 6,122,403); application Ser. No. 09/972,792, filed Oct. 5, 2001 (published as US 2005-0058313 A1); application Ser. No. 09/612,177, filed Jul. 6, 2000 (U.S. Pat. No. 6,681,029); application Ser. No. 08/746,613, filed Nov. 12, 1996 (U.S. Pat. No. 6,122,403); application Ser. No. 08/649,419, filed May 16, 1996 (U.S. Pat. No. 5,862,260); and PCT/US96/06618, filed May 7, 1996 (published as WO 96/36163). The above patents and patent applications are hereby incorporated by reference.

US Referenced Citations (206)
Number Name Date Kind
5493677 Balogh et al. Feb 1996 A
5530759 Braudaway et al. Jun 1996 A
5606609 Houser et al. Feb 1997 A
5634012 Stefik May 1997 A
5636292 Rhoads Jun 1997 A
5640193 Wellner Jun 1997 A
5646997 Barton Jul 1997 A
5652714 Peterson Jul 1997 A
5657462 Brouwer Aug 1997 A
5659726 Sandford et al. Aug 1997 A
5673316 Auerbach et al. Sep 1997 A
5689587 Bender et al. Nov 1997 A
5805235 Bedard Sep 1998 A
5822432 Moskowitz Oct 1998 A
5841978 Rhoads Nov 1998 A
5848424 Scheinkman Dec 1998 A
5852673 Young Dec 1998 A
5862260 Rhoads Jan 1999 A
5877765 Dickman et al. Mar 1999 A
5884056 Steele Mar 1999 A
5889868 Moskowitz Mar 1999 A
5902353 Reber et al. May 1999 A
5903892 Hoffert et al. May 1999 A
5905800 Moskowitz et al. May 1999 A
5920861 Hall Jul 1999 A
5920878 DeMont Jul 1999 A
5930369 Cox et al. Jul 1999 A
5956716 Kenner Sep 1999 A
5963964 Nielsen Oct 1999 A
6049627 Becker et al. Apr 2000 A
6122403 Rhoads Sep 2000 A
6131162 Yoshiura et al. Oct 2000 A
6182218 Saito Jan 2001 B1
6226618 Downs et al. May 2001 B1
6229924 Rhoads et al. May 2001 B1
6243480 Zhao Jun 2001 B1
6307949 Rhoads Oct 2001 B1
6311214 Rhoads Oct 2001 B1
6381341 Rhoads Apr 2002 B1
6385329 Sharma et al. May 2002 B1
6408082 Rhoads et al. Jun 2002 B1
6421070 Ramos et al. Jul 2002 B1
6424725 Rhoads et al. Jul 2002 B1
6484943 Reber et al. Nov 2002 B1
6516079 Rhoads et al. Feb 2003 B1
6522770 Seder et al. Feb 2003 B1
6526424 Kanno et al. Feb 2003 B2
6535617 Hannigan et al. Mar 2003 B1
6542927 Rhoads Apr 2003 B2
6553129 Rhoads Apr 2003 B1
6567533 Rhoads May 2003 B1
6573916 Grossweiler, III et al. Jun 2003 B1
6580808 Rhoads Jun 2003 B2
6590996 Reed et al. Jul 2003 B1
6611607 Davis et al. Aug 2003 B1
6614914 Rhoads et al. Sep 2003 B1
6647128 Rhoads Nov 2003 B1
6647130 Rhoads Nov 2003 B2
6650761 Rodriguez et al. Nov 2003 B1
6681028 Rodriguez et al. Jan 2004 B2
6681029 Rhoads Jan 2004 B1
6694042 Seder et al. Feb 2004 B2
6694043 Seder et al. Feb 2004 B2
6700990 Rhoads Mar 2004 B1
6700995 Reed Mar 2004 B2
6704869 Rhoads et al. Mar 2004 B2
6718046 Reed et al. Apr 2004 B2
6718047 Rhoads Apr 2004 B2
6721440 Reed et al. Apr 2004 B2
6760463 Rhoads Jul 2004 B2
6763123 Reed et al. Jul 2004 B2
6768809 Rhoads et al. Jul 2004 B2
6775392 Rhoads Aug 2004 B1
6798894 Rhoads Sep 2004 B2
6804779 Carroni et al. Oct 2004 B1
6813366 Rhoads Nov 2004 B1
6879701 Rhoads Apr 2005 B1
6917724 Seder et al. Jul 2005 B2
6920232 Rhoads Jul 2005 B2
6947571 Rhoads et al. Sep 2005 B1
6975746 Davis et al. Dec 2005 B2
6988202 Rhoads et al. Jan 2006 B1
6996252 Reed et al. Feb 2006 B2
7003731 Rhoads et al. Feb 2006 B1
7024016 Rhoads et al. Apr 2006 B2
7027614 Reed Apr 2006 B2
7035427 Rhoads Apr 2006 B2
7044395 Davis et al. May 2006 B1
7051086 Rhoads et al. May 2006 B2
7054465 Rhoads May 2006 B2
7062069 Rhoads Jun 2006 B2
7095871 Jones et al. Aug 2006 B2
7111170 Rhoads et al. Sep 2006 B2
7113614 Rhoads Sep 2006 B2
7139408 Rhoads et al. Nov 2006 B2
7158654 Rhoads Jan 2007 B2
7164780 Brundage et al. Jan 2007 B2
7171016 Rhoads Jan 2007 B1
7174031 Rhoads et al. Feb 2007 B2
7177443 Rhoads Feb 2007 B2
7213757 Jones et al. May 2007 B2
7224819 Levy et al. May 2007 B2
7248717 Rhoads Jul 2007 B2
7261612 Hannigan et al. Aug 2007 B1
7305104 Carr et al. Dec 2007 B2
7308110 Rhoads Dec 2007 B2
7313251 Rhoads Dec 2007 B2
7319775 Sharma et al. Jan 2008 B2
7330564 Brundage et al. Feb 2008 B2
7369678 Rhoads May 2008 B2
7377421 Rhoads May 2008 B2
7391880 Reed et al. Jun 2008 B2
7406214 Rhoads et al. Jul 2008 B2
7424131 Alattar et al. Sep 2008 B2
7427030 Jones et al. Sep 2008 B2
7433491 Rhoads Oct 2008 B2
7444000 Rhoads Oct 2008 B2
7444392 Rhoads et al. Oct 2008 B2
7450734 Rodriguez et al. Nov 2008 B2
7460726 Levy et al. Dec 2008 B2
7466840 Rhoads Dec 2008 B2
7486799 Rhoads Feb 2009 B2
7502759 Hannigan et al. Mar 2009 B2
7508955 Carr et al. Mar 2009 B2
7515733 Rhoads Apr 2009 B2
7536034 Rhoads et al. May 2009 B2
7537170 Reed et al. May 2009 B2
7545952 Brundage et al. Jun 2009 B2
7564992 Rhoads Jul 2009 B2
RE40919 Rhoads Sep 2009 E
7602978 Levy et al. Oct 2009 B2
7628320 Rhoads Dec 2009 B2
7643649 Davis et al. Jan 2010 B2
7650009 Rhoads Jan 2010 B2
7653210 Rhoads Jan 2010 B2
7657058 Sharma Feb 2010 B2
7685426 Ramos et al. Mar 2010 B2
7693300 Reed et al. Apr 2010 B2
7697719 Rhoads Apr 2010 B2
7711143 Rhoads May 2010 B2
7738673 Reed Jun 2010 B2
7747038 Rhoads Jun 2010 B2
7751588 Rhoads Jul 2010 B2
7751596 Rhoads Jul 2010 B2
7756290 Rhoads Jul 2010 B2
7760905 Rhoads et al. Jul 2010 B2
7762468 Reed et al. Jul 2010 B2
7787653 Rhoads Aug 2010 B2
7792325 Rhoads et al. Sep 2010 B2
7822225 Alattar Oct 2010 B2
7837094 Rhoads Nov 2010 B2
20010011285 Kanno et al. Aug 2001 A1
20010034705 Rhoads et al. Oct 2001 A1
20010055407 Rhoads Dec 2001 A1
20020009208 Alattar et al. Jan 2002 A1
20020033844 Levy et al. Mar 2002 A1
20020069218 Sull et al. Jun 2002 A1
20020076201 Tsumagari et al. Jun 2002 A1
20020131076 Davis Sep 2002 A1
20020174431 Bowman et al. Nov 2002 A1
20020176003 Seder et al. Nov 2002 A1
20020186886 Rhoads Dec 2002 A1
20020196272 Ramos et al. Dec 2002 A1
20030040957 Rodriguez et al. Feb 2003 A1
20030105730 Davis et al. Jun 2003 A1
20030128862 Decker et al. Jul 2003 A1
20030130954 Carr et al. Jul 2003 A1
20040005093 Rhoads Jan 2004 A1
20040190750 Rodriguez et al. Sep 2004 A1
20040240704 Reed Dec 2004 A1
20040264733 Rhoads et al. Dec 2004 A1
20050041835 Reed et al. Feb 2005 A1
20050044561 McDonald Feb 2005 A1
20050058318 Rhoads Mar 2005 A1
20050192933 Rhoads et al. Sep 2005 A1
20060013435 Rhoads Jan 2006 A1
20060041591 Rhoads Feb 2006 A1
20060251291 Rhoads Nov 2006 A1
20070055884 Rhoads Mar 2007 A1
20070108287 Davis et al. May 2007 A1
20070116317 Ozawa May 2007 A1
20070154064 Rhoads et al. Jul 2007 A1
20070276841 Rhoads et al. Nov 2007 A1
20070276928 Rhoads et al. Nov 2007 A1
20080049971 Ramos et al. Feb 2008 A1
20080121728 Rodriguez May 2008 A1
20080133555 Rhoads et al. Jun 2008 A1
20080292134 Sharma et al. Nov 2008 A1
20090012944 Rodriguez et al. Jan 2009 A1
20090116687 Rhoads et al. May 2009 A1
20090125475 Rhoads et al. May 2009 A1
20090138484 Ramos et al. May 2009 A1
20090144321 Shamma Jun 2009 A1
20090232352 Carr et al. Sep 2009 A1
20090286572 Rhoads et al. Nov 2009 A1
20090290754 Rhoads Nov 2009 A1
20100027837 Levy et al. Feb 2010 A1
20100045816 Rhoads Feb 2010 A1
20100062819 Hannigan et al. Mar 2010 A1
20100094639 Rhoads Apr 2010 A1
20100142749 Rhoads et al. Jun 2010 A1
20100172540 Davis et al. Jul 2010 A1
20100198941 Rhoads Aug 2010 A1
20110007936 Rhoads Jan 2011 A1
20110026777 Rhoads et al. Feb 2011 A1
20110051998 Rhoads Mar 2011 A1
Foreign Referenced Citations (2)
Number Date Country
0 936 531 Aug 1999 EP
WO 9427228 Nov 1994 WO
Non-Patent Literature Citations (39)
Entry
U.S. Appl. No. 09/343,101, filed Jun. 29, 1999, Bruce L. Davis, et al.
U.S. Appl. No. 09/343,104, filed Jun. 29, 1999, Tony F. Rodriguez, et al.
U.S. Appl. No. 09/413,117, filed Oct. 6, 1999, Geoffrey B. Rhoads.
U.S. Appl. No. 09/482,749, filed Jan. 13, 2000, Geoffrey B. Rhoads.
U.S. Appl. No. 09/507,096, filed Feb. 17, 2000, Geoffrey B. Rhoads, et al.
U.S. Appl. No. 09/552,998, filed Apr. 19, 2000, Tony F. Rodriguez, et al.
U.S. Appl. No. 09/567,405, filed May 8, 2000, Geoffrey B. Rhoads, et al.
U.S. Appl. No. 09/629,649, filed Aug. 1, 2000, J. Scott Carr, et al.
U.S. Appl. No. 09/633,587, filed Aug. 7, 2000, Geoffrey B. Rhoads, et al.
U.S. Appl. No. 09/689,289, filed Oct. 11, 2000, Geoffrey B. Rhoads, et al.
U.S. Appl. No. 60/466,926, filed Apr. 30, 2003, Alastair M. Reed, et al.
U.S. Appl. No. 09/538,493, filed Mar. 30, 2000, Geoffrey B. Rhoads.
U.S. Appl. No. 09/697,009, filed Oct. 25, 2000, Bruce L. Davis, et al.
U.S. Appl. No. 09/697,015, filed Oct. 25, 2000, Bruce L. Davis, et al.
U.S. Appl. No. 12/912,461, filed Oct. 26, 2010, Adnan M. Alattar.
IBM Technical Disclosure Bulletin, “Efficient 3D method for Displaying Browser Uniform Resource Locator Bookmarks” Jan. 1, 1998.
Digimarc corporation “Digimarc Turns Online Images into Powerful Marketing Agents,” pp. 1-3, Jun. 1998.
Rauber, “Secure Distribution of Watermarked Images for a Digital Library of Ancient Papers”, Proceedings of the 2nd ACM international conference on digital libraries, pp. 123-130, Jul. 1997.
Digimarc corporation, “A Picture Says a Thousand Words-Two of Them Can Now Be Your First and Last Names” Sep. 1997.
Digimarc Corporation, “Digimarc Kicks Off MarcSpider Service” pp. 1-2, Aug. 1997.
Ayers, Eric and Stasko, John, “Using Graphic History in Browsing the World Wide Web,” Proceedings of the Fourth International World Wide Web Conference, Dec. 1995.
Abrams, “Information Archiving with Bookmarks: Personal Web Space Construction and Organization”, Proceedings ACM SIGCHI '98, 41-48.
Card, “The WebBook and the Web Forager: an Information Workspace for the World-Wide Web”, Proceedings of the SIGCHI, Conference on Human Factors in Computing Systems, 1996.
Li, “Improving Relevance Judgment of Web Search Results with Image Excerpts”, WWW 2008/Refereed Track: Browsers and User Interfaces, Apr. 21-25, 2008, pp. 21-30.
Hightower, “Graphical Multiscale Web Histories: a Study of PadPrints”, ACM Hypertext 98 conference, 8 pages.
Arai, InteractiveDESK: A Computer-Augmented Desk Which Responds to Operations on Real Objects, CHI 95, May 7-11, 1995, 2 pages.
Arai et al, “Retrieving Electronic Documents with Real-World Objects on InteractiveDESK,” UIST '95, Nov. 14-17, 1995, pp. 37-38.
Ayatsuka, et al., UbiquitousLinks, IPSJSIG Notes, vol. 96, No. 62, Jul. 11, 1996, pp. 23-30 (abstract only); printed on Mar. 17, 2006 from http://www-masuda.is.s.u-tokyo.ac.jp/˜aya/works/UbiLink.html.
Aust, D., “Augmenting Paper Documents with Digital Information in a Mobile Environment,” MS Thesis, University of Dortmund, Department of Computer Graphics, Sep. 3, 1996, 46 pages.
Arai, et al. “PaperLink: A Technique for Hyperlinking from Real Paper to Electronic Content,” CHI 97, Mar. 22-27, 1997, pp. 327-334.
Dymetman, M., and Copperman, M., Intelligent Paper; in Electronic Publishing, Artistic Imaging, and Digital Typography, Proceedings of EP '98, Mar./Apr. 1998, Springer Verlag LNCS 1375, 15 pages.
Want, “Bridging Physical and Virtual Worlds with Electronic Tags,” CHI 99, May 15-20, 1999, pp. 370-377.
Heiner et al, Linking and messaging from real paper in the Paper PDA, ACM Symposium on User Interface Software andTechnology, UIST '99, Nov. 7-10, 1999, pp. 179-186.
Rekimoto, et al., “CyberCode: Designing Augmented Reality Environments with Visual Tags,” DARE 2000, Apr. 12, 2000, pp. 1-10.
“Distributing Uniform Resource Locators as Bar Code Images,” IBM Technical Disclosure Bulletin, , pp. 167-168, vol. 39, No. 196A 60059, published Jan. 96.
U.S. Appl. No. 09/507,096, Davis, filed Feb. 17, 2000.
U.S. Appl. No. 60/191,778, Ramos, filed Mar. 24, 2000.
U.S. Appl. No. 09/636,102, Ramos, filed Aug. 10, 2000.
U.S. Appl. No. 09/531,078, Rhoads, filed Mar. 18, 2000.
Related Publications (1)
Number Date Country
20100313170 A1 Dec 2010 US
Continuations (2)
Number Date Country
Parent 11050407 Feb 2005 US
Child 12727838 US
Parent 09165142 Oct 1998 US
Child 10112884 US
Continuation in Parts (1)
Number Date Country
Parent 10112884 Mar 2002 US
Child 11050407 US