Nothing Special   »   [go: up one dir, main page]

CN103593458A - Mass image searching system based on color features and inverted indexes - Google Patents

Mass image searching system based on color features and inverted indexes Download PDF

Info

Publication number
CN103593458A
CN103593458A CN201310601630.XA CN201310601630A CN103593458A CN 103593458 A CN103593458 A CN 103593458A CN 201310601630 A CN201310601630 A CN 201310601630A CN 103593458 A CN103593458 A CN 103593458A
Authority
CN
China
Prior art keywords
color
image
images
colors
cie1976l
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.)
Pending
Application number
CN201310601630.XA
Other languages
Chinese (zh)
Inventor
董乐
封宁
梁燕
王冉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN201310601630.XA priority Critical patent/CN103593458A/en
Publication of CN103593458A publication Critical patent/CN103593458A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/583Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
    • G06F16/5838Retrieval 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

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)
  • Image Analysis (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention provides a mass image searching system based on color features and inverted indexes. The mass image searching system is used in the following steps that firstly, a CIE1976L*a*b*c (Lab for short) color space with good uniformity is selected, K-means clustering is conducted on the space, and n types of colors are obtained; secondly, image pixels to be searched for are mapped according to the principle that color differences are minimum, and dimensionality reduced images are obtained; thirdly, the images obtained in the second step are divided into grids, main colors in grid units are obtained and used as representative colors, and each image is composed of a plurality of representative colors; fourthly, user-defined coding is conducted on the representative colors obtained in the third step, a piece of class text composed of a plurality of character codes is obtained finally, the class text is uploaded to an inverted index server, index building of mass images is completed, and therefore an image searching function can be completed.

Description

一种基于颜色特征与倒排索引的海量图像检索系统A Massive Image Retrieval System Based on Color Feature and Inverted Index

发明领域field of invention

本发明属于模式识别与信息处理技术领域,涉及电子商务平台上的海量图像处理,The invention belongs to the technical field of pattern recognition and information processing, and relates to massive image processing on an e-commerce platform.

尤其涉及一种基于颜色特征与倒排索引的海量图像检索的实现方案。In particular, it relates to an implementation scheme of massive image retrieval based on color features and inverted index.

背景技术Background technique

电子商务服务产业正经历其发展的黄金年代。预计到2015年,中国电子商务服务业营收将突破万亿元规模,届时中国将拥有世界上规模最大、最为领先的电子商务服务产业。在电子商务蓬勃发展的同时,海量商品图像也在以几何倍数的增长速度递增。因此如何快速有效的对海量的商品图像进行检索成为了新的研究趋势。商品图像内容具有很明显的形状差别,比如衣服和裤子在形状上就有很大的差别。颜色特征是最关键也是最常用的特征,但是直接处理彩色图像的RGB颜色是相当耗时的工作,所以如何降低颜色统计的复杂度是海量图像处理首先面对的难题。本发明提出了基于颜色空间量化及特征编码的方法以求快速获取图像颜色特征,并用图像网格化的方法,进一步的提取图像的主颜色信息,并最终经过特征编码建立海量图像倒排索引。The e-commerce service industry is experiencing its golden age of development. It is estimated that by 2015, the revenue of China's e-commerce service industry will exceed one trillion yuan, and then China will have the largest and most leading e-commerce service industry in the world. While e-commerce is booming, massive product images are also increasing at a geometric multiple. Therefore, how to quickly and effectively retrieve massive commodity images has become a new research trend. The product image content has obvious shape differences, for example, clothes and pants have great differences in shape. Color features are the most critical and commonly used features, but directly processing RGB colors of color images is quite time-consuming work, so how to reduce the complexity of color statistics is the first problem faced by massive image processing. The present invention proposes a method based on color space quantization and feature coding in order to quickly obtain image color features, and further extracts the main color information of the image by using the method of image gridding, and finally establishes a large number of image inverted indexes through feature coding.

发明内容Contents of the invention

本发明的目的在于要解决迅速发展的电子商务形成的海量图像下的图像快速检索问题,由此消费者可以在面临海量图像快速检索所关心的商品。提供了一种快速有效的电子商务平台海量图像检索方法。The purpose of the present invention is to solve the problem of rapid image retrieval under the massive images formed by the rapid development of e-commerce, so that consumers can quickly retrieve the products they care about when faced with massive images. A fast and effective retrieval method for massive images on e-commerce platforms is provided.

为了实现上述目的本发明采用以下技术方案:In order to achieve the above object, the present invention adopts the following technical solutions:

一种基于颜色特征与倒排索引的海量图像检索系统,其特征在于,包括如下步骤:A massive image retrieval system based on color features and inverted indexes, characterized in that it comprises the following steps:

步骤一:首先为了解决RGB颜色空间计算颜色特征的维数灾难问题,同时考虑到颜色空间的均匀性问题,选用均匀性好的CIE1976L*a*b*颜色空间,并用K-means聚类方法对CIE1976L*a*b*进行聚类,聚类到256种颜色。Step 1: First, in order to solve the dimensionality disaster problem of computing color features in the RGB color space, and considering the uniformity of the color space, select the CIE1976L * a * b * color space with good uniformity, and use the K-means clustering method to CIE1976L * a * b * for clustering, clustering to 256 colors.

步骤二:从电子商务平台获取所有待检索的图像,先将图像的RGB颜色转化为CIE1976L*a*b*颜色,并将图像中的每个像素点颜色根据色差最小原则和步骤一得到的256种颜色做映射,最终图像的每个像素的维度变为256维。Step 2: Get all the images to be retrieved from the e-commerce platform, first convert the RGB color of the image into CIE1976L * a * b * color, and use the color of each pixel in the image according to the principle of minimum color difference and 256 obtained in step 1 The color is mapped, and the dimension of each pixel of the final image becomes 256 dimensions.

步骤三:将步骤二中得到的图像网格化,网格大小为8*8。在每个网格单元中统计颜色主色,并以每个主色作为这个网格单元的代表色。最后每张图像将由64个代表色组成。Step 3: Grid the image obtained in Step 2, and the grid size is 8*8. Count the main colors in each grid unit, and use each main color as the representative color of this grid unit. In the end each image will consist of 64 representative colors.

步骤四:将步骤三得到的64个代表色通过自定义的编码规则进行字符编码,最后一张图像会对应一个由64个字符编码组成的类文本,将此类文本上传至倒排索引服务器,完成海量图像的索引建立,进而可以完成图像检索功能。Step 4: Encode the 64 representative colors obtained in Step 3 through custom coding rules, and the last image will correspond to a class text composed of 64 character codes, upload such text to the inverted index server, Complete the index establishment of massive images, and then complete the image retrieval function.

本发明结合文本检索快速有效的特点,将图像特征很好的转化为了文本。解决了海量图像的快速有效检索问题,本发明具有以下优点:The invention combines the fast and effective feature of text retrieval, and converts image features into text well. The problem of fast and effective retrieval of massive images is solved, and the present invention has the following advantages:

一、从消费者对用户体验的要求出发,通过图像特征类文本化的改进,能够完成快速有效的图像检索效果;1. Starting from consumers' requirements for user experience, through the improvement of textualization of image features, fast and effective image retrieval effects can be completed;

二、本发明从电子商务平台的角度出发,能够很好的将平台内海量的图像信息通过颜色特征进行行之有效的整合。从而给用户提供更好的消费体验,带来更多的网站流量。2. From the perspective of the e-commerce platform, the present invention can effectively integrate massive image information in the platform through color features. Thereby providing users with a better consumption experience and bringing more website traffic.

三、从信息处理技术的角度出发,本发明很好的结合了文本检索的优点,并将图像进行网格化,从而保留了图像部分的轮廓信息,对于轮廓信息敏感的商品图像来说具有良好效果。3. From the perspective of information processing technology, the present invention combines the advantages of text retrieval very well, and grids the image, thereby retaining the contour information of the image part, which is good for commodity images that are sensitive to contour information. Effect.

附图说明Description of drawings

附图1是检索系统框架图;Accompanying drawing 1 is a frame diagram of the retrieval system;

附图2主色图;Attachment 2 main color map;

附图3自定义编码;Attached Figure 3 custom code;

附图4字符码文;Accompanying drawing 4 character code text;

附图5部分实验结果。Accompanying drawing 5 part experiment results.

具体实施方式Detailed ways

为了使得本发明的目的、技术方案和有益效果更加清楚明白,以下结合具体案例,并参照附图,对本发明进行进一步详细的说明。In order to make the purpose, technical solutions and beneficial effects of the present invention more clear, the present invention will be further described in detail below in conjunction with specific cases and with reference to the accompanying drawings.

本发明是用于电子商务平台海量图像中相似图像的检索方法。该方法能够将图像特征转化为能够建立索引的类文本关键字特征,从而利用倒排索引搜索引擎,完成对图像的快速检索工作。该检索方法能够很好的满足用户对快速有效检索方法需求,同时可在很大程度上增加电子商务平台的用户体验,并在实践中很好的验证了图像检索和文本检索这原本不相干的两种检索方法结合的好处。The invention is a method for retrieving similar images among massive images on an e-commerce platform. This method can convert image features into text-like keyword features that can be indexed, so that the inverted index search engine can be used to complete the rapid retrieval of images. This retrieval method can well meet the needs of users for fast and effective retrieval methods, and at the same time, it can greatly increase the user experience of e-commerce platforms, and it has been well verified in practice that image retrieval and text retrieval, which are originally irrelevant The benefits of combining the two search methods.

我们的测试实验软硬件环境为:Our test experiment hardware and software environment is:

硬件环境:Hardware environment:

电脑类型:台式机;Computer type: desktop;

CPU:Pentium(R)Dual-Core CPU E56002.93GHzCPU: Pentium(R) Dual-Core CPU E5600 2.93GHz

内存:4.00GB(3.49GB可用)Memory: 4.00GB (3.49GB usable)

系统类型:32位操作系统System type: 32-bit operating system

显示卡:集成显卡Graphics card: integrated graphics

软件环境:Software Environment:

IDE:Visual Studio2010IDE: Visual Studio 2010

图像处理SDK:OpenCV2.3.1Image processing SDK: OpenCV2.3.1

搜索引擎:Apache Solr1.4.1Search engine: Apache Solr1.4.1

开发语言:C++、PythonDevelopment languages: C++, Python

如图1本发明对相似图像的检索流程图,对相似商品图像的检索方法包括如下步骤:As shown in Fig. 1, the present invention is to the retrieval flowchart of similar image, and the retrieval method to similar product image comprises the following steps:

步骤一:首先为了能够利用图像颜色特征建立高效的索引要解决的首要问题是图像颜色特征的维度问题,RGB颜色空间的维度为16777216维(256*258*256),如果直接不经过降维处理,那么基于颜色特征的检索将变得不切实际。为了解决维数灾难的问题,同时考虑到颜色空间的均匀性问题,本发明选用均匀性好的CIE1976L*a*b*颜色空间,并用K-means聚类方法对CIE1976L*a*b*进行聚类,聚类到256种颜色。因为这256种颜色并不包含灰度颜色,对黑白图像或者颜色较浅的图像的降维效果不佳,所以我们将彩色空间聚类至248维,将灰度空间聚类至8维,从而得到256维的彩色加灰度的颜色空间,本发明称之为标准色空间,其中的每一种颜色称之为标准色。Step 1: First, in order to be able to use image color features to establish an efficient index, the primary problem to be solved is the dimension of image color features. The dimension of RGB color space is 16777216 dimensions (256*258*256). , then retrieval based on color features becomes impractical. In order to solve the problem of the disaster of dimensionality and consider the uniformity of the color space, the present invention selects the CIE1976L * a * b * color space with good uniformity, and clusters the CIE1976L * a * b * with the K-means clustering method classes, clustered to 256 colors. Because these 256 colors do not contain gray-scale colors, the dimensionality reduction effect on black-and-white images or images with lighter colors is not good, so we cluster the color space to 248 dimensions, and cluster the gray-scale space to 8 dimensions, so that The color space of 256-dimensional color plus gray scale is obtained, which is called standard color space in the present invention, and each color therein is called standard color.

步骤二:从电子商务平台获取所有待检索的图像进行批量图像特征提取,为了更加清晰的说明图像特征提取的流程,我们用一张图像的特征提取作为例子来描述。首先,将图像的RGB颜色转化为CIE1976L*a*b*颜色;然后将转换后的图像中的每个像素点颜色值与步骤一得到的标准颜色空间中的每种颜色计算色差值(本发明选用CIEDE1976色差公式,色差公式如公式1),计算图像中和标准颜色空间中的CIE1976L*a*b*颜色的色差,选择色差最小的标准色作为该像素点的代表色,最后我们得到图像中的所有16777216维的像素将全部映射到256维的标准色。我们称这一过程得到的图像为映射图像。Step 2: Get all the images to be retrieved from the e-commerce platform for batch image feature extraction. In order to illustrate the process of image feature extraction more clearly, we use the feature extraction of an image as an example to describe. First, convert the RGB color of the image into CIE1976L * a * b * color; then calculate the color difference value between the color value of each pixel in the converted image and each color in the standard color space obtained in step 1 (this The invention selects the CIEDE1976 color difference formula, the color difference formula is as formula 1), calculates the color difference of the CIE1976L * a * b * color in the image and the standard color space, selects the standard color with the smallest color difference as the representative color of the pixel, and finally we get the image All 16777216-dimensional pixels in will be mapped to 256-dimensional standard colors. We call the image resulting from this process the mapped image.

DE 1976 ( x 1 , x 2 ) = ( ( DL * ) 2 + ( Da * ) 2 + ( Db * ) 2 ) (公式1) DE 1976 ( x 1 , x 2 ) = ( ( DL * ) 2 + ( Da * ) 2 + ( DB * ) 2 ) (Formula 1)

其中: x 1 = [ L 1 * , a 1 * , b 1 * ] T , x 2 = [ L 2 * , a 2 * , b 2 * ] T , DL = L 1 * - L 2 * , Da = a 1 * - a 2 * , Db = b 1 * - b 2 * , DE1976是x1、两种CIE1976L*a*b*颜色的色差。in: x 1 = [ L 1 * , a 1 * , b 1 * ] T , x 2 = [ L 2 * , a 2 * , b 2 * ] T , DL = L 1 * - L 2 * , Da = a 1 * - a 2 * , DB = b 1 * - b 2 * , DE 1976 is x 1 , the color difference of two CIE1976L * a * b * colors.

步骤三:将步骤二中得到的图像网格化,假设图像大小为200*200,网格大小为8*8,则每个网格单元大小为25*25。在每个网格单元中统计颜色直方图,得到比例最大的颜色值作为该网格单元的主色(即代表色),最后每张图像将由64个主色组成,我们称之为主色图,如下图2所示。Step 3: Grid the image obtained in Step 2. Suppose the image size is 200*200, the grid size is 8*8, and the size of each grid unit is 25*25. Count the color histogram in each grid unit, and get the color value with the largest ratio as the main color (ie representative color) of the grid unit. Finally, each image will be composed of 64 main colors, which we call the main color map , as shown in Figure 2 below.

步骤四:为了更好的使用以文本检索见长的倒排搜索引擎,我们将步骤三得到的主色图通过自定义的编码规则进行字符编码,即将每一个主色转化为由四个字母组成的字符编码,类似文本检索中的关键字。字符编码的前两位记录了主色的坐标信息,后两位记录了主色值,转化过程如图3所示。最后一张图像会对应一个由64个字符编码组成的类文本,本发明称之为字符码文。字符码文如图4所示。将字符码文以及图像对应的ID上传至倒排索引服务器,完成海量图像的索引建立,进而可以完成图像检索功能。Step 4: In order to better use the inverted search engine that is good at text retrieval, we encode the main color map obtained in step 3 through a custom encoding rule, that is, convert each main color into a four-letter character Character encoding, similar to keywords in text retrieval. The first two digits of the character code record the coordinate information of the main color, and the last two digits record the main color value. The conversion process is shown in Figure 3. The last image will correspond to a class text composed of 64 character codes, which is called character code text in the present invention. The character code text is shown in Figure 4. Upload the character code text and the ID corresponding to the image to the inverted index server to complete the index establishment of a large number of images, and then complete the image retrieval function.

本发明方法的效果:Effect of the inventive method:

为了验证本发明的效果,我们在国内某电子商务平台中获得了海量的运动商品图像数据集,此测试数据集包含运动外套、运动T恤、运动鞋、运动裤以及各种球类等总共10000张图像。其中图像检索时间不高于14ms,达到了很好的实时效果。本发明的部分实验结果如图5所示。In order to verify the effect of the present invention, we have obtained a large amount of sports goods image data set in a certain domestic e-commerce platform. images. The image retrieval time is not higher than 14ms, which achieves a good real-time effect. Some experimental results of the present invention are shown in FIG. 5 .

Claims (1)

1. the massive image retrieval system based on color characteristic and inverted index, is characterized in that, comprises the steps:
Step 1: the CIE1976L that selects good uniformity *a *b *color space, and with K-means clustering method to CIE1976L *a *b *carry out cluster, cluster to 256 kind of color;
Step 2: obtain all images to be retrieved, first the RGB color of image is converted into CIE1976L *a *b *color, and 256 kinds of colors that each the pixel color in image is obtained according to aberration minimum principle and step 1 do and shine upon, the dimension of each pixel of final image becomes 256 dimensions;
Step 3: by the image lattice obtaining in step 2, sizing grid is n*n.Statistical color mass-tone in each grid cell, and using each mass-tone as the representative color of this grid cell, last every image will be comprised of n*n representative color;
Step 4: 64 representative colors that step 3 is obtained carry out character code by self-defining coding rule, the corresponding class text being formed by 64 character codes of last image meeting, this class text is uploaded to inverted index server, the index that completes large nuber of images is set up, and then can complete image retrieval function.
CN201310601630.XA 2013-11-21 2013-11-21 Mass image searching system based on color features and inverted indexes Pending CN103593458A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310601630.XA CN103593458A (en) 2013-11-21 2013-11-21 Mass image searching system based on color features and inverted indexes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310601630.XA CN103593458A (en) 2013-11-21 2013-11-21 Mass image searching system based on color features and inverted indexes

Publications (1)

Publication Number Publication Date
CN103593458A true CN103593458A (en) 2014-02-19

Family

ID=50083599

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310601630.XA Pending CN103593458A (en) 2013-11-21 2013-11-21 Mass image searching system based on color features and inverted indexes

Country Status (1)

Country Link
CN (1) CN103593458A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104778281A (en) * 2015-05-06 2015-07-15 苏州搜客信息技术有限公司 Image index parallel construction method based on community analysis
CN104978565A (en) * 2015-05-11 2015-10-14 厦门翼歌软件科技有限公司 Universal on-image text extraction method
CN105447451A (en) * 2015-11-13 2016-03-30 东方网力科技股份有限公司 Method and device for retrieving object markers
CN107832359A (en) * 2017-10-24 2018-03-23 杭州群核信息技术有限公司 A kind of picture retrieval method and system
CN110413824A (en) * 2019-06-20 2019-11-05 平安科技(深圳)有限公司 A kind of search method and device of similar pictures

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7015931B1 (en) * 1999-04-29 2006-03-21 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for representing and searching for color images
CN101506840A (en) * 2006-06-23 2009-08-12 卡勒兹普麦迪亚公司 Method of discriminating colors of color based image code
CN101714257A (en) * 2009-12-23 2010-05-26 公安部第三研究所 Method for main color feature extraction and structuring description of images
CN102523367A (en) * 2011-12-29 2012-06-27 北京创想空间商务通信服务有限公司 Real-time image compression and reduction method based on plurality of palettes

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7015931B1 (en) * 1999-04-29 2006-03-21 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for representing and searching for color images
CN101506840A (en) * 2006-06-23 2009-08-12 卡勒兹普麦迪亚公司 Method of discriminating colors of color based image code
CN101714257A (en) * 2009-12-23 2010-05-26 公安部第三研究所 Method for main color feature extraction and structuring description of images
CN102523367A (en) * 2011-12-29 2012-06-27 北京创想空间商务通信服务有限公司 Real-time image compression and reduction method based on plurality of palettes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
缑西梅: "基于内容的图像检测技术研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104778281A (en) * 2015-05-06 2015-07-15 苏州搜客信息技术有限公司 Image index parallel construction method based on community analysis
CN104978565A (en) * 2015-05-11 2015-10-14 厦门翼歌软件科技有限公司 Universal on-image text extraction method
CN104978565B (en) * 2015-05-11 2019-06-28 厦门翼歌软件科技有限公司 A kind of pictograph extracting method of universality
CN105447451A (en) * 2015-11-13 2016-03-30 东方网力科技股份有限公司 Method and device for retrieving object markers
CN105447451B (en) * 2015-11-13 2019-01-22 东方网力科技股份有限公司 A kind of method and apparatus for retrieving object marker object
CN107832359A (en) * 2017-10-24 2018-03-23 杭州群核信息技术有限公司 A kind of picture retrieval method and system
CN107832359B (en) * 2017-10-24 2021-06-08 杭州群核信息技术有限公司 Picture retrieval method and system
CN110413824A (en) * 2019-06-20 2019-11-05 平安科技(深圳)有限公司 A kind of search method and device of similar pictures
WO2020253063A1 (en) * 2019-06-20 2020-12-24 平安科技(深圳)有限公司 Method and device for searching for similar images

Similar Documents

Publication Publication Date Title
Zhang et al. Vector of locally and adaptively aggregated descriptors for image feature representation
Yin et al. Incomplete multi-view clustering via subspace learning
CN103412960B (en) Image perception hash method based on bilateral accidental projection
CN101551823B (en) Comprehensive multi-feature image retrieval method
CN102193936B (en) Data classification method and device
CN102622420B (en) Trademark image retrieval method based on color features and shape contexts
CN103440348B (en) A Global and Local Color Image Retrieval Method Based on Vector Quantization
CN101714257A (en) Method for main color feature extraction and structuring description of images
CN109697451B (en) Similar image clustering method and device, storage medium and electronic equipment
CN104239522B (en) Inter-image content constraint-based ultra-pixel coding image retrieval method
WO2023011382A1 (en) Recommendation method, recommendation model training method, and related product
CN103593458A (en) Mass image searching system based on color features and inverted indexes
CN104899899A (en) Color quantification method based on density peak value
CN104881449B (en) Image search method based on manifold learning data compression Hash
CN107273824B (en) Face recognition method based on multi-scale and multi-direction local binary pattern
CN108984642A (en) A Retrieval Method of Printed Fabric Image Based on Hash Coding
Zhang et al. OMCBIR: Offline mobile content-based image retrieval with lightweight CNN optimization
CN103955952A (en) Extraction and description method for garment image color features
CN103678552A (en) Remote-sensing image retrieving method and system based on salient regional features
CN106156798A (en) Scene image classification method based on annular space pyramid and Multiple Kernel Learning
CN109213886A (en) Image retrieval method and system based on image segmentation and fuzzy pattern recognition
US20240136023A1 (en) Data processing method and apparatus, device, and storage medium
CN103399863B (en) Image search method based on the poor characteristic bag of edge direction
CN110110120B (en) Image retrieval method and device based on deep learning
CN102034116A (en) Commodity image classifying method based on complementary features and class description

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140219