US5893095A - Similarity engine for content-based retrieval of images - Google Patents
Similarity engine for content-based retrieval of images Download PDFInfo
- Publication number
- US5893095A US5893095A US08/829,791 US82979197A US5893095A US 5893095 A US5893095 A US 5893095A US 82979197 A US82979197 A US 82979197A US 5893095 A US5893095 A US 5893095A
- Authority
- US
- United States
- Prior art keywords
- primitive
- image
- primitives
- engine
- vir
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
- G06F16/5838—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using colour
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
- G06F16/5854—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using shape and object relationship
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
- G06F16/5862—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using texture
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99934—Query formulation, input preparation, or translation
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99936—Pattern matching access
Definitions
- the present invention relates to visual information retrieval systems. More specifically, the invention is directed to an extensible system for retrieval of stored visual objects based on similarity of content to a target visual object.
- a significant event in the world of information systems in the past few years is the development of multimedia information systems.
- a multimedia information system goes beyond traditional database systems to incorporate various modes of non-textual digital data, such as digitized images and videos, in addition to textual information. It allows a user the same (or better) ease of use and flexibility of storage and access as traditional database systems.
- Today thanks to an ever-increasing number of application areas like stock photography, medical imaging, digital video production, document imaging and so forth, gigabytes of image and video information are being produced every day. The need to handle this information has resulted in new technological requirements and challenges:
- Image and video data are much more voluminous than text, and need supporting technology for rapid and efficient storage and retrieval.
- VIMSYS visual information management system
- a typical content-based retrieval system might be described as follows: image features are precomputed during an image insertion phase. These representations may include characteristics such as local intensity histograms, edge histograms, region-based moments, spectral characteristics, and so forth. These features are then stored in a database as structured data.
- a typical query involves finding the images which are "visually similar" to a given candidate image.
- a user presents (or constructs) a candidate image.
- This query image may already have features associated with it (i.e., an image which already exists within the database), or may be novel, in which case a characterization is performed "on the fly" to generate features.
- the query executes by comparing the features of the candidate image against those of other images in the database.
- the result of each comparison is a scalar score which indicates the degree of similarity. This score is then used to rank order the results of the query.
- This process can be extremely fast because image features are pre-computed during the insertion phase, and distance functions have been designed to be extremely efficient at query time.
- this general scheme such as allowing the user to express queries directly at the feature level, combining images to form queries, querying over regions of interest, and so forth.
- a visual information retrieval (VIR) Engine provides an open framework for building such a system.
- a visual feature is any property of an image that can be computed using computer-vision and image-processing techniques. Examples are hue, saturation, and intensity histograms; texture measures such as edge density, randomness, periodicity, and orientation; shape measures such as algebraic moments, turning angle histograms, and elongatedness.
- the VIR Engine expresses visual features as image "primitives”. Primitives can be very general (such as color, shape, or texture) or quite domain specific (face recognition, cancer cell detection, etc.).
- the basic philosophy underlying this architecture is a transformation from the data-rich representation of explicit image pixels to a compact, semantic-rich representation of visually salient characteristics. In practice, the design of such primitives is non-trivial, and is driven by a number of conflicting real-world constraints (e.g., computation time vs. accuracy).
- the VIR Engine provides an open framework for developers to "plug-in" primitives to solve specific image management problems.
- VIR Engine Various types of visual queries are supported by the VIR Engine as follows:
- Query by image property wherein a user specifies a property or attribute of the image, such as the arrangement of colors, or they may sketch an object and request the system to find images that contain similar properties.
- the Engine also allows the user to specify whether or not the location of the property in the image (e.g., blue at the bottom of the image or blue anywhere) is significant.
- a browsing query is one that refines the query by either choosing an image from the previous result set, or by modifying the parameters of the original query in some way.
- the system in this situation reuses the previous results to generate refined results.
- VIR technology improves query success in many applications where images are collected, stored, retrieved, compared, distributed, or sold.
- Some applications for VIR technology include: managing digital images by stock photo agencies, photographers, ad agencies, publishers, libraries, and museums; managing digital video images for production houses and stock-footage providers; visually screening or comparing digital images in medicine and health care; searching files of facial images for law enforcement, credit card, or banking applications; satellite imaging; manufacturing test and inspection; manufacturing defect classification; and browsing an electronic catalog for on-line shopping.
- a search engine comprising a function container, a registration interface storing functions to the function container, and a primitive supplying primitive functions to the registration interface, wherein the primitive functions include a comparison function to compare visual objects.
- a search engine comprising a set of primitives capable of extracting attributes from a visual object, a registration interface capable of registering the primitives, and a comparator function capable of applying registered primitives so as to compare objects.
- a method of object comparison comprising the steps of providing an analysis function and a comparison function for a custom primitive registering the custom primitive with the search engine, applying the analysis function to at least a portion of the database objects and a query object, and applying the comparison function to the analyzed query object and at least a portion of the analyzed database objects.
- a method of extending a search engine for searching a database of visual objects comprising the steps of providing a search engine primitive to extract an attribute from a visual object, and adding a new primitive to the search engine, wherein the new primitive comprises a comparison function for a selected attribute.
- FIG. 1A is a block diagram of the modules of one embodiment of a visual information retrieval (VIR) system.
- VIR visual information retrieval
- FIG. 1B is a block diagram of a hardware configuration for the VIR system of FIG. 1A.
- FIG. 2 is an exemplary screen display seen while executing the query canvas module 108 shown in FIG. 1A.
- FIG. 3 is an exemplary screen display sees during execution of the alphanumeric query input module 106, or subsequent to execution of the query canvas module 108 or image browsing module 110 shown in FIG. 1A.
- FIG. 4 is an exemplary screen display seen while executing the thumbnail results browser 136 shown in FIG. 1A.
- FIGS. 5A and 5B are a high-level flow diagram showing the operation of the VIR system shown in FIG. 1A which includes the Base VIR Engine.
- FIG. 6 is a block diagram showing the components of the Extensible VIR Engine.
- FIG. 7 is a block diagram of an exemplary VIR system utilizing the Extensible VIR Engine of FIG. 6.
- FIG. 8 is a high level flowchart of the operation of the Extensible VIR Engine shown in FIG. 6.
- FIG. 9 is a flow diagram of portions of another embodiment of a VIR system utilizing the Extensible VIR Engine of FIG. 6.
- FIG. 10 is a flowchart of the run analyzer function 366 shown in FIG. 8.
- FIG. 11 is a flowchart of the standard comparison function 396 shown in FIG. 9.
- FIG. 12 is a flowchart of the threshold comparison function 398 shown in FIG. 9.
- FIG. 13 is a flowchart of a schema creation and primitive registration function which is performed, in part, by the primitive registration interface 306 shown in FIG. 6.
- FIG. 14 is a flowchart of a top "N" query function performed by either the Base VIR Engine of FIG. 1A or the Extensible VIR Engine shown in FIG. 6.
- the VIR Engine is a library-based tool kit that is delivered in binary form (an object library with header file interfaces) on various platforms, and provides an American National Standards Institute (ANSI) "C” language interface to the application developer. It provides access to the technology of Visual Information Retrieval (VIR), which allows images to be mathematically characterized and compared to one another on the basis of "visual similarity”. Applications may now search for images or rank them based on "what they look like”. The VIR Engine looks at the pixel data in the images, and analyzes the data with respect to visual attributes such as color, texture, shape, and structure. These visual attributes are called “primitives", and the image characterization is built up from these. Images which have been analyzed may then be compared mathematically to determine their similarity value or "score”. Images are analyzed once, and the primitive data is then used for fast comparisons.
- VIR Visual Information Retrieval
- a first embodiment of the invention provides a "Base VIR Engine API” which has a fixed set of visual primitives, and the necessary calls for analyzing and comparing images.
- a second embodiment of the invention provides an "Extensible VIR Engine API” which allows application developers the ability to create new visual primitives for specialized, vertical applications. This enables application developers to capture higher level semantic information about the images being analyzed, and create intelligent applications in specific domains.
- the main functions of the Base Engine application programming interface are: initialization and global definitions, image analysis functions, similarity comparison functions, scoring functions, and weights management.
- the Extensible Engine API also has primitive registration and schema management. The entry points for these functions are defined in regular "C" header files.
- the VIR Engine has a "stateless” architecture in which all of the data about images is managed and stored by the application.
- Applications are responsible for passing "raw" image data (e.g., red, green, blue (RGB) format buffers) into the engine, and then handling the feature data and scoring information that is returned to the application by the Engine.
- RGB red, green, blue
- the application passes the feature data for a pair of images back to the Engine to obtain a final score.
- All persistent data management, query set management, and similar activities are the responsibility of the application developer.
- the Engine makes no assumptions about storage methodologies, formats, list management, or any information structures that require state information.
- Similarity scoring is a comparison of images based on a conceptual "feature space", where each image is a "point” in this space.
- the similarity score is a number that represents the abstract distance between two given images in this space.
- Each visual primitive provides a component of the overall similarity score; that is, each primitive provides its own multi-dimensional feature space.
- An overall visual similarity score is provided by combining the primitive scores in a way that is visually meaningful. This is both application and user dependent; therefore the Engine allows the application to pass in a set of weightings that define the "importance" of each primitive in computing the overall score.
- the scores are normalized in the range 0 . . . 100!.
- Virage technology admits four layers of information abstraction: the raw image (the Image Representation Layer), the processed image (the Image Object Layer), the user's features of interest (called the Domain Object Layer) and the user's events of interest for videos or other collections of sequenced images (the Domain Event Layer).
- the top three layers form the content of the image or video.
- the data types pertain to the top three layers of the model.
- a content-based information retrieval system creates an abstraction of the raw information in the form of features, and then operates only at the level of the abstracted information.
- data types and representation issues are only constrained by the language used for an implementation.
- a value is, in the general case, a set of vectors that may represent some global property of the image.
- the global color of an image for example, can be a vector of RGB values, while the dominant colors of an image can be defined as the set of k most frequent RGB vectors in an image.
- a distribution such as a color histogram is typically defined on an n-dimensional space which has been partitioned into b buckets. Thus, it is a b-dimensional vector.
- An indexed value is a value local to a region of an image or a time point in a video or both; as a data type it is an indexed set of vectors.
- the index can be one-dimensional as in the key-frame number for a video, or it can be multi-dimensional as in the orthonormal bounding box coordinates covering an image segment.
- An indexed distribution is a local pattern such as the intensity profile of a region of interest, and can be derived from a collection of b-dimensional vectors by introducing an index.
- a graph represents relational information, such as the relative spatial position of two regions of interest in an image. We do not consider a graph as a primary type of interest, because it can be implemented in terms of the other four data types, with some application-dependent rules of interpretation (e.g. transitivity of spatial predicates, such as left-of).
- the primary data type in the VIR Engine is a (indexable) collection of feature vectors (FVs).
- Image objects have computable image properties or attributes that can be localized in the spatial domain (arrangement of color), the frequency domain (sharp edge fragments), or by statistical methods (random texture). These computed features are called primitives. Primitives are either global, computed over an entire image, or local, computed over smaller regions of the image. For each generic image property such as color, texture, and shape, a number of primitives may be computed. Besides this conceptual definition of a primitive, the specific implementation may also be referred to as a primitive. For instance, the collection of functions to extract and compare an image attribute may be referred to as a primitive.
- the VIR interface provides functions to allow the user to control which relative combinations of individual distances satisfies his or her needs. As the user changes the relative importance of primitives by adjusting a set of weighting factors (at query time), the VIR system incorporates the weight values into the similarity computation between feature vectors.
- the VIR system technology is built around a core module called the VIR Engine and operates at the Image Object Level of the VIMSYS model.
- Image Analysis e.g., Image Comparison
- Management e.g., Image Comparison
- image requery a query with the same image but with a different set of weighting factors.
- API Application Programming Interface
- the full capabilities of the Engine are decomposed into two API sets: a Base VIR Engine, and an Extensible VIR Engine.
- the Base Engine provides a fixed set of primitives (color, texture, structure, etc.) while the Extensible Engine provides a set of mechanisms for defining and installing new primitives (discussed in detail later).
- VIR visual information retrieval
- a user 102 communicates with the system 100 by use of computer input/output 104.
- the computer I/O 104 will be further described in conjunction with FIG. 1B.
- the user 102 initiates one of several modules or functions 106-114 that output to either the VIR Engine 120 or a database engine 130.
- the database engine 130 can be one of the many commercially available database engines available on the market, such as available from Informix Software, Inc., or IBM DB2.
- An "Alpha-numeric query input” module 106 allows the user to specify a target object by alpha-numeric attributes, such as shown in an exemplary Query Window screen of FIG. 3.
- the output of this module bypasses the VIR Engine 120 and is used as a direct input to the database engine 130.
- a "Query Canvas” module 108 provides a visual query input to the VIR Engine 120.
- the Query Canvas module 108 will be further described in conjunction with FIG. 2.
- An "Image Browsing” module 110 provides a visual input, such as an image from a file or database accessible to the user 102.
- the file or database may be on the user's computer, such as on a hard drive, CD-ROM, digital video/versatile disk (DVD) drive, tape cartridge, ZIP media, or other backup media, or accessible through a network, such as a local area network (LAN), a wide area network (WAN) or the Internet.
- the visual input is provided to the VIR Engine 120.
- An “Insertion” module 112 is used to provide one or more new images to be added to a database 132 accessible by the database engine 130. The new image(s) are provided as inputs to the VIR Engine 120.
- references to the database 132 may be to a portion or a partition of the entire database, such as, for example visual objects associated with a particular domain. Therefore, visual objects for multiple domains or subsets of a domain could be stored in separate databases or they may be stored in one database.
- An "Other Database Management” module 114 is used to initiate standard database operations on database 132. Module 114 communicates directly with the database engine 130.
- the VIR Engine 120 comprises two main modules: an "Image Analysis” module 122 and an “Image Comparison” module 124.
- the image analysis module 122 receives inputs from either module 108 or 110 to generate a query target or from the insertion module 112 for adding a new image into the database 132.
- the output of the image analysis module 122 is a feature vector (FV) that describes the visual object passed to it by one of modules 108, 110 or 112.
- the FV is passed on to the database engine 130.
- module 112 was used to insert the image into the database, both the FV for the image and the image itself are stored in the database 132 (as seen in FIG. 5B).
- the image analysis module 122 will be described in greater detail hereinbelow.
- the image comparison module 124 receives a query target FV and a FV for the image being tested or compared from the database engine 130.
- the output of the image comparison module 124 is a similarity score that is sent to a "Ranked List Management" module 134.
- a plurality of images from the database 132 are compared one at a time to the query image by the image comparison module 124.
- the resultant similarity scores are accumulated by the module 134 so as to provide a rank in an order of their similarity to the query image.
- the ranked results of the list management module 134 are provided to a "Thumbnail Results Browser" 136 for display to the user 102 through the computer I/O 104.
- An exemplary screen display of ranked results is shown in FIG. 4.
- a computer or workstation 140a communicates with a server 160 by a network 162, such as a local area network (LAN) or wide area network (WAN).
- a network 162 such as a local area network (LAN) or wide area network (WAN).
- One or more additional computers or workstations 140b can be connected to the server 160 by the network 162.
- the computers 140a and 140b can be a personal computer, such as utilizing an Intel microprocessor chip (at minimum, a 80486 model) or a Motorola PowerPC chip, or a workstation utilizing a DEC Alpha chip, a SPARC chip, a MIPS chip, or other similar processor 144.
- a computer enclosure 142 contains the processor 144, a storage device 146 connected to the processor 134 preferably of at least 1-2 Gigabytes, and a memory of at least 32 Megabytes (not shown).
- a plurality of I/O devices 104 including a visual monitor 148, a printer 150, a pointing device (such as a mouse, trackball or joystick) 152, and a keyboard 154.
- Optional I/O devices include a scanner 154 and a backup unit 158.
- the server 160 typically has similar or greater processing power than the computers 140a and 140b but typically has a larger capacity storage device and memory.
- the server 160 also has a backup facility to safeguard the programs and data.
- the server 160 may be connected to remote computers similar to computer 140a by a modem 164 to another network 166, which may be a WAN or the Internet for example.
- the present invention is not limited to a particular computer configuration.
- the hardware configuration described above is one of many possible configurations. Other types of computers, server and networks may be utilized.
- the modules shown in FIG. 1A may all be physically located on one computer 140a.
- the computer I/O 104, and modules 106-114 and 134-136 could be located on computer 140a, while the VIR Engine 120, the database engine 130 and the database store 132 could all be located on the server 160.
- the VIR Engine 120 could be on server 160 and the database engine 130 and the database store 132 could be located on another server (not shown) on the network 160.
- Other combinations of the above modules are also possible in yet other embodiments of the system 100.
- individual modules may be partitioned across computing devices.
- the Query Canvas is a specific user-interface mechanism that is an enhancement to the query specification environment.
- the Query Canvas provides a bitmap editor to express the query visually, and serves as an input to the Image Analysis module 122 (FIG. 1A).
- the canvas may begin as a blank slate in a canvas window 181, or may have an existing image pre-loaded into it (drag and drop an image from an existing image collection) prior to modification with a set of painting/drawing tools. These tools include, for example, standard brushes 184, pens, region fills, a magic wand to define regions, ovals 186, rectangles, lines, and so forth.
- a color palette 188 is provided, with the ability to define new colors from a color chooser.
- a palette of textures 190 is also provided, with the ability to select new textures from a large library.
- the Query Canvas tool saves the user significant initial browsing time in those cases where he or she already has an idea of what the target images should look like. Since the query canvas allows modification of images, it encompasses the functionality of the "query-by-sketch" paradigm.
- the Query Window or form 200 is provided to specify alpha-numeric information 201 such as keywords, dates, file name masks, project or client names, and so forth.
- the Query Window 200 also shows an iconic image 202 of the current contents of the Query Canvas 108 (FIG. 1A) which expresses the visual component of the query.
- the most important aspect of the Query Window 200 are the sliders (such as slider 208) to control the relative importance or weights 204 for the visual and textual aspects of the query.
- sliders to indicate the importance of visual query attributes such as Color, Texture 206, Shape, Location, and textual query attributes such as Keywords.
- the ability to select perceptual weights of attributes is a critical aspect of the visual query over which the user has control.
- other attributes and ways selecting weights are encompassed by the present invention.
- the Query Results 220 are displayed to the user 102 by the thumbnail results browser 136 (FIG. 1A).
- a thumbnail (reduced size) image 222 of the query image is preferably shown in the upper left corner of the visual display 148 (FIG. 1B).
- a thumbnail 224 of the image that has the best similarity score, indicative of the closest match to the query image, is shown to the right of the query image 222.
- a thumbnail 226 of the image having the second best similarity score is shown to the right of image 224, and so forth for a predetermined number of thumbnail images shown to the user 102.
- a mechanism (not shown) to access a next screen of ranked thumbnails is available.
- the similarity score of each of the ranked images may be optionally shown in conjunction with the thumbnails.
- the present invention is not limited to the particular presentation of search results.
- the user 102 (FIG. 1A) preferably initiates query generation 242 by either utilizing the query canvas 108 to create a query, or browses 110 the available file system to locate an existing object to use as the query, or browses 246 the database store 132 (FIG. 1A and FIG. 5B) to identify an image that has already been analyzed by the analysis module 122. In the last situation, if the image is already in the database 132, a feature vector has been computed and is retrieved at state 247 from a feature vector storage portion 264 of the database 132.
- a target image I T 248 results if either of the query canvas module 108 or browse file system module 110 are used to generate a query.
- the target image 248 is input to the analysis module 122 to generate a feature vector for the target image as the output. Because of the importance of the primitives in the system 100, a digression is now made to describe the base system primitives.
- the Base VIR Engine 120 has a fixed or default set of primitives. Primitives and their weights are identified and indicated using a tagging mechanism to identify them in the API calls.
- the default primitives of the presently preferred Base Engine are:
- Local Color analyzes localized color and the spatial match-up of color between two images.
- Structure (254) determines large scale structure in the image as represented mainly by edges with strong matching for the location and orientation of edge features.
- Texture (256): analyzes areas for periodicity, randomness, and roughness (smoothness) of fine-grained textures in images.
- each primitive-extraction routine takes a preprocessed image, and, depending on the properties of the image, computes a specific set of data, called feature data, for that primitive.
- feature data is data that typically represents some image feature that is extracted by one primitive.
- the feature data typically is a mathematical characterization of the visual feature.
- a feature vector is a concatenation of a set of feature data elements corresponding to a set of primitives in a schema (further described hereinbelow).
- the feature vector preferably has header information that maps the feature data contained within it.
- the analysis module 122 When the analysis module 122 is utilized to insert images into the database 132, the feature vector of the computed primitive data is stored in a data structure 264.
- the application provides a raw image buffer to the VIR Engine, and the Engine returns a pointer to a set of data containing the extracted primitive data.
- the application is then responsible for storing and managing the data in a persistent fashion.
- the VIR Engine 120 operates in a "stateless" fashion, which means it has no knowledge of how the image data is organized and stored, or how the results of queries are managed. There is no transaction management at the Engine API level. This property means that system developers and integrators need not worry about conflicts between the VIR Engine and other application components such as databases, client-server middleware, and so forth.
- the feature vector of the query target is submitted to a Query Processor 261 (FIG. 5B).
- the Query Processor 261 obtains a candidate feature vector for an image "i" from feature vector storage 264 (part of database 132).
- the feature vector of the query target (FV TARGET ) and the candidate feature vector (FV i ) are then both submitted to the comparison module 124.
- Each method involves computing one or more similarity distances for a pair of primitive vectors.
- the computation of the similarity distance is performed in two steps. First, for each primitive such as local color 270, global color 272, structure 274 or texture 276, a similarity distance (score) is computed. Similarity scores for primitives are further discussed in conjunction with FIG. 11. These scores (s i ) are then combined at state 280 with weights (w i ) 282 by a judiciously chosen function that forms a final score.
- the final combined score may, for instance, be generated by a linear combination or a weighted sum as follows: ##EQU1##
- the final score is used to rank results 286 at state 284 by similarity.
- An image 288 with the best score (the lowest score in the presently preferred embodiment) is ranked at the closest match.
- the definition of "similarity" at this point is determined by the set of weights 282 used.
- Applications may also synthesize a property weighting (such as "composition”) by intelligently applying weights during comparisons. If “composition” is weighted low, then global primitives should be emphasized; if it is weighted high, then local primitives should be emphasized.
- composition a property weighting
- Decision state 290 determines if there are more images in the database 132 that need to be evaluated by the comparison module 124. If so, the Query Processor continues at state 262 by obtaining the next candidate feature vector. If all the candidate images in the database 132 have been evaluated, processing advances to state 292 wherein the thumbnails corresponding to a predetermined number of ranked thumbnails are retrieved from the image storage portion 266 of database 132 and are displayed to the user at state 294.
- management There are several supporting functions that fall in the category of "management.” These include initialization, allocation and de-allocation of weights and scores structures, and management of primitive vector data.
- a schema is a specific collection of primitives (default and/or application-specific) which are used in an application for the purpose of comparing images. When a group of primitives are registered, the system returns a schema ID to be used for future reference when creating weights and scores structures.
- the Extensible VIR Engine is an open, portable and extensible architecture to incorporate any domain specific information schema.
- the Extensible VIR Engine architecture can be extended not only across application domains, but across multiple media such as audio, video, and multi-dimensional information.
- the purpose of the Extensible Engine is to provide to the application developer the flexibility of creating and adding custom-made primitives to the system.
- a face-matching system might construct primitives called "LeftEye” and “RightEye”, and provide an interface that compares faces based on the similarity of their eyes.
- a primitive is a semantically meaningful feature of an image.
- color, texture, and shape are all general image primitives.
- a color primitive may have no relevance with respect to X-ray imagery.
- a primitive is specified by a developer as a 6-tuple of the following values:
- This function essentially accepts the image data and computes its visual feature data and stores it in a buffer.
- the function must accept an RGB image buffer, its attributes (height, width) and based on this information, perform any desired computation on the pixel data in the buffer.
- the results of this computation i.e., feature computation
- the primitive decides what it wants to return as the feature data.
- the feature data is returned by passing back a pointer to the data and a byte count telling the VIR Engine how much data is there. The Engine then takes the data and adds it to the vector being constructed.
- compare -- function-- This function returns the similarity score for its associated primitive.
- the query operations of the engine call this function with two data buffers (previously created with analysis -- function ()) to be compared.
- the score which is returned is preferably in the range from 0.0 . . . 100.0!, wherein a "perfect” match returns a value of zero and a "worst” match returns a value of 100.
- the score is best considered to be a "distance" in "feature space”. For maximum discrimination, the spectrum of distances returned for this primitive should be spread over this range evenly or in a reasonably smooth distribution.
- a primitive After a primitive is defined, it is registered with the Extensible VIR Engine using the RegisterPrimitive() function. Once registered, data associated with a custom primitive is managed in the visual feature structures in the same manner as the default primitives. From there, the new primitive can be incorporated into any schema definition by referencing the primitive -- id just like a built-in (default) primitive.
- Application developers may define any type of data structure(s) to handle the data associated with their primitive. It is preferably required that the structure(s) can collapse into a BLOB to be passed back and forth via the registered procedures.
- an estimated cost of comparison may also be supplied for the primitive, to aid in query optimization performed by the engine.
- a primitive may be defined in an object-oriented language such as, for example, C++.
- an object is defined to include data and methods for operating on the data.
- C++ programming C++ Primer by Stanley Lippman, Second Edition, Addison-Wesley, is incorporated herein by reference.
- Objects are created from classes defined by the author of an API.
- the base class may then be subclassed to provide a specific primitive, a color primitive for instance.
- the API author will then overload, say, a compare function and an analysis function.
- an extended primitive is added to the engine by object-oriented subclassing and function (or method) overloading.
- OMG Object Management Group
- ODMG 93 edited by Cattell, Morgan Kaufman Publishers, which is incorporated herein by reference.
- a schema is a specific collection of primitives.
- a specific schema implies a specific set of visual features to be processed and a corresponding feature vector to be used for content-based similarity scoring.
- a VIR Engine schema is defined as a 2-tuple: a schema id, and an ordered set of primitives. Similar to primitives, the Extensible VIR Engine is notified of a new schema by a RegisterSchema() function. The primitive IDs referenced here must have previously been defined using RegisterPrimitive(), or must be one of the default primitives.
- the order in which the primitives are referenced dictates the order in which their functions are called during feature extraction (but not during query processing). This allows primitives to work synergistically and share computational results.
- a single application is allowed to define and use multiple schemas.
- the Extensible VIR Engine operates as a stateless machine and therefore does not manage the data. Hence the calling application manages the storage and access of the primitive data computed from any schema.
- the application developer must manage the schema -- id that is returned from the registration.
- the schema itself is expressed as a NULL-terminated array of unsigned 32-bit integers, each containing the ID of the desired primitive.
- the primitive IDs referenced here must have previously been defined using RegisterPrimitive, or must be one of the default primitives.
- the "pistons" of the VIR Engine are the primitives.
- a primitive encompasses a given feature's representation, extraction, and comparison function.
- meaningful--Primitives should encode information which will be meaningful to the end-users of the system. Primitives, in general, map to cognitively relevant image properties of the given domain.
- compact--A primitive should be represented with the minimal amount of storage.
- the formulation should take advantage of a threshold parameter (when available), and avoid extraneous processing once this threshold has been exceeded.
- the distance function should return results with a meaningfully dynamic range.
- indexable--The primitive should be indexable.
- a secondary data structure should be able to use some associated value(s) for efficient access to the desired data.
- primitives can provide their own “back door” API's to the application developer, and expose parameters that are controlled independently from the weights interface of the VIR Engine.
- the primitives include a mechanism called "primitive extensions" for enriching the API. This allows the application greater control over the behavior of the primitives and the results of comparisons.
- a texture primitive may expose a set of weights for sub-components of texture such as periodicity, randomness, roughness, and orientation. These parameters would be specialized and independent of the main texture weight passed through the Compare module entry points.
- Texture--This primitive represents the low level textures and patterns within the image. Unlike the Structure primitive, it is very sensitive to high-frequency features within the image.
- a wafer inspection primitive may be designed to look for a specific type of defect. Instead of an actual distance being returned from the distance function, it can return 0.0 if it detects the defect, and 100.0 if not.
- the images Before an application can determine the similarity between an image description and a set of candidate images, the images must be analyzed by the engine. The resulting feature data is returned to the caller to be used in subsequent operations. Naturally, if an image is to be a candidate image in future operations, the feature vector should be stored in a persistent manner, to avoid re-analyzing the image.
- analyze -- image-- This function accepts a memory buffer containing the original image data. It performs an analysis on the image by invoking the analysis functions of each primitive. The results of this computation are placed in memory and returned to the caller, along with the size of the data. Maintenance and persistent storage of this data is the caller's responsibility. Eventually, these structures are passed into the image comparison entry points.
- destroy -- features--this function is used to free the memory associated with a visual feature that was previously returned from analyze -- image(). Typically, this is called after the application has stored the data using the associated persistent storage mechanism.
- Any image retrieval application requires the ability to determine the similarity between the query description and any of the candidate images.
- the application can then display the computed similarity value of all of the candidate images, or convey only the most similar images to the user.
- similarity scores are computed by the engine for the relevant candidate images.
- An application will call the comparison functions provided by the engine. These functions will return a score structure, which indicates the similarity between the images being compared.
- the score structure contains an overall numerical value for the similarity of the two images, as well as a numerical value for each of the primitives in the current schema. This allows applications to use the values of the individual primitive comparisons, if necessary.
- each of the primitives in the current schema are compared to give individual similarity values for that primitive type.
- Each of these scores must then be used to provide an overall score for the comparison.
- these individual primitive scores may need to be combined differently, depending on the desired results.
- the application developer has the ability to indicate relative importance between the various primitives. For example, at times the color distribution of an image will be much more important than its texture characteristics. There may also be cases where only some of the available primitives are required in order to determine which images should be considered the most similar.
- the weights structure includes a weight for each primitive.
- the application has control over the weight values for any given comparison through the weights structure, and the following functions.
- the associated schema -- id will determine the specific format of the structure.
- set -- weight-- This function sets the weight in the weights structure identified by the given primitive -- id, which identifies the primitive whose weight is to be set. The value should be a positive floating point number. In general, weights are normalized before use by calling normalize -- weights().
- Composition may be synthesized by controlling the relative weighting of the color primitives.
- Texture The VIR Engine evaluates pattern variations within narrow sample regions to determine a texture value. It evaluates granularity, roughness, repetitiveness, and so on. Pictures with strong textural attributes--a sandstone background for example--tend to be hard to catalog with keywords. A visual search is the best way to locate images of these types. For best results, a user should set Texture high when the query image is a rough or grainy background image and low if the query image has a central subject in sharp focus or can be classified as animation or clip-art.
- the VIR Engine evaluates the boundary characteristics of distinct shapes to determine a structure value. It evaluates information from both organic (photographic) and vector sources (animation and clip art) and can extrapolate shapes partially obscured. Polka dots, for example, have a strong structural element. For best results, a user should set Structure high when the objects in the query image have clearly defined edges and low if the query image contains fuzzy shapes that gradually blend from one to another.
- the application supplies the precomputed primitive vectors from two images, together with a set of weights to a first API called Compare.
- the system fills in a score data structure and returns a pointer to the caller.
- a second API called CompareIntoScores caches the primitive component scores for later use.
- a function RefreshScores can efficiently recompute a new score for a different set of weights (but the same query image, i.e., a re-query).
- This second API call takes a score structure and a weights structure, and recomputes a final score (ranking) without needing to recompute the individual primitive similarities.
- a third API call (ThresholdCompare) is an extension of the first, in that the user also supplies a threshold value for the score. Any image having a distance greater than this value is considered non-qualifying, which can result in significant performance gains since it will probably not be necessary to compute similarity for all primitives.
- comparison functions may be structured as follows:
- compare-- This is the simplest entry point for computing the overall visual similarity for two given images, represented by their respective visual features.
- the caller passes in a weights structure and two feature vectors, and compare() computes and returns the weighted overall score, which is a numerical value preferably in the range 0.0 . . . 100.0!.
- This function can be used when a score is required for every candidate image. If only the top N scores are required, the function threshold -- compare() may be more appropriate.
- heterogeneous -- compare-- This is a variation of the standard compare described above, wherein the schemas for each of the two images have the same primitives.
- each of the two images may have been analyzed by use of a different schema. For example, a feature vector for image A is based on a different set of primitives than a feature vector for image B.
- threshold -- compare-- This function can be used for optimized searches in which the scores of every single candidate image are not required. A threshold similarity distance is passed in to indicate that any image whose score is above the threshold is not of interest for this search. As soon as the engine determines that the image is outside this range, it terminates the similarity computation and returns a flag to indicate that the threshold has been exceeded. This provides a significant performance boost when top N style searches are sufficient. Top N queries will be described in conjunction with FIG. 14. Again, it is the application's responsibility to determine the appropriate threshold value for each comparison.
- a final aspect of the Extensible Engine is the notion of query optimization.
- Each primitive provides a similarity function to the Engine.
- the Engine attempts to visit the primitives in an order such that it can determine as cheaply as possible if the comparison score will exceed the passed-in threshold. As soon as it is exceeded, the rest of the primitive comparisons are aborted.
- Application developers can tell the Engine what the cost of their primitive's similarity function is during the registration process. Developers that construct their own primitives can help the optimizer by providing accurate cost information for their custom Compare function. The following description explains how to determine the cost of the custom Compare function for the new primitive.
- the cost value is a positive number which cannot be 0.0. If the application uses all custom primitives, then the actual values of these costs are not important. They should merely be relatively correct. Values of 1.0, 2.0, and 3.0 are the same as 100, 200, 300. However, if the application developer wishes to integrate some custom primitives with the default primitives previously described, then the cost values must be calibrated with respect to the cost values for the default primitives.
- the nominal baseline for computation cost may be arbitrarily set by defining that the VIR -- GLOBAL -- COLOR primitive has a cost of 1.0. On this scale, the default primitives have the following costs:
- a skeleton benchmark application is provided as an example with the Extensible Engine API that can be used to help develop new primitives and assess their cost. It constructs a schema with only the Global Color primitive as a timing baseline. The application developer then can construct a schema with only the new primitive to establish its cost relative to the Global Color primitive.
- cost value for a new primitive is unknown, or if its execution time varies widely depending on the image that is being analyzed, then it is best to estimate the cost, or use the value 1.0.
- the extensible VIR engine 300 includes three main components: an analyzer 302, a comparator 304 and a primitive registration interface 306.
- the analyzer 302 is similar to the analysis module 122 and the comparator 304 is similar to the image comparison module 124, previously shown in FIG. 1A.
- the analyzer 302 has an analyze interface 308 to communicate with external components.
- the analyze interface 308 receives a RGB format image as input 314 and generates a feature vector as output 316.
- the comparator 304 has two interfaces, a weights and scores interface 310 and a compare interface 312.
- the weights and scores interface 310 communicates with a management function 318 handled by the application.
- the compare interface 312 receives two feature vectors in, a target feature vector 320 and a feature vector 322 for the current image being tested or compared.
- Associated with the extensible VIR engine 300 are a set of primitives. A developer can specify a set of primitives that are to be used for a particular image domain.
- the extensible VIR engine 300 includes four universal or default primitives: local color 330, global color 332, texture 334, and structure 336. The developer may choose to use one or any number of these universal or primitives for his application.
- the developer may define one or more custom primitives and register the primitives with the primitive registration interface 306. The process of registering new custom primitives will be further described hereinbelow.
- the extensible VIR engine 300 communicates with the user 102 through a user interface 350.
- the user interface 350 may include modules such as the Query Canvas module 108 and the Image Browsing module 110, which were previously described in conjunction with FIG. 1A.
- the extensible VIR engine 300 also is in communication with persistent storage 132 through a database interface 130.
- the database interface 130 is typically a database engine such as previously described above. An application developer has complete freedom in defining the user interface 350 and the database interface 130 to meet the needs of the particular domain at issue.
- an operational flow 360 of the extensible VIR engine 300 will now be described.
- the engine flow 360 is invoked by an application such as the example shown in FIG. 7.
- the engine moves to process 364 to register one or more primitives through the primitive registration interface 306 (FIG. 6).
- Process 364 will be further described in conjunction with FIG. 13.
- the user will provide a query object, such as through use of the Query Canvas 108 (FIG. 5A) or by browsing the file system 110 to identify the query object.
- a run analyzer process 366 a query object is analyzed by the analyzer 302 (FIG. 6) to create a feature vector for the query image.
- the user typically provides or sets weights through the user interface 350 (FIG. 7).
- the comparator 302 (FIG. 6) determines a similarity score for the two feature vectors that are passed to it.
- the compare operation is typically performed on all the images in the database 132 unless a database partition has been identified or another scheme to compare or test only a portion of the images in database 132 is established.
- FIG. 9 another embodiment of a VIR system utilizing the extensible VIR engine 300 will now be described.
- One of these methods includes the query generation and Query Canvas method 242/108, whereby the user draws or sketches a query image or modifies an existing image.
- the user may browse the file system 390 to identify an object or image to be used as the query 314.
- the query object 314 is passed onto the analyzer 302 for analysis to generate a feature vector 316 for the query.
- the feature vector 316 is sent to the database engine 130.
- the feature vector for the query image is only needed temporarily to process the query.
- the query feature vector is usually cached in random access memory (RAM), associated with the database engine 130, for the query operation.
- RAM random access memory
- the query feature vector is placed in a temporary table by the database engine 130.
- a feature vector for the query target 320 and a feature vector 322 for one of the images in the database store 132 are retrieved by the database engine 130 and sent to the comparator 304 for comparison.
- a thresholding decision 394 is checked to determine if thresholding is to be applied to the comparison method. If not, a standard comparison 396 will be performed utilizing the weights 400 as set by the user 102 (FIG. 1A). The standard comparison 396 will be further described in conjunction with FIG. 11. If thresholding is desired, the comparison will be performed by the threshold comparison process 398 also utilizing the weights 400. The threshold comparison 398 will be further described in conjunction with FIG. 12.
- a similarity score 324 is output by either the threshold comparison 398 or the standard comparison 396. The similarity score 324 is utilized by the calling application for use in presenting the resultant images. Presentation may be putting thumbnails in a ranked order, for example.
- a schema is a collection of primitives defined by a developer or application programmer. These primitives may include some or all of the universal primitives built into the VIR engine and any custom primitives defined by the developer for a schema. Also recall that each custom primitive must have an analysis function and a comparison function, and the primitive is registered through the primitive registration interface 306 (FIG. 6). These functions along with the analysis and comparison functions for the universal primitives are all stored in a lookup table for the schema.
- the process 366 takes as input an image and provides as output a feature vector. Beginning at a start analysis state 410, the analysis process 366 moves to a state 412 to construct a header for the feature vector.
- a schema ID for the object or image that is to be analyzed is an input to the construct header state 412.
- the schema ID is obtained from the schema creation process described in conjunction with FIG. 13.
- the user identifies the schema to be used for analysis of the visual objects through the application program.
- the corresponding schema or lookup table structure is accessed which lists the respective primitives and functions. There is one individual lookup table per schema.
- the analysis process 366 proceeds to state 416 and looks up the analysis function for that primitive in the schema lookup table. Proceeding to state 418, the analysis function for the current primitive is called and the analysis function is performed.
- the input to the analysis function at state 418 is the image to be analyzed including its height and width characteristics.
- the output of state 418 is the feature data for the current primitive which is placed in the feature vector under construction.
- Histogramming could be used, such as a color histogram.
- a mean intensity primitive could be defined as the sum of the intensity of all the pixels in an image divided by the number of pixels in the image.
- the analysis process 366 determines if there are additional primitives in the current schema that need to be processed. If so, the analysis process 366 moves back to state 414 to access the next primitive in the current schema. If all the primitives in the current schema have been processed, the analysis process proceeds to state 422 to finalize the feature vector for the current image. At state 422, the analysis process 366 computes the total resulting size of the feature data and updates the size in the header for the feature vector. In another embodiment, checksums are also computed at state 422. The complete feature vector contains the header information and the feature data for each of the primitives in the schema. The analysis process 366 completes at a done state 424.
- the standard comparison process 396 shown in FIG. 9 will be described.
- a comparison function for each custom primitive must be registered through the primitive registration interface 306 (FIG. 6).
- the registered comparison functions are stored in the schema lookup table.
- the input utilized by the standard comparison process 396 includes two feature vectors to be compared and weights for each primitive. If the primitives for each of the two feature vectors are the same, the standard comparison is considered to be a homogeneous comparison. However, if each of the two feature vectors is associated with a different schema, but has at least one primitive in common between the two feature vectors, the comparison is considered to be a heterogeneous comparison. As will be seen below, the standard comparison process 396 accomplishes either type of comparison.
- the comparison process 396 moves to a state 442 to construct a score structure for the comparison.
- the score structure is initialized to be an empty score structure at this point.
- the score structure contains space for one score per primitive plus an overall score.
- the comparison process 396 accesses a primitive in feature vector 1 (FV1), which is associated with the first of the two images being compared by the comparison process.
- FV1 may be the result of analyzing the target image.
- FV2 feature vector 2
- FV2 may, for instance, correspond to a candidate image.
- the comparison process 396 proceeds to state 450 to look up the comparison function, for the current primitive in the schema lookup table for FV1.
- state 452 the feature data associated with the current primitive from both feature vector I and feature vector 2 is unpacked.
- each feature vector is a concatenation of feature data elements corresponding to the set of primitives in the schema.
- the compare function accessed at state 450 is invoked and receives the feature data unpacked at state 452.
- the result of calling and executing the compare function at state 454 is a primitive score.
- An exemplary primitive having only one dimension or property is mean intensity. In this example, the distance or primitive score between feature vector 1 and feature vector 2 could be (X1-X2).
- the presently preferred embodiment uses a Euclidean metric.
- An equation for an exemplary Euclidean metric is as follows: ##EQU2##
- Other techniques to determine the primitive score such as histogram intersection or other histogram techniques, may be used in other embodiments.
- the comparison process 396 determines if there are additional primitives in feature vector 1 that need to be processed. If so, the comparison process 396 moves back to state 446 to access the next primitive in feature vector 1. A loop of states 446 through 458 is performed until all primitives in feature vector 1 have been processed. When decision state 458 determines that all primitives have been processed in feature vector 1, comparison process 396 proceeds to state 460 wherein the scores stored in the score structure are combined with the weights 400 (FIG. 9) for each of the primitives passed into the comparison process to generate a final combined score. The final combined score may be generated by a linear combination or a weighted sum: ##EQU3## The comparison process 396 completes at a done state 462
- comparison process 396 moves down to decision state 458 to determine if additional primitives exist in feature vector 1, thereby bypassing calling the compare function for the current primitive of feature vector 1. This allows feature vectors from different schemas to be compared but the comparison is only on primitives that are in common between the feature vectors. If all the primitives between the two feature vectors are in common, the comparison will be done for each of the primitives and is a homogeneous comparison.
- the threshold based comparison 398 allows significant performance benefits to be gained by exploiting the primitive architecture of the VIR engine to intelligently process the comparison. Comparisons proceed by computing the primitive comparison scores for the most heavily weighted primitives first, and trying to prove as soon as possible that the threshold has been exceeded. If the threshold is exceeded, the rest of the primitive comparisons are then aborted. Similar to the standard comparison process 396, previously described, two feature vectors and corresponding weights are input to the threshold comparison process. An additional input is a threshold value, preferably in the range of 0 to 100. The threshold comparison process 398 also performs both homogeneous compares and heterogeneous compares (as done by the Standard Compare).
- the threshold comparison process 398 can be performed on both the Base VIR Engine and the Extensible VIR Engine. However, the Base VIR Engine may also perform a heterogeneous compare. In one preferred embodiment, a heterogeneous compare can be performed only if at least one of the schemas utilizes a subset of the default primitives.
- the threshold comparison process 398 proceeds to state 482 to construct a score structure for the comparison.
- the score structure is initialized to be empty.
- the primitives of feature vector 1 (FV1) in the presently preferred embodiment, are ordered by weights, with the highest weighted primitive ordered first and the lowest weighted primitive ordered last.
- a cost is optionally associated with each primitive to further order the primitives. The costs were previously described in the query optimization description. The cost value and the weight can be combined by a developer-defined function to order the primitives. For example, the function could be multiplication. As another example, if the costs are normalized to 0 . . . 1! beforehand, a Maximum function can be used as follows: Max((1.0-cost), weight). In another embodiment, only the costs are used to order the primitives.
- state 486 the highest weighted primitive in feature vector 1 is accessed.
- Subsequent states 488 through 496 are similar to states 448 through 456 of the standard comparison process 396 shown in FIG. 11, and thus will not be described in detail here.
- the comparison function for the primitive is called (state 494) and the primitive score is computed and stored in the score structure at state 496.
- state 498 a partial final score is computed using the weights and the scores stored in the score structure so far.
- the threshold comparison process 398 determines if the partial final score, also known as a weighted primitive score, exceeds the threshold passed into the comparison process 398.
- the comparison process 398 continues at a decision state 502 to determine if there are additional primitives to be processed. If there are additional primitives to be processed, threshold comparison process 398 moves back to state 486 to access the next highest ordered primitive in feature vector 1. A loop of states 486 through 502 continues until all primitives in feature vector 1 are processed unless the threshold has been exceeded as determined at decision state 500. If the threshold has been exceeded at decision state 500, the threshold comparison process 398 aborts the loop, moves to done state 506 and returns with an indication that the threshold has been exceeded.
- threshold comparison process 398 moves to state 504 to determine a final combined score.
- State 504 is optional if the score from state 498 has been saved. If the score has not been saved, the final score is computed using the scores stored in the score structure and the weights. The threshold comparison process 398 returns with a normal indication at the completion of state 504 and completes at the done state 506.
- a schema creation and primitive registration process 520 will be described. This logic is executed by the application.
- a developer may typically create a new schema for a certain domain of objects or images. Examples of domains where new schemas may be created include face recognition, mammography, ophthalmological images and so forth.
- each custom primitive requires a primitive ID, a label, an analysis function, a compare function, a swap (endian) function and a print function.
- This process 520 is a portion of the primitive registration interface 306 (FIG. 6).
- the schema creation process 520 proceeds to state 524 to create a new schema.
- Creating a new schema is a function of the extensible VIR engine 300.
- the output of state 524 is a schema ID which allows the registered primitives to be identified.
- the results of state 524 also include an empty schema structure, which includes the schema ID.
- a primitive desired for this schema is added to the schema structure. Adding the primitive to the schema is a function of the extensible VIR engine 300.
- the schema creation process 520 determines if another primitive is to be added to the current schema. If so, process 520 moves back to state 526 to add the next desired primitive to the schema.
- schema creation process 520 completes at a done state 530.
- a final schema table identified by the schema ID and including all the desired primitives has been created.
- the desired primitives may include any custom primitives or any of the default or standard primitives, such as global color, provided in a library.
- the top N query is an exemplary usage of the threshold comparison 398 by an application to provide a performance gain.
- the top N query process 550 is used in a search where a fixed number of results "N" is desired and N is known beforehand, e.g., N is provided by the application program.
- N is small compared to the size of the database to be searched, the use of the threshold comparison 398 can result in a significant increase in speed of processing.
- the inputs to this process 550 are the query target object to be searched against represented by its feature vector FV TARGET , the weights for the primitives in this feature vector, and the desired number of results "N".
- query process 550 moves to state 554 wherein initialization is performed: a query results list is cleared to an empty state, a threshold variable "T" is set to be 100 (the maximum value of the preferred range 0 . . . 100!), and a result count variable "C" (the number of results so far) is set to zero. The count C will be in the range 0 ⁇ C ⁇ N. Proceeding to state 556, query process 550 accesses the feature vector FV i for the first object in the database store 132 (FIG. 9). The query process 550 then calls the threshold compare process 398 (FIG. 12) which is a function of both the extensible VIR Engine 300 and Base VIR engine 120.
- T the maximum value of the preferred range 0 . . . 100!
- C the number of results so far
- the feature vectors for the target object (FV TARGET ) and the current object (FV i ) (from state 556) along with the primitive weights and the threshold T are all passed in to the threshold process 398.
- the query process 550 determines if the return code from the threshold compare process 398 is "normal" (ok). If so, query process 550 proceeds to a decision state 562 to determine if the number of results so far is less than the desired number of results (C ⁇ N). If so, query process 550 moves to state 564 to add the score S i returned from the threshold compare process 398 to the query results list in an order that is sorted by score. The number of entries in the sorted results list thereby increases by one and has ⁇ N entries.
- the query process 550 proceeds to the decision state 580 to determine if there are additional feature vectors to process, as previously described.
- the threshold T is not changed in this situation.
- the query process 550 continues at a decision state 572.
- a determination is made as to whether the score S i returned from the threshold compare process 398 is less than threshold T (which is either the initialization value of 100 or the score of result N of the sorted results list set by either state 570 or state 578 in a prior pass of the process 550). If not, (i.e., S i is equal to or greater than T) query process 550 proceeds to the decision state 580 to determine if there are additional feature vectors to process, as previously described.
- the query process 550 proceeds to state 574 wherein the new result score S i is inserted into the results list sorted by score. At this time, the results list temporarily has N+1 entries. Advancing to state 576, the query process 550 deletes the last result (N+1) in the sorted results list. Moving to state 578, the query process 550 sets threshold T equal to the score (score N ) of the new N th (last) result in the sorted results list. The query process 550 continues at the decision state 580 to determine if there are additional objects having feature vectors (FV i ) in the database 132, as previously described.
- FV i feature vectors
- the decision state 560 if the return code from the threshold compare process 398 is "threshold exceeded", the score for the current feature vector is ignored and the query process 550 proceeds to the decision state 580 to determine if there are additional feature vectors to process, as previously described.
- the output of the query process 550 is the sorted results of the top N feature vectors. This output is sorted by score.
- the VIR Engine directly implements the Visual Information Model previously described and acts as the hub around which all specific applications are constructed.
- the Engine serves as a central visual information retrieval service that fits into a wide range of products and applications.
- the Engine has been designed to allow easy development of both horizontal and vertical applications.
- the methods are applicable to any geographic area in the world.
- Many of the datasets for environmental information are in the form of directly captured or computer-rendered images, which depict natural (mostly geological) processes, their spatial distribution, and time progression of measurands. It is a common practice for environmental scientists to search for similar conditions around the globe, which amounts to searching for similar images.
- Image comparison is one of the fundamental methods for detecting suspicious regions in a medical image. Specifically, consider a cancer-screening center where a large number of fine needle aspiration cytology (FNAC) tests are conducted daily for breast cancer. We can envision a system that uses the system's image-similarity techniques to provide an intelligent screening aid for the practicing cytologist. After the slide is prepared, it is scanned by a camera-equipped microscope at different levels of magnification.
- FNAC fine needle aspiration cytology
- the slide is compared to a database of other slides (or an existing pre-annotated atlas) at the same magnification, and similarity is computed in terms of cell density, number of nuclei, shapes of nuclei, and number of dividing cells. Suspicious regions of the slide are presented to the cytologist for closer inspection. If nothing suspicious is found, the system might suggest skipping the next higher level of magnification. The cytologist could always override the suggestion, but in general, it would save the cytologist the tedium of scanning through the entire slide, and thus increase his or her productivity.
- Digital libraries of videos are becoming common due to the large number of sports, news, and entertainment videos produced daily. Searching capabilities for a video library should allow queries such as "show other videos having sequences like this one.” If the query sequence has a car chase in it, the system should retrieve all videos with similar scenes and make them available to the user for replay.
- the basic technology to achieve this relies on detection of edit points (cuts, fade-ins, and dissolve), camera movements (pan and zoom), and characterizing a segmented sub-sequence in terms of its motion properties. Also needed is a smooth integration with a database system containing textual information (such as the cast, director, and shooting locations), and other library facilities for which software products already exist.
- a present embodiment of the VIR Engine is delivered as a statically or dynamically linkable library for a wide variety of platforms (such as Sun, SGI, Windows, and Apple Macintosh).
- the library is database independent and contains purely algorithmic code with no dependencies on file systems, I/O mechanisms, or operating systems.
- the engine does not impose a constraint on the mechanism used to persistently store the image features.
- An application could manage the data using a relational database, an object-oriented database, or a simple file system approach. In this way, the VIR Engine is highly portable, and can be considered for specialized processors and embedded applications.
- FIG. 7 shows the interaction between the Engine and other components of an end-user application.
- the VIR Engine is intended as an infrastructure around which applications may be developed. Image management, thumbnails, database interfaces, and user interfaces are the responsibility of the application developer. In particular, persistent storage of feature vectors is up to the application.
- the VIR architecture has been designed to support both static images and video in a unified paradigm.
- the infrastructure provided by the VIR Engine can be utilized to address high-level problems as well, such as automatic, unsupervised keyword assignment, or image classification.
- a sample application template (example program) is provided as follows:
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Library & Information Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Processing Or Creating Images (AREA)
Abstract
Description
______________________________________ Global Color 1.00 Local Color 2.20 Texture 4.10 Structure 2.30 ______________________________________
__________________________________________________________________________ /************************************************************************* ** ****************** * * example program * * Description: Example program * * This simple program exercises typical entry points in the Virage Image Engine API. * In particular, we illustrate: * * - Creating an Image Engine * - Creating a default schema * - Creating a media object from an array of pixels * - Analyzing a media object to create a feature vector * - Creating and setting a weights structure * - Comparing two feature vectors to produce a distance * - Proper destruction of the above objects * * Copyright © 1996 Virage, Inc. * ************************************************************************* ** *******************/ #include <stdlib.h> #include <stdio.h> #ifndef VIR.sub.-- ENG.sub.-- ENGINE.sub.-- C.sub.-- H #include <eng.sub.-- engine.sub.-- c.h> #endif #ifndef VIR.sub.-- VIRCORE.sub.-- H #include <vircore.sub.-- c.h> #endif #ifndef VIR.sub.-- IMG.sub.-- IO.sub.-- C.sub.-- H #include <img.sub.-- io.sub.-- c.h> #endif #ifndef VIR.sub.-- IMG.sub.-- PRIM.sub.-- C.sub.-- H #include <img.sub.-- prim.sub.-- c.h> #endif #define WIDTH 128 #define HEIGHT 128 #define IMAGE1 "image1" #define IMAGE2 "image2" #define GLOBAL.sub.-- WEIGHT 1.0 #define LOCAL.sub.-- WEIGHT 0.5 #define TEXTURE.sub.-- WEIGHT 0.3 #define STRUCTURE.sub.-- WEIGHT 0.6 vir.sub.-- engPrimitiveID default.sub.-- primitives !={ VIR.sub.-- GLOBAL.sub.-- COLOR.sub.-- ID, VIR.sub.-- LOCAL.sub.-- COLOR.sub.-- ID, VIR.sub.-- TEXTURE.sub.-- ID, VIR.sub.-- STRUCTURE.sub.-- ID }; vir.sub.-- float default.sub.-- weights !={ GLOBAL.sub.-- WEIGHT, LOCAL.sub.-- WEIGHT, TEXTURE.sub.-- WEIGHT, STRUCTURE.sub.-- WEIGHT }; #define N.sub.-- DEFAULT.sub.-- WEIGHTS 4 /* * This convenience function creates a vir.sub.-- medMedia object from * a file which contains raw WIDTH × HEIGHT RGB (interleaved) data, * and then computes a feature vector for the object. The feature * vector (and its size) are returned to the caller. * * For users of the Virage IRW module, there are numerous routines * for reading and writing standard file formats (ie. gif, jpeg, * etc.) directly to/from Virage vir.sub.-- medMedia objects. */ void CreateAndAnalyzeMedia( const char * filename, vir..sub.-- engEngineH engine, vir.sub.-- engSchemaH schema, vir.sub.-- engFeatureVectorData ** feature, vir.sub.-- engByteCount * count ) vir.sub.-- MediaH media; vir.sub.-- byte * data; vir.sub.-- unit32 image.sub.-- size; int bytes.sub.-- read; FILE * fp; / *********************>>>>> Begin Execution <<<<<********************/ /* Open the file of raw pixels */ fp = fopen(filename,"rb"); if (fp == NULL) { fprintf(stderr,"Unable to open file %s\n",filename); exit(-1); } image.sub.-- size = WIDTH * HEIGHT * 3; /* Create a buffer to hold the pixel values */ data = (vir.sub.-- byte *)malloc(image.sub.-- size); if (data == NULL) { fprintf(stderr,"Problems allocating data buffer\n"); exit(-1); } /* Read the pixels into the buffer and close the file */ bytes.sub.-- read = fread(data,sizeof(vir.sub.-- byte),image.sub.-- size,fp); fclose(fp); if (bytes.sub.-- read |= image.sub.-- size) { fprintf (stderr,"Problems reading file %s\n", filename); exit (-1); } /* Create our media object from the buffer */ if ( vir.sub.-- imgCreateImageFromData( WIDTH, HEIGHT, data, &media ) |= VIR.sub.-- OK ) { fprintf (stderr,"Problems creating image\n"); exit(-1); } /* Free the data buffer. The media object has made a private copy */ free(data); /* Now we analyze the media object and create a feature vector */ if ( vir.sub.-- engAnalyze(engine, schema, media, feature, count) |= VIR.sub.-- OK ) { fprintf (stderr,"Problems analyzing image1\n"); exit(-1); } /* Now that we are done with the media object, we destroy it */ if (vir.sub.-- DestroyMedia(media) |= VIR.sub.-- OK ) { fprintf (stderr,"Problems destroying media\n"); exit(-1); } } int main(int argc, char * argv ! ) { vir.sub.-- engFeatureVectorData * feature1; vir.sub.-- engFeatureVectorData * feature2; vir.sub.-- engByteCount count1; vir.sub.-- engByteCount count2; vir.sub.-- engEngineH engine; vir.sub.-- engSchemaH schema; vir.sub.-- float distance; vir.sub.-- engWeightsH weights; /*********************>>>>> Begin Execution <<<<<********************/ . /* We create a default image engine */ if ( vir.sub.-- imgCreateImageEngine( &engine ) |= VIR.sub.-- OK ) { fprintf (stderr, "Problems creating image engine\n"); exit(-1); } /* WeCreate a default image schema */ if ( vir.sub.-- imgCreateDefaultSchema( vir.sub.-- DEFAULT.sub.-- SCHEMA.sub.-- 20, engine, &schema ) |= VIR.sub.-- OK ) { fprintf (stderr, "Problems creating schema\n"); exit(-1); } /* Now we'll use our convenient function to create feature vectors * We don't bother checking return codes -- the function bombs out * on any error condition . . . */ CreateAndAnalyzeMedia(IMAGE1, engine, schema, &feature1, &count1); CreateAndAnalyzeMedia(IMAGE2, engine, schema, &feature2, &count2); /* * Now I have the feature vectors in hand - - in a real application I might * choose to store them persistently -- perhaps as a column in a relational * database, as part of an object in an OODB, or as part of the header of a * file format. In this toy example, we'll just compare these vectors against * each other and print out the visual distance between the images that they * represent . . . not very interesting, but illustrative at any rate. */ /* Create a weights structure. We initialize the weights to some arbirtrary * values which we have #define'd above. In a real application, we would probably * get these weights from a user interface mechanism like a slider, but again, * this is just to illustrate the API . . . */ if ( vir.sub.-- engCreateAndInitializeWeights( default.sub.-- primitives, default.sub.-- weights, N.sub.-- DEFAULT.sub.-- WEIGHTS, &weights ) ) { fprintf (stderr,"Problems setting / normalizing weights\n"); exit (-1); } printf( "Starting 500000 . . . . . . . \n"); for ( int ii = 0; ii < 500000; ii++ ) { vir.sub.-- engCompare( engine, feature1, feature2, weights, &distance ); } printf( "Done.\n"); /* Finally, we'll compare the two feature vectors and print out the distance| */ if ( vir.sub.-- engCompare( engine, feature1, feature2, weights, &distance ) |= VIR.sub.-- OK) { fprintf(stderr,"Problems comparing the images\n"); exit(-1); } fprintf (stdout,"The distance is %f|\n",distance); /* We're done with the feature vectors */ if ( (vir.sub.-- engDestroyFeatureVectorData(feature1) |= VIR.sub.-- OK ) || (vir.sub.-- engDestroyFeatureVectorData(feature2) |= VIR.sub.-- OK ) ) { fprintf (stderr,"Problems destroying feature vectors\n"); exit(-1); } /* Clean up the schema */ if ( vir.sub.-- engDestroySchema(schema) | VIR.sub.-- OK ) { fprintf (stderr, "Problems destroying the schema\n"); exit(-1); } /* Clean up the engine*/ if ( vir.sub.-- engDestroyEngine(engine) |= VIR.sub.-- OK ) { fprintf (stderr,"Problems destroying the engine\n"); exit(-1); } return 0; } __________________________________________________________________________
Claims (14)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/829,791 US5893095A (en) | 1996-03-29 | 1997-03-28 | Similarity engine for content-based retrieval of images |
US08/916,904 US5983237A (en) | 1996-03-29 | 1997-08-21 | Visual dictionary |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US1489396P | 1996-03-29 | 1996-03-29 | |
US08/829,791 US5893095A (en) | 1996-03-29 | 1997-03-28 | Similarity engine for content-based retrieval of images |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/916,904 Continuation-In-Part US5983237A (en) | 1996-03-29 | 1997-08-21 | Visual dictionary |
Publications (1)
Publication Number | Publication Date |
---|---|
US5893095A true US5893095A (en) | 1999-04-06 |
Family
ID=26686679
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/829,791 Expired - Lifetime US5893095A (en) | 1996-03-29 | 1997-03-28 | Similarity engine for content-based retrieval of images |
Country Status (1)
Country | Link |
---|---|
US (1) | US5893095A (en) |
Cited By (381)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5983237A (en) * | 1996-03-29 | 1999-11-09 | Virage, Inc. | Visual dictionary |
US6021411A (en) * | 1997-12-30 | 2000-02-01 | International Business Machines Corporation | Case-based reasoning system and method for scoring cases in a case database |
WO2000014619A2 (en) * | 1998-09-09 | 2000-03-16 | Intel Corporation | Multi-linearization data structure for image browsing |
US6072904A (en) * | 1997-12-31 | 2000-06-06 | Philips Electronics North America Corp. | Fast image retrieval using multi-scale edge representation of images |
US6092080A (en) * | 1996-07-08 | 2000-07-18 | Survivors Of The Shoah Visual History Foundation | Digital library system |
US6121969A (en) * | 1997-07-29 | 2000-09-19 | The Regents Of The University Of California | Visual navigation in perceptual databases |
US6148296A (en) * | 1998-02-04 | 2000-11-14 | Microsoft, Inc. | Automatic generation of database queries |
WO2000079426A1 (en) * | 1999-06-18 | 2000-12-28 | The Trustees Of Columbia University In The City Of New York | System and method for detecting text similarity over short passages |
US6172685B1 (en) * | 1997-11-24 | 2001-01-09 | Intel Corporation | Method and apparatus for increasing the amount and utility of displayed information |
US6175828B1 (en) * | 1997-02-28 | 2001-01-16 | Sharp Kabushiki Kaisha | Retrieval apparatus |
US6181817B1 (en) * | 1997-11-17 | 2001-01-30 | Cornell Research Foundation, Inc. | Method and system for comparing data objects using joint histograms |
US6182065B1 (en) * | 1996-11-06 | 2001-01-30 | International Business Machines Corp. | Method and system for weighting the search results of a database search engine |
US6182069B1 (en) * | 1992-11-09 | 2001-01-30 | International Business Machines Corporation | Video query system and method |
WO2001011489A2 (en) * | 1999-08-09 | 2001-02-15 | Almen Laboratories, Inc. | Retrieving images by defining an image content comprising objects |
EP1089198A2 (en) * | 1999-09-30 | 2001-04-04 | Hewlett-Packard Company | Content-based image searching |
US6229523B1 (en) * | 1998-02-18 | 2001-05-08 | Oak Technology, Inc. | Digital versatile disc playback system with efficient modification of subpicture data |
US6240423B1 (en) * | 1998-04-22 | 2001-05-29 | Nec Usa Inc. | Method and system for image querying using region based and boundary based image matching |
US6240424B1 (en) * | 1998-04-22 | 2001-05-29 | Nbc Usa, Inc. | Method and system for similarity-based image classification |
EP1107136A1 (en) * | 1999-12-01 | 2001-06-13 | Hyundai Electronics Industries Co., Ltd. | Content-based image retrieval system and method for retrieving images using the same |
US6292577B1 (en) * | 1997-05-27 | 2001-09-18 | Mitsubishi Denki Kabsuhiki Kaisha | Resemblance retrieval apparatus, and recording medium for recording resemblance retrieval program |
US20010024517A1 (en) * | 1999-12-03 | 2001-09-27 | Lilian Labelle | Method and device for seeking images based on the content taking into account the content of regions of interest |
US20010044855A1 (en) * | 2000-04-19 | 2001-11-22 | Vermeire Brian Christopher | System for accessing content |
US6345274B1 (en) * | 1998-06-29 | 2002-02-05 | Eastman Kodak Company | Method and computer program product for subjective image content similarity-based retrieval |
US6347313B1 (en) * | 1999-03-01 | 2002-02-12 | Hewlett-Packard Company | Information embedding based on user relevance feedback for object retrieval |
US6353831B1 (en) * | 1998-11-02 | 2002-03-05 | Survivors Of The Shoah Visual History Foundation | Digital library system |
WO2002019137A1 (en) * | 2000-08-29 | 2002-03-07 | Imageid Ltd. | Indexing, storage & retrieval of digital images |
US20020028000A1 (en) * | 1999-05-19 | 2002-03-07 | Conwell William Y. | Content identifiers triggering corresponding responses through collaborative processing |
US20020030844A1 (en) * | 2000-02-02 | 2002-03-14 | Tuli Raja Singh | Portable high speed internet access device |
US6363381B1 (en) * | 1998-11-03 | 2002-03-26 | Ricoh Co., Ltd. | Compressed document matching |
AU745932B2 (en) * | 1998-12-11 | 2002-04-11 | Canon Kabushiki Kaisha | Method and apparatus for computing the similarity between images |
US20020049544A1 (en) * | 2000-06-23 | 2002-04-25 | Cytokinetics, Inc. | Image analysis for phenotyping sets of mutant cells |
WO2002041559A2 (en) * | 2000-11-13 | 2002-05-23 | Visual Key, Inc. | Digital media recognition apparatus and methods |
US20020062309A1 (en) * | 2000-09-08 | 2002-05-23 | Jin-Soo Lee | Multimedia searching method using histogram |
US6400996B1 (en) | 1999-02-01 | 2002-06-04 | Steven M. Hoffberg | Adaptive pattern recognition based control system and method |
US6408293B1 (en) * | 1999-06-09 | 2002-06-18 | International Business Machines Corporation | Interactive framework for understanding user's perception of multimedia data |
US6418424B1 (en) | 1991-12-23 | 2002-07-09 | Steven M. Hoffberg | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US6418430B1 (en) * | 1999-06-10 | 2002-07-09 | Oracle International Corporation | System for efficient content-based retrieval of images |
WO2002054279A1 (en) * | 2001-01-04 | 2002-07-11 | Agency For Science, Technology And Research | Improved method of text similarity measurement |
US6421691B1 (en) * | 1998-03-06 | 2002-07-16 | Mitani Sangyo Co., Ltd. | Document management apparatus and method, a recording medium storing a document management program, and a recording medium storing a decision-making program |
KR100343555B1 (en) * | 1999-11-01 | 2002-07-19 | 이윤주 | Color data system based on images and method for providing information of colors by using computer system |
US20020115477A1 (en) * | 2001-02-13 | 2002-08-22 | Raja Singh | Portable high speed internet access device with scrolling |
US20020119441A1 (en) * | 2000-12-18 | 2002-08-29 | Cytokinetics, Inc., A Delaware Corporation | Method of characterizing potential therapeutics by determining cell-cell interactions |
US6445822B1 (en) | 1999-06-04 | 2002-09-03 | Look Dynamics, Inc. | Search method and apparatus for locating digitally stored content, such as visual images, music and sounds, text, or software, in storage devices on a computer network |
US6445834B1 (en) | 1998-10-19 | 2002-09-03 | Sony Corporation | Modular image query system |
US20020122659A1 (en) * | 2000-12-07 | 2002-09-05 | Mcgrath Mark John | Video and audio information processing |
US20020126872A1 (en) * | 2000-12-21 | 2002-09-12 | Brunk Hugh L. | Method, apparatus and programs for generating and utilizing content signatures |
US6456738B1 (en) * | 1998-07-16 | 2002-09-24 | Ricoh Company, Ltd. | Method of and system for extracting predetermined elements from input document based upon model which is adaptively modified according to variable amount in the input document |
US6460043B1 (en) | 1998-02-04 | 2002-10-01 | Microsoft Corporation | Method and apparatus for operating on data with a conceptual data manipulation language |
US20020141631A1 (en) * | 2001-02-20 | 2002-10-03 | Cytokinetics, Inc. | Image analysis of the golgi complex |
US6463444B1 (en) | 1997-08-14 | 2002-10-08 | Virage, Inc. | Video cataloger system with extensibility |
US6463432B1 (en) * | 1998-08-03 | 2002-10-08 | Minolta Co., Ltd. | Apparatus for and method of retrieving images |
US20020159642A1 (en) * | 2001-03-14 | 2002-10-31 | Whitney Paul D. | Feature selection and feature set construction |
US20020161747A1 (en) * | 2001-03-13 | 2002-10-31 | Mingjing Li | Media content search engine incorporating text content and user log mining |
US20020169754A1 (en) * | 2001-05-08 | 2002-11-14 | Jianchang Mao | Apparatus and method for adaptively ranking search results |
US20020168117A1 (en) * | 2001-03-26 | 2002-11-14 | Lg Electronics Inc. | Image search method and apparatus |
US20020184180A1 (en) * | 2001-03-27 | 2002-12-05 | Debique Kirt A. | Meta data management for media content objects |
US6493692B1 (en) | 1998-09-30 | 2002-12-10 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US6493705B1 (en) | 1998-09-30 | 2002-12-10 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US20020186958A1 (en) * | 1996-09-26 | 2002-12-12 | Nikon Corporation | Image reproduction apparatus |
US6502105B1 (en) * | 1999-01-15 | 2002-12-31 | Koninklijke Philips Electronics N.V. | Region-based image archiving and retrieving system |
US6505160B1 (en) | 1995-07-27 | 2003-01-07 | Digimarc Corporation | Connected audio and other media objects |
US20030007664A1 (en) * | 2001-07-05 | 2003-01-09 | Davis Bruce L. | Watermarking to set video usage permissions |
US20030007555A1 (en) * | 2001-04-27 | 2003-01-09 | Mitsubishi Electric Research Laboratories, Inc. | Method for summarizing a video using motion descriptors |
US6519360B1 (en) * | 1997-09-17 | 2003-02-11 | Minolta Co., Ltd. | Image processing apparatus for comparing images based on color feature information and computer program product in a memory |
US6526400B1 (en) * | 1998-09-30 | 2003-02-25 | Canon Kabushiki Kaisha | Information search apparatus and method |
US20030041106A1 (en) * | 2000-10-03 | 2003-02-27 | Raja Tuli | Portable high speed internet access device priority protocol |
US6535776B1 (en) | 1999-09-20 | 2003-03-18 | Ut-Battelle, Llc | Method for localizing and isolating an errant process step |
US6535652B2 (en) * | 1998-02-05 | 2003-03-18 | Canon Kabushiki Kaisha | Image retrieval apparatus and method, and computer-readable memory therefor |
US20030063779A1 (en) * | 2001-03-29 | 2003-04-03 | Jennifer Wrigley | System for visual preference determination and predictive product selection |
US20030072481A1 (en) * | 2001-10-11 | 2003-04-17 | Advanced Micro Devices, Inc. | Method for evaluating anomalies in a semiconductor manufacturing process |
US20030074368A1 (en) * | 1999-01-26 | 2003-04-17 | Hinrich Schuetze | System and method for quantitatively representing data objects in vector space |
US20030074369A1 (en) * | 1999-01-26 | 2003-04-17 | Hinrich Schuetze | System and method for identifying similarities among objects in a collection |
US20030079184A1 (en) * | 2000-05-05 | 2003-04-24 | International Business Machines Corporation | Dynamic image storage using domain-specific compression |
US6564206B1 (en) * | 1998-10-05 | 2003-05-13 | Canon Kabushiki Kaisha | Information search apparatus and method, and storage medium |
US6563959B1 (en) | 1999-07-30 | 2003-05-13 | Pixlogic Llc | Perceptual similarity image retrieval method |
US20030093789A1 (en) * | 2001-11-09 | 2003-05-15 | John Zimmerman | Systems for monitoring broadcast content and generating notification signals as a function of subscriber profiles and methods of operating the same |
US20030091231A1 (en) * | 2000-06-23 | 2003-05-15 | Whoi-Yul Kim | Method for transformating color image on image processing system |
US6567802B1 (en) * | 2000-09-06 | 2003-05-20 | The Trustees Of The University Of Pennsylvania | Systematic approach to query optimization |
US20030113017A1 (en) * | 2001-06-07 | 2003-06-19 | Corinne Thomas | Process for the automatic creation of a database of images accessible by semantic features |
US6584465B1 (en) | 2000-02-25 | 2003-06-24 | Eastman Kodak Company | Method and system for search and retrieval of similar patterns |
US6591007B1 (en) * | 1999-11-16 | 2003-07-08 | International Business Machines Corporation | Method and apparatus for representing colored surfaces via a surface color code book |
US6598055B1 (en) | 1999-12-23 | 2003-07-22 | International Business Machines Corporation | Generic code for manipulating data of a structured object |
US6598046B1 (en) * | 1998-09-29 | 2003-07-22 | Qwest Communications International Inc. | System and method for retrieving documents responsive to a given user's role and scenario |
US6615141B1 (en) | 1999-05-14 | 2003-09-02 | Cytokinetics, Inc. | Database system for predictive cellular bioinformatics |
US20030177110A1 (en) * | 2002-03-15 | 2003-09-18 | Fujitsu Limited | Profile information recommendation method, program and apparatus |
US20030182282A1 (en) * | 2002-02-14 | 2003-09-25 | Ripley John R. | Similarity search engine for use with relational databases |
WO2003079162A2 (en) * | 2002-03-15 | 2003-09-25 | Summus, Inc. | Methods and systems for downloading and viewing maps |
US6633314B1 (en) | 2000-02-02 | 2003-10-14 | Raja Tuli | Portable high speed internet device integrating cellular telephone and palm top computer |
US20030204592A1 (en) * | 2002-03-07 | 2003-10-30 | Crown Media Holdings, Inc. | System for uniquely identifying assets and subsribers in a multi-media communicaion network |
US20030202703A1 (en) * | 2002-04-25 | 2003-10-30 | Dainippon Screen Mfg. Co., Ltd. | Apparatus and computer-readable medium for assisting image classification |
US20030208484A1 (en) * | 2002-05-01 | 2003-11-06 | International Business Machines Corporation | Dynamic optimization of multi-feature queries |
US6651008B1 (en) | 1999-05-14 | 2003-11-18 | Cytokinetics, Inc. | Database system including computer code for predictive cellular bioinformatics |
EP1074953A3 (en) * | 1999-08-06 | 2003-12-03 | Canon Kabushiki Kaisha | Image retrieval apparatus and method |
US6678679B1 (en) * | 2000-10-10 | 2004-01-13 | Science Applications International Corporation | Method and system for facilitating the refinement of data queries |
WO2004008384A1 (en) * | 2002-07-12 | 2004-01-22 | Chroma Group, Inc. | Pattern recognition applied to graphic imaging |
US20040013414A1 (en) * | 2000-08-04 | 2004-01-22 | Christian Karger | Determining the position of an axis of rotation (patient positioning table, radiation therapy) on the basis of an angle of rotation and a chord through a movable mark |
US6687416B2 (en) | 1998-10-19 | 2004-02-03 | Sony Corporation | Method for determining a correlation between images using multi-element image descriptors |
US6704725B1 (en) * | 1999-07-05 | 2004-03-09 | Lg Electronics Inc. | Method of searching multimedia data |
US6718063B1 (en) | 1998-12-11 | 2004-04-06 | Canon Kabushiki Kaisha | Method and apparatus for computing the similarity between images |
US20040071328A1 (en) * | 2001-09-07 | 2004-04-15 | Vaisberg Eugeni A. | Classifying cells based on information contained in cell images |
US20040078364A1 (en) * | 2002-09-03 | 2004-04-22 | Ripley John R. | Remote scoring and aggregating similarity search engine for use with relational databases |
US6728752B1 (en) * | 1999-01-26 | 2004-04-27 | Xerox Corporation | System and method for information browsing using multi-modal features |
US20040091111A1 (en) * | 2002-07-16 | 2004-05-13 | Levy Kenneth L. | Digital watermarking and fingerprinting applications |
US6748398B2 (en) | 2001-03-30 | 2004-06-08 | Microsoft Corporation | Relevance maximizing, iteration minimizing, relevance-feedback, content-based image retrieval (CBIR) |
US20040111434A1 (en) * | 2001-03-02 | 2004-06-10 | Joachim Gloger | Method for the identification of stored information |
US20040125877A1 (en) * | 2000-07-17 | 2004-07-01 | Shin-Fu Chang | Method and system for indexing and content-based adaptive streaming of digital video content |
US20040139208A1 (en) * | 2002-12-03 | 2004-07-15 | Raja Tuli | Portable internet access device back page cache |
US6772151B1 (en) * | 2000-06-16 | 2004-08-03 | Polyone Corporation | Color matching system and method |
US20040160637A1 (en) * | 2000-02-02 | 2004-08-19 | Tuli Raja Singh | Portable high speed internet access device |
US20040170327A1 (en) * | 2001-06-19 | 2004-09-02 | Whoi-Yul Kim | Method of extracting shape variation descriptor for retrieving image sequence |
US20040184664A1 (en) * | 2000-02-02 | 2004-09-23 | Tuli Raja Singh | Portable high speed internet access device |
US20040190793A1 (en) * | 2002-03-01 | 2004-09-30 | Rorvig Mark E. | Method for retrieving images by content measure metadata encoding |
US20040210547A1 (en) * | 2002-07-12 | 2004-10-21 | Chroma Energy, Inc. | Pattern recognition template application applied to oil exploration and production |
US20040215663A1 (en) * | 2001-11-30 | 2004-10-28 | Microsoft Corporation | Media agent |
US6813394B1 (en) * | 1998-08-31 | 2004-11-02 | Canon Kabushiki Kaisha | Image storage method and apparatus |
US20040236733A1 (en) * | 2003-05-21 | 2004-11-25 | Po-Chieh Hung | Searching device, searching method and program |
US20040243567A1 (en) * | 2003-03-03 | 2004-12-02 | Levy Kenneth L. | Integrating and enhancing searching of media content and biometric databases |
US20040240543A1 (en) * | 2001-09-04 | 2004-12-02 | Faroudja Yves C. | Low bandwidth video compression |
US20040249774A1 (en) * | 1993-09-20 | 2004-12-09 | Caid William R. | Representation and retrieval of images using context vectors derived from image information elements |
US6833865B1 (en) * | 1998-09-01 | 2004-12-21 | Virage, Inc. | Embedded metadata engines in digital capture devices |
US6842777B1 (en) | 2000-10-03 | 2005-01-11 | Raja Singh Tuli | Methods and apparatuses for simultaneous access by multiple remote devices |
US20050014217A1 (en) * | 2003-07-18 | 2005-01-20 | Cytokinetics, Inc. | Predicting hepatotoxicity using cell based assays |
US20050014216A1 (en) * | 2003-07-18 | 2005-01-20 | Cytokinetics, Inc. | Predicting hepatotoxicity using cell based assays |
US20050018895A1 (en) * | 2000-04-04 | 2005-01-27 | Konica Corporation | Image processing selecting method, image selecting method and image processing apparatus |
US20050026199A1 (en) * | 2000-01-21 | 2005-02-03 | Shaw Sandy C. | Method for identifying biomarkers using Fractal Genomics Modeling |
US20050033142A1 (en) * | 2003-05-09 | 2005-02-10 | University Of Rochester Medical Center | Method of indexing biological imaging data using a three-dimensional body representation |
US6859802B1 (en) * | 1999-09-13 | 2005-02-22 | Microsoft Corporation | Image retrieval based on relevance feedback |
US6874009B1 (en) | 2000-02-16 | 2005-03-29 | Raja Tuli | Portable high speed internet device with user fees |
US6877134B1 (en) | 1997-08-14 | 2005-04-05 | Virage, Inc. | Integrated data and real-time metadata capture system and method |
US6876760B1 (en) | 2000-12-04 | 2005-04-05 | Cytokinetics, Inc. | Classifying cells based on information contained in cell images |
US20050079524A1 (en) * | 2000-01-21 | 2005-04-14 | Shaw Sandy C. | Method for identifying biomarkers using Fractal Genomics Modeling |
US20050091268A1 (en) * | 2000-01-26 | 2005-04-28 | Meyer Joel R. | Systems and methods of managing audio and other media |
US20050125358A1 (en) * | 2003-12-04 | 2005-06-09 | Black Duck Software, Inc. | Authenticating licenses for legally-protectable content based on license profiles and content identifiers |
US20050125359A1 (en) * | 2003-12-04 | 2005-06-09 | Black Duck Software, Inc. | Resolving license dependencies for aggregations of legally-protectable content |
US20050129334A1 (en) * | 2003-12-12 | 2005-06-16 | Wilder Daniel V. | Event photo retrieval system and method |
US20050137806A1 (en) * | 2003-07-18 | 2005-06-23 | Cytokinetics, Inc. A Delaware Corporation | Characterizing biological stimuli by response curves |
US6912571B1 (en) | 2000-02-22 | 2005-06-28 | Frank David Serena | Method of replacing content |
US6915327B1 (en) | 2000-10-30 | 2005-07-05 | Raja Singh Tuli | Portable high speed communication device peripheral connectivity |
US6920451B2 (en) * | 2000-01-21 | 2005-07-19 | Health Discovery Corporation | Method for the manipulation, storage, modeling, visualization and quantification of datasets |
US20050158736A1 (en) * | 2000-01-21 | 2005-07-21 | Shaw Sandy C. | Method for studying cellular chronomics and causal relationships of genes using fractal genomics modeling |
US6928461B2 (en) | 2001-01-24 | 2005-08-09 | Raja Singh Tuli | Portable high speed internet access device with encryption |
US6931396B1 (en) * | 1999-06-29 | 2005-08-16 | Gene Logic Inc. | Biological data processing |
US20050185018A1 (en) * | 2001-03-27 | 2005-08-25 | Silverbrook Research Pty Ltd | Ink jet module |
US20050190273A1 (en) * | 2001-10-09 | 2005-09-01 | Microsoft Corporation | System and method for exchanging images |
US6941382B1 (en) | 2000-02-07 | 2005-09-06 | Raja Tuli | Portable high speed internet or desktop device |
US20050225678A1 (en) * | 2004-04-08 | 2005-10-13 | Andrew Zisserman | Object retrieval |
US6956961B2 (en) | 2001-02-20 | 2005-10-18 | Cytokinetics, Inc. | Extracting shape information contained in cell images |
US20050234985A1 (en) * | 2004-04-09 | 2005-10-20 | Nexjenn Media, Inc. | System, method and computer program product for extracting metadata faster than real-time |
US20050262067A1 (en) * | 1999-02-01 | 2005-11-24 | Lg Electronics Inc. | Method of searching multimedia data |
US20050271304A1 (en) * | 2004-05-05 | 2005-12-08 | Retterath Jamie E | Methods and apparatus for automated true object-based image analysis and retrieval |
US20050272073A1 (en) * | 2000-12-04 | 2005-12-08 | Cytokinetics, Inc., A Delaware Corporation | Ploidy classification method |
US20050273271A1 (en) * | 2004-04-05 | 2005-12-08 | Aibing Rao | Method of characterizing cell shape |
US20050283317A1 (en) * | 2001-02-20 | 2005-12-22 | Cytokinetics, Inc., A Delaware Corporation | Characterizing biological stimuli by response curves |
US20060002479A1 (en) * | 2004-06-22 | 2006-01-05 | Fernandes Felix C A | Decoder for H.264/AVC video |
US6985898B1 (en) * | 1999-10-01 | 2006-01-10 | Infoglide Corporation | System and method for visually representing a hierarchical database objects and their similarity relationships to other objects in the database |
US20060014135A1 (en) * | 2004-07-15 | 2006-01-19 | Cytokinetics, Inc. | Assay for distinguishing live and dead cells |
US20060018506A1 (en) * | 2000-01-13 | 2006-01-26 | Rodriguez Tony F | Digital asset management, targeted searching and desktop searching using digital watermarks |
US20060034520A1 (en) * | 1999-09-20 | 2006-02-16 | Microsoft Corporation | Background maintenance of an image sequence |
US7003515B1 (en) | 2001-05-16 | 2006-02-21 | Pandora Media, Inc. | Consumer item matching method and system |
US20060039586A1 (en) * | 2004-07-01 | 2006-02-23 | Sony Corporation | Information-processing apparatus, information-processing methods, and programs |
US20060071947A1 (en) * | 2004-10-06 | 2006-04-06 | Randy Ubillos | Techniques for displaying digital images on a display |
US7031555B2 (en) | 1999-07-30 | 2006-04-18 | Pixlogic Llc | Perceptual similarity image retrieval |
US7039245B1 (en) * | 1998-02-16 | 2006-05-02 | Canal + Technologies | Processing of digital picture data in a decoder |
US20060095852A1 (en) * | 2002-11-27 | 2006-05-04 | Trepess David W | Information storage and retrieval |
US20060115108A1 (en) * | 2004-06-22 | 2006-06-01 | Rodriguez Tony F | Metadata management and generation using digital watermarks |
US20060115111A1 (en) * | 2002-09-30 | 2006-06-01 | Malone Michael F | Apparatus for capturing information as a file and enhancing the file with embedded information |
US20060116966A1 (en) * | 2003-12-04 | 2006-06-01 | Pedersen Palle M | Methods and systems for verifying protectable content |
US20060136629A1 (en) * | 2004-08-18 | 2006-06-22 | King Martin T | Scanner having connected and unconnected operational behaviors |
US20060143221A1 (en) * | 2004-12-13 | 2006-06-29 | Samsung Electronics Co., Ltd | Apparatus and method of producing 3D structural sketch and computer-readable recording medium on which computer program for executing the method is recorded |
US20060147186A1 (en) * | 2000-09-06 | 2006-07-06 | Eiji Kasutani | Image searching device |
US20060155684A1 (en) * | 2005-01-12 | 2006-07-13 | Microsoft Corporation | Systems and methods to present web image search results for effective image browsing |
US20060190445A1 (en) * | 2001-03-13 | 2006-08-24 | Picsearch Ab | Indexing of digitized entities |
US20060206478A1 (en) * | 2001-05-16 | 2006-09-14 | Pandora Media, Inc. | Playlist generating methods |
US20060205458A1 (en) * | 2005-03-08 | 2006-09-14 | Doug Huber | System and method for capturing images from mobile devices for use with patron tracking system |
US20060212464A1 (en) * | 2005-03-18 | 2006-09-21 | Pedersen Palle M | Methods and systems for identifying an area of interest in protectable content |
US20060212442A1 (en) * | 2001-05-16 | 2006-09-21 | Pandora Media, Inc. | Methods of Presenting and Providing Content to a User |
US20060212444A1 (en) * | 2001-05-16 | 2006-09-21 | Pandora Media, Inc. | Methods and systems for utilizing contextual feedback to generate and modify playlists |
US20060239329A1 (en) * | 2005-03-14 | 2006-10-26 | Kabushiki Kaisha Bio Echo Net | Ear-type clinical thermometer |
US7132652B1 (en) | 2003-03-25 | 2006-11-07 | Kla-Tencor Technologies Corporation | Automatic classification of defects using pattern recognition applied to X-ray spectra |
US7136852B1 (en) * | 2001-11-27 | 2006-11-14 | Ncr Corp. | Case-based reasoning similarity metrics implementation using user defined functions |
US20060259477A1 (en) * | 2005-05-10 | 2006-11-16 | Tetsu Morita | Image managing apparatus, image managing method, image managing program, and storage medium |
US7155033B1 (en) * | 1999-02-01 | 2006-12-26 | Thomson Licensing | Coarse representation of visual object's shape for search/query/filtering applications |
US20070002069A1 (en) * | 2005-06-30 | 2007-01-04 | Microsoft Corporation | Parallel texture synthesis having controllable jitter |
US7162463B1 (en) | 2002-07-12 | 2007-01-09 | Chroma Energy, Inc. | Pattern recognition template construction applied to oil exploration and production |
US20070025591A1 (en) * | 2001-03-05 | 2007-02-01 | Rhoads Geoffrey B | Geographic information systems using digital watermarks |
US20070031818A1 (en) * | 2004-07-15 | 2007-02-08 | Cytokinetics, Inc., A Delaware Corporation | Assay for distinguishing live and dead cells |
US20070041612A1 (en) * | 2005-05-11 | 2007-02-22 | Luc Perron | Apparatus, method and system for screening receptacles and persons, having image distortion correction functionality |
US7184991B1 (en) | 2002-07-12 | 2007-02-27 | Chroma Energy, Inc. | Pattern recognition applied to oil exploration and production |
US20070055689A1 (en) * | 1998-04-16 | 2007-03-08 | Rhoads Geoffrey B | Content Indexing and Searching using Content Identifiers and associated Metadata |
US20070070038A1 (en) * | 1991-12-23 | 2007-03-29 | Hoffberg Steven M | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US20070073749A1 (en) * | 2005-09-28 | 2007-03-29 | Nokia Corporation | Semantic visual search engine |
US20070076916A1 (en) * | 1998-04-16 | 2007-04-05 | Rhoads Geoffrey B | Digital watermarking, steganographic data hiding and indexing content |
US20070088748A1 (en) * | 2005-10-17 | 2007-04-19 | Fujitsu Limited | Image display control device |
US20070091376A1 (en) * | 2005-05-02 | 2007-04-26 | Sean Calhoon | Active Images Through Digital Watermarking |
US20070100898A1 (en) * | 2000-02-10 | 2007-05-03 | Involve Technology, Inc. | System for Creating and Maintaining a Database of Information Utilizing User Opinions |
US20070110308A1 (en) * | 2005-11-17 | 2007-05-17 | Samsung Electronics Co., Ltd. | Method, medium, and system with category-based photo clustering using photographic region templates |
US20070110272A1 (en) * | 2001-04-25 | 2007-05-17 | Sharma Ravi K | Encoding and Decoding Signals for Digital Watermarking |
US7242988B1 (en) | 1991-12-23 | 2007-07-10 | Linda Irene Hoffberg | Adaptive pattern recognition based controller apparatus and method and human-factored interface therefore |
US20070160275A1 (en) * | 2006-01-11 | 2007-07-12 | Shashidhar Sathyanarayana | Medical image retrieval |
US20070239779A1 (en) * | 2006-04-07 | 2007-10-11 | Microsoft Corporation | Analysis of media content via extensible object |
US20070239780A1 (en) * | 2006-04-07 | 2007-10-11 | Microsoft Corporation | Simultaneous capture and analysis of media content |
US7283659B1 (en) * | 2002-01-09 | 2007-10-16 | Kla-Tencor Technologies Corporation | Apparatus and methods for searching through and analyzing defect images and wafer maps |
US20070245400A1 (en) * | 1998-11-06 | 2007-10-18 | Seungyup Paek | Video description system and method |
US7289244B2 (en) | 2000-02-02 | 2007-10-30 | Raja Singh Tuli | Portable high speed internet access device |
US7292251B1 (en) | 2000-10-06 | 2007-11-06 | The Research Foundation Of State University Of New York | Virtual telemicroscope |
US20070260651A1 (en) * | 2006-05-08 | 2007-11-08 | Pedersen Palle M | Methods and systems for reporting regions of interest in content files |
US7295752B1 (en) | 1997-08-14 | 2007-11-13 | Virage, Inc. | Video cataloger system with audio track extraction |
US20070271226A1 (en) * | 2006-05-19 | 2007-11-22 | Microsoft Corporation | Annotation by Search |
US20070282819A1 (en) * | 2000-04-07 | 2007-12-06 | Virage, Inc. | Network video guide and spidering |
WO2007137352A1 (en) * | 2006-05-29 | 2007-12-06 | University Of Wollongong | Content based image retrieval |
US20070286531A1 (en) * | 2006-06-08 | 2007-12-13 | Hsin Chia Fu | Object-based image search system and method |
US20080008352A1 (en) * | 2001-07-05 | 2008-01-10 | Davis Bruce L | Methods Employing Topical Subject Criteria in Video Processing |
US20080028047A1 (en) * | 2000-04-07 | 2008-01-31 | Virage, Inc. | Interactive video application hosting |
US20080065613A1 (en) * | 1999-07-15 | 2008-03-13 | Bober Miroslaw Z | Method, apparatus, computer program, computer system and computer-readable storage for representing and searching for an object in an image |
US7356570B1 (en) | 2000-08-29 | 2008-04-08 | Raja Tuli | Portable high speed communication device |
US20080091677A1 (en) * | 2006-10-12 | 2008-04-17 | Black Duck Software, Inc. | Software export compliance |
US20080091938A1 (en) * | 2006-10-12 | 2008-04-17 | Black Duck Software, Inc. | Software algorithm identification |
US7366719B2 (en) | 2000-01-21 | 2008-04-29 | Health Discovery Corporation | Method for the manipulation, storage, modeling, visualization and quantification of datasets |
US20080133556A1 (en) * | 1999-05-19 | 2008-06-05 | Conwell William Y | Content Identifiers |
US20080131072A1 (en) * | 1997-05-16 | 2008-06-05 | Shih-Fu Chang | Methods and architecture for indexing and editing compressed video over the world wide web |
US20080154965A1 (en) * | 2003-12-04 | 2008-06-26 | Pedersen Palle M | Methods and systems for managing software development |
US20080181308A1 (en) * | 2005-03-04 | 2008-07-31 | Yong Wang | System and method for motion estimation and mode decision for low-complexity h.264 decoder |
US20080215636A1 (en) * | 2000-05-01 | 2008-09-04 | Lofgren Neil E | Systems and Methods Facilitating Communication with Remote Computers |
US20080240572A1 (en) * | 2007-03-26 | 2008-10-02 | Seiko Epson Corporation | Image Search Apparatus and Image Search Method |
US7441014B1 (en) * | 2000-02-09 | 2008-10-21 | Tvworks, Llc | Broadcast distribution using low-level objects and locator tables |
US20080303942A1 (en) * | 2001-12-06 | 2008-12-11 | Shih-Fu Chang | System and method for extracting text captions from video and generating video summaries |
US20090028425A1 (en) * | 2007-07-27 | 2009-01-29 | Sportvision, Inc. | Identifying an object in an image using color profiles |
US20090034805A1 (en) * | 2006-05-10 | 2009-02-05 | Aol Llc | Using Relevance Feedback In Face Recognition |
US20090076797A1 (en) * | 2005-12-28 | 2009-03-19 | Hong Yu | System and Method For Accessing Images With A Novel User Interface And Natural Language Processing |
US20090082637A1 (en) * | 2007-09-21 | 2009-03-26 | Michael Galperin | Multi-modality fusion classifier with integrated non-imaging factors |
US20090106192A1 (en) * | 2001-02-09 | 2009-04-23 | Harris Scott C | Visual database for online transactions |
US20090125226A1 (en) * | 2005-05-06 | 2009-05-14 | Laumeyer Robert A | Network-based navigation system having virtual drive-thru advertisements integrated with actual imagery from along a physical route |
US20090144534A1 (en) * | 2005-03-03 | 2009-06-04 | Sean Calhoon | Data Processing Systems and Methods |
US20090148064A1 (en) * | 2007-12-05 | 2009-06-11 | Egan Schulz | Collage display of image projects |
US20090169114A1 (en) * | 2007-12-28 | 2009-07-02 | Cadence Design Systems, Inc. | Interpolation of irregular data in a finite-dimensional metric space in lithographic simulation |
US20090174554A1 (en) * | 2005-05-11 | 2009-07-09 | Eric Bergeron | Method and system for screening luggage items, cargo containers or persons |
US20090174798A1 (en) * | 2008-01-07 | 2009-07-09 | Sony Ericsson Mobile Communications Ab | Exif object coordinates |
US7562392B1 (en) | 1999-05-19 | 2009-07-14 | Digimarc Corporation | Methods of interacting with audio and ambient music |
US20090216755A1 (en) * | 2008-02-21 | 2009-08-27 | Einav Itamar | Indexing Method For Multimedia Feature Vectors Using Locality Sensitive Hashing |
US7593605B2 (en) | 2004-02-15 | 2009-09-22 | Exbiblio B.V. | Data capture from rendered documents using handheld device |
US20090252376A1 (en) * | 2000-08-12 | 2009-10-08 | Retterath Jamie E | System for Road Sign Sheeting Classification |
US20090316778A1 (en) * | 2002-04-26 | 2009-12-24 | Jae-Gon Kim | Method And System For Optimal Video Transcoding Based On Utility Function Descriptors |
US7653635B1 (en) | 1998-11-06 | 2010-01-26 | The Trustees Of Columbia University In The City Of New York | Systems and methods for interoperable multimedia content descriptions |
US20100053199A1 (en) * | 2006-12-21 | 2010-03-04 | Philippe Robert | Image processing method and device implementing said method |
US20100061590A1 (en) * | 2004-03-25 | 2010-03-11 | Raja Neogi | Fingerprinting digital video for rights management in networks |
US20100082614A1 (en) * | 2008-09-22 | 2010-04-01 | Microsoft Corporation | Bayesian video search reranking |
US20100088295A1 (en) * | 2008-10-03 | 2010-04-08 | Microsoft Corporation | Co-location visual pattern mining for near-duplicate image retrieval |
US20100088254A1 (en) * | 2008-10-07 | 2010-04-08 | Yin-Pin Yang | Self-learning method for keyword based human machine interaction and portable navigation device |
US7725829B1 (en) | 2002-01-23 | 2010-05-25 | Microsoft Corporation | Media authoring and presentation |
US7730426B2 (en) | 1998-12-31 | 2010-06-01 | Microsoft Corporation | Visual thesaurus as applied to media clip searching |
US20100138422A1 (en) * | 2005-10-25 | 2010-06-03 | Bracco Imaging S.P.A. | Image processing system, particularly for use with diagnostic images |
US20100158412A1 (en) * | 2008-12-22 | 2010-06-24 | Microsoft Corporation | Interactively ranking image search results using color layout relevance |
US7778438B2 (en) | 2002-09-30 | 2010-08-17 | Myport Technologies, Inc. | Method for multi-media recognition, data conversion, creation of metatags, storage and search retrieval |
US20100209008A1 (en) * | 2007-05-17 | 2010-08-19 | Superfish Ltd. | method and a system for organizing an image database |
US20100262616A1 (en) * | 2009-04-09 | 2010-10-14 | Nokia Corporation | Method and apparatus for providing visual search engine results |
US20100272357A1 (en) * | 2006-07-28 | 2010-10-28 | University Of New Brunswick | Method of image segmentation |
US7824029B2 (en) | 2002-05-10 | 2010-11-02 | L-1 Secure Credentialing, Inc. | Identification card printer-assembler for over the counter card issuing |
US20100281037A1 (en) * | 2007-12-20 | 2010-11-04 | Koninklijke Philips Electronics N.V. | Method and device for case-based decision support |
US20100306197A1 (en) * | 2008-05-27 | 2010-12-02 | Multi Base Ltd | Non-linear representation of video data |
US20110019020A1 (en) * | 2004-04-01 | 2011-01-27 | King Martin T | Adding information or functionality to a rendered document via association with an electronic counterpart |
US20110026816A1 (en) * | 2009-07-29 | 2011-02-03 | Vaughn Robert L | Rapid image categorization |
US20110025710A1 (en) * | 2008-04-10 | 2011-02-03 | The Trustees Of Columbia University In The City Of New York | Systems and methods for image archeology |
US20110026838A1 (en) * | 2004-04-01 | 2011-02-03 | King Martin T | Publishing techniques for adding value to a rendered document |
US7899232B2 (en) | 2006-05-11 | 2011-03-01 | Optosecurity Inc. | Method and apparatus for providing threat image projection (TIP) in a luggage screening system, and luggage screening system implementing same |
US7907755B1 (en) * | 2006-05-10 | 2011-03-15 | Aol Inc. | Detecting facial similarity based on human perception of facial similarity |
US20110072395A1 (en) * | 2004-12-03 | 2011-03-24 | King Martin T | Determining actions involving captured information and electronic content associated with rendered documents |
US20110072047A1 (en) * | 2009-09-21 | 2011-03-24 | Microsoft Corporation | Interest Learning from an Image Collection for Advertising |
US20110075228A1 (en) * | 2004-12-03 | 2011-03-31 | King Martin T | Scanner having connected and unconnected operational behaviors |
US20110085211A1 (en) * | 2004-02-15 | 2011-04-14 | King Martin T | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
US20110099177A1 (en) * | 2009-01-23 | 2011-04-28 | Nec Corporation | Data retrieval device |
US7962948B1 (en) | 2000-04-07 | 2011-06-14 | Virage, Inc. | Video-enabled community building |
US20110145232A1 (en) * | 2008-06-17 | 2011-06-16 | The Trustees Of Columbia University In The City Of New York | System and method for dynamically and interactively searching media data |
US20110145102A1 (en) * | 2004-04-01 | 2011-06-16 | King Martin T | Methods and systems for initiating application processes by data capture from rendered documents |
US7974714B2 (en) | 1999-10-05 | 2011-07-05 | Steven Mark Hoffberg | Intelligent electronic appliance system and method |
US20110167053A1 (en) * | 2006-06-28 | 2011-07-07 | Microsoft Corporation | Visual and multi-dimensional search |
US7988297B2 (en) | 2007-10-19 | 2011-08-02 | Look Dynamics, Inc. | Non-rigidly coupled, overlapping, non-feedback, optical systems for spatial filtering of fourier transform optical patterns and image shape content characterization |
US20110191334A1 (en) * | 2010-02-04 | 2011-08-04 | Microsoft Corporation | Smart Interface for Color Layout Sensitive Image Search |
US20110238664A1 (en) * | 2010-03-26 | 2011-09-29 | Pedersen Palle M | Region Based Information Retrieval System |
US8081682B1 (en) * | 2005-10-13 | 2011-12-20 | Maxim Integrated Products, Inc. | Video encoding mode decisions according to content categories |
US8090222B1 (en) * | 2006-11-15 | 2012-01-03 | Google Inc. | Selection of an image or images most representative of a set of images |
US20120002880A1 (en) * | 1997-10-27 | 2012-01-05 | Massachusetts Institute Of Technology | Image comparison using regions |
US8094949B1 (en) | 1994-10-21 | 2012-01-10 | Digimarc Corporation | Music methods and systems |
US20120051634A1 (en) * | 2010-08-24 | 2012-03-01 | Compuware Corporation | System for Computationally Quantifying Similarities Between Images |
US8132096B1 (en) * | 2007-03-26 | 2012-03-06 | Hewlett-Packard Development Company, L.P. | Image composition evaluation |
US8149909B1 (en) | 2005-10-13 | 2012-04-03 | Maxim Integrated Products, Inc. | Video encoding control using non-exclusive content categories |
US8165406B2 (en) | 2007-12-12 | 2012-04-24 | Microsoft Corp. | Interactive concept learning in image search |
US8171509B1 (en) | 2000-04-07 | 2012-05-01 | Virage, Inc. | System and method for applying a database to video multimedia |
US8179563B2 (en) | 2004-08-23 | 2012-05-15 | Google Inc. | Portable scanning device |
US8200025B2 (en) | 2007-12-07 | 2012-06-12 | University Of Ottawa | Image classification and search |
US8261094B2 (en) | 2004-04-19 | 2012-09-04 | Google Inc. | Secure data gathering from rendered documents |
US8290311B1 (en) * | 2007-01-11 | 2012-10-16 | Proofpoint, Inc. | Apparatus and method for detecting images within spam |
US8290203B1 (en) * | 2007-01-11 | 2012-10-16 | Proofpoint, Inc. | Apparatus and method for detecting images within spam |
US8346620B2 (en) | 2004-07-19 | 2013-01-01 | Google Inc. | Automatic modification of web pages |
US8352465B1 (en) | 2009-09-03 | 2013-01-08 | Google Inc. | Grouping of image search results |
US8369967B2 (en) | 1999-02-01 | 2013-02-05 | Hoffberg Steven M | Alarm system controller and a method for controlling an alarm system |
US8418055B2 (en) | 2009-02-18 | 2013-04-09 | Google Inc. | Identifying a document by performing spectral analysis on the contents of the document |
US8442331B2 (en) | 2004-02-15 | 2013-05-14 | Google Inc. | Capturing text from rendered documents using supplemental information |
US8447066B2 (en) | 2009-03-12 | 2013-05-21 | Google Inc. | Performing actions based on capturing information from rendered documents, such as documents under copyright |
US20130142406A1 (en) * | 2011-12-05 | 2013-06-06 | Illinois Tool Works Inc. | Method and apparatus for prescription medication verification |
US8489624B2 (en) | 2004-05-17 | 2013-07-16 | Google, Inc. | Processing techniques for text capture from a rendered document |
US8494210B2 (en) | 2007-03-30 | 2013-07-23 | Optosecurity Inc. | User interface for use in security screening providing image enhancement capabilities and apparatus for implementing same |
US8505090B2 (en) | 2004-04-01 | 2013-08-06 | Google Inc. | Archive of text captures from rendered documents |
US8504547B1 (en) * | 2008-04-23 | 2013-08-06 | Google Inc. | Customizing image search for user attributes |
US8531710B2 (en) | 2004-12-03 | 2013-09-10 | Google Inc. | Association of a portable scanner with input/output and storage devices |
US8538957B1 (en) * | 2009-06-03 | 2013-09-17 | Google Inc. | Validating translations using visual similarity between visual media search results |
US8543521B2 (en) | 2011-03-30 | 2013-09-24 | Microsoft Corporation | Supervised re-ranking for visual search |
US8559682B2 (en) | 2010-11-09 | 2013-10-15 | Microsoft Corporation | Building a person profile database |
US8566331B1 (en) | 2009-05-29 | 2013-10-22 | Google Inc. | Ordering image search results |
US8572087B1 (en) * | 2007-10-17 | 2013-10-29 | Google Inc. | Content identification |
US8572109B1 (en) | 2009-05-15 | 2013-10-29 | Google Inc. | Query translation quality confidence |
US8577909B1 (en) | 2009-05-15 | 2013-11-05 | Google Inc. | Query translation using bilingual search refinements |
US8577910B1 (en) | 2009-05-15 | 2013-11-05 | Google Inc. | Selecting relevant languages for query translation |
US8600196B2 (en) | 2006-09-08 | 2013-12-03 | Google Inc. | Optical scanners, such as hand-held optical scanners |
US8620083B2 (en) | 2004-12-03 | 2013-12-31 | Google Inc. | Method and system for character recognition |
US8671069B2 (en) | 2008-12-22 | 2014-03-11 | The Trustees Of Columbia University, In The City Of New York | Rapid image annotation via brain state decoding and visual pattern mining |
US8713418B2 (en) | 2004-04-12 | 2014-04-29 | Google Inc. | Adding value to a rendered document |
US8712193B2 (en) | 2000-11-06 | 2014-04-29 | Nant Holdings Ip, Llc | Image capture and identification system and process |
EP2743844A3 (en) * | 2012-12-13 | 2014-07-02 | HTC Corporation | Image search systems and methods |
US8781228B2 (en) | 2004-04-01 | 2014-07-15 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US8792750B2 (en) | 2000-11-06 | 2014-07-29 | Nant Holdings Ip, Llc | Object information derived from object images |
US8824738B2 (en) | 2000-11-06 | 2014-09-02 | Nant Holdings Ip, Llc | Data capture and identification system and process |
US20140279076A1 (en) * | 2013-03-14 | 2014-09-18 | Vdopia Inc. | Systems and methods for layering content |
US8874504B2 (en) | 2004-12-03 | 2014-10-28 | Google Inc. | Processing techniques for visual capture data from a rendered document |
US20140321761A1 (en) * | 2010-02-08 | 2014-10-30 | Microsoft Corporation | Intelligent Image Search Results Summarization and Browsing |
US20140330844A1 (en) * | 2008-11-07 | 2014-11-06 | Core Wireless Licensing, S.a.r.l. | Method and apparatus for quality ranking of media |
US8892495B2 (en) | 1991-12-23 | 2014-11-18 | Blanding Hovenweep, Llc | Adaptive pattern recognition based controller apparatus and method and human-interface therefore |
US8903798B2 (en) | 2010-05-28 | 2014-12-02 | Microsoft Corporation | Real-time annotation and enrichment of captured video |
US8990235B2 (en) | 2009-03-12 | 2015-03-24 | Google Inc. | Automatically providing content associated with captured information, such as information captured in real-time |
US20150086115A1 (en) * | 2013-09-20 | 2015-03-26 | Oracle International Corporation | Screenshot database for application verification |
US9081799B2 (en) | 2009-12-04 | 2015-07-14 | Google Inc. | Using gestalt information to identify locations in printed information |
WO2015105982A1 (en) * | 2014-01-09 | 2015-07-16 | Alibaba Group Holding Limited | Method and system for searching and displaying product images |
US9116890B2 (en) | 2004-04-01 | 2015-08-25 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US9143638B2 (en) | 2004-04-01 | 2015-09-22 | Google Inc. | Data capture from rendered documents using handheld device |
US9177225B1 (en) | 2014-07-03 | 2015-11-03 | Oim Squared Inc. | Interactive content generation |
US9239848B2 (en) | 2012-02-06 | 2016-01-19 | Microsoft Technology Licensing, Llc | System and method for semantically annotating images |
US9268852B2 (en) | 2004-02-15 | 2016-02-23 | Google Inc. | Search engines and systems with handheld document data capture devices |
US20160055178A1 (en) * | 2014-08-25 | 2016-02-25 | Inventec (Pudong) Technology Corporation | Method for swiftly searching for target objects |
US9310892B2 (en) | 2000-11-06 | 2016-04-12 | Nant Holdings Ip, Llc | Object information derived from object images |
US9323784B2 (en) | 2009-12-09 | 2016-04-26 | Google Inc. | Image search using text-based elements within the contents of images |
US9367756B2 (en) | 2010-08-31 | 2016-06-14 | Google Inc. | Selection of representative images |
EP2912576A4 (en) * | 2012-10-23 | 2016-07-20 | Leica Biosystems Imaging Inc | Systems and methods for an image repository for pathology |
US9497249B2 (en) * | 2011-08-08 | 2016-11-15 | Sony Corporation | Information processing apparatus, information processing method, program, and information processing system |
US9519732B1 (en) | 2011-11-28 | 2016-12-13 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for implementing pattern-based design enabled manufacturing of electronic circuit designs |
US9552442B2 (en) * | 2010-10-21 | 2017-01-24 | International Business Machines Corporation | Visual meme tracking for social media analysis |
USRE46310E1 (en) | 1991-12-23 | 2017-02-14 | Blanding Hovenweep, Llc | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US9613061B1 (en) * | 2004-03-19 | 2017-04-04 | Google Inc. | Image selection for news search |
US9632206B2 (en) | 2011-09-07 | 2017-04-25 | Rapiscan Systems, Inc. | X-ray inspection system that integrates manifest data with imaging/detection processing |
US9678992B2 (en) | 2011-05-18 | 2017-06-13 | Microsoft Technology Licensing, Llc | Text to image translation |
US9678993B2 (en) | 2013-03-14 | 2017-06-13 | Shutterstock, Inc. | Context based systems and methods for presenting media file annotation recommendations |
US9703782B2 (en) | 2010-05-28 | 2017-07-11 | Microsoft Technology Licensing, Llc | Associating media with metadata of near-duplicates |
US9779441B1 (en) * | 2006-08-04 | 2017-10-03 | Facebook, Inc. | Method for relevancy ranking of products in online shopping |
US20170316071A1 (en) * | 2015-01-23 | 2017-11-02 | Hewlett-Packard Development Company, L.P. | Visually Interactive Identification of a Cohort of Data Objects Similar to a Query Based on Domain Knowledge |
US20170352162A1 (en) * | 2015-03-05 | 2017-12-07 | Omron Corporation | Region-of-interest extraction device and region-of-interest extraction method |
US9898685B2 (en) | 2014-04-29 | 2018-02-20 | At&T Intellectual Property I, L.P. | Method and apparatus for analyzing media content |
US20180076099A1 (en) * | 2009-02-13 | 2018-03-15 | Hermes Microvision, Inc. | Method and machine for examining wafers |
US10001384B2 (en) | 2009-11-12 | 2018-06-19 | Here Global B.V. | Method and apparatus for the retrieval of similar places |
US20190026268A1 (en) * | 2010-04-29 | 2019-01-24 | Google Llc | Associating still images and videos |
US10302807B2 (en) | 2016-02-22 | 2019-05-28 | Rapiscan Systems, Inc. | Systems and methods for detecting threats and contraband in cargo |
US10324598B2 (en) | 2009-12-18 | 2019-06-18 | Graphika, Inc. | System and method for a search engine content filter |
US10353948B2 (en) * | 2013-09-04 | 2019-07-16 | Shazura, Inc. | Content based image retrieval |
US10361802B1 (en) | 1999-02-01 | 2019-07-23 | Blanding Hovenweep, Llc | Adaptive pattern recognition based control system and method |
USRE47908E1 (en) | 1991-12-23 | 2020-03-17 | Blanding Hovenweep, Llc | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US10617568B2 (en) | 2000-11-06 | 2020-04-14 | Nant Holdings Ip, Llc | Image capture and identification system and process |
USRE48056E1 (en) | 1991-12-23 | 2020-06-16 | Blanding Hovenweep, Llc | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US10721066B2 (en) | 2002-09-30 | 2020-07-21 | Myport Ip, Inc. | Method for voice assistant, location tagging, multi-media capture, transmission, speech to text conversion, photo/video image/object recognition, creation of searchable metatags/contextual tags, storage and search retrieval |
US10769458B2 (en) | 2008-02-12 | 2020-09-08 | DBI/CIDAUT Technologies, LLC | Determination procedure of the luminance of traffic signs and device for its embodiment |
US10769431B2 (en) | 2004-09-27 | 2020-09-08 | Google Llc | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
US20200320299A1 (en) * | 2013-07-09 | 2020-10-08 | Outward, Inc. | Tagging virtualized content |
US20210182949A1 (en) * | 2016-12-16 | 2021-06-17 | Master Dynamic Limited | System and process for design of wearable articles and accessories |
US11049176B1 (en) | 2020-01-10 | 2021-06-29 | House Of Skye Ltd | Systems/methods for identifying products within audio-visual content and enabling seamless purchasing of such identified products by viewers/users of the audio-visual content |
US11210797B2 (en) | 2014-07-10 | 2021-12-28 | Slyce Acquisition Inc. | Systems, methods, and devices for image matching and object recognition in images using textures |
US11294624B2 (en) | 2015-03-02 | 2022-04-05 | Slyce Canada Inc. | System and method for clustering data |
US20220114725A1 (en) * | 2020-10-09 | 2022-04-14 | Carl Zeiss Microscopy Gmbh | Microscopy System and Method for Checking Input Data |
US11308038B2 (en) * | 2018-06-22 | 2022-04-19 | Red Hat, Inc. | Copying container images |
US11341616B2 (en) * | 2020-03-23 | 2022-05-24 | Ge Precision Healthcare | Methods and system for selective removal of streak artifacts and noise from images using deep neural networks |
CN114746351A (en) * | 2019-10-01 | 2022-07-12 | 安塔瑞斯视觉股份有限公司 | Device and method for orienting containers |
US11409825B2 (en) | 2009-12-18 | 2022-08-09 | Graphika Technologies, Inc. | Methods and systems for identifying markers of coordinated activity in social media movements |
US11410028B2 (en) | 2017-09-20 | 2022-08-09 | Look Dynamics, Inc. | Photonic neural network system |
US20220365636A1 (en) * | 2019-06-26 | 2022-11-17 | Radius5 Inc. | Image display system and program |
US11508028B2 (en) * | 2018-06-29 | 2022-11-22 | Imagination Technologies Limited | Tile assignment to processing cores within a graphics processing unit |
US11587059B1 (en) | 2015-03-20 | 2023-02-21 | Slyce Canada Inc. | System and method for instant purchase transactions via image recognition |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4672683A (en) * | 1984-03-20 | 1987-06-09 | Olympus Optical Co., Ltd. | Image retrieval and registration system |
US5148522A (en) * | 1987-03-17 | 1992-09-15 | Kabushiki Kaisha Toshiba | Information retrieval apparatus and interface for retrieval of mapping information utilizing hand-drawn retrieval requests |
US5515453A (en) * | 1994-01-21 | 1996-05-07 | Beacon System, Inc. | Apparatus and method for image processing in symbolic space |
US5579471A (en) * | 1992-11-09 | 1996-11-26 | International Business Machines Corporation | Image query system and method |
US5729704A (en) * | 1993-07-21 | 1998-03-17 | Xerox Corporation | User-directed method for operating on an object-based model data structure through a second contextual image |
-
1997
- 1997-03-28 US US08/829,791 patent/US5893095A/en not_active Expired - Lifetime
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4672683A (en) * | 1984-03-20 | 1987-06-09 | Olympus Optical Co., Ltd. | Image retrieval and registration system |
US5148522A (en) * | 1987-03-17 | 1992-09-15 | Kabushiki Kaisha Toshiba | Information retrieval apparatus and interface for retrieval of mapping information utilizing hand-drawn retrieval requests |
US5579471A (en) * | 1992-11-09 | 1996-11-26 | International Business Machines Corporation | Image query system and method |
US5729704A (en) * | 1993-07-21 | 1998-03-17 | Xerox Corporation | User-directed method for operating on an object-based model data structure through a second contextual image |
US5515453A (en) * | 1994-01-21 | 1996-05-07 | Beacon System, Inc. | Apparatus and method for image processing in symbolic space |
Non-Patent Citations (10)
Title |
---|
A Cognitive Approach to Visual Interaction, T. Kato, et al., International Conference on Multimedia Information Systems 91, 1991, pp. 109 120. * |
A Cognitive Approach to Visual Interaction, T. Kato, et al., International Conference on Multimedia Information Systems '91, 1991, pp. 109-120. |
Database Architecture for Content Based Image Retrieval, T. Kato, SPIE vol. 1662 Image Storage and Retrieval Systems, 1992, pp. 112 123. * |
Database Architecture for Content-Based Image Retrieval, T. Kato, SPIE vol. 1662 Image Storage and Retrieval Systems, 1992, pp. 112-123. |
Hands on Information: Visualizer Ultimedia Query for OS/2 brochure, IBM, 1994. * |
IBM Unleashes QBIC Image Content Search, The Seybold Report on Desktop Publishing, Sep. 12, 1994, pp. 34 35. * |
IBM Unleashes QBIC Image-Content Search, The Seybold Report on Desktop Publishing, Sep. 12, 1994, pp. 34-35. |
Ultimedia Manager: Professional Edition for OS/2 & DB2/2 brochure, IBM. * |
Using Depicitive Queries to Search Pictorial Databases, S. Charles, et al., Interact 90 Proceedings of the IFIP TC 13 In: Human Computer Interaction, 1990, pp. 493 498. * |
Using Depicitive Queries to Search Pictorial Databases, S. Charles, et al., Interact '90 Proceedings of the IFIP TC 13 In: Human-Computer Interaction, 1990, pp. 493-498. |
Cited By (819)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8046313B2 (en) | 1991-12-23 | 2011-10-25 | Hoffberg Steven M | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
USRE48056E1 (en) | 1991-12-23 | 2020-06-16 | Blanding Hovenweep, Llc | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
USRE47908E1 (en) | 1991-12-23 | 2020-03-17 | Blanding Hovenweep, Llc | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
USRE49387E1 (en) | 1991-12-23 | 2023-01-24 | Blanding Hovenweep, Llc | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US7242988B1 (en) | 1991-12-23 | 2007-07-10 | Linda Irene Hoffberg | Adaptive pattern recognition based controller apparatus and method and human-factored interface therefore |
USRE46310E1 (en) | 1991-12-23 | 2017-02-14 | Blanding Hovenweep, Llc | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US6418424B1 (en) | 1991-12-23 | 2002-07-09 | Steven M. Hoffberg | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US8892495B2 (en) | 1991-12-23 | 2014-11-18 | Blanding Hovenweep, Llc | Adaptive pattern recognition based controller apparatus and method and human-interface therefore |
US20070070038A1 (en) * | 1991-12-23 | 2007-03-29 | Hoffberg Steven M | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system |
US6182069B1 (en) * | 1992-11-09 | 2001-01-30 | International Business Machines Corporation | Video query system and method |
US7072872B2 (en) * | 1993-09-20 | 2006-07-04 | Fair Isaac Corporation | Representation and retrieval of images using context vectors derived from image information elements |
US20040249774A1 (en) * | 1993-09-20 | 2004-12-09 | Caid William R. | Representation and retrieval of images using context vectors derived from image information elements |
US8094949B1 (en) | 1994-10-21 | 2012-01-10 | Digimarc Corporation | Music methods and systems |
US7333957B2 (en) | 1995-07-27 | 2008-02-19 | Digimarc Corporation | Connected audio and other media objects |
US6505160B1 (en) | 1995-07-27 | 2003-01-07 | Digimarc Corporation | Connected audio and other media objects |
US20030167173A1 (en) * | 1995-07-27 | 2003-09-04 | Levy Kenneth L. | Connected audio and other media objects |
US7349552B2 (en) | 1995-07-27 | 2008-03-25 | Digimarc Corporation | Connected audio and other media objects |
US5983237A (en) * | 1996-03-29 | 1999-11-09 | Virage, Inc. | Visual dictionary |
US6092080A (en) * | 1996-07-08 | 2000-07-18 | Survivors Of The Shoah Visual History Foundation | Digital library system |
US20020186958A1 (en) * | 1996-09-26 | 2002-12-12 | Nikon Corporation | Image reproduction apparatus |
US20080240672A1 (en) * | 1996-09-26 | 2008-10-02 | Nikon Corporation | Image reproduction apparatus |
US6182065B1 (en) * | 1996-11-06 | 2001-01-30 | International Business Machines Corp. | Method and system for weighting the search results of a database search engine |
US6175828B1 (en) * | 1997-02-28 | 2001-01-16 | Sharp Kabushiki Kaisha | Retrieval apparatus |
US9330722B2 (en) | 1997-05-16 | 2016-05-03 | The Trustees Of Columbia University In The City Of New York | Methods and architecture for indexing and editing compressed video over the world wide web |
US7817722B2 (en) | 1997-05-16 | 2010-10-19 | The Trustees Of Columbia University In The City Of New York | Methods and architecture for indexing and editing compressed video over the world wide web |
US20080131072A1 (en) * | 1997-05-16 | 2008-06-05 | Shih-Fu Chang | Methods and architecture for indexing and editing compressed video over the world wide web |
US6292577B1 (en) * | 1997-05-27 | 2001-09-18 | Mitsubishi Denki Kabsuhiki Kaisha | Resemblance retrieval apparatus, and recording medium for recording resemblance retrieval program |
US6121969A (en) * | 1997-07-29 | 2000-09-19 | The Regents Of The University Of California | Visual navigation in perceptual databases |
US7295752B1 (en) | 1997-08-14 | 2007-11-13 | Virage, Inc. | Video cataloger system with audio track extraction |
US6877134B1 (en) | 1997-08-14 | 2005-04-05 | Virage, Inc. | Integrated data and real-time metadata capture system and method |
US7093191B1 (en) | 1997-08-14 | 2006-08-15 | Virage, Inc. | Video cataloger system with synchronized encoders |
US6463444B1 (en) | 1997-08-14 | 2002-10-08 | Virage, Inc. | Video cataloger system with extensibility |
US6519360B1 (en) * | 1997-09-17 | 2003-02-11 | Minolta Co., Ltd. | Image processing apparatus for comparing images based on color feature information and computer program product in a memory |
US20120002880A1 (en) * | 1997-10-27 | 2012-01-05 | Massachusetts Institute Of Technology | Image comparison using regions |
US6181817B1 (en) * | 1997-11-17 | 2001-01-30 | Cornell Research Foundation, Inc. | Method and system for comparing data objects using joint histograms |
US6172685B1 (en) * | 1997-11-24 | 2001-01-09 | Intel Corporation | Method and apparatus for increasing the amount and utility of displayed information |
US6212528B1 (en) * | 1997-12-30 | 2001-04-03 | International Business Machines Corporation | Case-based reasoning system and method for scoring cases in a case database |
US6021411A (en) * | 1997-12-30 | 2000-02-01 | International Business Machines Corporation | Case-based reasoning system and method for scoring cases in a case database |
US6072904A (en) * | 1997-12-31 | 2000-06-06 | Philips Electronics North America Corp. | Fast image retrieval using multi-scale edge representation of images |
US6460043B1 (en) | 1998-02-04 | 2002-10-01 | Microsoft Corporation | Method and apparatus for operating on data with a conceptual data manipulation language |
US6148296A (en) * | 1998-02-04 | 2000-11-14 | Microsoft, Inc. | Automatic generation of database queries |
US6535652B2 (en) * | 1998-02-05 | 2003-03-18 | Canon Kabushiki Kaisha | Image retrieval apparatus and method, and computer-readable memory therefor |
US7039245B1 (en) * | 1998-02-16 | 2006-05-02 | Canal + Technologies | Processing of digital picture data in a decoder |
US6313850B1 (en) | 1998-02-18 | 2001-11-06 | Oak Technology, Inc. | Digital versatile disc playback system with efficient modification of subpicture data |
US6229523B1 (en) * | 1998-02-18 | 2001-05-08 | Oak Technology, Inc. | Digital versatile disc playback system with efficient modification of subpicture data |
US6421691B1 (en) * | 1998-03-06 | 2002-07-16 | Mitani Sangyo Co., Ltd. | Document management apparatus and method, a recording medium storing a document management program, and a recording medium storing a decision-making program |
US20080275906A1 (en) * | 1998-04-16 | 2008-11-06 | Rhoads Geoffrey B | Content Indexing and Searching Using Content Identifiers and Associated Metadata |
US7372976B2 (en) | 1998-04-16 | 2008-05-13 | Digimarc Corporation | Content indexing and searching using content identifiers and associated metadata |
US7602940B2 (en) | 1998-04-16 | 2009-10-13 | Digimarc Corporation | Steganographic data hiding using a device clock |
US20070076916A1 (en) * | 1998-04-16 | 2007-04-05 | Rhoads Geoffrey B | Digital watermarking, steganographic data hiding and indexing content |
US8041074B2 (en) | 1998-04-16 | 2011-10-18 | Digimarc Corporation | Content indexing and searching using content identifiers and associated metadata |
US20070055689A1 (en) * | 1998-04-16 | 2007-03-08 | Rhoads Geoffrey B | Content Indexing and Searching using Content Identifiers and associated Metadata |
US6269358B1 (en) | 1998-04-22 | 2001-07-31 | Nec Usa Inc | Method and system for similarity-based image classification |
US6240423B1 (en) * | 1998-04-22 | 2001-05-29 | Nec Usa Inc. | Method and system for image querying using region based and boundary based image matching |
US6240424B1 (en) * | 1998-04-22 | 2001-05-29 | Nbc Usa, Inc. | Method and system for similarity-based image classification |
US6345274B1 (en) * | 1998-06-29 | 2002-02-05 | Eastman Kodak Company | Method and computer program product for subjective image content similarity-based retrieval |
US6480840B2 (en) * | 1998-06-29 | 2002-11-12 | Eastman Kodak Company | Method and computer program product for subjective image content similarity-based retrieval |
US6456738B1 (en) * | 1998-07-16 | 2002-09-24 | Ricoh Company, Ltd. | Method of and system for extracting predetermined elements from input document based upon model which is adaptively modified according to variable amount in the input document |
US6463432B1 (en) * | 1998-08-03 | 2002-10-08 | Minolta Co., Ltd. | Apparatus for and method of retrieving images |
US6813394B1 (en) * | 1998-08-31 | 2004-11-02 | Canon Kabushiki Kaisha | Image storage method and apparatus |
US6833865B1 (en) * | 1998-09-01 | 2004-12-21 | Virage, Inc. | Embedded metadata engines in digital capture devices |
US7403224B2 (en) | 1998-09-01 | 2008-07-22 | Virage, Inc. | Embedded metadata engines in digital capture devices |
US20050033760A1 (en) * | 1998-09-01 | 2005-02-10 | Charles Fuller | Embedded metadata engines in digital capture devices |
US6233367B1 (en) * | 1998-09-09 | 2001-05-15 | Intel Corporation | Multi-linearization data structure for image browsing |
WO2000014619A3 (en) * | 1998-09-09 | 2000-06-08 | Intel Corp | Multi-linearization data structure for image browsing |
GB2356962B (en) * | 1998-09-09 | 2003-09-03 | Intel Corp | Multi-linearization data structure for image browsing |
US7016553B2 (en) | 1998-09-09 | 2006-03-21 | Intel Corporation | Linearized data structure ordering images based on their attributes |
WO2000014619A2 (en) * | 1998-09-09 | 2000-03-16 | Intel Corporation | Multi-linearization data structure for image browsing |
GB2356962A (en) * | 1998-09-09 | 2001-06-06 | Intel Corp | Multi-linearization data structure for image browsing |
US20030174905A1 (en) * | 1998-09-09 | 2003-09-18 | Craver Scott A. | Linearized data structure ordering images based on their attributes |
US6598046B1 (en) * | 1998-09-29 | 2003-07-22 | Qwest Communications International Inc. | System and method for retrieving documents responsive to a given user's role and scenario |
US7054861B2 (en) | 1998-09-30 | 2006-05-30 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US20060112088A1 (en) * | 1998-09-30 | 2006-05-25 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US7664803B2 (en) | 1998-09-30 | 2010-02-16 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US6856987B2 (en) * | 1998-09-30 | 2005-02-15 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US6493705B1 (en) | 1998-09-30 | 2002-12-10 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US6493692B1 (en) | 1998-09-30 | 2002-12-10 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US6526400B1 (en) * | 1998-09-30 | 2003-02-25 | Canon Kabushiki Kaisha | Information search apparatus and method |
US20040002964A1 (en) * | 1998-09-30 | 2004-01-01 | Canon Kabushiki Kaisha | Information search apparatus and method, and computer readable memory |
US20050050038A1 (en) * | 1998-09-30 | 2005-03-03 | Yuji Kobayashi | Information search apparatus and method, and computer readable memory |
US20030187836A1 (en) * | 1998-10-05 | 2003-10-02 | Canon Kabushiki Kaisha | Information search apparatus and method, and storage medium |
US6564206B1 (en) * | 1998-10-05 | 2003-05-13 | Canon Kabushiki Kaisha | Information search apparatus and method, and storage medium |
US6823335B2 (en) | 1998-10-05 | 2004-11-23 | Canon Kabushiki Kaisha | Information search apparatus and method, and storage medium |
US6687416B2 (en) | 1998-10-19 | 2004-02-03 | Sony Corporation | Method for determining a correlation between images using multi-element image descriptors |
US6445834B1 (en) | 1998-10-19 | 2002-09-03 | Sony Corporation | Modular image query system |
US6353831B1 (en) * | 1998-11-02 | 2002-03-05 | Survivors Of The Shoah Visual History Foundation | Digital library system |
US7359901B2 (en) | 1998-11-03 | 2008-04-15 | Ricoh Co., Ltd. | Compressed document matching |
US20020116379A1 (en) * | 1998-11-03 | 2002-08-22 | Ricoh Co., Ltd. | Compressed document matching |
US20050256857A1 (en) * | 1998-11-03 | 2005-11-17 | Dar-Shyang Lee | Compressed document matching |
US6363381B1 (en) * | 1998-11-03 | 2002-03-26 | Ricoh Co., Ltd. | Compressed document matching |
US6928435B2 (en) * | 1998-11-03 | 2005-08-09 | Ricoh Co., Ltd. | Compressed document matching |
US20070245400A1 (en) * | 1998-11-06 | 2007-10-18 | Seungyup Paek | Video description system and method |
US8370869B2 (en) | 1998-11-06 | 2013-02-05 | The Trustees Of Columbia University In The City Of New York | Video description system and method |
US7653635B1 (en) | 1998-11-06 | 2010-01-26 | The Trustees Of Columbia University In The City Of New York | Systems and methods for interoperable multimedia content descriptions |
US6718063B1 (en) | 1998-12-11 | 2004-04-06 | Canon Kabushiki Kaisha | Method and apparatus for computing the similarity between images |
AU745932B2 (en) * | 1998-12-11 | 2002-04-11 | Canon Kabushiki Kaisha | Method and apparatus for computing the similarity between images |
US7730426B2 (en) | 1998-12-31 | 2010-06-01 | Microsoft Corporation | Visual thesaurus as applied to media clip searching |
US6502105B1 (en) * | 1999-01-15 | 2002-12-31 | Koninklijke Philips Electronics N.V. | Region-based image archiving and retrieving system |
US6728752B1 (en) * | 1999-01-26 | 2004-04-27 | Xerox Corporation | System and method for information browsing using multi-modal features |
US6922699B2 (en) | 1999-01-26 | 2005-07-26 | Xerox Corporation | System and method for quantitatively representing data objects in vector space |
US20030074368A1 (en) * | 1999-01-26 | 2003-04-17 | Hinrich Schuetze | System and method for quantitatively representing data objects in vector space |
US6941321B2 (en) | 1999-01-26 | 2005-09-06 | Xerox Corporation | System and method for identifying similarities among objects in a collection |
US20030074369A1 (en) * | 1999-01-26 | 2003-04-17 | Hinrich Schuetze | System and method for identifying similarities among objects in a collection |
US20100318522A1 (en) * | 1999-02-01 | 2010-12-16 | Lg Electronics Inc. | Method of searching multimedia data |
US7155033B1 (en) * | 1999-02-01 | 2006-12-26 | Thomson Licensing | Coarse representation of visual object's shape for search/query/filtering applications |
US8583263B2 (en) | 1999-02-01 | 2013-11-12 | Steven M. Hoffberg | Internet appliance system and method |
US20050262067A1 (en) * | 1999-02-01 | 2005-11-24 | Lg Electronics Inc. | Method of searching multimedia data |
US8369967B2 (en) | 1999-02-01 | 2013-02-05 | Hoffberg Steven M | Alarm system controller and a method for controlling an alarm system |
US6640145B2 (en) | 1999-02-01 | 2003-10-28 | Steven Hoffberg | Media recording device with packet data interface |
US9535563B2 (en) | 1999-02-01 | 2017-01-03 | Blanding Hovenweep, Llc | Internet appliance system and method |
US20100318523A1 (en) * | 1999-02-01 | 2010-12-16 | Lg Electronics Inc. | Method of searching multimedia data |
US7016916B1 (en) * | 1999-02-01 | 2006-03-21 | Lg Electronics Inc. | Method of searching multimedia data |
US6400996B1 (en) | 1999-02-01 | 2002-06-04 | Steven M. Hoffberg | Adaptive pattern recognition based control system and method |
US10361802B1 (en) | 1999-02-01 | 2019-07-23 | Blanding Hovenweep, Llc | Adaptive pattern recognition based control system and method |
US6347313B1 (en) * | 1999-03-01 | 2002-02-12 | Hewlett-Packard Company | Information embedding based on user relevance feedback for object retrieval |
US6743576B1 (en) | 1999-05-14 | 2004-06-01 | Cytokinetics, Inc. | Database system for predictive cellular bioinformatics |
US6738716B1 (en) * | 1999-05-14 | 2004-05-18 | Cytokinetics, Inc. | Database system for predictive cellular bioinformatics |
US6651008B1 (en) | 1999-05-14 | 2003-11-18 | Cytokinetics, Inc. | Database system including computer code for predictive cellular bioinformatics |
US6615141B1 (en) | 1999-05-14 | 2003-09-02 | Cytokinetics, Inc. | Database system for predictive cellular bioinformatics |
US6631331B1 (en) | 1999-05-14 | 2003-10-07 | Cytokinetics, Inc. | Database system for predictive cellular bioinformatics |
US20060228016A1 (en) * | 1999-05-14 | 2006-10-12 | Cytokinetics, Inc. | Image analysis of the golgi complex |
US20020028000A1 (en) * | 1999-05-19 | 2002-03-07 | Conwell William Y. | Content identifiers triggering corresponding responses through collaborative processing |
US7562392B1 (en) | 1999-05-19 | 2009-07-14 | Digimarc Corporation | Methods of interacting with audio and ambient music |
US20100046744A1 (en) * | 1999-05-19 | 2010-02-25 | Rhoads Geoffrey B | Methods and Devices Responsive to Ambient Audio |
US7302574B2 (en) | 1999-05-19 | 2007-11-27 | Digimarc Corporation | Content identifiers triggering corresponding responses through collaborative processing |
US20080133556A1 (en) * | 1999-05-19 | 2008-06-05 | Conwell William Y | Content Identifiers |
US8151113B2 (en) | 1999-05-19 | 2012-04-03 | Digimarc Corporation | Methods and devices responsive to ambient audio |
US8095796B2 (en) | 1999-05-19 | 2012-01-10 | Digimarc Corporation | Content identifiers |
US6445822B1 (en) | 1999-06-04 | 2002-09-03 | Look Dynamics, Inc. | Search method and apparatus for locating digitally stored content, such as visual images, music and sounds, text, or software, in storage devices on a computer network |
US6408293B1 (en) * | 1999-06-09 | 2002-06-18 | International Business Machines Corporation | Interactive framework for understanding user's perception of multimedia data |
US6418430B1 (en) * | 1999-06-10 | 2002-07-09 | Oracle International Corporation | System for efficient content-based retrieval of images |
WO2000079426A1 (en) * | 1999-06-18 | 2000-12-28 | The Trustees Of Columbia University In The City Of New York | System and method for detecting text similarity over short passages |
US6931396B1 (en) * | 1999-06-29 | 2005-08-16 | Gene Logic Inc. | Biological data processing |
US6704725B1 (en) * | 1999-07-05 | 2004-03-09 | Lg Electronics Inc. | Method of searching multimedia data |
US7646920B2 (en) * | 1999-07-15 | 2010-01-12 | Mitsubishi Denki Kabushiki Kaisha | Method, apparatus, computer program, computer system and computer-readable storage for representing and searching for an object in an image |
US20080063311A1 (en) * | 1999-07-15 | 2008-03-13 | Bober Miroslaw Z | Method, apparatus, computer program, computer system and computer-readable storage for representing and searching for an object in an image |
US20080065613A1 (en) * | 1999-07-15 | 2008-03-13 | Bober Miroslaw Z | Method, apparatus, computer program, computer system and computer-readable storage for representing and searching for an object in an image |
US7574049B2 (en) * | 1999-07-15 | 2009-08-11 | Mitsubishi Denki Kabushiki Kaisha | Method, apparatus, computer program, computer system and computer-readable storage for representing and searching for an object in an image |
US6563959B1 (en) | 1999-07-30 | 2003-05-13 | Pixlogic Llc | Perceptual similarity image retrieval method |
US7031555B2 (en) | 1999-07-30 | 2006-04-18 | Pixlogic Llc | Perceptual similarity image retrieval |
US6816633B1 (en) | 1999-08-06 | 2004-11-09 | Canon Kabushiki Kaisha | Image retrieval apparatus and method |
EP1074953A3 (en) * | 1999-08-06 | 2003-12-03 | Canon Kabushiki Kaisha | Image retrieval apparatus and method |
US6941323B1 (en) | 1999-08-09 | 2005-09-06 | Almen Laboratories, Inc. | System and method for image comparison and retrieval by enhancing, defining, and parameterizing objects in images |
US7483919B2 (en) | 1999-08-09 | 2009-01-27 | Almen Laboratories | Object based image retrieval |
WO2001011489A2 (en) * | 1999-08-09 | 2001-02-15 | Almen Laboratories, Inc. | Retrieving images by defining an image content comprising objects |
US20050149360A1 (en) * | 1999-08-09 | 2005-07-07 | Michael Galperin | Object based image retrieval |
WO2001011489A3 (en) * | 1999-08-09 | 2004-04-22 | Almen Lab Inc | Retrieving images by defining an image content comprising objects |
US8775451B2 (en) | 1999-08-09 | 2014-07-08 | Almen Laboratories, Inc. | Object based image retrieval |
US20050065929A1 (en) * | 1999-09-13 | 2005-03-24 | Microsoft Corporation | Image retrieval based on relevance feedback |
US7493340B2 (en) | 1999-09-13 | 2009-02-17 | Microsoft Corporation | Image retrieval based on relevance feedback |
US7613686B2 (en) | 1999-09-13 | 2009-11-03 | Microsoft Corporation | Image retrieval based on relevance feedback |
US6859802B1 (en) * | 1999-09-13 | 2005-02-22 | Microsoft Corporation | Image retrieval based on relevance feedback |
US20060034520A1 (en) * | 1999-09-20 | 2006-02-16 | Microsoft Corporation | Background maintenance of an image sequence |
US6535776B1 (en) | 1999-09-20 | 2003-03-18 | Ut-Battelle, Llc | Method for localizing and isolating an errant process step |
US7515750B2 (en) * | 1999-09-20 | 2009-04-07 | Microsoft Corporation | Background maintenance of an image sequence |
EP1089198A3 (en) * | 1999-09-30 | 2003-03-12 | Hewlett-Packard Company, A Delaware Corporation | Content-based image searching |
EP1089198A2 (en) * | 1999-09-30 | 2001-04-04 | Hewlett-Packard Company | Content-based image searching |
US6985898B1 (en) * | 1999-10-01 | 2006-01-10 | Infoglide Corporation | System and method for visually representing a hierarchical database objects and their similarity relationships to other objects in the database |
US7974714B2 (en) | 1999-10-05 | 2011-07-05 | Steven Mark Hoffberg | Intelligent electronic appliance system and method |
KR100343555B1 (en) * | 1999-11-01 | 2002-07-19 | 이윤주 | Color data system based on images and method for providing information of colors by using computer system |
US6591007B1 (en) * | 1999-11-16 | 2003-07-08 | International Business Machines Corporation | Method and apparatus for representing colored surfaces via a surface color code book |
EP1107136A1 (en) * | 1999-12-01 | 2001-06-13 | Hyundai Electronics Industries Co., Ltd. | Content-based image retrieval system and method for retrieving images using the same |
US20040199531A1 (en) * | 1999-12-01 | 2004-10-07 | Konan Technology Inc. | Content-based image retrieval system and method for retrieving image using the same |
US6754667B2 (en) | 1999-12-01 | 2004-06-22 | Konan Technology, Inc. | Content-based image retrieval system and method for retrieving image using the same |
US20010024517A1 (en) * | 1999-12-03 | 2001-09-27 | Lilian Labelle | Method and device for seeking images based on the content taking into account the content of regions of interest |
US7117226B2 (en) * | 1999-12-03 | 2006-10-03 | Canon Kabushiki Kaisha | Method and device for seeking images based on the content taking into account the content of regions of interest |
US6598055B1 (en) | 1999-12-23 | 2003-07-22 | International Business Machines Corporation | Generic code for manipulating data of a structured object |
US7450734B2 (en) | 2000-01-13 | 2008-11-11 | Digimarc Corporation | Digital asset management, targeted searching and desktop searching using digital watermarks |
US20060018506A1 (en) * | 2000-01-13 | 2006-01-26 | Rodriguez Tony F | Digital asset management, targeted searching and desktop searching using digital watermarks |
US6920451B2 (en) * | 2000-01-21 | 2005-07-19 | Health Discovery Corporation | Method for the manipulation, storage, modeling, visualization and quantification of datasets |
US20050079524A1 (en) * | 2000-01-21 | 2005-04-14 | Shaw Sandy C. | Method for identifying biomarkers using Fractal Genomics Modeling |
US20050026199A1 (en) * | 2000-01-21 | 2005-02-03 | Shaw Sandy C. | Method for identifying biomarkers using Fractal Genomics Modeling |
US7366719B2 (en) | 2000-01-21 | 2008-04-29 | Health Discovery Corporation | Method for the manipulation, storage, modeling, visualization and quantification of datasets |
US20050158736A1 (en) * | 2000-01-21 | 2005-07-21 | Shaw Sandy C. | Method for studying cellular chronomics and causal relationships of genes using fractal genomics modeling |
US7593576B2 (en) | 2000-01-26 | 2009-09-22 | Digimarc Corporation | Systems and methods of managing audio and other media |
US20050091268A1 (en) * | 2000-01-26 | 2005-04-28 | Meyer Joel R. | Systems and methods of managing audio and other media |
US7360173B2 (en) | 2000-02-02 | 2008-04-15 | Raja Tuli | Portable high speed internet device integrating cellular telephone and palm top computer |
US20040160637A1 (en) * | 2000-02-02 | 2004-08-19 | Tuli Raja Singh | Portable high speed internet access device |
US20050120094A1 (en) * | 2000-02-02 | 2005-06-02 | Tuli Raja S. | Portable high speed internet access device with scrolling |
US20020030844A1 (en) * | 2000-02-02 | 2002-03-14 | Tuli Raja Singh | Portable high speed internet access device |
US7068381B1 (en) | 2000-02-02 | 2006-06-27 | Raja Tuli | Portable high speed internet access device |
US7289244B2 (en) | 2000-02-02 | 2007-10-30 | Raja Singh Tuli | Portable high speed internet access device |
US7023572B2 (en) | 2000-02-02 | 2006-04-04 | Raja Singh Tuli | Portable high speed internet access device |
US6633314B1 (en) | 2000-02-02 | 2003-10-14 | Raja Tuli | Portable high speed internet device integrating cellular telephone and palm top computer |
US20080126940A1 (en) * | 2000-02-02 | 2008-05-29 | Raja Tuli | Portable high speed internet device integrating cellular telephone and palm top computer |
US20040184664A1 (en) * | 2000-02-02 | 2004-09-23 | Tuli Raja Singh | Portable high speed internet access device |
US6941382B1 (en) | 2000-02-07 | 2005-09-06 | Raja Tuli | Portable high speed internet or desktop device |
US7441014B1 (en) * | 2000-02-09 | 2008-10-21 | Tvworks, Llc | Broadcast distribution using low-level objects and locator tables |
US20100198834A1 (en) * | 2000-02-10 | 2010-08-05 | Quick Comments Inc | System for Creating and Maintaining a Database of Information Utilizing User Options |
US8024334B2 (en) * | 2000-02-10 | 2011-09-20 | Petras Gregory J | System for creating and maintaining a database of information utilizing user options |
US20070100898A1 (en) * | 2000-02-10 | 2007-05-03 | Involve Technology, Inc. | System for Creating and Maintaining a Database of Information Utilizing User Opinions |
US7664747B2 (en) * | 2000-02-10 | 2010-02-16 | Petras Gregory J | System for creating and maintaining a database of information utilizing user opinions |
US6874009B1 (en) | 2000-02-16 | 2005-03-29 | Raja Tuli | Portable high speed internet device with user fees |
US7949791B2 (en) | 2000-02-22 | 2011-05-24 | Sony Corporation | Device and method for replacing terms in documents with hyperlinks |
US20090158133A1 (en) * | 2000-02-22 | 2009-06-18 | Sony Corporation | Method of replacing content |
US20110107193A1 (en) * | 2000-02-22 | 2011-05-05 | Sony Corporation | Method of replacing content |
US8195796B2 (en) | 2000-02-22 | 2012-06-05 | Sony Corporation | Observation device, method, and computer program product for replacing content |
US6912571B1 (en) | 2000-02-22 | 2005-06-28 | Frank David Serena | Method of replacing content |
US7516215B2 (en) | 2000-02-22 | 2009-04-07 | Sony Corporation | Device, method, and network system for replacing content |
US20060031415A1 (en) * | 2000-02-22 | 2006-02-09 | Serena Frank D | Method of replacing content |
US6584465B1 (en) | 2000-02-25 | 2003-06-24 | Eastman Kodak Company | Method and system for search and retrieval of similar patterns |
US7167581B2 (en) * | 2000-04-04 | 2007-01-23 | Konica Corporation | Medical image processing method and apparatus for discriminating body parts |
US20050018895A1 (en) * | 2000-04-04 | 2005-01-27 | Konica Corporation | Image processing selecting method, image selecting method and image processing apparatus |
US8495694B2 (en) | 2000-04-07 | 2013-07-23 | Virage, Inc. | Video-enabled community building |
US20070282818A1 (en) * | 2000-04-07 | 2007-12-06 | Virage, Inc. | Network video guide and spidering |
US9684728B2 (en) | 2000-04-07 | 2017-06-20 | Hewlett Packard Enterprise Development Lp | Sharing video |
US8548978B2 (en) | 2000-04-07 | 2013-10-01 | Virage, Inc. | Network video guide and spidering |
US8171509B1 (en) | 2000-04-07 | 2012-05-01 | Virage, Inc. | System and method for applying a database to video multimedia |
US9338520B2 (en) | 2000-04-07 | 2016-05-10 | Hewlett Packard Enterprise Development Lp | System and method for applying a database to video multimedia |
US20110214144A1 (en) * | 2000-04-07 | 2011-09-01 | Virage, Inc. | Video-enabled community building |
US20080028047A1 (en) * | 2000-04-07 | 2008-01-31 | Virage, Inc. | Interactive video application hosting |
US7962948B1 (en) | 2000-04-07 | 2011-06-14 | Virage, Inc. | Video-enabled community building |
US7769827B2 (en) | 2000-04-07 | 2010-08-03 | Virage, Inc. | Interactive video application hosting |
US8387087B2 (en) | 2000-04-07 | 2013-02-26 | Virage, Inc. | System and method for applying a database to video multimedia |
US20070282819A1 (en) * | 2000-04-07 | 2007-12-06 | Virage, Inc. | Network video guide and spidering |
US6874152B2 (en) * | 2000-04-19 | 2005-03-29 | Nowavision, Llc | System for accessing content by virtual remote control through mapping channel codes to network addresses |
US20010044855A1 (en) * | 2000-04-19 | 2001-11-22 | Vermeire Brian Christopher | System for accessing content |
US8606715B2 (en) | 2000-05-01 | 2013-12-10 | Digimarc Corporation | Systems and methods facilitating communication with remote computers |
US20080215636A1 (en) * | 2000-05-01 | 2008-09-04 | Lofgren Neil E | Systems and Methods Facilitating Communication with Remote Computers |
US20030079184A1 (en) * | 2000-05-05 | 2003-04-24 | International Business Machines Corporation | Dynamic image storage using domain-specific compression |
US6772151B1 (en) * | 2000-06-16 | 2004-08-03 | Polyone Corporation | Color matching system and method |
US7068839B2 (en) * | 2000-06-23 | 2006-06-27 | Konan Technology, Inc. | Method for transformating color image on image processing system |
US20030091231A1 (en) * | 2000-06-23 | 2003-05-15 | Whoi-Yul Kim | Method for transformating color image on image processing system |
US20020049544A1 (en) * | 2000-06-23 | 2002-04-25 | Cytokinetics, Inc. | Image analysis for phenotyping sets of mutant cells |
US20040125877A1 (en) * | 2000-07-17 | 2004-07-01 | Shin-Fu Chang | Method and system for indexing and content-based adaptive streaming of digital video content |
US20040013414A1 (en) * | 2000-08-04 | 2004-01-22 | Christian Karger | Determining the position of an axis of rotation (patient positioning table, radiation therapy) on the basis of an angle of rotation and a chord through a movable mark |
US9989456B2 (en) | 2000-08-12 | 2018-06-05 | Facet Technology Corp. | System for the determination of retroreflectivity of road signs and other reflective objects |
US7995796B2 (en) | 2000-08-12 | 2011-08-09 | Facet Technology Corp. | System for road sign sheeting classification |
US8660311B2 (en) | 2000-08-12 | 2014-02-25 | Facet Technology Corp. | System for assessment reflective objects along a roadway |
US8860944B2 (en) | 2000-08-12 | 2014-10-14 | Facet Technology Corp. | System and assessment of reflective objects along a roadway |
US9989457B2 (en) | 2000-08-12 | 2018-06-05 | Mandli Communications, Inc. | System and assessment of reflective objects along a roadway |
US9335255B2 (en) | 2000-08-12 | 2016-05-10 | Facet Technology Corp. | System and assessment of reflective objects along a roadway |
US9671328B2 (en) | 2000-08-12 | 2017-06-06 | Facet Technology Corp. | System and assessment of reflective objects along a roadway |
US20090252376A1 (en) * | 2000-08-12 | 2009-10-08 | Retterath Jamie E | System for Road Sign Sheeting Classification |
US7356570B1 (en) | 2000-08-29 | 2008-04-08 | Raja Tuli | Portable high speed communication device |
WO2002019137A1 (en) * | 2000-08-29 | 2002-03-07 | Imageid Ltd. | Indexing, storage & retrieval of digital images |
US7203367B2 (en) | 2000-08-29 | 2007-04-10 | Imageid Ltd. | Indexing, storage and retrieval of digital images |
US20020039447A1 (en) * | 2000-08-29 | 2002-04-04 | Imageid Ltd | Indexing, storage and retrieval of digital images |
US20070223837A1 (en) * | 2000-09-06 | 2007-09-27 | Nec Corfporation | Picture retrieving apparatus and method which converts orthogonal transform coefficients into color histogram data |
US7457460B2 (en) | 2000-09-06 | 2008-11-25 | Nec Corporation | Picture retrieving apparatus and method which converts orthogonal transform coefficients into color histogram data |
US20060147186A1 (en) * | 2000-09-06 | 2006-07-06 | Eiji Kasutani | Image searching device |
US6567802B1 (en) * | 2000-09-06 | 2003-05-20 | The Trustees Of The University Of Pennsylvania | Systematic approach to query optimization |
US20020062309A1 (en) * | 2000-09-08 | 2002-05-23 | Jin-Soo Lee | Multimedia searching method using histogram |
US7003518B2 (en) * | 2000-09-08 | 2006-02-21 | Lg Electronics Inc. | Multimedia searching method using histogram |
US20030041106A1 (en) * | 2000-10-03 | 2003-02-27 | Raja Tuli | Portable high speed internet access device priority protocol |
US7191211B2 (en) | 2000-10-03 | 2007-03-13 | Raja Tuli | Portable high speed internet access device priority protocol |
US6842777B1 (en) | 2000-10-03 | 2005-01-11 | Raja Singh Tuli | Methods and apparatuses for simultaneous access by multiple remote devices |
US7292251B1 (en) | 2000-10-06 | 2007-11-06 | The Research Foundation Of State University Of New York | Virtual telemicroscope |
US6678679B1 (en) * | 2000-10-10 | 2004-01-13 | Science Applications International Corporation | Method and system for facilitating the refinement of data queries |
US6954750B2 (en) * | 2000-10-10 | 2005-10-11 | Content Analyst Company, Llc | Method and system for facilitating the refinement of data queries |
US20040083211A1 (en) * | 2000-10-10 | 2004-04-29 | Bradford Roger Burrowes | Method and system for facilitating the refinement of data queries |
US6915327B1 (en) | 2000-10-30 | 2005-07-05 | Raja Singh Tuli | Portable high speed communication device peripheral connectivity |
US8873891B2 (en) | 2000-11-06 | 2014-10-28 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8842941B2 (en) | 2000-11-06 | 2014-09-23 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8712193B2 (en) | 2000-11-06 | 2014-04-29 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US10772765B2 (en) | 2000-11-06 | 2020-09-15 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8718410B2 (en) | 2000-11-06 | 2014-05-06 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8774463B2 (en) | 2000-11-06 | 2014-07-08 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8792750B2 (en) | 2000-11-06 | 2014-07-29 | Nant Holdings Ip, Llc | Object information derived from object images |
US10639199B2 (en) | 2000-11-06 | 2020-05-05 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8798368B2 (en) | 2000-11-06 | 2014-08-05 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8798322B2 (en) | 2000-11-06 | 2014-08-05 | Nant Holdings Ip, Llc | Object information derived from object images |
US10635714B2 (en) | 2000-11-06 | 2020-04-28 | Nant Holdings Ip, Llc | Object information derived from object images |
US10617568B2 (en) | 2000-11-06 | 2020-04-14 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8824738B2 (en) | 2000-11-06 | 2014-09-02 | Nant Holdings Ip, Llc | Data capture and identification system and process |
US8837868B2 (en) | 2000-11-06 | 2014-09-16 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8849069B2 (en) | 2000-11-06 | 2014-09-30 | Nant Holdings Ip, Llc | Object information derived from object images |
US8855423B2 (en) | 2000-11-06 | 2014-10-07 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US10509821B2 (en) | 2000-11-06 | 2019-12-17 | Nant Holdings Ip, Llc | Data capture and identification system and process |
US10509820B2 (en) | 2000-11-06 | 2019-12-17 | Nant Holdings Ip, Llc | Object information derived from object images |
US10500097B2 (en) | 2000-11-06 | 2019-12-10 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8861859B2 (en) | 2000-11-06 | 2014-10-14 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8867839B2 (en) | 2000-11-06 | 2014-10-21 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US10095712B2 (en) | 2000-11-06 | 2018-10-09 | Nant Holdings Ip, Llc | Data capture and identification system and process |
US8885983B2 (en) | 2000-11-06 | 2014-11-11 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8885982B2 (en) | 2000-11-06 | 2014-11-11 | Nant Holdings Ip, Llc | Object information derived from object images |
US10089329B2 (en) | 2000-11-06 | 2018-10-02 | Nant Holdings Ip, Llc | Object information derived from object images |
US8923563B2 (en) | 2000-11-06 | 2014-12-30 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US10080686B2 (en) | 2000-11-06 | 2018-09-25 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8938096B2 (en) | 2000-11-06 | 2015-01-20 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8948460B2 (en) | 2000-11-06 | 2015-02-03 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8948459B2 (en) | 2000-11-06 | 2015-02-03 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US8948544B2 (en) | 2000-11-06 | 2015-02-03 | Nant Holdings Ip, Llc | Object information derived from object images |
US9014514B2 (en) | 2000-11-06 | 2015-04-21 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9014516B2 (en) | 2000-11-06 | 2015-04-21 | Nant Holdings Ip, Llc | Object information derived from object images |
US9844466B2 (en) | 2000-11-06 | 2017-12-19 | Nant Holdings Ip Llc | Image capture and identification system and process |
US9014512B2 (en) | 2000-11-06 | 2015-04-21 | Nant Holdings Ip, Llc | Object information derived from object images |
US9014513B2 (en) | 2000-11-06 | 2015-04-21 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9014515B2 (en) | 2000-11-06 | 2015-04-21 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9844467B2 (en) | 2000-11-06 | 2017-12-19 | Nant Holdings Ip Llc | Image capture and identification system and process |
US9844469B2 (en) | 2000-11-06 | 2017-12-19 | Nant Holdings Ip Llc | Image capture and identification system and process |
US9020305B2 (en) | 2000-11-06 | 2015-04-28 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9844468B2 (en) | 2000-11-06 | 2017-12-19 | Nant Holdings Ip Llc | Image capture and identification system and process |
US9824099B2 (en) | 2000-11-06 | 2017-11-21 | Nant Holdings Ip, Llc | Data capture and identification system and process |
US9808376B2 (en) | 2000-11-06 | 2017-11-07 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9025813B2 (en) | 2000-11-06 | 2015-05-05 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9805063B2 (en) | 2000-11-06 | 2017-10-31 | Nant Holdings Ip Llc | Object information derived from object images |
US9785859B2 (en) | 2000-11-06 | 2017-10-10 | Nant Holdings Ip Llc | Image capture and identification system and process |
US9785651B2 (en) | 2000-11-06 | 2017-10-10 | Nant Holdings Ip, Llc | Object information derived from object images |
US9025814B2 (en) | 2000-11-06 | 2015-05-05 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9031278B2 (en) | 2000-11-06 | 2015-05-12 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9031290B2 (en) | 2000-11-06 | 2015-05-12 | Nant Holdings Ip, Llc | Object information derived from object images |
US9036949B2 (en) | 2000-11-06 | 2015-05-19 | Nant Holdings Ip, Llc | Object information derived from object images |
US9036947B2 (en) | 2000-11-06 | 2015-05-19 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9613284B2 (en) | 2000-11-06 | 2017-04-04 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9578107B2 (en) | 2000-11-06 | 2017-02-21 | Nant Holdings Ip, Llc | Data capture and identification system and process |
US9036862B2 (en) | 2000-11-06 | 2015-05-19 | Nant Holdings Ip, Llc | Object information derived from object images |
US9536168B2 (en) | 2000-11-06 | 2017-01-03 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9036948B2 (en) | 2000-11-06 | 2015-05-19 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9360945B2 (en) | 2000-11-06 | 2016-06-07 | Nant Holdings Ip Llc | Object information derived from object images |
US9342748B2 (en) | 2000-11-06 | 2016-05-17 | Nant Holdings Ip. Llc | Image capture and identification system and process |
US9046930B2 (en) | 2000-11-06 | 2015-06-02 | Nant Holdings Ip, Llc | Object information derived from object images |
US9336453B2 (en) | 2000-11-06 | 2016-05-10 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9087240B2 (en) | 2000-11-06 | 2015-07-21 | Nant Holdings Ip, Llc | Object information derived from object images |
US9104916B2 (en) | 2000-11-06 | 2015-08-11 | Nant Holdings Ip, Llc | Object information derived from object images |
US9110925B2 (en) | 2000-11-06 | 2015-08-18 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9116920B2 (en) | 2000-11-06 | 2015-08-25 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9135355B2 (en) | 2000-11-06 | 2015-09-15 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9330327B2 (en) | 2000-11-06 | 2016-05-03 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9330328B2 (en) | 2000-11-06 | 2016-05-03 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9141714B2 (en) | 2000-11-06 | 2015-09-22 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9148562B2 (en) | 2000-11-06 | 2015-09-29 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9330326B2 (en) | 2000-11-06 | 2016-05-03 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9152864B2 (en) | 2000-11-06 | 2015-10-06 | Nant Holdings Ip, Llc | Object information derived from object images |
US9154695B2 (en) | 2000-11-06 | 2015-10-06 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9324004B2 (en) | 2000-11-06 | 2016-04-26 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9317769B2 (en) | 2000-11-06 | 2016-04-19 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9154694B2 (en) | 2000-11-06 | 2015-10-06 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9311552B2 (en) | 2000-11-06 | 2016-04-12 | Nant Holdings IP, LLC. | Image capture and identification system and process |
US9311554B2 (en) | 2000-11-06 | 2016-04-12 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9310892B2 (en) | 2000-11-06 | 2016-04-12 | Nant Holdings Ip, Llc | Object information derived from object images |
US9170654B2 (en) | 2000-11-06 | 2015-10-27 | Nant Holdings Ip, Llc | Object information derived from object images |
US9311553B2 (en) | 2000-11-06 | 2016-04-12 | Nant Holdings IP, LLC. | Image capture and identification system and process |
US9182828B2 (en) | 2000-11-06 | 2015-11-10 | Nant Holdings Ip, Llc | Object information derived from object images |
US9288271B2 (en) | 2000-11-06 | 2016-03-15 | Nant Holdings Ip, Llc | Data capture and identification system and process |
US9262440B2 (en) | 2000-11-06 | 2016-02-16 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9244943B2 (en) | 2000-11-06 | 2016-01-26 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US9235600B2 (en) | 2000-11-06 | 2016-01-12 | Nant Holdings Ip, Llc | Image capture and identification system and process |
US7474759B2 (en) | 2000-11-13 | 2009-01-06 | Pixel Velocity, Inc. | Digital media recognition apparatus and methods |
US20090164213A1 (en) * | 2000-11-13 | 2009-06-25 | Lennington John W | Digital Media Recognition Apparatus and Methods |
WO2002041559A3 (en) * | 2000-11-13 | 2002-09-06 | Visual Key Inc | Digital media recognition apparatus and methods |
US6763148B1 (en) | 2000-11-13 | 2004-07-13 | Visual Key, Inc. | Image recognition methods |
US20040133927A1 (en) * | 2000-11-13 | 2004-07-08 | Stanley Sternberg | Digital media recognition apparatus and methods |
US20100278439A1 (en) * | 2000-11-13 | 2010-11-04 | Lennington John W | Digital Media Recognition Apparatus and Methods |
US7756291B2 (en) * | 2000-11-13 | 2010-07-13 | Pixel Velocity, Inc. | Digital media recognition apparatus and methods |
WO2002041559A2 (en) * | 2000-11-13 | 2002-05-23 | Visual Key, Inc. | Digital media recognition apparatus and methods |
US8019118B2 (en) * | 2000-11-13 | 2011-09-13 | Pixel Velocity, Inc. | Digital media recognition apparatus and methods |
US6876760B1 (en) | 2000-12-04 | 2005-04-05 | Cytokinetics, Inc. | Classifying cells based on information contained in cell images |
US7218764B2 (en) | 2000-12-04 | 2007-05-15 | Cytokinetics, Inc. | Ploidy classification method |
US20050272073A1 (en) * | 2000-12-04 | 2005-12-08 | Cytokinetics, Inc., A Delaware Corporation | Ploidy classification method |
US20020122659A1 (en) * | 2000-12-07 | 2002-09-05 | Mcgrath Mark John | Video and audio information processing |
US7409144B2 (en) * | 2000-12-07 | 2008-08-05 | Sony United Kingdom Limited | Video and audio information processing |
US20020119441A1 (en) * | 2000-12-18 | 2002-08-29 | Cytokinetics, Inc., A Delaware Corporation | Method of characterizing potential therapeutics by determining cell-cell interactions |
US6599694B2 (en) | 2000-12-18 | 2003-07-29 | Cytokinetics, Inc. | Method of characterizing potential therapeutics by determining cell-cell interactions |
US20020126872A1 (en) * | 2000-12-21 | 2002-09-12 | Brunk Hugh L. | Method, apparatus and programs for generating and utilizing content signatures |
US20070101147A1 (en) * | 2000-12-21 | 2007-05-03 | Brunk Hugh L | Methods, Apparatus and Programs for Generating and Utilizing Content Signatures |
US8488836B2 (en) | 2000-12-21 | 2013-07-16 | Digimarc Corporation | Methods, apparatus and programs for generating and utilizing content signatures |
US20070033409A1 (en) * | 2000-12-21 | 2007-02-08 | Brunk Hugh L | Methods, Apparatus and Programs for Generating and Utilizing Content Signatures |
US8542870B2 (en) | 2000-12-21 | 2013-09-24 | Digimarc Corporation | Methods, apparatus and programs for generating and utilizing content signatures |
US7289643B2 (en) | 2000-12-21 | 2007-10-30 | Digimarc Corporation | Method, apparatus and programs for generating and utilizing content signatures |
US8023773B2 (en) | 2000-12-21 | 2011-09-20 | Digimarc Corporation | Methods, apparatus and programs for generating and utilizing content signatures |
US7974436B2 (en) | 2000-12-21 | 2011-07-05 | Digimarc Corporation | Methods, apparatus and programs for generating and utilizing content signatures |
US8077911B2 (en) | 2000-12-21 | 2011-12-13 | Digimarc Corporation | Methods, apparatus and programs for generating and utilizing content signatures |
WO2002054279A1 (en) * | 2001-01-04 | 2002-07-11 | Agency For Science, Technology And Research | Improved method of text similarity measurement |
US20040088156A1 (en) * | 2001-01-04 | 2004-05-06 | Rajaraman Kanagasabai | Method of text similarity measurement |
US7346491B2 (en) | 2001-01-04 | 2008-03-18 | Agency For Science, Technology And Research | Method of text similarity measurement |
US6928461B2 (en) | 2001-01-24 | 2005-08-09 | Raja Singh Tuli | Portable high speed internet access device with encryption |
US20090106192A1 (en) * | 2001-02-09 | 2009-04-23 | Harris Scott C | Visual database for online transactions |
US20020115477A1 (en) * | 2001-02-13 | 2002-08-22 | Raja Singh | Portable high speed internet access device with scrolling |
US20020141631A1 (en) * | 2001-02-20 | 2002-10-03 | Cytokinetics, Inc. | Image analysis of the golgi complex |
US20050267690A1 (en) * | 2001-02-20 | 2005-12-01 | Cytokinetics, Inc., A Delaware Corporation | Extracting shape information contained in cell images |
US7151847B2 (en) | 2001-02-20 | 2006-12-19 | Cytokinetics, Inc. | Image analysis of the golgi complex |
US20050283317A1 (en) * | 2001-02-20 | 2005-12-22 | Cytokinetics, Inc., A Delaware Corporation | Characterizing biological stimuli by response curves |
US7016787B2 (en) | 2001-02-20 | 2006-03-21 | Cytokinetics, Inc. | Characterizing biological stimuli by response curves |
US6956961B2 (en) | 2001-02-20 | 2005-10-18 | Cytokinetics, Inc. | Extracting shape information contained in cell images |
US7269278B2 (en) | 2001-02-20 | 2007-09-11 | Cytokinetics, Inc. | Extracting shape information contained in cell images |
US7657076B2 (en) | 2001-02-20 | 2010-02-02 | Cytokinetics, Inc. | Characterizing biological stimuli by response curves |
US7519237B2 (en) * | 2001-03-02 | 2009-04-14 | Daimler Ag | Method for characterizing stored information |
US20040111434A1 (en) * | 2001-03-02 | 2004-06-10 | Joachim Gloger | Method for the identification of stored information |
US20070025591A1 (en) * | 2001-03-05 | 2007-02-01 | Rhoads Geoffrey B | Geographic information systems using digital watermarks |
US7502490B2 (en) | 2001-03-05 | 2009-03-10 | Digimarc Corporation | Geographic information systems using digital watermarks |
US20070143265A2 (en) * | 2001-03-13 | 2007-06-21 | Picsearch Ab | Indexing of Digitized Entities |
US7231381B2 (en) * | 2001-03-13 | 2007-06-12 | Microsoft Corporation | Media content search engine incorporating text content and user log mining |
US20060190445A1 (en) * | 2001-03-13 | 2006-08-24 | Picsearch Ab | Indexing of digitized entities |
US7539675B2 (en) * | 2001-03-13 | 2009-05-26 | Picsearch Ag | Indexing of digitized entities |
US20020161747A1 (en) * | 2001-03-13 | 2002-10-31 | Mingjing Li | Media content search engine incorporating text content and user log mining |
US20020159642A1 (en) * | 2001-03-14 | 2002-10-31 | Whitney Paul D. | Feature selection and feature set construction |
US20020164070A1 (en) * | 2001-03-14 | 2002-11-07 | Kuhner Mark B. | Automatic algorithm generation |
EP1258816A3 (en) * | 2001-03-26 | 2003-12-17 | Lg Electronics Inc. | Image search method and apparatus |
EP1258816A2 (en) * | 2001-03-26 | 2002-11-20 | Lg Electronics Inc. | Image search method and apparatus |
US20020168117A1 (en) * | 2001-03-26 | 2002-11-14 | Lg Electronics Inc. | Image search method and apparatus |
JP2002366575A (en) * | 2001-03-26 | 2002-12-20 | Lg Electronics Inc | Image search method and apparatus |
US7191190B2 (en) * | 2001-03-27 | 2007-03-13 | Microsoft Corporation | Meta data management for media content objects |
US20020184180A1 (en) * | 2001-03-27 | 2002-12-05 | Debique Kirt A. | Meta data management for media content objects |
US20050185018A1 (en) * | 2001-03-27 | 2005-08-25 | Silverbrook Research Pty Ltd | Ink jet module |
US8024302B2 (en) | 2001-03-27 | 2011-09-20 | Microsoft Corporation | Meta data management for media content objects |
US20030063779A1 (en) * | 2001-03-29 | 2003-04-03 | Jennifer Wrigley | System for visual preference determination and predictive product selection |
US20040243541A1 (en) * | 2001-03-30 | 2004-12-02 | Hong-Jiang Zhang | Relevance maximizing, iteration minimizing, relevance-feedback, content-based image retrieval (CBIR) |
US7546293B2 (en) | 2001-03-30 | 2009-06-09 | Microsoft Corporation | Relevance maximizing, iteration minimizing, relevance-feedback, content-based image retrieval (CBIR) |
US7111002B2 (en) | 2001-03-30 | 2006-09-19 | Microsoft Corporation | Relevance maximizing, iteration minimizing, relevance-feedback, content-based image retrieval (CBIR) |
US20050131951A1 (en) * | 2001-03-30 | 2005-06-16 | Microsoft Corporation | Relevance maximizing, iteration minimizing, relevance-feedback, content-based image retrieval (CBIR) |
US7113944B2 (en) | 2001-03-30 | 2006-09-26 | Microsoft Corporation | Relevance maximizing, iteration minimizing, relevance-feedback, content-based image retrieval (CBIR). |
US6748398B2 (en) | 2001-03-30 | 2004-06-08 | Microsoft Corporation | Relevance maximizing, iteration minimizing, relevance-feedback, content-based image retrieval (CBIR) |
US20060248044A1 (en) * | 2001-03-30 | 2006-11-02 | Microsoft Corporation | Relevance Maximizing, Iteration Minimizing, Relevance-Feedback, Content-Based Image Retrieval (CBIR) |
US20100322468A1 (en) * | 2001-04-25 | 2010-12-23 | Sharma Ravi K | Encoding and Decoding Auxiliary Signals |
US20070110272A1 (en) * | 2001-04-25 | 2007-05-17 | Sharma Ravi K | Encoding and Decoding Signals for Digital Watermarking |
US8170273B2 (en) | 2001-04-25 | 2012-05-01 | Digimarc Corporation | Encoding and decoding auxiliary signals |
US7489801B2 (en) | 2001-04-25 | 2009-02-10 | Digimarc Corporation | Encoding and decoding signals for digital watermarking |
US7706570B2 (en) | 2001-04-25 | 2010-04-27 | Digimarc Corporation | Encoding and decoding auxiliary signals |
US7110458B2 (en) * | 2001-04-27 | 2006-09-19 | Mitsubishi Electric Research Laboratories, Inc. | Method for summarizing a video using motion descriptors |
US20030007555A1 (en) * | 2001-04-27 | 2003-01-09 | Mitsubishi Electric Research Laboratories, Inc. | Method for summarizing a video using motion descriptors |
US6738764B2 (en) * | 2001-05-08 | 2004-05-18 | Verity, Inc. | Apparatus and method for adaptively ranking search results |
US20020169754A1 (en) * | 2001-05-08 | 2002-11-14 | Jianchang Mao | Apparatus and method for adaptively ranking search results |
US20060212442A1 (en) * | 2001-05-16 | 2006-09-21 | Pandora Media, Inc. | Methods of Presenting and Providing Content to a User |
US20060206478A1 (en) * | 2001-05-16 | 2006-09-14 | Pandora Media, Inc. | Playlist generating methods |
US20060212444A1 (en) * | 2001-05-16 | 2006-09-21 | Pandora Media, Inc. | Methods and systems for utilizing contextual feedback to generate and modify playlists |
US7962482B2 (en) | 2001-05-16 | 2011-06-14 | Pandora Media, Inc. | Methods and systems for utilizing contextual feedback to generate and modify playlists |
US8306976B2 (en) | 2001-05-16 | 2012-11-06 | Pandora Media, Inc. | Methods and systems for utilizing contextual feedback to generate and modify playlists |
US7003515B1 (en) | 2001-05-16 | 2006-02-21 | Pandora Media, Inc. | Consumer item matching method and system |
US7043094B2 (en) * | 2001-06-07 | 2006-05-09 | Commissariat A L'energie Atomique | Process for the automatic creation of a database of images accessible by semantic features |
US20030113017A1 (en) * | 2001-06-07 | 2003-06-19 | Corinne Thomas | Process for the automatic creation of a database of images accessible by semantic features |
US20040170327A1 (en) * | 2001-06-19 | 2004-09-02 | Whoi-Yul Kim | Method of extracting shape variation descriptor for retrieving image sequence |
US7212671B2 (en) * | 2001-06-19 | 2007-05-01 | Whoi-Yul Kim | Method of extracting shape variation descriptor for retrieving image sequence |
US8122465B2 (en) | 2001-07-05 | 2012-02-21 | Digimarc Corporation | Watermarking to set video usage permissions |
US20080008351A1 (en) * | 2001-07-05 | 2008-01-10 | Davis Bruce L | Methods Employing Topical Subject Criteria in Video Processing |
US8085979B2 (en) | 2001-07-05 | 2011-12-27 | Digimarc Corporation | Methods employing stored preference data to identify video of interest to a consumer |
US7778441B2 (en) | 2001-07-05 | 2010-08-17 | Digimarc Corporation | Methods employing topical subject criteria in video processing |
US8036421B2 (en) | 2001-07-05 | 2011-10-11 | Digimarc Corporation | Methods employing topical subject criteria in video processing |
US20030007664A1 (en) * | 2001-07-05 | 2003-01-09 | Davis Bruce L. | Watermarking to set video usage permissions |
US20080008352A1 (en) * | 2001-07-05 | 2008-01-10 | Davis Bruce L | Methods Employing Topical Subject Criteria in Video Processing |
US7697718B2 (en) | 2001-07-05 | 2010-04-13 | Digimarc Corporation | Methods employing topical subject criteria in video processing |
US20100199314A1 (en) * | 2001-07-05 | 2010-08-05 | Davis Bruce L | Methods employing stored preference data to identify video of interest to a consumer |
US20040240543A1 (en) * | 2001-09-04 | 2004-12-02 | Faroudja Yves C. | Low bandwidth video compression |
US20040071328A1 (en) * | 2001-09-07 | 2004-04-15 | Vaisberg Eugeni A. | Classifying cells based on information contained in cell images |
US20050190273A1 (en) * | 2001-10-09 | 2005-09-01 | Microsoft Corporation | System and method for exchanging images |
US20030072481A1 (en) * | 2001-10-11 | 2003-04-17 | Advanced Micro Devices, Inc. | Method for evaluating anomalies in a semiconductor manufacturing process |
US20030093789A1 (en) * | 2001-11-09 | 2003-05-15 | John Zimmerman | Systems for monitoring broadcast content and generating notification signals as a function of subscriber profiles and methods of operating the same |
US7136852B1 (en) * | 2001-11-27 | 2006-11-14 | Ncr Corp. | Case-based reasoning similarity metrics implementation using user defined functions |
US20040215663A1 (en) * | 2001-11-30 | 2004-10-28 | Microsoft Corporation | Media agent |
US20040220925A1 (en) * | 2001-11-30 | 2004-11-04 | Microsoft Corporation | Media agent |
US7493312B2 (en) | 2001-11-30 | 2009-02-17 | Microsoft Corporation | Media agent |
US7283992B2 (en) | 2001-11-30 | 2007-10-16 | Microsoft Corporation | Media agent to suggest contextually related media content |
US20080303942A1 (en) * | 2001-12-06 | 2008-12-11 | Shih-Fu Chang | System and method for extracting text captions from video and generating video summaries |
US8488682B2 (en) | 2001-12-06 | 2013-07-16 | The Trustees Of Columbia University In The City Of New York | System and method for extracting text captions from video and generating video summaries |
US7283659B1 (en) * | 2002-01-09 | 2007-10-16 | Kla-Tencor Technologies Corporation | Apparatus and methods for searching through and analyzing defect images and wafer maps |
US7757171B1 (en) * | 2002-01-23 | 2010-07-13 | Microsoft Corporation | Media authoring and presentation |
US7739601B1 (en) | 2002-01-23 | 2010-06-15 | Microsoft Corporation | Media authoring and presentation |
US7725829B1 (en) | 2002-01-23 | 2010-05-25 | Microsoft Corporation | Media authoring and presentation |
US7020651B2 (en) * | 2002-02-14 | 2006-03-28 | Infoglide Software Corporation | Similarity search engine for use with relational databases |
US20030182282A1 (en) * | 2002-02-14 | 2003-09-25 | Ripley John R. | Similarity search engine for use with relational databases |
US20050055345A1 (en) * | 2002-02-14 | 2005-03-10 | Infoglide Software Corporation | Similarity search engine for use with relational databases |
US6829606B2 (en) * | 2002-02-14 | 2004-12-07 | Infoglide Software Corporation | Similarity search engine for use with relational databases |
US20040190793A1 (en) * | 2002-03-01 | 2004-09-30 | Rorvig Mark E. | Method for retrieving images by content measure metadata encoding |
US20030204592A1 (en) * | 2002-03-07 | 2003-10-30 | Crown Media Holdings, Inc. | System for uniquely identifying assets and subsribers in a multi-media communicaion network |
US20030177110A1 (en) * | 2002-03-15 | 2003-09-18 | Fujitsu Limited | Profile information recommendation method, program and apparatus |
WO2003079162A3 (en) * | 2002-03-15 | 2004-03-25 | Summus Inc | Methods and systems for downloading and viewing maps |
US20070139411A1 (en) * | 2002-03-15 | 2007-06-21 | Bjorn Jawerth | Methods and systems for downloading and viewing maps |
WO2003079162A2 (en) * | 2002-03-15 | 2003-09-25 | Summus, Inc. | Methods and systems for downloading and viewing maps |
US20030231190A1 (en) * | 2002-03-15 | 2003-12-18 | Bjorn Jawerth | Methods and systems for downloading and viewing maps |
US7409081B2 (en) * | 2002-04-25 | 2008-08-05 | Dainippon Screen Mfg. Co., Ltd. | Apparatus and computer-readable medium for assisting image classification |
US20030202703A1 (en) * | 2002-04-25 | 2003-10-30 | Dainippon Screen Mfg. Co., Ltd. | Apparatus and computer-readable medium for assisting image classification |
US20090316778A1 (en) * | 2002-04-26 | 2009-12-24 | Jae-Gon Kim | Method And System For Optimal Video Transcoding Based On Utility Function Descriptors |
US20030208484A1 (en) * | 2002-05-01 | 2003-11-06 | International Business Machines Corporation | Dynamic optimization of multi-feature queries |
US6917932B2 (en) * | 2002-05-01 | 2005-07-12 | International Business Machines Corporation | Dynamic optimization of multi-feature queries |
US7824029B2 (en) | 2002-05-10 | 2010-11-02 | L-1 Secure Credentialing, Inc. | Identification card printer-assembler for over the counter card issuing |
US7188092B2 (en) | 2002-07-12 | 2007-03-06 | Chroma Energy, Inc. | Pattern recognition template application applied to oil exploration and production |
US20040210547A1 (en) * | 2002-07-12 | 2004-10-21 | Chroma Energy, Inc. | Pattern recognition template application applied to oil exploration and production |
US7162463B1 (en) | 2002-07-12 | 2007-01-09 | Chroma Energy, Inc. | Pattern recognition template construction applied to oil exploration and production |
WO2004008384A1 (en) * | 2002-07-12 | 2004-01-22 | Chroma Group, Inc. | Pattern recognition applied to graphic imaging |
US7184991B1 (en) | 2002-07-12 | 2007-02-27 | Chroma Energy, Inc. | Pattern recognition applied to oil exploration and production |
US20040091111A1 (en) * | 2002-07-16 | 2004-05-13 | Levy Kenneth L. | Digital watermarking and fingerprinting applications |
US20040078364A1 (en) * | 2002-09-03 | 2004-04-22 | Ripley John R. | Remote scoring and aggregating similarity search engine for use with relational databases |
US7386554B2 (en) * | 2002-09-03 | 2008-06-10 | Infoglide Software Corporation | Remote scoring and aggregating similarity search engine for use with relational databases |
US8983119B2 (en) | 2002-09-30 | 2015-03-17 | Myport Technologies, Inc. | Method for voice command activation, multi-media capture, transmission, speech conversion, metatags creation, storage and search retrieval |
US7778438B2 (en) | 2002-09-30 | 2010-08-17 | Myport Technologies, Inc. | Method for multi-media recognition, data conversion, creation of metatags, storage and search retrieval |
US11546154B2 (en) | 2002-09-30 | 2023-01-03 | MyPortIP, Inc. | Apparatus/system for voice assistant, multi-media capture, speech to text conversion, plurality of photo/video image/object recognition, fully automated creation of searchable metatags/contextual tags, storage and search retrieval |
US9589309B2 (en) | 2002-09-30 | 2017-03-07 | Myport Technologies, Inc. | Apparatus and method for embedding searchable information, encryption, transmission, storage and retrieval |
US8509477B2 (en) | 2002-09-30 | 2013-08-13 | Myport Technologies, Inc. | Method for multi-media capture, transmission, conversion, metatags creation, storage and search retrieval |
US20060115111A1 (en) * | 2002-09-30 | 2006-06-01 | Malone Michael F | Apparatus for capturing information as a file and enhancing the file with embedded information |
US9159113B2 (en) | 2002-09-30 | 2015-10-13 | Myport Technologies, Inc. | Apparatus and method for embedding searchable information, encryption, transmission, storage and retrieval |
US10721066B2 (en) | 2002-09-30 | 2020-07-21 | Myport Ip, Inc. | Method for voice assistant, location tagging, multi-media capture, transmission, speech to text conversion, photo/video image/object recognition, creation of searchable metatags/contextual tags, storage and search retrieval |
US10237067B2 (en) | 2002-09-30 | 2019-03-19 | Myport Technologies, Inc. | Apparatus for voice assistant, location tagging, multi-media capture, transmission, speech to text conversion, photo/video image/object recognition, creation of searchable metatags/contextual tags, storage and search retrieval |
US8135169B2 (en) | 2002-09-30 | 2012-03-13 | Myport Technologies, Inc. | Method for multi-media recognition, data conversion, creation of metatags, storage and search retrieval |
US7778440B2 (en) | 2002-09-30 | 2010-08-17 | Myport Technologies, Inc. | Apparatus and method for embedding searchable information into a file for transmission, storage and retrieval |
US8687841B2 (en) | 2002-09-30 | 2014-04-01 | Myport Technologies, Inc. | Apparatus and method for embedding searchable information into a file, encryption, transmission, storage and retrieval |
US20070201721A1 (en) * | 2002-09-30 | 2007-08-30 | Myport Technologies, Inc. | Apparatus and method for embedding searchable information into a file for transmission, storage and retrieval |
US9922391B2 (en) | 2002-09-30 | 2018-03-20 | Myport Technologies, Inc. | System for embedding searchable information, encryption, signing operation, transmission, storage and retrieval |
US9832017B2 (en) | 2002-09-30 | 2017-11-28 | Myport Ip, Inc. | Apparatus for personal voice assistant, location services, multi-media capture, transmission, speech to text conversion, photo/video image/object recognition, creation of searchable metatag(s)/ contextual tag(s), storage and search retrieval |
US9070193B2 (en) | 2002-09-30 | 2015-06-30 | Myport Technologies, Inc. | Apparatus and method to embed searchable information into a file, encryption, transmission, storage and retrieval |
US20100303288A1 (en) * | 2002-09-30 | 2010-12-02 | Myport Technologies, Inc. | Method for multi-media recognition, data conversion, creation of metatags, storage and search retrieval |
US11574379B2 (en) | 2002-09-30 | 2023-02-07 | Myport Ip, Inc. | System for embedding searchable information, encryption, signing operation, transmission, storage database and retrieval |
US8068638B2 (en) | 2002-09-30 | 2011-11-29 | Myport Technologies, Inc. | Apparatus and method for embedding searchable information into a file for transmission, storage and retrieval |
US7184573B2 (en) | 2002-09-30 | 2007-02-27 | Myport Technologies, Inc. | Apparatus for capturing information as a file and enhancing the file with embedded information |
US20100310071A1 (en) * | 2002-09-30 | 2010-12-09 | Myport Technologies, Inc. | Apparatus and method for embedding searchable information into a file for transmission, storage and retrieval |
US20080313179A1 (en) * | 2002-11-27 | 2008-12-18 | Sony United Kingdom Limited | Information storage and retrieval |
US20060095852A1 (en) * | 2002-11-27 | 2006-05-04 | Trepess David W | Information storage and retrieval |
US20040139208A1 (en) * | 2002-12-03 | 2004-07-15 | Raja Tuli | Portable internet access device back page cache |
US8176428B2 (en) | 2002-12-03 | 2012-05-08 | Datawind Net Access Corporation | Portable internet access device back page cache |
US8055667B2 (en) | 2003-03-03 | 2011-11-08 | Digimarc Corporation | Integrating and enhancing searching of media content and biometric databases |
US7606790B2 (en) | 2003-03-03 | 2009-10-20 | Digimarc Corporation | Integrating and enhancing searching of media content and biometric databases |
US20040243567A1 (en) * | 2003-03-03 | 2004-12-02 | Levy Kenneth L. | Integrating and enhancing searching of media content and biometric databases |
US7132652B1 (en) | 2003-03-25 | 2006-11-07 | Kla-Tencor Technologies Corporation | Automatic classification of defects using pattern recognition applied to X-ray spectra |
US7546156B2 (en) | 2003-05-09 | 2009-06-09 | University Of Rochester Medical Center | Method of indexing biological imaging data using a three-dimensional body representation |
US20050033142A1 (en) * | 2003-05-09 | 2005-02-10 | University Of Rochester Medical Center | Method of indexing biological imaging data using a three-dimensional body representation |
US20040236733A1 (en) * | 2003-05-21 | 2004-11-25 | Po-Chieh Hung | Searching device, searching method and program |
US7274834B2 (en) * | 2003-05-21 | 2007-09-25 | Konica Minolta Holdings, Inc. | Searching device, searching method and program |
US7246012B2 (en) | 2003-07-18 | 2007-07-17 | Cytokinetics, Inc. | Characterizing biological stimuli by response curves |
US7817840B2 (en) | 2003-07-18 | 2010-10-19 | Cytokinetics, Inc. | Predicting hepatotoxicity using cell based assays |
US20050014217A1 (en) * | 2003-07-18 | 2005-01-20 | Cytokinetics, Inc. | Predicting hepatotoxicity using cell based assays |
US20060228695A1 (en) * | 2003-07-18 | 2006-10-12 | Cytokinetics, Inc. | Predicting hepatotoxicity using cell based assays |
US20060234332A1 (en) * | 2003-07-18 | 2006-10-19 | Cytokinetics, Inc. | Predicting hepatotoxicity using cell based assays |
US20050137806A1 (en) * | 2003-07-18 | 2005-06-23 | Cytokinetics, Inc. A Delaware Corporation | Characterizing biological stimuli by response curves |
US20050014216A1 (en) * | 2003-07-18 | 2005-01-20 | Cytokinetics, Inc. | Predicting hepatotoxicity using cell based assays |
US7235353B2 (en) | 2003-07-18 | 2007-06-26 | Cytokinetics, Inc. | Predicting hepatotoxicity using cell based assays |
US20060116966A1 (en) * | 2003-12-04 | 2006-06-01 | Pedersen Palle M | Methods and systems for verifying protectable content |
US9489687B2 (en) | 2003-12-04 | 2016-11-08 | Black Duck Software, Inc. | Methods and systems for managing software development |
US20050125358A1 (en) * | 2003-12-04 | 2005-06-09 | Black Duck Software, Inc. | Authenticating licenses for legally-protectable content based on license profiles and content identifiers |
US20080154965A1 (en) * | 2003-12-04 | 2008-06-26 | Pedersen Palle M | Methods and systems for managing software development |
US20050125359A1 (en) * | 2003-12-04 | 2005-06-09 | Black Duck Software, Inc. | Resolving license dependencies for aggregations of legally-protectable content |
US7552093B2 (en) | 2003-12-04 | 2009-06-23 | Black Duck Software, Inc. | Resolving license dependencies for aggregations of legally-protectable content |
US8700533B2 (en) | 2003-12-04 | 2014-04-15 | Black Duck Software, Inc. | Authenticating licenses for legally-protectable content based on license profiles and content identifiers |
US20050129334A1 (en) * | 2003-12-12 | 2005-06-16 | Wilder Daniel V. | Event photo retrieval system and method |
US7596269B2 (en) | 2004-02-15 | 2009-09-29 | Exbiblio B.V. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US8214387B2 (en) | 2004-02-15 | 2012-07-03 | Google Inc. | Document enhancement system and method |
US20110085211A1 (en) * | 2004-02-15 | 2011-04-14 | King Martin T | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
US7593605B2 (en) | 2004-02-15 | 2009-09-22 | Exbiblio B.V. | Data capture from rendered documents using handheld device |
US8831365B2 (en) | 2004-02-15 | 2014-09-09 | Google Inc. | Capturing text from rendered documents using supplement information |
US7599580B2 (en) | 2004-02-15 | 2009-10-06 | Exbiblio B.V. | Capturing text from rendered documents using supplemental information |
US8515816B2 (en) | 2004-02-15 | 2013-08-20 | Google Inc. | Aggregate analysis of text captures performed by multiple users from rendered documents |
US8442331B2 (en) | 2004-02-15 | 2013-05-14 | Google Inc. | Capturing text from rendered documents using supplemental information |
US8619147B2 (en) | 2004-02-15 | 2013-12-31 | Google Inc. | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
US7606741B2 (en) | 2004-02-15 | 2009-10-20 | Exbibuo B.V. | Information gathering system and method |
US7599844B2 (en) | 2004-02-15 | 2009-10-06 | Exbiblio B.V. | Content access with handheld document data capture devices |
US8019648B2 (en) | 2004-02-15 | 2011-09-13 | Google Inc. | Search engines and systems with handheld document data capture devices |
US9268852B2 (en) | 2004-02-15 | 2016-02-23 | Google Inc. | Search engines and systems with handheld document data capture devices |
US9613061B1 (en) * | 2004-03-19 | 2017-04-04 | Google Inc. | Image selection for news search |
US20100061590A1 (en) * | 2004-03-25 | 2010-03-11 | Raja Neogi | Fingerprinting digital video for rights management in networks |
US8023757B2 (en) * | 2004-03-25 | 2011-09-20 | Intel Corporation | Fingerprinting digital video for rights management in networks |
US20110026838A1 (en) * | 2004-04-01 | 2011-02-03 | King Martin T | Publishing techniques for adding value to a rendered document |
US8620760B2 (en) | 2004-04-01 | 2013-12-31 | Google Inc. | Methods and systems for initiating application processes by data capture from rendered documents |
US20110145102A1 (en) * | 2004-04-01 | 2011-06-16 | King Martin T | Methods and systems for initiating application processes by data capture from rendered documents |
US9514134B2 (en) | 2004-04-01 | 2016-12-06 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US9143638B2 (en) | 2004-04-01 | 2015-09-22 | Google Inc. | Data capture from rendered documents using handheld device |
US9633013B2 (en) | 2004-04-01 | 2017-04-25 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US9116890B2 (en) | 2004-04-01 | 2015-08-25 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US8505090B2 (en) | 2004-04-01 | 2013-08-06 | Google Inc. | Archive of text captures from rendered documents |
US8621349B2 (en) | 2004-04-01 | 2013-12-31 | Google Inc. | Publishing techniques for adding value to a rendered document |
US20110019020A1 (en) * | 2004-04-01 | 2011-01-27 | King Martin T | Adding information or functionality to a rendered document via association with an electronic counterpart |
US8781228B2 (en) | 2004-04-01 | 2014-07-15 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US8793162B2 (en) | 2004-04-01 | 2014-07-29 | Google Inc. | Adding information or functionality to a rendered document via association with an electronic counterpart |
US20050273271A1 (en) * | 2004-04-05 | 2005-12-08 | Aibing Rao | Method of characterizing cell shape |
US20050225678A1 (en) * | 2004-04-08 | 2005-10-13 | Andrew Zisserman | Object retrieval |
US20050234985A1 (en) * | 2004-04-09 | 2005-10-20 | Nexjenn Media, Inc. | System, method and computer program product for extracting metadata faster than real-time |
US8713418B2 (en) | 2004-04-12 | 2014-04-29 | Google Inc. | Adding value to a rendered document |
US9030699B2 (en) | 2004-04-19 | 2015-05-12 | Google Inc. | Association of a portable scanner with input/output and storage devices |
US8261094B2 (en) | 2004-04-19 | 2012-09-04 | Google Inc. | Secure data gathering from rendered documents |
US8908997B2 (en) | 2004-05-05 | 2014-12-09 | Google Inc. | Methods and apparatus for automated true object-based image analysis and retrieval |
US8150216B2 (en) | 2004-05-05 | 2012-04-03 | Google Inc. | Methods and apparatus for automated true object-based image analysis and retrieval |
US20100082597A1 (en) * | 2004-05-05 | 2010-04-01 | Facet Technology Corp. | Methods and apparatus for automated true object-based image analysis and retrieval |
US7590310B2 (en) | 2004-05-05 | 2009-09-15 | Facet Technology Corp. | Methods and apparatus for automated true object-based image analysis and retrieval |
US8903199B2 (en) | 2004-05-05 | 2014-12-02 | Google Inc. | Methods and apparatus for automated true object-based image analysis and retrieval |
US8908996B2 (en) | 2004-05-05 | 2014-12-09 | Google Inc. | Methods and apparatus for automated true object-based image analysis and retrieval |
US20050271304A1 (en) * | 2004-05-05 | 2005-12-08 | Retterath Jamie E | Methods and apparatus for automated true object-based image analysis and retrieval |
US9424277B2 (en) | 2004-05-05 | 2016-08-23 | Google Inc. | Methods and apparatus for automated true object-based image analysis and retrieval |
US8489624B2 (en) | 2004-05-17 | 2013-07-16 | Google, Inc. | Processing techniques for text capture from a rendered document |
US8799099B2 (en) | 2004-05-17 | 2014-08-05 | Google Inc. | Processing techniques for text capture from a rendered document |
US20060115108A1 (en) * | 2004-06-22 | 2006-06-01 | Rodriguez Tony F | Metadata management and generation using digital watermarks |
US8953908B2 (en) | 2004-06-22 | 2015-02-10 | Digimarc Corporation | Metadata management and generation using perceptual features |
US20060002479A1 (en) * | 2004-06-22 | 2006-01-05 | Fernandes Felix C A | Decoder for H.264/AVC video |
US7697731B2 (en) * | 2004-07-01 | 2010-04-13 | Sony Corporation | Information-processing apparatus, information-processing methods, and programs |
US20060039586A1 (en) * | 2004-07-01 | 2006-02-23 | Sony Corporation | Information-processing apparatus, information-processing methods, and programs |
US7323318B2 (en) | 2004-07-15 | 2008-01-29 | Cytokinetics, Inc. | Assay for distinguishing live and dead cells |
US20070031818A1 (en) * | 2004-07-15 | 2007-02-08 | Cytokinetics, Inc., A Delaware Corporation | Assay for distinguishing live and dead cells |
US20060014135A1 (en) * | 2004-07-15 | 2006-01-19 | Cytokinetics, Inc. | Assay for distinguishing live and dead cells |
US9275051B2 (en) | 2004-07-19 | 2016-03-01 | Google Inc. | Automatic modification of web pages |
US8346620B2 (en) | 2004-07-19 | 2013-01-01 | Google Inc. | Automatic modification of web pages |
US20060136629A1 (en) * | 2004-08-18 | 2006-06-22 | King Martin T | Scanner having connected and unconnected operational behaviors |
US8179563B2 (en) | 2004-08-23 | 2012-05-15 | Google Inc. | Portable scanning device |
US10769431B2 (en) | 2004-09-27 | 2020-09-08 | Google Llc | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
US20100146447A1 (en) * | 2004-10-06 | 2010-06-10 | Randy Ubillos | Techniques For Displaying Digital Images On A Display |
US7705858B2 (en) * | 2004-10-06 | 2010-04-27 | Apple Inc. | Techniques for displaying digital images on a display |
US8194099B2 (en) | 2004-10-06 | 2012-06-05 | Apple Inc. | Techniques for displaying digital images on a display |
US20060071947A1 (en) * | 2004-10-06 | 2006-04-06 | Randy Ubillos | Techniques for displaying digital images on a display |
US8903759B2 (en) | 2004-12-03 | 2014-12-02 | Google Inc. | Determining actions involving captured information and electronic content associated with rendered documents |
US8953886B2 (en) | 2004-12-03 | 2015-02-10 | Google Inc. | Method and system for character recognition |
US8620083B2 (en) | 2004-12-03 | 2013-12-31 | Google Inc. | Method and system for character recognition |
US8874504B2 (en) | 2004-12-03 | 2014-10-28 | Google Inc. | Processing techniques for visual capture data from a rendered document |
US20110075228A1 (en) * | 2004-12-03 | 2011-03-31 | King Martin T | Scanner having connected and unconnected operational behaviors |
US8531710B2 (en) | 2004-12-03 | 2013-09-10 | Google Inc. | Association of a portable scanner with input/output and storage devices |
US20110072395A1 (en) * | 2004-12-03 | 2011-03-24 | King Martin T | Determining actions involving captured information and electronic content associated with rendered documents |
US7876317B2 (en) * | 2004-12-13 | 2011-01-25 | Samsung Electronics Co., Ltd. | Apparatus and method of producing 3D structural sketch and computer-readable recording medium on which compute program for executing the method is recorded |
US20060143221A1 (en) * | 2004-12-13 | 2006-06-29 | Samsung Electronics Co., Ltd | Apparatus and method of producing 3D structural sketch and computer-readable recording medium on which computer program for executing the method is recorded |
US20060155684A1 (en) * | 2005-01-12 | 2006-07-13 | Microsoft Corporation | Systems and methods to present web image search results for effective image browsing |
US7548936B2 (en) * | 2005-01-12 | 2009-06-16 | Microsoft Corporation | Systems and methods to present web image search results for effective image browsing |
US8051293B2 (en) | 2005-03-03 | 2011-11-01 | Digimarc Corporation | Data processing systems and methods |
US20090144534A1 (en) * | 2005-03-03 | 2009-06-04 | Sean Calhoon | Data Processing Systems and Methods |
US9060175B2 (en) | 2005-03-04 | 2015-06-16 | The Trustees Of Columbia University In The City Of New York | System and method for motion estimation and mode decision for low-complexity H.264 decoder |
US20080181308A1 (en) * | 2005-03-04 | 2008-07-31 | Yong Wang | System and method for motion estimation and mode decision for low-complexity h.264 decoder |
US20060205458A1 (en) * | 2005-03-08 | 2006-09-14 | Doug Huber | System and method for capturing images from mobile devices for use with patron tracking system |
US7693306B2 (en) * | 2005-03-08 | 2010-04-06 | Konami Gaming, Inc. | System and method for capturing images from mobile devices for use with patron tracking system |
US20060239329A1 (en) * | 2005-03-14 | 2006-10-26 | Kabushiki Kaisha Bio Echo Net | Ear-type clinical thermometer |
US7797245B2 (en) | 2005-03-18 | 2010-09-14 | Black Duck Software, Inc. | Methods and systems for identifying an area of interest in protectable content |
US20060212464A1 (en) * | 2005-03-18 | 2006-09-21 | Pedersen Palle M | Methods and systems for identifying an area of interest in protectable content |
US8570586B2 (en) | 2005-05-02 | 2013-10-29 | Digimarc Corporation | Active images through digital watermarking |
US20070091376A1 (en) * | 2005-05-02 | 2007-04-26 | Sean Calhoon | Active Images Through Digital Watermarking |
US20090125226A1 (en) * | 2005-05-06 | 2009-05-14 | Laumeyer Robert A | Network-based navigation system having virtual drive-thru advertisements integrated with actual imagery from along a physical route |
US7941269B2 (en) | 2005-05-06 | 2011-05-10 | Rialcardo Tice B.V. Llc | Network-based navigation system having virtual drive-thru advertisements integrated with actual imagery from along a physical route |
US8406992B2 (en) | 2005-05-06 | 2013-03-26 | Rialcardo Tice B.V. Llc | Network-based navigation system having virtual drive-thru advertisements integrated with actual imagery from along a physical route |
US20110093350A1 (en) * | 2005-05-06 | 2011-04-21 | Facet Technology Corporation | Network-Based Navigation System Having Virtual Drive-Thru Advertisements Integrated with Actual Imagery from Along a Physical Route |
US20060259477A1 (en) * | 2005-05-10 | 2006-11-16 | Tetsu Morita | Image managing apparatus, image managing method, image managing program, and storage medium |
CN100535902C (en) * | 2005-05-10 | 2009-09-02 | 奥林巴斯映像株式会社 | Image managing apparatus, and image managing method |
US7734102B2 (en) | 2005-05-11 | 2010-06-08 | Optosecurity Inc. | Method and system for screening cargo containers |
US20070041612A1 (en) * | 2005-05-11 | 2007-02-22 | Luc Perron | Apparatus, method and system for screening receptacles and persons, having image distortion correction functionality |
US20090174554A1 (en) * | 2005-05-11 | 2009-07-09 | Eric Bergeron | Method and system for screening luggage items, cargo containers or persons |
US7991242B2 (en) | 2005-05-11 | 2011-08-02 | Optosecurity Inc. | Apparatus, method and system for screening receptacles and persons, having image distortion correction functionality |
US7567254B2 (en) * | 2005-06-30 | 2009-07-28 | Microsoft Corporation | Parallel texture synthesis having controllable jitter |
US20070002069A1 (en) * | 2005-06-30 | 2007-01-04 | Microsoft Corporation | Parallel texture synthesis having controllable jitter |
US20070073749A1 (en) * | 2005-09-28 | 2007-03-29 | Nokia Corporation | Semantic visual search engine |
EP2450808A2 (en) | 2005-09-28 | 2012-05-09 | Nokia Corporation | Semantic visual search engine |
US7865492B2 (en) | 2005-09-28 | 2011-01-04 | Nokia Corporation | Semantic visual search engine |
US8081682B1 (en) * | 2005-10-13 | 2011-12-20 | Maxim Integrated Products, Inc. | Video encoding mode decisions according to content categories |
US8149909B1 (en) | 2005-10-13 | 2012-04-03 | Maxim Integrated Products, Inc. | Video encoding control using non-exclusive content categories |
US20070088748A1 (en) * | 2005-10-17 | 2007-04-19 | Fujitsu Limited | Image display control device |
US20100138422A1 (en) * | 2005-10-25 | 2010-06-03 | Bracco Imaging S.P.A. | Image processing system, particularly for use with diagnostic images |
US8155406B2 (en) * | 2005-10-25 | 2012-04-10 | Bracco Imaging S.P.A. | Image processing system, particularly for use with diagnostic images |
US20070110308A1 (en) * | 2005-11-17 | 2007-05-17 | Samsung Electronics Co., Ltd. | Method, medium, and system with category-based photo clustering using photographic region templates |
US20090076797A1 (en) * | 2005-12-28 | 2009-03-19 | Hong Yu | System and Method For Accessing Images With A Novel User Interface And Natural Language Processing |
US20070160275A1 (en) * | 2006-01-11 | 2007-07-12 | Shashidhar Sathyanarayana | Medical image retrieval |
US7730047B2 (en) * | 2006-04-07 | 2010-06-01 | Microsoft Corporation | Analysis of media content via extensible object |
US20070239780A1 (en) * | 2006-04-07 | 2007-10-11 | Microsoft Corporation | Simultaneous capture and analysis of media content |
US20070239779A1 (en) * | 2006-04-07 | 2007-10-11 | Microsoft Corporation | Analysis of media content via extensible object |
US20070260651A1 (en) * | 2006-05-08 | 2007-11-08 | Pedersen Palle M | Methods and systems for reporting regions of interest in content files |
WO2007130675A3 (en) * | 2006-05-08 | 2008-01-10 | Black Duck Software Inc | Methods and systems for reporting regions of interest in content files |
WO2007130675A2 (en) * | 2006-05-08 | 2007-11-15 | Black Duck Software, Inc. | Methods and systems for reporting regions of interest in content files |
US8010538B2 (en) | 2006-05-08 | 2011-08-30 | Black Duck Software, Inc. | Methods and systems for reporting regions of interest in content files |
US8233679B2 (en) | 2006-05-10 | 2012-07-31 | Aol Inc. | Detecting facial similarity based on human perception of facial similarity |
US9141878B2 (en) | 2006-05-10 | 2015-09-22 | Aol Inc. | Detecting facial similarity based on human perception of facial similarity |
US20110085710A1 (en) * | 2006-05-10 | 2011-04-14 | Aol Inc. | Using relevance feedback in face recognition |
US8194939B2 (en) | 2006-05-10 | 2012-06-05 | Aol Inc. | Using relevance feedback in face recognition |
US20090034805A1 (en) * | 2006-05-10 | 2009-02-05 | Aol Llc | Using Relevance Feedback In Face Recognition |
US7783085B2 (en) * | 2006-05-10 | 2010-08-24 | Aol Inc. | Using relevance feedback in face recognition |
US9773160B2 (en) | 2006-05-10 | 2017-09-26 | Aol Inc. | Using relevance feedback in face recognition |
US7907755B1 (en) * | 2006-05-10 | 2011-03-15 | Aol Inc. | Detecting facial similarity based on human perception of facial similarity |
US20110129145A1 (en) * | 2006-05-10 | 2011-06-02 | Aol Inc | Detecting facial similarity based on human perception of facial similarity |
US8542888B2 (en) | 2006-05-10 | 2013-09-24 | Aol Inc. | Detecting facial similarity based on human perception of facial similarity |
US7899232B2 (en) | 2006-05-11 | 2011-03-01 | Optosecurity Inc. | Method and apparatus for providing threat image projection (TIP) in a luggage screening system, and luggage screening system implementing same |
US8341112B2 (en) | 2006-05-19 | 2012-12-25 | Microsoft Corporation | Annotation by search |
US20070271226A1 (en) * | 2006-05-19 | 2007-11-22 | Microsoft Corporation | Annotation by Search |
WO2007137352A1 (en) * | 2006-05-29 | 2007-12-06 | University Of Wollongong | Content based image retrieval |
US20070286531A1 (en) * | 2006-06-08 | 2007-12-13 | Hsin Chia Fu | Object-based image search system and method |
US8055103B2 (en) * | 2006-06-08 | 2011-11-08 | National Chiao Tung University | Object-based image search system and method |
US20110167053A1 (en) * | 2006-06-28 | 2011-07-07 | Microsoft Corporation | Visual and multi-dimensional search |
US20100272357A1 (en) * | 2006-07-28 | 2010-10-28 | University Of New Brunswick | Method of image segmentation |
US8233712B2 (en) | 2006-07-28 | 2012-07-31 | University Of New Brunswick | Methods of segmenting a digital image |
US9779441B1 (en) * | 2006-08-04 | 2017-10-03 | Facebook, Inc. | Method for relevancy ranking of products in online shopping |
US11062372B2 (en) | 2006-08-04 | 2021-07-13 | Facebook, Inc. | Method for relevancy ranking of products in online shopping |
US8600196B2 (en) | 2006-09-08 | 2013-12-03 | Google Inc. | Optical scanners, such as hand-held optical scanners |
US8010803B2 (en) | 2006-10-12 | 2011-08-30 | Black Duck Software, Inc. | Methods and apparatus for automated export compliance |
US20080091938A1 (en) * | 2006-10-12 | 2008-04-17 | Black Duck Software, Inc. | Software algorithm identification |
US20080091677A1 (en) * | 2006-10-12 | 2008-04-17 | Black Duck Software, Inc. | Software export compliance |
US9268795B2 (en) | 2006-11-15 | 2016-02-23 | Google Inc. | Selection of an image or images most representative of a set of images |
US8498490B1 (en) | 2006-11-15 | 2013-07-30 | Google Inc. | Selection of an image or images most representative of a set of images |
US8744191B1 (en) | 2006-11-15 | 2014-06-03 | Google Inc. | Selection of an image or images most representative of a set of images |
US8090222B1 (en) * | 2006-11-15 | 2012-01-03 | Google Inc. | Selection of an image or images most representative of a set of images |
US20100053199A1 (en) * | 2006-12-21 | 2010-03-04 | Philippe Robert | Image processing method and device implementing said method |
US8184125B2 (en) * | 2006-12-21 | 2012-05-22 | Thomson Licensing | Image processing method and device implementing said method |
US20130039582A1 (en) * | 2007-01-11 | 2013-02-14 | John Gardiner Myers | Apparatus and method for detecting images within spam |
US10095922B2 (en) * | 2007-01-11 | 2018-10-09 | Proofpoint, Inc. | Apparatus and method for detecting images within spam |
US8290203B1 (en) * | 2007-01-11 | 2012-10-16 | Proofpoint, Inc. | Apparatus and method for detecting images within spam |
US8290311B1 (en) * | 2007-01-11 | 2012-10-16 | Proofpoint, Inc. | Apparatus and method for detecting images within spam |
US20080240572A1 (en) * | 2007-03-26 | 2008-10-02 | Seiko Epson Corporation | Image Search Apparatus and Image Search Method |
US8132096B1 (en) * | 2007-03-26 | 2012-03-06 | Hewlett-Packard Development Company, L.P. | Image composition evaluation |
US8494210B2 (en) | 2007-03-30 | 2013-07-23 | Optosecurity Inc. | User interface for use in security screening providing image enhancement capabilities and apparatus for implementing same |
US8401312B2 (en) * | 2007-05-17 | 2013-03-19 | Superfish Ltd. | Method and a system for organizing an image database |
US20100209008A1 (en) * | 2007-05-17 | 2010-08-19 | Superfish Ltd. | method and a system for organizing an image database |
US8457392B2 (en) * | 2007-07-27 | 2013-06-04 | Sportvision, Inc. | Identifying an object in an image using color profiles |
US20090028425A1 (en) * | 2007-07-27 | 2009-01-29 | Sportvision, Inc. | Identifying an object in an image using color profiles |
US20090082637A1 (en) * | 2007-09-21 | 2009-03-26 | Michael Galperin | Multi-modality fusion classifier with integrated non-imaging factors |
US8572087B1 (en) * | 2007-10-17 | 2013-10-29 | Google Inc. | Content identification |
US7988297B2 (en) | 2007-10-19 | 2011-08-02 | Look Dynamics, Inc. | Non-rigidly coupled, overlapping, non-feedback, optical systems for spatial filtering of fourier transform optical patterns and image shape content characterization |
US9672591B2 (en) | 2007-12-05 | 2017-06-06 | Apple Inc. | Collage display of image projects |
US8775953B2 (en) | 2007-12-05 | 2014-07-08 | Apple Inc. | Collage display of image projects |
US20090148064A1 (en) * | 2007-12-05 | 2009-06-11 | Egan Schulz | Collage display of image projects |
US8200025B2 (en) | 2007-12-07 | 2012-06-12 | University Of Ottawa | Image classification and search |
US8165406B2 (en) | 2007-12-12 | 2012-04-24 | Microsoft Corp. | Interactive concept learning in image search |
US9792414B2 (en) * | 2007-12-20 | 2017-10-17 | Koninklijke Philips N.V. | Method and device for case-based decision support |
US20100281037A1 (en) * | 2007-12-20 | 2010-11-04 | Koninklijke Philips Electronics N.V. | Method and device for case-based decision support |
US8358828B2 (en) * | 2007-12-28 | 2013-01-22 | Cadence Design Systems, Inc. | Interpolation of irregular data in a finite-dimensional metric space in lithographic simulation |
US20090169114A1 (en) * | 2007-12-28 | 2009-07-02 | Cadence Design Systems, Inc. | Interpolation of irregular data in a finite-dimensional metric space in lithographic simulation |
JP2011510533A (en) * | 2008-01-07 | 2011-03-31 | ソニー エリクソン モバイル コミュニケーションズ, エービー | Subject coordinates in EXIF |
US8194156B2 (en) | 2008-01-07 | 2012-06-05 | Sony Ericsson Mobile Communications Ab | EXIF object coordinates |
US20090174798A1 (en) * | 2008-01-07 | 2009-07-09 | Sony Ericsson Mobile Communications Ab | Exif object coordinates |
WO2009086946A1 (en) * | 2008-01-07 | 2009-07-16 | Sony Ericsson Mobile Communications Ab | Exif object coordinates |
US10769458B2 (en) | 2008-02-12 | 2020-09-08 | DBI/CIDAUT Technologies, LLC | Determination procedure of the luminance of traffic signs and device for its embodiment |
US20090216755A1 (en) * | 2008-02-21 | 2009-08-27 | Einav Itamar | Indexing Method For Multimedia Feature Vectors Using Locality Sensitive Hashing |
US20110025710A1 (en) * | 2008-04-10 | 2011-02-03 | The Trustees Of Columbia University In The City Of New York | Systems and methods for image archeology |
US8849058B2 (en) | 2008-04-10 | 2014-09-30 | The Trustees Of Columbia University In The City Of New York | Systems and methods for image archaeology |
US9146997B2 (en) | 2008-04-23 | 2015-09-29 | Google Inc. | Customizing image search for user attributes |
US8782029B1 (en) | 2008-04-23 | 2014-07-15 | Google Inc. | Customizing image search for user attributes |
US8504547B1 (en) * | 2008-04-23 | 2013-08-06 | Google Inc. | Customizing image search for user attributes |
US20100306197A1 (en) * | 2008-05-27 | 2010-12-02 | Multi Base Ltd | Non-linear representation of video data |
US20110145232A1 (en) * | 2008-06-17 | 2011-06-16 | The Trustees Of Columbia University In The City Of New York | System and method for dynamically and interactively searching media data |
US8364673B2 (en) | 2008-06-17 | 2013-01-29 | The Trustees Of Columbia University In The City Of New York | System and method for dynamically and interactively searching media data |
US20100082614A1 (en) * | 2008-09-22 | 2010-04-01 | Microsoft Corporation | Bayesian video search reranking |
US8180766B2 (en) | 2008-09-22 | 2012-05-15 | Microsoft Corporation | Bayesian video search reranking |
US20100088295A1 (en) * | 2008-10-03 | 2010-04-08 | Microsoft Corporation | Co-location visual pattern mining for near-duplicate image retrieval |
US8073818B2 (en) * | 2008-10-03 | 2011-12-06 | Microsoft Corporation | Co-location visual pattern mining for near-duplicate image retrieval |
US20100088254A1 (en) * | 2008-10-07 | 2010-04-08 | Yin-Pin Yang | Self-learning method for keyword based human machine interaction and portable navigation device |
US8423481B2 (en) * | 2008-10-07 | 2013-04-16 | Mitac International Corp. | Self-learning method for keyword based human machine interaction and portable navigation device |
US20140330844A1 (en) * | 2008-11-07 | 2014-11-06 | Core Wireless Licensing, S.a.r.l. | Method and apparatus for quality ranking of media |
US9946758B2 (en) * | 2008-11-07 | 2018-04-17 | Conversant Wireless Licensing S.A R.L. | Method and apparatus for quality ranking of media |
US8406573B2 (en) | 2008-12-22 | 2013-03-26 | Microsoft Corporation | Interactively ranking image search results using color layout relevance |
US8671069B2 (en) | 2008-12-22 | 2014-03-11 | The Trustees Of Columbia University, In The City Of New York | Rapid image annotation via brain state decoding and visual pattern mining |
US20100158412A1 (en) * | 2008-12-22 | 2010-06-24 | Microsoft Corporation | Interactively ranking image search results using color layout relevance |
US9665824B2 (en) | 2008-12-22 | 2017-05-30 | The Trustees Of Columbia University In The City Of New York | Rapid image annotation via brain state decoding and visual pattern mining |
US8244739B2 (en) * | 2009-01-23 | 2012-08-14 | Nec Corporation | Data retrieval device using a skip table |
US20110099177A1 (en) * | 2009-01-23 | 2011-04-28 | Nec Corporation | Data retrieval device |
US10840156B2 (en) * | 2009-02-13 | 2020-11-17 | Asml Netherlands B.V. | Method and machine for examining wafers |
US20180076099A1 (en) * | 2009-02-13 | 2018-03-15 | Hermes Microvision, Inc. | Method and machine for examining wafers |
US8638363B2 (en) | 2009-02-18 | 2014-01-28 | Google Inc. | Automatically capturing information, such as capturing information using a document-aware device |
US8418055B2 (en) | 2009-02-18 | 2013-04-09 | Google Inc. | Identifying a document by performing spectral analysis on the contents of the document |
US8447066B2 (en) | 2009-03-12 | 2013-05-21 | Google Inc. | Performing actions based on capturing information from rendered documents, such as documents under copyright |
US9075779B2 (en) | 2009-03-12 | 2015-07-07 | Google Inc. | Performing actions based on capturing information from rendered documents, such as documents under copyright |
US8990235B2 (en) | 2009-03-12 | 2015-03-24 | Google Inc. | Automatically providing content associated with captured information, such as information captured in real-time |
US20100262616A1 (en) * | 2009-04-09 | 2010-10-14 | Nokia Corporation | Method and apparatus for providing visual search engine results |
US9489403B2 (en) | 2009-04-09 | 2016-11-08 | Nokia Technologies Oy | Method and apparatus for providing visual search engine results |
US8577909B1 (en) | 2009-05-15 | 2013-11-05 | Google Inc. | Query translation using bilingual search refinements |
US8577910B1 (en) | 2009-05-15 | 2013-11-05 | Google Inc. | Selecting relevant languages for query translation |
US8572109B1 (en) | 2009-05-15 | 2013-10-29 | Google Inc. | Query translation quality confidence |
US8566331B1 (en) | 2009-05-29 | 2013-10-22 | Google Inc. | Ordering image search results |
US8538957B1 (en) * | 2009-06-03 | 2013-09-17 | Google Inc. | Validating translations using visual similarity between visual media search results |
US20110026816A1 (en) * | 2009-07-29 | 2011-02-03 | Vaughn Robert L | Rapid image categorization |
US8843478B1 (en) | 2009-09-03 | 2014-09-23 | Google Inc. | Grouping of image search results |
US8352465B1 (en) | 2009-09-03 | 2013-01-08 | Google Inc. | Grouping of image search results |
US9116921B2 (en) | 2009-09-03 | 2015-08-25 | Google Inc. | Grouping of image search results |
US20110072047A1 (en) * | 2009-09-21 | 2011-03-24 | Microsoft Corporation | Interest Learning from an Image Collection for Advertising |
US10001384B2 (en) | 2009-11-12 | 2018-06-19 | Here Global B.V. | Method and apparatus for the retrieval of similar places |
US9081799B2 (en) | 2009-12-04 | 2015-07-14 | Google Inc. | Using gestalt information to identify locations in printed information |
US9323784B2 (en) | 2009-12-09 | 2016-04-26 | Google Inc. | Image search using text-based elements within the contents of images |
US11409825B2 (en) | 2009-12-18 | 2022-08-09 | Graphika Technologies, Inc. | Methods and systems for identifying markers of coordinated activity in social media movements |
US10324598B2 (en) | 2009-12-18 | 2019-06-18 | Graphika, Inc. | System and method for a search engine content filter |
US20110191334A1 (en) * | 2010-02-04 | 2011-08-04 | Microsoft Corporation | Smart Interface for Color Layout Sensitive Image Search |
US20140321761A1 (en) * | 2010-02-08 | 2014-10-30 | Microsoft Corporation | Intelligent Image Search Results Summarization and Browsing |
US10521692B2 (en) * | 2010-02-08 | 2019-12-31 | Microsoft Technology Licensing, Llc | Intelligent image search results summarization and browsing |
US20110238664A1 (en) * | 2010-03-26 | 2011-09-29 | Pedersen Palle M | Region Based Information Retrieval System |
US8650195B2 (en) | 2010-03-26 | 2014-02-11 | Palle M Pedersen | Region based information retrieval system |
US20190026268A1 (en) * | 2010-04-29 | 2019-01-24 | Google Llc | Associating still images and videos |
US10922350B2 (en) | 2010-04-29 | 2021-02-16 | Google Llc | Associating still images and videos |
US10394878B2 (en) * | 2010-04-29 | 2019-08-27 | Google Llc | Associating still images and videos |
US9652444B2 (en) | 2010-05-28 | 2017-05-16 | Microsoft Technology Licensing, Llc | Real-time annotation and enrichment of captured video |
US8903798B2 (en) | 2010-05-28 | 2014-12-02 | Microsoft Corporation | Real-time annotation and enrichment of captured video |
US9703782B2 (en) | 2010-05-28 | 2017-07-11 | Microsoft Technology Licensing, Llc | Associating media with metadata of near-duplicates |
US8498473B2 (en) * | 2010-08-24 | 2013-07-30 | Compuware Corporation | System for computationally quantifying similarities between images |
US20120051634A1 (en) * | 2010-08-24 | 2012-03-01 | Compuware Corporation | System for Computationally Quantifying Similarities Between Images |
US9367756B2 (en) | 2010-08-31 | 2016-06-14 | Google Inc. | Selection of representative images |
US9552442B2 (en) * | 2010-10-21 | 2017-01-24 | International Business Machines Corporation | Visual meme tracking for social media analysis |
US10303801B2 (en) * | 2010-10-21 | 2019-05-28 | International Business Machines Corporation | Visual meme tracking for social media analysis |
US20170109360A1 (en) * | 2010-10-21 | 2017-04-20 | International Business Machines Corporation | Visual meme tracking for social media analysis |
US8559682B2 (en) | 2010-11-09 | 2013-10-15 | Microsoft Corporation | Building a person profile database |
US8543521B2 (en) | 2011-03-30 | 2013-09-24 | Microsoft Corporation | Supervised re-ranking for visual search |
US9678992B2 (en) | 2011-05-18 | 2017-06-13 | Microsoft Technology Licensing, Llc | Text to image translation |
US9497249B2 (en) * | 2011-08-08 | 2016-11-15 | Sony Corporation | Information processing apparatus, information processing method, program, and information processing system |
US10013437B2 (en) | 2011-08-08 | 2018-07-03 | Sony Corporation | Information processing apparatus and method for searching of content based on meta information |
US10509142B2 (en) | 2011-09-07 | 2019-12-17 | Rapiscan Systems, Inc. | Distributed analysis x-ray inspection methods and systems |
US9632206B2 (en) | 2011-09-07 | 2017-04-25 | Rapiscan Systems, Inc. | X-ray inspection system that integrates manifest data with imaging/detection processing |
US11099294B2 (en) | 2011-09-07 | 2021-08-24 | Rapiscan Systems, Inc. | Distributed analysis x-ray inspection methods and systems |
US10830920B2 (en) | 2011-09-07 | 2020-11-10 | Rapiscan Systems, Inc. | Distributed analysis X-ray inspection methods and systems |
US10422919B2 (en) | 2011-09-07 | 2019-09-24 | Rapiscan Systems, Inc. | X-ray inspection system that integrates manifest data with imaging/detection processing |
US12174334B2 (en) | 2011-09-07 | 2024-12-24 | Rapiscan Systems, Inc. | Distributed analysis X-ray inspection methods and systems |
US9519732B1 (en) | 2011-11-28 | 2016-12-13 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for implementing pattern-based design enabled manufacturing of electronic circuit designs |
US8861816B2 (en) * | 2011-12-05 | 2014-10-14 | Illinois Tool Works Inc. | Method and apparatus for prescription medication verification |
US20130142406A1 (en) * | 2011-12-05 | 2013-06-06 | Illinois Tool Works Inc. | Method and apparatus for prescription medication verification |
US9239848B2 (en) | 2012-02-06 | 2016-01-19 | Microsoft Technology Licensing, Llc | System and method for semantically annotating images |
US11106726B2 (en) | 2012-10-23 | 2021-08-31 | Leica Biosystems Imaging, Inc. | Systems and methods for an image repository for pathology |
US10685056B2 (en) | 2012-10-23 | 2020-06-16 | Leica Biosystems Imaging, Inc. | Systems and methods for an image repository for pathology |
EP2912576A4 (en) * | 2012-10-23 | 2016-07-20 | Leica Biosystems Imaging Inc | Systems and methods for an image repository for pathology |
EP2743844A3 (en) * | 2012-12-13 | 2014-07-02 | HTC Corporation | Image search systems and methods |
US9830621B2 (en) * | 2013-03-14 | 2017-11-28 | Vdopia Inc. | Systems and methods for layering content |
US9678993B2 (en) | 2013-03-14 | 2017-06-13 | Shutterstock, Inc. | Context based systems and methods for presenting media file annotation recommendations |
US20140279076A1 (en) * | 2013-03-14 | 2014-09-18 | Vdopia Inc. | Systems and methods for layering content |
US20200320299A1 (en) * | 2013-07-09 | 2020-10-08 | Outward, Inc. | Tagging virtualized content |
US12051160B2 (en) * | 2013-07-09 | 2024-07-30 | Outward, Inc. | Tagging virtualized content |
US10353948B2 (en) * | 2013-09-04 | 2019-07-16 | Shazura, Inc. | Content based image retrieval |
US9251435B2 (en) * | 2013-09-20 | 2016-02-02 | Oracle International Corporation | Screenshot database for application verification |
US9424481B2 (en) | 2013-09-20 | 2016-08-23 | Oracle International Corporation | Screenshot database for application verification |
US20150086115A1 (en) * | 2013-09-20 | 2015-03-26 | Oracle International Corporation | Screenshot database for application verification |
WO2015105982A1 (en) * | 2014-01-09 | 2015-07-16 | Alibaba Group Holding Limited | Method and system for searching and displaying product images |
US10521855B2 (en) | 2014-01-09 | 2019-12-31 | Alibaba Group Holding Limited | Method, device, and computer program product for searching and displaying product images |
US10133961B2 (en) | 2014-04-29 | 2018-11-20 | At&T Intellectual Property I, L.P. | Method and apparatus for analyzing media content |
US10713529B2 (en) | 2014-04-29 | 2020-07-14 | At&T Intellectual Property I, L.P. | Method and apparatus for analyzing media content |
US9898685B2 (en) | 2014-04-29 | 2018-02-20 | At&T Intellectual Property I, L.P. | Method and apparatus for analyzing media content |
US9336459B2 (en) | 2014-07-03 | 2016-05-10 | Oim Squared Inc. | Interactive content generation |
US9317778B2 (en) | 2014-07-03 | 2016-04-19 | Oim Squared Inc. | Interactive content generation |
US9177225B1 (en) | 2014-07-03 | 2015-11-03 | Oim Squared Inc. | Interactive content generation |
US11210797B2 (en) | 2014-07-10 | 2021-12-28 | Slyce Acquisition Inc. | Systems, methods, and devices for image matching and object recognition in images using textures |
US20160055178A1 (en) * | 2014-08-25 | 2016-02-25 | Inventec (Pudong) Technology Corporation | Method for swiftly searching for target objects |
US10509800B2 (en) * | 2015-01-23 | 2019-12-17 | Hewlett-Packard Development Company, L.P. | Visually interactive identification of a cohort of data objects similar to a query based on domain knowledge |
US20170316071A1 (en) * | 2015-01-23 | 2017-11-02 | Hewlett-Packard Development Company, L.P. | Visually Interactive Identification of a Cohort of Data Objects Similar to a Query Based on Domain Knowledge |
US11294624B2 (en) | 2015-03-02 | 2022-04-05 | Slyce Canada Inc. | System and method for clustering data |
US20170352162A1 (en) * | 2015-03-05 | 2017-12-07 | Omron Corporation | Region-of-interest extraction device and region-of-interest extraction method |
US11587059B1 (en) | 2015-03-20 | 2023-02-21 | Slyce Canada Inc. | System and method for instant purchase transactions via image recognition |
US10768338B2 (en) | 2016-02-22 | 2020-09-08 | Rapiscan Systems, Inc. | Systems and methods for detecting threats and contraband in cargo |
US10302807B2 (en) | 2016-02-22 | 2019-05-28 | Rapiscan Systems, Inc. | Systems and methods for detecting threats and contraband in cargo |
US11287391B2 (en) | 2016-02-22 | 2022-03-29 | Rapiscan Systems, Inc. | Systems and methods for detecting threats and contraband in cargo |
US20210182949A1 (en) * | 2016-12-16 | 2021-06-17 | Master Dynamic Limited | System and process for design of wearable articles and accessories |
US11410028B2 (en) | 2017-09-20 | 2022-08-09 | Look Dynamics, Inc. | Photonic neural network system |
US11308038B2 (en) * | 2018-06-22 | 2022-04-19 | Red Hat, Inc. | Copying container images |
US12229851B2 (en) | 2018-06-29 | 2025-02-18 | Imagination Technologies Limited | Tile assignment to processing cores within a graphics processing unit |
US11803936B2 (en) | 2018-06-29 | 2023-10-31 | Imagination Technologies Limited | Tile assignment to processing cores within a graphics processing unit |
US11508028B2 (en) * | 2018-06-29 | 2022-11-22 | Imagination Technologies Limited | Tile assignment to processing cores within a graphics processing unit |
US11698715B2 (en) * | 2019-06-26 | 2023-07-11 | Radius5 Inc. | Image display system and program |
US20220365636A1 (en) * | 2019-06-26 | 2022-11-17 | Radius5 Inc. | Image display system and program |
CN114746351A (en) * | 2019-10-01 | 2022-07-12 | 安塔瑞斯视觉股份有限公司 | Device and method for orienting containers |
US11049176B1 (en) | 2020-01-10 | 2021-06-29 | House Of Skye Ltd | Systems/methods for identifying products within audio-visual content and enabling seamless purchasing of such identified products by viewers/users of the audio-visual content |
US11694280B2 (en) | 2020-01-10 | 2023-07-04 | House Of Skye Ltd | Systems/methods for identifying products for purchase within audio-visual content utilizing QR or other machine-readable visual codes |
US11416918B2 (en) | 2020-01-10 | 2022-08-16 | House Of Skye Ltd | Systems/methods for identifying products within audio-visual content and enabling seamless purchasing of such identified products by viewers/users of the audio-visual content |
US12182884B2 (en) | 2020-01-10 | 2024-12-31 | House Of Skye Ltd | Systems/methods for identifying products within audio-visual content and enabling seamless purchasing of such identified products by viewers/users of the audio-visual content |
US11341616B2 (en) * | 2020-03-23 | 2022-05-24 | Ge Precision Healthcare | Methods and system for selective removal of streak artifacts and noise from images using deep neural networks |
US20220114725A1 (en) * | 2020-10-09 | 2022-04-14 | Carl Zeiss Microscopy Gmbh | Microscopy System and Method for Checking Input Data |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5893095A (en) | Similarity engine for content-based retrieval of images | |
US5911139A (en) | Visual image database search engine which allows for different schema | |
US5913205A (en) | Query optimization for visual information retrieval system | |
US5915250A (en) | Threshold-based comparison | |
Bach et al. | Virage image search engine: an open framework for image management | |
US7478091B2 (en) | System and method for measuring image similarity based on semantic meaning | |
Platt | AutoAlbum: Clustering digital photographs using probabilistic model merging | |
Gupta | Visual information retrieval technology: A virage perspective | |
Lew et al. | Content-based multimedia information retrieval: State of the art and challenges | |
Marques et al. | Content-based image and video retrieval | |
Yildizer et al. | Integrating wavelets with clustering and indexing for effective content-based image retrieval | |
US20030123737A1 (en) | Perceptual method for browsing, searching, querying and visualizing collections of digital images | |
Szántó et al. | Sketch4match—Content-based image retrieval system using sketches | |
Yang et al. | Survey on image content analysis, indexing, and retrieval techniques and status report of MPEG-7 | |
Fauqueur et al. | Mental image search by boolean composition of region categories | |
Mulhem et al. | Symbolic photograph content-based retrieval | |
Cheikh | MUVIS-a system for content-based image retrieval | |
Bhagat et al. | Web based image retrieval system using color, texture and shape analysis: comparative analysis | |
Khokher et al. | Content-based image retrieval: state-of-the-art and challenges | |
King et al. | A feature-based image retrieval database for the fashion, textile, and clothing industry in Hong Kong | |
Cord et al. | Interactive exploration for image retrieval | |
Fauqueur et al. | Logical query composition from local visual feature thesaurus | |
Kim et al. | User‐Friendly Personal Photo Browsing for Mobile Devices | |
Borowski et al. | Structuring the visual content of digital libraries using CBIR systems | |
Breiteneder et al. | Automatic query generation for content-based image retrieval |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: IMPERIAL BANK, CALIFORNIA Free format text: SECURITY INTEREST;ASSIGNOR:VIRAGE, INC.;REEL/FRAME:008578/0825 Effective date: 19970530 |
|
AS | Assignment |
Owner name: VIRAGE, INCORPORATED, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JAIN, RAMESH;HOROWITZ, BRADLEY;FULLER, CHARLES E.;AND OTHERS;REEL/FRAME:008775/0257 Effective date: 19971013 |
|
AS | Assignment |
Owner name: IMPERIAL BANK, CALIFORNIA Free format text: SECURITY AGREEMENT;ASSIGNOR:VIRAGE, INC.;REEL/FRAME:009589/0866 Effective date: 19981102 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
CC | Certificate of correction | ||
FPAY | Fee payment |
Year of fee payment: 4 |
|
REMI | Maintenance fee reminder mailed | ||
AS | Assignment |
Owner name: AIR FORCE, UNITED STATES, OHIO Free format text: CONFIRMATORY LICENSE;ASSIGNOR:VIRAGE INCORPORATED;REEL/FRAME:013563/0482 Effective date: 20021030 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
FEPP | Fee payment procedure |
Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: HEWLETT-PACKARD COMPANY, CALIFORNIA Free format text: MERGER;ASSIGNOR:VIRAGE, INC.;REEL/FRAME:035990/0850 Effective date: 20141101 |
|
AS | Assignment |
Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD COMPANY;REEL/FRAME:036737/0587 Effective date: 20150929 |
|
AS | Assignment |
Owner name: HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP, TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.;REEL/FRAME:037079/0001 Effective date: 20151027 |
|
AS | Assignment |
Owner name: VIRAGE, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:COMERICA BANK;REEL/FRAME:039433/0827 Effective date: 20160815 |
|
AS | Assignment |
Owner name: ENTIT SOFTWARE LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP;REEL/FRAME:042746/0130 Effective date: 20170405 |
|
AS | Assignment |
Owner name: MICRO FOCUS LLC, CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:ENTIT SOFTWARE LLC;REEL/FRAME:052010/0029 Effective date: 20190528 |