US20010056419A1 - Apparatus and method for retrieving image information in computer - Google Patents
Apparatus and method for retrieving image information in computer Download PDFInfo
- Publication number
- US20010056419A1 US20010056419A1 US09/107,384 US10738498D US2001056419A1 US 20010056419 A1 US20010056419 A1 US 20010056419A1 US 10738498 D US10738498 D US 10738498D US 2001056419 A1 US2001056419 A1 US 2001056419A1
- Authority
- US
- United States
- Prior art keywords
- image
- profile
- feature vector
- data base
- input
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
-
- 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 a data base retrieving method, and more particularly to an apparatus and method for retrieving image information.
- An object of the present invention is to provide an apparatus and method for retrieving image information in a computer.
- a controller receives a schematic image input by a user and normalizes the input image to an image of a constant size.
- a feature vector of each sub block of the normalized image is extracted, and the extracted feature vector is quantized to one of a fixed number of quantizing levels within feature vector space.
- An image profile indicating the frequency of occurrence of a quantizing level in the feature vector of the input image.
- a profile of the input image is compared with a profile of each image in an image data base part. An image corresponding to a profile whose similarity is within a reference value is displayed.
- FIG. 1 is a block diagram showing an image information retrieving apparatus according to the present invention.
- FIG. 2 is a flow chart showing an image information retrieving method according to the present invention.
- an image input unit 100 inputs a schematic drawing of an image to be retrieved from an image data base unit 114 .
- An image size normalizer 102 normalizes an image received from the image input unit 100 to an image of a preset constant size.
- a feature vector extractor 104 extracts a feature vector from the normalized input image.
- a vector quantizer 106 vector-quantizes the feature vector extracted from the feature vector extractor 104 to various quantizing levels according to an internal code book.
- a profile generator 108 generates a profile showing the feature of the input image in such a manner that the frequency of occurrence of each quantizing level within the feature vector is indicated.
- a similarity comparator 110 compares a profile of the input image with a profile of an image within the data base and supplies the image in the image data base that is within a similar range to an image display unit 116 .
- An image data base index unit 112 stores the profiles of the image information contained in an image data base unit 114 .
- the image data base unit 114 is a storage device in which the image information is stored.
- the image display unit 116 displays the image received from the similarity comparator 110 .
- a controller 118 controls the image information retrieving apparatus.
- FIG. 2 shows an image information retrieving method according to the present invention.
- a user schematically draws the image that is to be searched from the image data base unit 114 in the image input unit 100 .
- the controller 118 senses, at step 200 , the input image received from the user.
- the input image is normalized to an image of a preset constant size.
- the normalized image is split into sub blocks of a preset number at step 204 .
- the feature vector of each sub block is extracted.
- the feature vector may be, for example, a DCT (Discrete Cosine Transform) coefficient of each sub block.
- DCT Discrete Cosine Transform
- the extracted feature vector is quantized, and at step 210 , the profile indicated as the frequency of occurrence of the quantizing level within the feature vector is generated.
- the profile generated at step 210 is compared with the profile for each image in data base in the image data base index unit 112 . It is checked at step 214 whether there is a profile whose similarity is within a reference value. If so, the corresponding image is read from the image data base unit 114 and displayed through the image display unit 116 . If there is no profile whose similarity is within the reference value, the controller 118 completes the whole operation.
Landscapes
- Engineering & Computer Science (AREA)
- Library & Information Science (AREA)
- Theoretical Computer 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
An apparatus and method for retrieving image information in a computer. A controller receives a schematic image inputted by a user and normalizes the input image to an image of a constant size. A feature vector of each sub block of the normalized image is extracted, and the extracted feature vector is quantized to one of representative values of a determined number within feature vector space. An image profile indicating the frequency of occurrence of the feature vector of the input image is generated with respect to a quantizing level. A profile of the input image is compared with a profile of each image in an image data base part. An image corresponding to a profile whose similarity is within a reference value is displayed.
Description
- 1. Field of the Invention
- The present invention relates to a data base retrieving method, and more particularly to an apparatus and method for retrieving image information.
- 2. Description of the Related Art
- In most data base systems, a text-based keyword input method has been used to retrieve desired information, regardless of whether the information is text or image. However, in data base systems for still images, it is difficult to find appropriate keywords corresponding to still image information. Further, during retrieval, it is difficult to guess the exact keyword corresponding to a still image. Therefore, an easy method for retrieving still images from the data base is required.
- An object of the present invention is to provide an apparatus and method for retrieving image information in a computer.
- To achieve the above objects, a controller receives a schematic image input by a user and normalizes the input image to an image of a constant size. A feature vector of each sub block of the normalized image is extracted, and the extracted feature vector is quantized to one of a fixed number of quantizing levels within feature vector space. An image profile indicating the frequency of occurrence of a quantizing level in the feature vector of the input image. A profile of the input image is compared with a profile of each image in an image data base part. An image corresponding to a profile whose similarity is within a reference value is displayed.
- The above and other objects, features and advantages of the present invention will become more apparent from the following detailed description when taken in conjunction with the accompanying drawings in which:
- FIG. 1 is a block diagram showing an image information retrieving apparatus according to the present invention; and
- FIG. 2 is a flow chart showing an image information retrieving method according to the present invention.
- In the following description, numerous specific details such as a processing flow are set forth to provide a more thorough understanding of the present invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced without these specific details. In other instances, well known functions and constructions have not been described so as not to obscure the present invention.
- Referring to FIG. 1, an
image input unit 100 inputs a schematic drawing of an image to be retrieved from an imagedata base unit 114. Animage size normalizer 102 normalizes an image received from theimage input unit 100 to an image of a preset constant size. Afeature vector extractor 104 extracts a feature vector from the normalized input image. Avector quantizer 106 vector-quantizes the feature vector extracted from thefeature vector extractor 104 to various quantizing levels according to an internal code book. Aprofile generator 108 generates a profile showing the feature of the input image in such a manner that the frequency of occurrence of each quantizing level within the feature vector is indicated. Asimilarity comparator 110 compares a profile of the input image with a profile of an image within the data base and supplies the image in the image data base that is within a similar range to animage display unit 116. An image database index unit 112 stores the profiles of the image information contained in an imagedata base unit 114. The imagedata base unit 114 is a storage device in which the image information is stored. Theimage display unit 116 displays the image received from thesimilarity comparator 110. Acontroller 118 controls the image information retrieving apparatus. - FIG. 2 shows an image information retrieving method according to the present invention. A user schematically draws the image that is to be searched from the image
data base unit 114 in theimage input unit 100. Thecontroller 118 senses, atstep 200, the input image received from the user. Atstep 202, the input image is normalized to an image of a preset constant size. The normalized image is split into sub blocks of a preset number atstep 204. Atstep 206, the feature vector of each sub block is extracted. The feature vector may be, for example, a DCT (Discrete Cosine Transform) coefficient of each sub block. Atstep 208, the extracted feature vector is quantized, and atstep 210, the profile indicated as the frequency of occurrence of the quantizing level within the feature vector is generated. Atstep 212, the profile generated atstep 210 is compared with the profile for each image in data base in the image database index unit 112. It is checked atstep 214 whether there is a profile whose similarity is within a reference value. If so, the corresponding image is read from the imagedata base unit 114 and displayed through theimage display unit 116. If there is no profile whose similarity is within the reference value, thecontroller 118 completes the whole operation. - Therefore, if the user draws a desired image by lines and colors, the feature vector of the drawing is extracted and a still image having a similar feature vector is retrieved. Consequently, the desired image can be retrieved without inputting the key word by schematically inputting the feature part of the image.
- While the invention has been shown and described with reference to a certain preferred embodiment thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (2)
1. An apparatus for retrieving image information in a computer, comprising:
an image input unit for receiving an image input by a user;
an image size normalizer for normalizing the image to a constant size normalized image;
a feature vector extractor for extracting a feature vector of each sub block of the normalized image;
a vector quantizer for quantizing the feature vector to one of a fixed number of quantized levels;
a profile generator for generating an image profile indicating the frequency of occurrence of each quantizing level within the feature vector;
an image data base unit for storing various image information;
an image data base index unit for storing profiles of images stored in the image data base unit;
a similarity comparator for comparing a profile received from said profile generator with a profile of each image stored in the image data base index unit; and
a controller for reading an image corresponding to a profile whose similarity is within a reference value from said image data base unit and displaying the corresponding image through an image display unit.
2. A method for retrieving image information in a computer, comprising:
receiving an image input by a user;
normalizing the input image to an image of a constant size;
extracting a feature vector of each sub block of the normalized image;
quantizing the extracted feature vector to one of a fixed number of quantizing levels;
generating an image profile indicating the frequency of occurrence of each quantizing level within the feature vector;
comparing a profile of the input image with a profile of each image in an image data base unit; and
reading an image corresponding to a profile whose similarity is within a
reference value from said image data base unit and displaying the
corresponding image through an image display unit.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1997-36675 | 1997-07-31 | ||
KR1019970036675A KR100295225B1 (en) | 1997-07-31 | 1997-07-31 | Apparatus and method for checking video information in computer system |
Publications (1)
Publication Number | Publication Date |
---|---|
US20010056419A1 true US20010056419A1 (en) | 2001-12-27 |
Family
ID=19516566
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/107,384 Granted US20010056419A1 (en) | 1997-07-31 | 1998-06-30 | Apparatus and method for retrieving image information in computer |
US09/107,384 Expired - Fee Related US6345275B2 (en) | 1997-07-31 | 1998-06-30 | Apparatus and method for retrieving image information in computer |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/107,384 Expired - Fee Related US6345275B2 (en) | 1997-07-31 | 1998-06-30 | Apparatus and method for retrieving image information in computer |
Country Status (4)
Country | Link |
---|---|
US (2) | US20010056419A1 (en) |
JP (1) | JPH1166107A (en) |
KR (1) | KR100295225B1 (en) |
CN (1) | CN1207532A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1280072A3 (en) * | 2001-07-25 | 2006-01-11 | Nec Corporation | Image retrieval apparatus and image retrieving method |
US7356604B1 (en) * | 2000-04-18 | 2008-04-08 | Claritech Corporation | Method and apparatus for comparing scores in a vector space retrieval process |
US20080222113A1 (en) * | 2007-03-09 | 2008-09-11 | Fujitsu Limited | Image search method, apparatus, and program |
CN102236717A (en) * | 2011-07-13 | 2011-11-09 | 清华大学 | Image retrieval method based on sketch feature extraction |
US8208731B2 (en) | 2008-04-07 | 2012-06-26 | Microsoft Corporation | Image descriptor quantization |
CN103119593A (en) * | 2010-08-09 | 2013-05-22 | Sk普兰尼特有限公司 | Integrated image search system and its service method |
CN103119593B (en) * | 2010-08-09 | 2016-11-30 | Sk普兰尼特有限公司 | Integrated image search system and its service method |
Families Citing this family (42)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06324733A (en) * | 1993-05-12 | 1994-11-25 | Fanuc Ltd | Method and device for controlling robot with sensor |
JP2000148794A (en) * | 1998-08-31 | 2000-05-30 | Canon Inc | Image retrieval apparatus and method, computer readable memory |
GB2349460B (en) * | 1999-04-29 | 2002-11-27 | Mitsubishi Electric Inf Tech | Method of representing colour images |
KR100361939B1 (en) * | 1999-07-27 | 2002-11-22 | 학교법인 한국정보통신학원 | Recording medium and method for constructing and retrieving a data base of a mpeg video sequence by using a object |
KR100616229B1 (en) * | 1999-09-16 | 2006-08-25 | 주식회사 팬택앤큐리텔 | Texture Image Retrieval Device and Method |
KR100351400B1 (en) * | 1999-09-22 | 2002-09-10 | 엘지전자 주식회사 | Relevance feedback system of multimedia data |
JP3550681B2 (en) * | 1999-12-10 | 2004-08-04 | 日本電気株式会社 | Image search apparatus and method, and storage medium storing similar image search program |
KR100422697B1 (en) * | 1999-12-27 | 2004-03-12 | 엘지전자 주식회사 | Color Space Quantization Descriptor |
US6574616B1 (en) * | 2000-02-16 | 2003-06-03 | Index Stock Imagery, Inc. | Stochastic visually based image query and retrieval system |
US6694065B2 (en) * | 2000-03-10 | 2004-02-17 | Fujitsu Limited | Image collating apparatus and image collating method |
KR20020012699A (en) * | 2000-08-08 | 2002-02-20 | 구자홍 | A networked apparatus with non-volatile memory to monitor children's playground/education facility and service using the apparatus |
JP4063486B2 (en) | 2000-09-06 | 2008-03-19 | 日本電気株式会社 | Image search apparatus and method, and storage medium storing image search program |
US20040075743A1 (en) * | 2002-05-22 | 2004-04-22 | Sony Computer Entertainment America Inc. | System and method for digital image selection |
US6961736B1 (en) * | 2002-05-31 | 2005-11-01 | Adobe Systems Incorporated | Compact color feature vector representation |
KR100493729B1 (en) * | 2002-09-02 | 2005-06-03 | 삼성전자주식회사 | Method for searching using keyword to display data |
KR100480781B1 (en) * | 2002-12-28 | 2005-04-06 | 삼성전자주식회사 | Method of extracting teeth area from teeth image and personal identification method and apparatus using teeth image |
CN1304993C (en) * | 2003-08-04 | 2007-03-14 | 中国科学院自动化研究所 | Trade-mark searching method |
US20050091232A1 (en) * | 2003-10-23 | 2005-04-28 | Xerox Corporation | Methods and systems for attaching keywords to images based on database statistics |
US20060288006A1 (en) * | 2003-10-23 | 2006-12-21 | Xerox Corporation | Methods and systems for attaching keywords to images based on database statistics |
JP3862694B2 (en) * | 2003-11-20 | 2006-12-27 | キヤノン株式会社 | Image processing apparatus, control method therefor, and program |
CN100345153C (en) * | 2005-04-30 | 2007-10-24 | 清华大学 | Man face image identifying method based on man face geometric size normalization |
JP4533273B2 (en) * | 2005-08-09 | 2010-09-01 | キヤノン株式会社 | Image processing apparatus, image processing method, and program |
US8311294B2 (en) | 2009-09-08 | 2012-11-13 | Facedouble, Inc. | Image classification and information retrieval over wireless digital networks and the internet |
US20090060289A1 (en) * | 2005-09-28 | 2009-03-05 | Alex Shah | Digital Image Search System And Method |
US8600174B2 (en) | 2005-09-28 | 2013-12-03 | Facedouble, Inc. | Method and system for attaching a metatag to a digital image |
US7599527B2 (en) * | 2005-09-28 | 2009-10-06 | Facedouble, Inc. | Digital image search system and method |
US8369570B2 (en) | 2005-09-28 | 2013-02-05 | Facedouble, Inc. | Method and system for tagging an image of an individual in a plurality of photos |
US7450740B2 (en) * | 2005-09-28 | 2008-11-11 | Facedouble, Inc. | Image classification and information retrieval over wireless digital networks and the internet |
JP4413844B2 (en) * | 2005-10-17 | 2010-02-10 | 富士通株式会社 | Image display control device |
EP2006795A4 (en) | 2006-03-24 | 2012-06-13 | Nec Corp | Video data indexing system, video data indexing method and program |
CN100433016C (en) * | 2006-09-08 | 2008-11-12 | 北京工业大学 | Image retrieval algorithm based on abrupt change of information |
JP4457140B2 (en) * | 2007-10-02 | 2010-04-28 | シャープ株式会社 | Image processing method, image processing apparatus, image forming apparatus, image reading apparatus, computer program, and recording medium |
US8194933B2 (en) * | 2007-12-12 | 2012-06-05 | 3M Innovative Properties Company | Identification and verification of an unknown document according to an eigen image process |
CN101510217B (en) * | 2009-03-09 | 2013-06-05 | 阿里巴巴集团控股有限公司 | Image updating method in image database, server and system |
US20120109993A1 (en) * | 2010-10-28 | 2012-05-03 | Qualcomm Incorporated | Performing Visual Search in a Network |
KR101675785B1 (en) | 2010-11-15 | 2016-11-14 | 삼성전자주식회사 | Method and apparatus for image searching using feature point |
CN102231156A (en) * | 2011-06-07 | 2011-11-02 | 盛乐信息技术(上海)有限公司 | Method and system for searching user according to shape characteristic |
KR101778530B1 (en) * | 2011-06-14 | 2017-09-15 | 삼성전자 주식회사 | Method and apparatus for processing image |
US10242442B2 (en) | 2016-10-27 | 2019-03-26 | International Business Machines Corporation | Detection of outlier lesions based on extracted features from skin images |
US10283221B2 (en) | 2016-10-27 | 2019-05-07 | International Business Machines Corporation | Risk assessment based on patient similarity determined using image analysis |
US10282843B2 (en) | 2016-10-27 | 2019-05-07 | International Business Machines Corporation | System and method for lesion analysis and recommendation of screening checkpoints for reduced risk of skin cancer |
CN108121767A (en) * | 2017-11-28 | 2018-06-05 | 苏州市东皓计算机系统工程有限公司 | A kind of image search method of computer |
Family Cites Families (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59183458A (en) * | 1983-04-01 | 1984-10-18 | Hitachi Ltd | Picture retrieving system |
JPH02293977A (en) * | 1989-05-08 | 1990-12-05 | Fuji Xerox Co Ltd | Image retrieving device |
EP0471472B1 (en) * | 1990-08-03 | 1998-04-22 | Canon Kabushiki Kaisha | Image processing method and apparatus therefor |
JPH0627551A (en) * | 1992-07-08 | 1994-02-04 | Konica Corp | Exposure device |
KR950002129Y1 (en) * | 1992-11-28 | 1995-03-25 | 권만오 | Machine for cutting kimchi |
JPH06274551A (en) * | 1993-03-19 | 1994-09-30 | Fujitsu Ltd | Image filing equipment |
JPH0773190A (en) * | 1993-04-29 | 1995-03-17 | Matsushita Electric Ind Co Ltd | Emoji naming for pen-based computer systems |
JP3373008B2 (en) * | 1993-10-20 | 2003-02-04 | オリンパス光学工業株式会社 | Image area separation device |
EP0677812B1 (en) * | 1994-04-15 | 2001-11-21 | Canon Kabushiki Kaisha | Document storage and retrieval system |
JPH0944519A (en) * | 1995-08-02 | 1997-02-14 | Canon Inc | Image search method and apparatus |
US5848186A (en) * | 1995-08-11 | 1998-12-08 | Canon Kabushiki Kaisha | Feature extraction system for identifying text within a table image |
US5983237A (en) * | 1996-03-29 | 1999-11-09 | Virage, Inc. | Visual dictionary |
US5802208A (en) * | 1996-05-06 | 1998-09-01 | Lucent Technologies Inc. | Face recognition using DCT-based feature vectors |
US5899999A (en) * | 1996-10-16 | 1999-05-04 | Microsoft Corporation | Iterative convolution filter particularly suited for use in an image classification and retrieval system |
US5819288A (en) * | 1996-10-16 | 1998-10-06 | Microsoft Corporation | Statistically based image group descriptor particularly suited for use in an image classification and retrieval system |
US5828769A (en) * | 1996-10-23 | 1998-10-27 | Autodesk, Inc. | Method and apparatus for recognition of objects via position and orientation consensus of local image encoding |
US6035055A (en) * | 1997-11-03 | 2000-03-07 | Hewlett-Packard Company | Digital image management system in a distributed data access network system |
US6266445B1 (en) * | 1998-03-13 | 2001-07-24 | Canon Kabushiki Kaisha | Classification-driven thresholding of a normalized grayscale image |
US6253201B1 (en) * | 1998-06-23 | 2001-06-26 | Philips Electronics North America Corporation | Scalable solution for image retrieval |
-
1997
- 1997-07-31 KR KR1019970036675A patent/KR100295225B1/en not_active Expired - Fee Related
-
1998
- 1998-06-16 CN CN98114858A patent/CN1207532A/en active Pending
- 1998-06-18 JP JP10171806A patent/JPH1166107A/en active Pending
- 1998-06-30 US US09/107,384 patent/US20010056419A1/en active Granted
- 1998-06-30 US US09/107,384 patent/US6345275B2/en not_active Expired - Fee Related
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7356604B1 (en) * | 2000-04-18 | 2008-04-08 | Claritech Corporation | Method and apparatus for comparing scores in a vector space retrieval process |
EP1280072A3 (en) * | 2001-07-25 | 2006-01-11 | Nec Corporation | Image retrieval apparatus and image retrieving method |
US7236652B2 (en) | 2001-07-25 | 2007-06-26 | Nec Corporation | Image retrieval apparatus and image retrieving method |
US20080222113A1 (en) * | 2007-03-09 | 2008-09-11 | Fujitsu Limited | Image search method, apparatus, and program |
US8027978B2 (en) | 2007-03-09 | 2011-09-27 | Fujitsu Limited | Image search method, apparatus, and program |
US8208731B2 (en) | 2008-04-07 | 2012-06-26 | Microsoft Corporation | Image descriptor quantization |
US20120237134A1 (en) * | 2008-04-07 | 2012-09-20 | Microsoft Corporation | Image descriptor quantization |
US8712159B2 (en) * | 2008-04-07 | 2014-04-29 | Microsoft Corporation | Image descriptor quantization |
CN103119593A (en) * | 2010-08-09 | 2013-05-22 | Sk普兰尼特有限公司 | Integrated image search system and its service method |
CN103119593B (en) * | 2010-08-09 | 2016-11-30 | Sk普兰尼特有限公司 | Integrated image search system and its service method |
CN107092614A (en) * | 2010-08-09 | 2017-08-25 | Sk 普兰尼特有限公司 | Integrated image search terminal, equipment and its method of servicing |
CN102236717A (en) * | 2011-07-13 | 2011-11-09 | 清华大学 | Image retrieval method based on sketch feature extraction |
Also Published As
Publication number | Publication date |
---|---|
US6345275B2 (en) | 2002-02-05 |
CN1207532A (en) | 1999-02-10 |
KR100295225B1 (en) | 2001-07-12 |
JPH1166107A (en) | 1999-03-09 |
KR19990013091A (en) | 1999-02-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6345275B2 (en) | Apparatus and method for retrieving image information in computer | |
EP0510634B1 (en) | Data base retrieval system | |
US5544049A (en) | Method for performing a search of a plurality of documents for similarity to a plurality of query words | |
JP3610091B2 (en) | Search method and search apparatus using computer | |
US5950189A (en) | Retrieval system and method | |
US6173252B1 (en) | Apparatus and methods for Chinese error check by means of dynamic programming and weighted classes | |
CN111159359A (en) | Document retrieval method, document retrieval device and computer-readable storage medium | |
WO1995000913A1 (en) | Incremental search dictionary | |
US8438024B2 (en) | Indexing method for quick search of voice recognition results | |
US9047534B2 (en) | Method and apparatus for detecting near-duplicate images using content adaptive hash lookups | |
JPH06168277A (en) | Device and method for retrieving image | |
EP1321862A2 (en) | Hash function based transcription database | |
CN111859066B (en) | Query recommendation method and device for operation and maintenance work order | |
JPH064584A (en) | Text retriever | |
JP2760524B2 (en) | Information search method | |
JP2586372B2 (en) | Information retrieval apparatus and information retrieval method | |
JP3673553B2 (en) | Filing equipment | |
JP3902825B2 (en) | Document search system and method | |
JP2676731B2 (en) | Electronic document retrieval device | |
JP3019286B2 (en) | Document search device | |
JP2993539B2 (en) | Database search system and method | |
CN119150881B (en) | Keyword expansion method and device based on pre-training model | |
JP2000076254A (en) | Keyword extraction device, similar document retrieval device using the same, keyword extraction method and record medium | |
Swanson et al. | Embedded object dictionaries for image database browsing and searching | |
JPH1069490A (en) | Device and method for document narrowing-down retrieval, and document retrieval device |