RU2510935C2 - Method of indexing and searching digital images - Google Patents

Method of indexing and searching digital images Download PDF

Info

Publication number
RU2510935C2
RU2510935C2 RU2011138862/08A RU2011138862A RU2510935C2 RU 2510935 C2 RU2510935 C2 RU 2510935C2 RU 2011138862/08 A RU2011138862/08 A RU 2011138862/08A RU 2011138862 A RU2011138862 A RU 2011138862A RU 2510935 C2 RU2510935 C2 RU 2510935C2
Authority
RU
Russia
Prior art keywords
image
color
images
primary
index
Prior art date
Application number
RU2011138862/08A
Other languages
Russian (ru)
Other versions
RU2011138862A (en
Inventor
Артем Константинович Игнатов
Original Assignee
Артем Константинович Игнатов
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 Артем Константинович Игнатов filed Critical Артем Константинович Игнатов
Priority to RU2011138862/08A priority Critical patent/RU2510935C2/en
Publication of RU2011138862A publication Critical patent/RU2011138862A/en
Application granted granted Critical
Publication of RU2510935C2 publication Critical patent/RU2510935C2/en

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Image Analysis (AREA)

Abstract

FIELD: physics, computer engineering.
SUBSTANCE: invention relates to systems for indexing and searching digital images contained in files of different graphics formats. The method involves finding a colour having the shortest Manhattan length from the found predominant colour in the selected colour coordinate system from a predetermined set of primary colours, classified according to brightness, saturation and hue; using the obtained colour as an identifier for organising the search procedure in an image database; determining colour association from the basic set of primary colours to form a visual colour similarity and visual colour contrast characteristic; generating an image index (metadata) according to the presented primary colour in RGB format and/or name and/or tag of the colour; searching images in the database. As a result of the search, a list of images is formed, having indices matching the presented index and/or indices for which primary colours are present in the list of associations of visual similarity or in the list of colour contrast for the primary colour in the image search index.
EFFECT: faster automatic and semi-automatic indexation of images and faster search of images with similar predominant colours in a database.
9 cl, 4 dwg

Description

Изобретение относится к системам индексации и поиска цифровых изображений, содержащихся в файлах различных графических форматов, расположенных на локальном компьютере пользователя, в том числе в глобальной сети Интернет.The invention relates to systems for indexing and searching for digital images contained in files of various graphic formats located on a user's local computer, including the global Internet.

Предлагаемый способ может найти широкое применение в поисковых системах, а также в аппаратно-программных комплексах электронной торговли (интернет-магазинах), где зачастую требуется совершить поиск товаров из базы данных магазина по характеристикам, не только заданных в текстовой форме, но и полученных в результате анализа цифровых изображений.The proposed method can be widely used in search engines, as well as in hardware and software complexes of electronic commerce (online stores), where it is often required to search for goods from the store’s database for characteristics not only specified in text form, but also obtained as a result digital image analysis.

В рамках реализации системы выделяют две основные задачи: определение преобладающего цвета изображения с сохранением индекса (метаданных) изображения в информационной базе данных и поиск изображений, содержащих схожие преобладающие цвета, в базе данных. Преобладающий цвет изображения определяют как цвет, который имеет большинство пикселей изображения. Преобладающий цвет изображения может быть вычислен методами анализа изображений. Также преобладающий цвет изображения может быть выбран из списка заранее заданных цветов путем взаимодействия оператора ЭВМ с программным обеспечением по управлению информационной базы данных.As part of the implementation of the system, two main tasks are distinguished: determining the prevailing color of the image while maintaining the index (metadata) of the image in the information database and searching for images containing similar predominant colors in the database. The predominant color of an image is defined as the color that most pixels in an image have. The predominant color of the image can be calculated by image analysis methods. Also, the predominant color of the image can be selected from a list of predefined colors by interacting with a computer operator with information database management software.

Известные из уровня техники методы контентно-ориентированной индексации для организации поиска файлов различных форматов, включая и графические, в которых оценивается совпадение содержимого путем вычисления хэш-функций от содержимого [1]. К недостаткам таких методов можно отнести отсутствие анализа изображений, из-за чего изображения с похожими преобладающим цветами могут быть классифицированы как совершенно различные изображения.Known from the prior art, methods of content-oriented indexing to organize the search for files of various formats, including graphic, in which the coincidence of the content is evaluated by calculating the hash functions of the content [1]. The disadvantages of such methods include the lack of image analysis, which is why images with similar predominant colors can be classified as completely different images.

Известные из уровня техники методы контентно-ориентированного поиска изображений преимущественно вычисляют вектор характерных значений для каждого изображения и сохраняют его в информационной базе данных наряду с самим изображением. При этом поиск изображения осуществляется путем вычисления вектора характерных значений для предъявленного изображения с последующим сравнением искомого вектора со всеми векторами из базы данных. На выходе процедуры поиска при этом получают ряд изображений, для которых ошибка совпадения векторов с искомым вектором является минимальной (ниже заданного порога). К таким методам можно отнести, например, метод, описанный в [2]. Метод использует в качестве вектора характерных признаков значение гистограмм, построенных по значениям каналов R, G, В, выраженных цветовой моделью RGB. Другой метод [3] использует в качестве вектора характерных признаков изображения значения гистограмм, построенных по значениям каналов Н и S, выраженных цветовой моделью HSV.Known from the prior art, methods of content-oriented image retrieval mainly calculate the vector of characteristic values for each image and store it in the information database along with the image itself. In this case, the image is searched by calculating the vector of characteristic values for the presented image, followed by comparing the desired vector with all the vectors from the database. At the output of the search procedure, a series of images is obtained for which the error in the coincidence of the vectors with the desired vector is minimal (below a given threshold). Such methods include, for example, the method described in [2]. The method uses as a vector of characteristic features the value of histograms constructed from the values of the channels R, G, B, expressed by the RGB color model. Another method [3] uses as the vector of characteristic features of the image the values of histograms constructed from the values of channels H and S, expressed by the HSV color model.

Близким по технической сущности является способ поиска цифровых изображений из базы данных изображений [4], при котором вычисляют гистограмму предъявленного изображения, а также гистограммы изображений, хранящихся в базе данных, затем рассчитывают меру подобия изображений с применением метода оценки подобия двух распределений вероятностей (Kullback-Leibler divergence) [5]. Затем результаты поиска ранжируют в зависимости степени похожести от входного изображения.Similar in technical essence is the method of searching for digital images from the image database [4], in which the histogram of the presented image is calculated, as well as the histograms of the images stored in the database, then the similarity measure of the images is calculated using the similarity assessment method of two probability distributions (Kullback- Leibler divergence) [5]. Then, the search results are ranked according to the degree of similarity with the input image.

К недостаткам прототипа можно отнести вычислительную сложность расчета гистограмм изображений с последующим вычислением метрики похожести. Еще одним недостатком прототипа является необходимость наличия входного изображения для организации процедуры поиска изображений из базы данных. Прототип анализирует контент изображения и выдает на выходе процедуры поиска результат с наименьшей ошибкой сравнения гистограмм. Но данная постановка задачи не совсем подходит для систем электронной торговли (интернет-магазинов). Наиболее типичная задача для систем электронной торговли - это нахождение изображения товара в базе данных товаров магазина по заданному цвету и категориям. При этом при использовании прототипа может достигаться результат не совсем отвечающий задаче поиска товара по выбранному цвету, т.к. гистограмма изображения строится по всей области изображения, включая непосредственно объект съемки (товар) наряду с задним фоном, который может быть неоднородным. Искажения, вносимые в гистограмму областями заднего фона, могут вносить существенную ошибку в результаты поиска изображений по цвету.The disadvantages of the prototype include the computational complexity of calculating histograms of images with the subsequent calculation of the metric of similarity. Another disadvantage of the prototype is the need for an input image to organize the search procedure for images from the database. The prototype analyzes the image content and outputs the result with the smallest histogram comparison error at the output of the search procedure. But this statement of the problem is not entirely suitable for e-commerce systems (online stores). The most typical task for e-commerce systems is to find the product image in the store’s product database for a given color and category. In this case, when using the prototype, a result can be achieved that does not quite meet the task of searching for goods by the selected color, because a histogram of the image is built over the entire area of the image, including the subject itself (product) along with the background, which may be heterogeneous. Distortions introduced into the histogram by background regions can introduce a significant error in the image search results by color.

Заявляемое изобретение позволяет решить этот недостаток путем задания поиского запроса не в виде изображения предмета (товара), а в виде цветного изображения, раскрашенного в цвета из некоторого набора цветов. При этом заявляемый способ поиска изображений производит трансформацию поискового запроса выраженного в графической форме (цветное изображение) в поисковый запрос, выраженный в текстовой форме в виде чисел и букв, что оказывает существенное влияние на скорость поиска. Число-буквенную строку, характеризующую цвет изображения называют тегом. При этом выборка изображений идет согласно сравнению тегов небольшой длины (порядка 10-30 символов), что требует гораздо меньших вычислительных затрат по сравнению с вычислением подобия 8-битных гистограмм, состоящих из 256 значений на канал. При использовании наиболее распространного цветового пространства RGB нужно сравнивать между собой 768=256·3 значений для каждого из сотен или тысяч изображений, хранимых в базе данных изображений.The claimed invention allows to solve this drawback by defining a search query not in the form of an image of an object (product), but in the form of a color image painted in colors from a certain set of colors. Moreover, the inventive method of image search transforms the search query expressed in graphical form (color image) into a search query expressed in text form in the form of numbers and letters, which has a significant impact on the speed of the search. The number-letter string characterizing the color of the image is called a tag. At the same time, the selection of images is carried out according to the comparison of tags of small length (about 10-30 characters), which requires much lower computational costs compared to calculating the similarity of 8-bit histograms consisting of 256 values per channel. When using the most common RGB color space, you need to compare among themselves 768 = 256 · 3 values for each of hundreds or thousands of images stored in the image database.

Также прототип нельзя применить для поиска изображений товаров по заданным ассоциациям гармоничности цветов, при котором в результате процедуры поиска изображений получают ряд изображений, которые имеют цвета, визуально гармонирующие между собой.Also, the prototype cannot be used to search for images of goods by given associations of color harmony, in which as a result of the image search procedure a series of images are obtained that have colors that visually harmonize with each other.

Таким образом, первоочередной задачей построения систем поиска изображений для электронной торговли является задача поиска изображений согласно заданному цвету. Атрибуты изображения, описывающие цвет, категорию изображения и другие параметры изображения называют индексом или метаданными изображения. Индекс изображения хранят в информационной базе данных. При этом индекс изображения должен включать в себя наряду с тэгом название цвета, которое должно как можно более точно характеризировать цвет объекта на изображении.Thus, the primary task of building image search systems for electronic commerce is the task of searching for images according to a given color. Image attributes that describe color, image category, and other image parameters are called image index or metadata. Image index is stored in an information database. In this case, the index of the image should include, along with the tag, the name of the color, which should as accurately as possible characterize the color of the object in the image.

Поставленная задача решена путем разработки метода для индексации (формирования метаданных) изображений, с последующим формированием базы данных метаданных изображений и реализацией процедуры поиска метаданных изображений в базе данных, при этом способ индексации включает в себя выполнение следующих операций:The problem is solved by developing a method for indexing (generating metadata) of images, followed by the formation of a database of image metadata and the implementation of the search procedure for image metadata in the database, while the indexing method includes the following operations:

- определяют базовый набор основных цветов в формате цветового пространства RGB;- determine the basic set of primary colors in the format of the RGB color space;

- для каждого основного цвета в формате RGB из базового набора представляют основной цвет в формате HSV, сохраняют данную ассоциацию, и для каждого основного цвета вводят название и тег цвета;- for each primary color in RGB format from the base set, the primary color in HSV format is presented, this association is saved, and a name and color tag are entered for each primary color;

- исходное изображение представляют в формате RGB;- the original image is presented in RGB format;

- определяют преобладающий цвет изображения в формате RGB,- determine the predominant color of the image in RGB format,

- приводят преобладающий цвет изображения в формат HSV;- result in the prevailing color of the image in HSV format;

- определяют основной цвет изображения в формате HSV из базового набора основных цветов HSV согласно преобладающему цвету изображения HSV;- determine the primary color of the image in HSV format from the basic set of primary colors of HSV according to the prevailing color of the HSV image;

- определяют основной цвет изображения в формат RGB согласно ассоциации базового набора цветов в формате HSV базовому набору цветов в формате RGB;- determine the primary color of the image in RGB format according to the association of the basic color set in HSV format to the basic color set in RGB format;

- формируют индекс (метаданные) изображения согласно определенному основному цвету в формате RGB, HSV, названию и тегу цвета;- form the index (metadata) of the image according to a specific primary color in RGB, HSV format, name and color tag;

- сохраняют индекс (метаданные) изображения в информационной базе данных.- save the index (metadata) of the image in the information database.

Разработанный метод поиска изображений (метаданных изображений) в сформированной базе данных изображений включает в себя выполнение следующих операций:The developed method for searching for images (image metadata) in the generated image database includes the following operations:

- определяют ассоциации основных цветов из базового набора для формирования характеристики степени визуального подобия и гармоничности цветов;- determine the association of primary colors from the basic set to form a characteristic of the degree of visual similarity and harmony of colors;

- формируют индекс (метаданные) запроса поиска изображений согласно предъявленному основному цвету в формате RGB, и/или названию, и/или тегу цвета;- form the index (metadata) of the image search request according to the submitted primary color in RGB format, and / or the name and / or color tag;

- осуществляют поиск изображений (метаданных изображений) согласно индексу (метаданным) запроса поиска изображения и в результате поиска формируют список изображений с индексами, совпадающими с предъявленным индексом и/или с индексами, которые совпадают с заданными ассоциациями визуального сходства и гармоничности цветов.- they search for images (image metadata) according to the index (metadata) of the image search request and, as a result of the search, form a list of images with indices that match the presented index and / or indices that match the given associations of visual similarity and color harmony.

Фиг.1. Блок-схема поэтапного выполнения способа индексации (формирования метаданных) изображений согласно изобретению.Figure 1. The block diagram of the phased implementation of the method of indexing (generating metadata) images according to the invention.

Фиг.2. Блок-схема поэтапного выполнения способа поиска изображений согласно изобретению.Figure 2. A block diagram of the phased implementation of the image search method according to the invention.

Фиг.3. Пример определения преобладающего и основного цвета изображения.Figure 3. An example of determining the prevailing and primary color of an image.

Фиг.4. Пример поиска изображений из базы данных в соответствии с заданным основным цветом изображения.Figure 4. An example of searching images from the database in accordance with the specified primary color of the image.

Далее по тексту предпочтительный вариант реализации заявляемого изобретения описывается в деталях с привлечением графических материалов. Однако объем охраны заявляемого изобретения не ограничен предпочтительным вариантом реализации изобретения, которое может быть реализовано в различных формах. Предпочтительный вариант реализации, раскрытый в описании, является только примером, приведенным, чтобы раскрыть существо и помочь специалистам в полной степени понять заявляемое изобретение.Hereinafter, a preferred embodiment of the claimed invention is described in detail using graphic materials. However, the scope of protection of the claimed invention is not limited to the preferred embodiment of the invention, which can be implemented in various forms. The preferred embodiment disclosed in the description is only an example provided to disclose the essence and help specialists fully understand the claimed invention.

Блок-схема способа индексации (создания и сохранения метаданных в базе данных) цифровых изображений представлена на Фиг.1. Согласно Фиг.1 на шаге 101 способа определяют базовый набор основных цветов. В качестве иллюстрации сущности изобретения базовый набор цветов представлен в Табл. 1. Базовый набор цветов представляют в форме значений цветового пространства RGB, т.е. трехмерных координатах, задаваемых цветовой моделью RGB [6]. Также в качестве более точного определения преобладающего цвета изображения базовый набор цветов может быть представлен в форме значений цветового пространства HSV, т.е. трехмерных координатах, задаваемых цветовой моделью HSV. Детальное описание цветовой модели HSV здесь не приводится вследствие известности из текущего уровня техники [7]. При этом каналы R, G, В имеют диапазон значений от 0 до 255, тогда как значения канала Н изменяются от 0 до 360°, а значения канала S и V изменяются от 0 до 1.A flowchart of a method for indexing (creating and storing metadata in a database) of digital images is shown in FIG. 1. According to FIG. 1, in step 101 of the method, a basic set of primary colors is determined. As an illustration of the invention, the basic set of colors is presented in Table. 1. The basic set of colors is represented in the form of values of the RGB color space, i.e. three-dimensional coordinates specified by the RGB color model [6]. Also, as a more accurate determination of the prevailing color of the image, the basic set of colors can be represented in the form of HSV color space values, i.e. 3D coordinates specified by the HSV color model. A detailed description of the HSV color model is not given here due to fame from the current level of technology [7]. Moreover, the channels R, G, B have a range of values from 0 to 255, while the values of channel H vary from 0 to 360 °, and the values of channel S and V change from 0 to 1.

Табл. 1Tab. one Базовый набор основных цветовBasic set of primary colors Название цветаColor name RGBRGB HSVHsv ТэгTag Ярко-красныйBright red (255,0,0)(255,0,0) (0.1.1)(0.1.1) красный насыщенный яркийred saturated bright Ярко-оранжевыйBright orange (255,128,0)(255,128.0) (30,1,1)(30,1,1) оранжевый насыщенный яркийorange saturated bright Ярко-желтыйBright yellow (255,255,0)(255,255,0) (60,1,1)(60,1,1) желтый насыщенный яркийyellow saturated bright Ярко-салатовыйBright green (128,255,0)(128,255,0) (90,1,1)(90,1,1) салатовый насыщенный яркийlight green saturated bright Ярко-зеленыйBright green (0,255,0)(0.255.0) (120,1,1)(120,1,1) зеленый насыщенный яркийgreen saturated bright Ярко-сине-зеленыйBright blue green (0,255,128)(0,255,128) (150,1,1)(150,1,1) сине-зеленый насыщенный яркийblue green saturated bright Яркий цианBright cyan (0,255,255)(0,255,255) (180,1,1)(180,1,1) циан насыщенный яркийcyan saturated bright Ярко-голубойBright blue (0,128,255)(0,128,255) (210,1,1)(210,1,1) голубой насыщенный яркийblue saturated bright Ярко-синийBright blue (0,0,255)(0,0,255) (240,1,1)(240,1,1) синий насыщенный яркийblue saturated bright Ярко-фиолетовыйBright purple (128,0,255)(128,0,255) (270,1,1)(270,1,1) фиолетовый насыщенный яркийpurple saturated bright Ярко-розовыйHot pink (255,0,255)(255,0,255) (300,1.1)(300,1.1) розовый насыщенный яркийpink saturated bright Ярко-малиновыйBright raspberry (255,0,128)(255,0,128) (330,1,1)(330,1,1) малиновый насыщенный яркийraspberry saturated bright Темно-красныйDark red (102,41,41)(102.41.41) (0,0.6,0.4)(0,0.6,0.4) красный полутон темныйred halftone dark Темно-оранжевыйDark orange (102,71,41)(102.71.41) (30,0.6,0.4)(30,0.6,0.4) оранжевый полутон темныйorange halftone dark Темно-желтыйDark yellow (102,102,41)(102,102,41) (60.0.6,0.4)(60.0.6,0.4) желтый полутон темныйyellow halftone dark Темно-салатовыйDark green (71,102,41)(71,102,41) (90, 0.6,0.4)(90, 0.6,0.4) салатовый полутон темныйlight green semitone dark Темно-зеленыйDark green (41,102,41)(41,102,41) (120,0.6,0.4)(120,0.6,0.4) зеленый полутон темныйgreen halftone dark Темный сине-зеленыйDark blue green (41,102,71)(41,102,71) (150,0.6,0.4)(150,0.6,0.4) сине-зеленый полутон темныйblue green halftone dark Темный цианDark cyan (41,102,102)(41,102,102) (180,0.6,0.4)(180,0.6,0.4) циан полутон темныйcyan halftone dark Темно-голубойDark blue (41,71,102)(41.71.102) (210.0.6,0.4)(210.0.6,0.4) голубой полутон темныйblue halftone dark Темно-синийNavy blue (41,41,102)(41,41,102) (240,0.6,0.4)(240,0.6,0.4) синий полутон темныйdark blue halftone Темно-фиолетовыйDark violet (71,41,102)(71,41,102) (270,0.6,0.4)(270,0.6,0.4) фиолетовый полутон темныйpurple halftone dark Темно-розовыйDark pink (102,41,102)(102,41,102) (300,0.6,0.4)(300,0.6,0.4) розовый полутон темныйpink halftone dark Темно-малиновыйDark raspberry (102,41,71)(102.41.71) (330,0.6,0.4)(330,0.6,0.4) малиновый полутон темныйraspberry halftone dark

Отдельно замечаем, что выбор цветовой модели для базовых цветов не меняет сущности изобретения и зависит только от удобства пользования для создания системы индексации цифровых изображений.Separately, we note that the choice of a color model for basic colors does not change the essence of the invention and depends only on ease of use to create a system for indexing digital images.

Для определения базового набора основных цветов, представленных в виде цветового пространства HSV, значения каналов Н, S и V могут разбиваться на интервалы для удобства выбора базовых цветов при изменении их количества. При этом интервалам для описания интервала могут присваиваться названия в виде тегов (Табл. 2). Здесь и далее термины цветовой канал и координаты цветового пространства имеют одинаковое значение. При этом термин «цветовой канал» употребляется преимущественно при описании системы отсчета в выбранном цветовом пространстве, тогда как термин «цветовая координата» употребляется в контексте координаты в выбранной системе отчета.To determine the basic set of primary colors, presented in the form of the HSV color space, the values of the channels H, S and V can be divided into intervals for the convenience of choosing the basic colors when changing their number. In this case, the intervals for the description of the interval can be assigned names in the form of tags (Table 2). Hereinafter, the terms color channel and color space coordinates have the same meaning. In this case, the term “color channel” is used mainly when describing the reference system in the selected color space, while the term “color coordinate” is used in the context of the coordinate in the selected report system.

Для канала Hue количество интервалов задают как NHUE. При равномерном разбитии канала Hue каждый интервал будет иметь длину, выраженную как IHUE/NHUE, где IHUE - максимальное значение для канала Hue (где IHUE=360°).For a Hue channel, the number of slots is specified as N HUE . If the Hue channel is evenly divided, each interval will have a length expressed as I HUE / N HUE , where I HUE is the maximum value for the Hue channel (where I HUE = 360 °).

Для канала Saturation количество интервалов задают как NSAT. При равномерном разбитии канала Saturation каждый интервал будет иметь длину, выраженную как ISAT/NSAT, где ISAT - максимальное значение для канала Saturation (где ISAT=1 при использовании нормированного значения).For the Saturation channel, the number of slots is specified as N SAT . If the Saturation channel is evenly divided, each interval will have a length expressed as I SAT / N SAT , where I SAT is the maximum value for the Saturation channel (where I SAT = 1 when using the normalized value).

Для канала Value количество интервалов задают как NVAL. При равномерном разбитии канала Value каждый интервал будет иметь длину, выраженную как IVAL/NVAL, где IVAL - максимальное значение для канала Value (где IVAL=1 при использовании нормированного значения).For the Value channel, the number of slots is specified as N VAL . If the Value channel is evenly split, each interval will have a length expressed as I VAL / N VAL , where I VAL is the maximum value for the Value channel (where I VAL = 1 when using the normalized value).

При этом для каждого основного цвета из базового набора координату Н основного цвета выбирают как значение Н из интервалов, на который делится канал Hue; координату S основного цвета выбирают как значение S из интервалов, на который делится канал Saturation; координату V основного цвета выбирают как значение V из интервалов, на который делится канал Value. В Табл. 2 приведен пример разбивки каналов Hue, Saturation, Value на интервалы. Также в таблицы приведены значения основных цветов, заданных в пределах выбранных диапазонов. В качестве иллюстрации работы метода для каждого основного цвета выбирают значение Hue как середину интервала сопоставляемого интервала канала Hue. Однако для каналов Saturation и Value значения основных цветов не соответствуют серединам искомых интервалов.Moreover, for each primary color from the base set, the H coordinate of the primary color is selected as the value of H from the intervals into which the Hue channel is divided; the S coordinate of the primary color is selected as the S value from the intervals into which the Saturation channel is divided; the V coordinate of the primary color is selected as the value of V from the intervals into which the Value channel is divided. In Tab. Figure 2 shows an example of dividing Hue, Saturation, Value channels into intervals. Also in the table are the values of the primary colors specified within the selected ranges. To illustrate the method, for each primary color, select the Hue value as the middle of the interval of the mapped Hue channel interval. However, for the Saturation and Value channels, the primary color values do not correspond to the midpoints of the desired intervals.

Для определения ахроматических цветов (цветов с малым значением насыщенности) базового набора вводят порог TS для значений канала Saturation и порог ТV для значений канала Value. При этом считают основной цвет ахроматическим, если значение координаты Saturation меньше TS и значение координаты Value меньше ТV.To determine achromatic colors (colors with a low saturation value) of the basic set, a threshold T S for the values of the Saturation channel and a threshold T V for the values of the Value channel are entered. In this case, the primary color is considered achromatic if the value of the Saturation coordinate is less than T S and the value of the Value coordinate is less than T V.

Для упрощения индексаций-изображений, а также формирования групп изображений на шаге 101 способа индексации цифровых изображений вводят ассоциацию значений основных цветов с названием цвета, а также с тегом. При этом название цвета используется для взаимодействия с человеком в графическом интерфейсе пользователя. В свою очередь тэг используется для организация процедуры поиска. Категории тегов могут быть выбраны как характеризующие основные цвета по яркости (интенсивности), и/или по цвету, и/или по насыщенности цвета. В Табл. 1 приведены примеры тегов, заданные в соответствии с тоном цвета, его яркостью и насыщенностью. Теги составляются путем комбинации тегов интервалов из Табл. 2.To simplify indexing images, as well as forming groups of images, at step 101 of the method for indexing digital images, an association is made of the values of the primary colors with the color name, as well as with the tag. In this case, the color name is used to interact with the person in the graphical user interface. In turn, the tag is used to organize the search procedure. Tag categories can be selected as characterizing primary colors by brightness (intensity), and / or by color, and / or by color saturation. In Tab. Figure 1 shows examples of tags defined in accordance with the color tone, its brightness and saturation. Tags are composed by a combination of interval tags from Table. 2.

Табл. 2Tab. 2 Пример задания интервалов для канала Hue, Saturation, ValueExample of setting intervals for the Hue, Saturation, Value channel КаналChannel Тег интервалаInterval Tag ИнтервалInterval Основный цвет интервалаInterval primary color HueHue красныйred (-15,15)(-15.15) 00 оранжевыйOrange (15,45)(15.45) 30thirty желтыйyellow (45,75)(45.75) 6060 салатовыйlight green (75,105)(75,105) 9090 зеленыйgreen (105,135)(105,135) 120120 сине-зеленыйblue green (135,165)(135,165) 150150 цианcyanogen (165,195)(165,195) 180180 голубойblue (195,225)(195,225) 210210 синийblue (225,255)(225,255) 240240 фиолетовыйViolet (255,285)(255,285) 270270 розовыйpink (285,315)(285,315) 300300 малиновыйcrimson (315,345)(315,345) 330330 SaturationSaturation пастельныйpastel (0,0.45)(0,0.45) 0.30.3 полутонsemitone (0.45,0.9)(0.45,0.9) 0.60.6 насыщенныйsaturated (0.9,1)(0.9.1) 1one ValueValue темныйdark (0,0.45)(0,0.45) 0.40.4 светлыйlight coloured (0.45,0.9)(0.45,0.9) 0.70.7 яркийbright (0.9,1)(0.9.1) 1one

После определения базового набора основных цветов на шаге 102 способа индексации цифровых изображений приводят искомое цифровое изображение 100 в формат RGB. Способы перевода изображения из известных популярных форматов хранения файлов, таких как JPEG, TIFF, PSD и других в растровый трехмерный массив RGB значений здесь не приводятся вследствие известности этих способов из текущего уровня техники и технологии.After determining the basic set of primary colors in step 102 of the method for indexing digital images, the desired digital image 100 is converted to RGB format. Ways to transfer images from well-known popular file storage formats such as JPEG, TIFF, PSD and others to a three-dimensional raster array of RGB values are not given here due to the fame of these methods from the current level of technology and technology.

После перевода входного цифрового изображения в формат RGB на шаге 103 определяют преобладающий цвет изображения 100, выраженного в цветовом пространстве RGB. Нахождение преобладающего цвета для автоматической индексации изображений в информационной базе данных осуществляют при помощи программного средства, при использовании которого оператор ЭВМ заносит изображения в базу данных, затем путем клика в выбранную область изображения указывает цвет какого пикселя считать преобладающем цветом изображения. Можно обойтись и без участия оператора ЭВМ и в качестве искомой области изображения считать центр изображения с координатами (xim/2, yim/2), где xim - ширина изображения в пикселях, yim - высота изображения в пикселях. При этом центр декартовых координат с осями Х и Y размещают в левом верхнем углу изображения. В свою очередь ось Х направляют в горизонтальном направлении слева направо, а ось Y направляют в вертикальном направлении сверху вниз.After converting the input digital image to RGB in step 103, the prevailing color of the image 100 expressed in the RGB color space is determined. Finding the predominant color for automatic indexing of images in the information database is carried out using a software tool, by using which the computer operator enters the image into the database, then by clicking on the selected image area indicates the color of which pixel to consider the predominant color of the image. You can do without the participation of a computer operator and take the image center with coordinates (x im / 2, y im / 2) as the desired region of the image, where x im is the image width in pixels, y im is the image height in pixels. The center of the Cartesian coordinates with the axes X and Y is placed in the upper left corner of the image. In turn, the X axis is directed in the horizontal direction from left to right, and the Y axis is directed in the vertical direction from top to bottom.

Изображения, представленные в цифровом виде, зачастую могут содержать зашумленные области вследствие обработки сигналов в фотоаппаратах и последующей обработки и/или сжатия. Зашумленные области изображения понимают как области, в которых отдельные пиксели имеют значения, сильно отличающиеся от среднего значения в данной области изображения. Для уменьшения влияния цифрового шума на результат определения преобладающего цвета возможно применение цифровой фильтрации изображения для области пикселей вокруг выбранного пикселя. Фильтрация может быть выполнена с применением функции гауссиана. Описание работы цифровой фильтрации с помощью функции гауссиана здесь не приводится ввиду известности этого способа из текущего уровня техники. Любой метод цифровой фильтрации может быть применен для устранения эффекта зашумленности изображения. При этом выбор метода фильтрации не влияет на смысл изобретения. Под областью пикселей понимают группу пикселей, находящихся в непосредственной близости от данного пикселя с координатами (х, у). Область пикселя обычно задают в виде прямоугольного окна изображения с координатами верхнего левого угла (х-хw/2,у-уw/2) и правого нижнего угла (х+хw/2,у+уw/2). При этом xw - ширина прямоугольного окна в пикселях, yw - высота прямоугольного окна в пикселях. Описанный выше способ выбора окна фильтрации является чисто иллюстративным. Выбор формы окна фильтрации не меняет сущности изобретения. Хотим отметить, что выбор метода фильтрации ложится на плечи разработчика системы индексации изображений и не меняет сущности данного изобретения.Digitally presented images can often contain noisy areas due to signal processing in cameras and subsequent processing and / or compression. Noisy image areas are understood as areas in which individual pixels have values that are very different from the average value in a given image area. To reduce the influence of digital noise on the result of determining the predominant color, it is possible to use digital image filtering for the pixel region around the selected pixel. Filtering can be performed using the Gaussian function. A description of the operation of digital filtering using the Gaussian function is not given here due to the popularity of this method from the current level of technology. Any digital filtering method can be applied to eliminate the effect of image noise. However, the choice of filtering method does not affect the meaning of the invention. A pixel region is understood to mean a group of pixels located in the immediate vicinity of a given pixel with coordinates (x, y). The pixel area is usually set in the form of a rectangular image window with the coordinates of the upper left corner (x-x w / 2, y-y w / 2) and the lower right corner (x + x w / 2, y + y w / 2). In this case, x w is the width of the rectangular window in pixels, y w is the height of the rectangular window in pixels. The method of selecting a filtering window described above is purely illustrative. The choice of the shape of the filtering window does not change the essence of the invention. We want to note that the choice of filtering method falls on the shoulders of the developer of the image indexing system and does not change the essence of this invention.

После определения преобладающего цвета изображения выраженного в цветовом пространстве RGB на шаге 104 способа индексации цифровых изображений определяют основной цвет искомого изображения согласно базовому набору основных цветов. Для этого RGB значение преобладающего цвета преобразуют в цветовое пространство HSV. Для полученного HSV значения вычисляют расстояние Манхеттен (1 норма) от каждого основного цвета из базового набора согласно формуле 1After determining the predominant color of the image expressed in the RGB color space in step 104 of the method for indexing digital images, the primary color of the desired image is determined according to the basic set of primary colors. For this, the RGB value of the prevailing color is converted to the HSV color space. For the obtained HSV value, the Manhattan distance (1 norm) from each primary color from the base set is calculated according to formula 1

Δ h s v = Δ h u e + Δ s a t + Δ v a l , ( 1 )

Figure 00000001
Δ h s v = Δ h u e + Δ s a t + Δ v a l , ( one )
Figure 00000001

где

Figure 00000002
, Δ h u e { 0 , 3 6 0 }
Figure 00000003
- абсолютное значение разницы координаты Hue для преобладающего цвета Р {Рhue, Psat, Pval} и основного цвета О {Оhue, Osat, Oval};Where
Figure 00000002
, Δ h u e { 0 , 3 6 0 }
Figure 00000003
- the absolute value of the difference in the coordinate Hue for the predominant color P {P hue , P sat , P val } and the primary color O {O hue , O sat , O val };

Figure 00000004
,
Figure 00000005
- абсолютное значение разницы координаты Saturation для преобладающего цвета Р и основного цвета О;
Figure 00000004
,
Figure 00000005
- the absolute value of the difference of the Saturation coordinate for the predominant color P and the primary color O;

Figure 00000006
,
Figure 00000007
- абсолютное значение разницы координаты Value для преобладающего цвета Р и основного цвета О.
Figure 00000006
,
Figure 00000007
- the absolute value of the difference of the coordinate Value for the predominant color P and the primary color O.

При этом диапазон значений координаты Hue от 0° до 360° нормируют в диапазон от 0 до 1. Функция нормировки может иметь вид как в формуле 2.At the same time, the range of values of the Hue coordinate from 0 ° to 360 ° is normalized to a range from 0 to 1. The normalization function can look like in formula 2.

Figure 00000008
Figure 00000008

Таким образом используют следующую формулу (формула 3) для расчета расстояния между цветами в цветовом пространстве HSVThus, the following formula (formula 3) is used to calculate the distance between colors in the HSV color space

Δ h s v N = Δ h u e N + Δ s a t + Δ v a l , ( 3 )

Figure 00000009
Δ h s v N = Δ h u e N + Δ s a t + Δ v a l , ( 3 )
Figure 00000009

Основной цвет предъявленного изображения определяют из базового набора основных цветов HSV, как цвет, который имеет наименьшее расстояние Манхеттен ΔhsvN (формула 3) от предъявленного HSV значения. Затем получают значение основного цвета в формате RGB из набора ассоциаций основных цветов RGB и HSV. Пример ассоциаций основных цветов указан в Табл.1The primary color of the presented image is determined from the basic set of HSV primary colors as the color that has the smallest Manhattan distance Δ hsvN (formula 3) from the HSV value. Then, the primary color value in the RGB format is obtained from the set of associations of the primary colors RGB and HSV. An example of the primary color associations is shown in Table 1

После определения основного цвета изображения выраженного в цветовом пространстве RGB на шаге 105 способа индексации цифровых изображений формируют индекс (метаданные) изображения 107. Искомый индекс используют в качестве идентификатора при поиске изображений в базе данных. Наряду с информацией о преобладающем цвете изображения индекс изображения может содержать информацию о файле изображения, например системный путь к файлу изображений. Также индекс может содержать информацию о параметрах съемки фото (полученную например из EXIF метаданных файла изображения) и любую другую информацию, характеризующую изображение, например к какой категории товаров относится предмет, зафиксированный на изображении.After determining the primary color of the image expressed in the RGB color space in step 105 of the method for indexing digital images, an index (metadata) of the image 107 is formed. The desired index is used as an identifier when searching for images in the database. Along with information about the prevailing color of the image, the image index may contain information about the image file, for example, the system path to the image file. Also, the index may contain information on the photo shooting parameters (obtained, for example, from EXIF metadata of the image file) and any other information that characterizes the image, for example, to which category of goods does the subject recorded on the image belong.

После формирования индекса (метаданных) изображения на шаге 106 способа индексации изображений сохраняют индекс предъявленного изображения в информационной базе данных. Наряду с сохранением индекса изображений в базе данных возможно также сохранение самого изображения в базе данных в качестве байтового массива.After forming the index (metadata) of the image in step 106 of the method of indexing images, the index of the presented image is stored in the information database. Along with saving the index of images in the database, it is also possible to save the image itself in the database as a byte array.

Табл. 3Tab. 3 Ассоциации основных цветов из базового набораBase color associations from the base set Название цветаColor name Ассоциации по оттенкуHue Associations Ассоциации по контрастуContrast Associations Ярко-красныйBright red Темно-красный, Светло-красныйDark Red, Light Red Ярко-зеленыйBright green Ярко-оранжевыйBright orange Ярко-желтый, Темно-желтый, Светло-оранжевыйBright Yellow, Dark Yellow, Light Orange Ярко-фиолетовыйBright purple Ярко-желтыйBright yellow Ярко-оранжевый, Темно-желтый, Светло-желтыйBright Orange, Dark Yellow, Light Yellow Ярко-синийBright blue Ярко-голубойBright blue Ярко-синий, Светло-синий, Темно-синийBright Blue, Light Blue, Navy Ярко-розовыйHot pink Ярко-синийBright blue Ярко-голубой, Светло-голубойBright blue, light blue Ярко-желтыйBright yellow Ярко-фиолетовыйBright purple Светло-фиолетовый, Темно-фиолетовыйLight Purple, Dark Purple Ярко-оранжевыйBright orange

Пример реализации способа индексации изображений как части программного обеспечения системы управления базы данных приведен на Фиг.3. Согласно Фиг.3 оператор базы данных может задать категории товара, к которой принадлежит загружаемое в базу данных изображение. Помимо выбора категорий, программное обеспечение позволяет определить преобладающий и основной цвета изображения. Преобладающий цвет RGBA={252, 22, 54, 255} был автоматически рассчитан с помощью фильтрации центральной области изображения с радиусом в несколько пикселей. При этом основной цвет изображения был определен как «красный_ светлый_насыщенный» согласно описанному методу индексации изображений.An example implementation of the method of indexing images as part of the software database management system shown in Fig.3. According to Figure 3, the database operator can specify the categories of goods to which the image loaded into the database belongs. In addition to selecting categories, the software allows you to determine the prevailing and primary color of the image. The predominant color RGBA = {252, 22, 54, 255} was automatically calculated by filtering the central region of the image with a radius of several pixels. In this case, the main color of the image was defined as “red_light_saturated” according to the described method of indexing images.

Блок-схема способа поиска изображений (метаданных изображений) в сформированной базе данных изображений представлена на Фиг.2. Согласно Фиг.2 на шаге 201 способа определяют ассоциации основных цветов из базового набора для формирования характеристики степени визуального подобия и гармоничности цветов. Пример ассоциаций для некоторых цветов представлен в Табл. 3.A flowchart of a method for searching for images (image metadata) in the generated image database is shown in FIG. 2. According to FIG. 2, in step 201 of the method, associations of primary colors from a basic set are determined to form a characteristic of the degree of visual similarity and harmony of colors. An example of associations for some colors is presented in Table. 3.

После определения ассоциаций основных цветов из базового набора на шаге 202 способа поиска изображений формируют индекс (метаданные) запроса поиска изображений согласно предъявленному основному цвету в формате RGB, и/или названию, и/или тегу цвета (200).After determining the associations of the primary colors from the base set, at step 202 of the image search method, an index (metadata) of the image search request is generated according to the presented primary color in RGB format and / or the name and / or color tag (200).

После формирования индекса на шаге 203 способа поиска изображений осуществляют поиск изображений (метаданных изображений) согласно индексу (метаданным) запроса поиска изображения и в результате поиска формируют список изображений (204) с индексами, совпадающими с предъявленным индексом, и/или с индексами, которые совпадают с заданными ассоциациями визуального сходства и гармоничности цветов.After forming the index in step 203 of the image search method, images (image metadata) are searched according to the index (metadata) of the image search request, and as a result of the search, a list of images (204) with indices matching the presented index and / or with indices that match with defined associations of visual similarity and color harmony.

Пример реализации способа поиска изображений как части программно-аппаратного обеспечения веб-интерфейса (веб-страницы, размещенной в сети Интернет) системы электронной торговли приведен на Фиг.4. Согласно Фиг.4 пользователь веб-интерфейса выбирает нужный цвет для поиска с помощью клика на область выбора цвета (прямоугольник слева сверху с радужной шкалой). Путем клика мышью на радужную шкалу происходит задание требуемого оттенка, в свою очередь путем клика мышью на прямоугольную область происходит выбор требуемой яркости и насыщенности. После этого веб-интерфейс выводит список изображений товаров согласно заданным критериям поиска. На Фиг.4 показан результат поиска согласно заданному основному цвету без указания категории товара (например, блузка, платье и т.п.).An example implementation of a method for searching images as part of the firmware of a web interface (a web page placed on the Internet) of an electronic commerce system is shown in FIG. 4. According to Figure 4, the user of the web interface selects the desired color for the search by clicking on the color selection area (a rectangle on the top left with a rainbow scale). By clicking on the rainbow scale, the desired hue is set, in turn, by clicking on the rectangular area, the desired brightness and saturation are selected. After that, the web interface displays a list of product images according to the specified search criteria. Figure 4 shows a search result according to a given primary color without specifying a product category (e.g., blouse, dress, etc.).

Заявляемое изобретение может быть использовано в качестве программно-аппаратного обеспечения систем электронной торговли, в которых веб-интерфейс пользователя по выбору товара включает поиск товаров не только по категориям, но и поиск изображений товаров с указанием желаемого цвета товара. Также возможна реализация поиска изображений товаров согласно заданным ассоциациям гармоничности цветов, что может быть очень востребовано, например, в системах электронной торговли одежды и обуви.The invention can be used as software and hardware for electronic commerce systems, in which the web user interface for choosing a product includes the search for goods not only by category, but also the search for images of goods indicating the desired color of the goods. It is also possible to search for images of goods according to given associations of color harmony, which can be very popular, for example, in electronic trading systems for clothes and shoes.

ЛитератураLiterature

[1] WO 2005/033885, "Content oriented index and search method and system", 14.04.2005.[1] WO 2005/033885, "Content oriented index and search method and system", 04/14/2005.

[2] "Image Retrieval using Color and Shape", Anil K. Jain and Aditya Vailaya, Pattern Recognition, 29 (8), 1996.[2] "Image Retrieval using Color and Shape", Anil K. Jain and Aditya Vailaya, Pattern Recognition, 29 (8), 1996.

[3] "Supporting Similarity Queries in MARS", Michael Ortega, et al., ACM Multimedia 97.[3] "Supporting Similarity Queries in MARS", Michael Ortega, et al., ACM Multimedia 97.

[4] US 6163622 "Image retrieval system", 19.12.2000.[4] US 6163622 "Image retrieval system", 12.19.2000.

[5] http://en.wikipedia.org/wiki/Kullback%E2%80%93Leibler _ divergence.[5] http://en.wikipedia.org/wiki/Kullback%E2%80%93Leibler _ divergence.

[6] http://ru.wikipedia.org/wiki/RGB.[6] http://ru.wikipedia.org/wiki/RGB.

[7] http://m.wikipedia.org/wiki/HSV_(цветовая _ модель).[7] http://m.wikipedia.org/wiki/HSV_ (color _ model).

Claims (9)

1. Способ индексации цифровых изображений, при котором анализируют цифровое представление изображений с целью создания индекса (метаданных) изображения, описывающего основной цвет изображения, и использования его в качестве идентификатора для организации процедуры поиска изображений, отличающийся тем, что
- определяют базовый набор основных цветов в формате цветового пространства HSV;
- задают название и тег цвета для каждого основного цвета;
- основные цвета базового набора определяют как ахроматические, если значение канала Saturation меньше определенного порога TS и если значение канала Value меньше определенного порога ТV;
- исходное изображение представляют в формате RGB;
- определяют преобладающий цвет изображения в формате RGB;
- совершают преобразование преобладающего цвета изображения из формата RGB в формат HSV;
- определяют основной цвет изображения в формате HSV из базового набора основных цветов HSV, как цвет, который имеет наименьшее расстояние манхэттен (1 норму)
Figure 00000010
от предъявленного HSV значения, где
Figure 00000011
являются абсолютными разностями координат Hue, Saturation и Value соответственно;
- совершают преобразование основного цвета изображений из формата HSV в формат RGB;
- формируют индекс (метаданные) изображения согласно определенному основному цвету в формате RGB, HSV, названию и тегу цвета;
- сохраняют индекс (метаданные) изображения в информационной базе данных;
1. The method of indexing digital images, in which they analyze the digital representation of the images in order to create an index (metadata) of the image describing the primary color of the image, and use it as an identifier for organizing the image search procedure, characterized in that
- determine the basic set of primary colors in the format of the color space HSV;
- set the name and color tag for each primary color;
- the primary colors of the basic set are defined as achromatic if the value of the Saturation channel is less than a certain threshold T S and if the value of the Value channel is less than a certain threshold T V ;
- the original image is presented in RGB format;
- determine the prevailing color of the image in RGB format;
- make the conversion of the predominant color of the image from the RGB format to the HSV format;
- determine the primary color of the image in HSV format from the basic set of primary colors of HSV, as the color that has the smallest distance Manhattan (1 norm)
Figure 00000010
from the value presented by HSV, where
Figure 00000011
are the absolute differences of the Hue, Saturation, and Value coordinates, respectively;
- make the conversion of the primary color of the images from the HSV format to the RGB format;
- form the index (metadata) of the image according to a specific primary color in RGB, HSV format, name and color tag;
- save the index (metadata) of the image in the information database;
2. Способ по п.1, отличающийся тем, что список тегов классифицируют согласно категориям, характеризующим основные цвета по яркости (интенсивности), и/или по цвету, и/или по насыщенности цвета.2. The method according to claim 1, characterized in that the list of tags is classified according to categories characterizing the primary colors according to brightness (intensity), and / or color, and / or color saturation. 3. Способ по п.1, отличающийся тем, что преобладающий RGB цвет изображения определяют путем выбора пикселя с соответствующими координатами.3. The method according to claim 1, characterized in that the prevailing RGB color of the image is determined by selecting a pixel with corresponding coordinates. 4. Способ по п.1, отличающийся тем, что преобладающий RGB цвет изображения определяют как результат цифровой фильтрации выбранной области пикселя с соответствующими координатами.4. The method according to claim 1, characterized in that the prevailing RGB color of the image is determined as the result of digital filtering of the selected pixel region with the corresponding coordinates. 5. Способ по п.4, отличающийся тем, что в качестве функции цифровой фильтрации используют функцию гауссиана.5. The method according to claim 4, characterized in that the function of the Gaussian is used as the function of digital filtering. 6. Способ по п.1, отличающийся тем, что для каждого основного цвета из базового набора координату Н основного цвета выбирают как значение Н из интервалов, на который делится канал Hue, при этом количество интервалов для канала Hue определяют как NHUE; координату S основного цвета выбирают как значение S из интервалов, на который делится канал Saturation, при этом количество интервалов для канала Saturation определяют как NSAT; координату V основного цвета выбирают как значение V из интервалов, на который делится канал Value, при этом количество интервалов для канала Value определяют как NVAL.6. The method according to claim 1, characterized in that for each primary color from the base set, the H coordinate of the primary color is selected as the value H from the intervals into which the Hue channel is divided, while the number of intervals for the Hue channel is determined as N HUE ; the S coordinate of the main color is selected as the S value from the intervals into which the Saturation channel is divided, while the number of intervals for the Saturation channel is determined as N SAT ; the V coordinate of the primary color is selected as the V value from the intervals into which the Value channel is divided, while the number of intervals for the Value channel is determined as N VAL . 7. Способ поиска цифровых изображений с использованием в качестве идентификатора индекса изображения (включающего информацию об основном цвете изображения в формате RGB, теге и названии цвета), отличающийся тем, что
- определяют ассоциации цветов из базового набора основных цветов для формирования характеристики визуального подобия цветов;
- определяют ассоциации цветов из базового набора основных цветов для формирования характеристики визуального контраста цветов;
- формируют индекс (метаданные) изображения согласно предъявленному основному цвету в формате RGB, и/или названию, и/или тегу цвета;
- осуществляют поиск изображений в информационной базе данных согласно сформированному индексу изображения и в результате поиска формируют список изображений с индексами, совпадающими с предъявленным индексом, и/или с индексами, у которых основные цвета присутствуют в списке ассоциаций визуального сходства или в списке контрастности цветов для основного цвета в индексе поиска изображений.
7. The method of searching for digital images using an image index as identifier (including information about the main color of the image in RGB format, tag and color name), characterized in that
- determine the association of colors from the basic set of primary colors to form a characteristic of visual similarity of colors;
- determine the association of colors from the basic set of primary colors to form characteristics of the visual contrast of colors;
- form the index (metadata) of the image according to the submitted primary color in RGB format, and / or the name and / or color tag;
- they search for images in the information database according to the generated image index and, as a result of the search, form a list of images with indices matching the presented index and / or with indices in which the primary colors are present in the list of visual similarity associations or in the color contrast list for the primary colors in the image search index.
8. Способ по п.7, отличающийся тем, что информационную базу данных цифровых изображений хранят на сервере в глобальной сети Интернет.8. The method according to claim 7, characterized in that the information database of digital images is stored on a server on the global Internet. 9. Способ по п.7, отличающийся тем, что доступ к базе данных осуществляют через веб-интерфейс (веб-сайт, размещенный в глобальной сети Интернет), который используется пользователем для формирования поискового запроса в информационную базу данных изображений. 9. The method according to claim 7, characterized in that the database is accessed via a web interface (a website located on the global Internet), which is used by the user to form a search query into the image information database.
RU2011138862/08A 2011-09-23 2011-09-23 Method of indexing and searching digital images RU2510935C2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
RU2011138862/08A RU2510935C2 (en) 2011-09-23 2011-09-23 Method of indexing and searching digital images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
RU2011138862/08A RU2510935C2 (en) 2011-09-23 2011-09-23 Method of indexing and searching digital images

Publications (2)

Publication Number Publication Date
RU2011138862A RU2011138862A (en) 2013-04-20
RU2510935C2 true RU2510935C2 (en) 2014-04-10

Family

ID=49151778

Family Applications (1)

Application Number Title Priority Date Filing Date
RU2011138862/08A RU2510935C2 (en) 2011-09-23 2011-09-23 Method of indexing and searching digital images

Country Status (1)

Country Link
RU (1) RU2510935C2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2633156C1 (en) * 2016-10-12 2017-10-11 Общество с ограниченной ответственностью "Лаборатория ИнфоВотч" Method of automated vector image analysis
RU2633159C1 (en) * 2016-08-26 2017-10-11 Общество с ограниченной ответственностью "Лаборатория ИнфоВотч" Method of automated bitmap analysis
RU2637876C2 (en) * 2013-05-16 2017-12-07 Бэйцзин Цзиндун Шанкэ Информейшн Текнолоджи Ко, Лтд. Method, server device and terminal device for image delivery
RU2679280C1 (en) * 2015-01-09 2019-02-06 Бэйцзин Цзиндун Шанкэ Информейшн Текнолоджи Ко, Лтд. System and method of page displaying
RU2688271C2 (en) * 2014-05-16 2019-05-21 МАЙКРОСОФТ ТЕКНОЛОДЖИ ЛАЙСЕНСИНГ, ЭлЭлСи Image search in natural language

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6026411A (en) * 1997-11-06 2000-02-15 International Business Machines Corporation Method, apparatus, and computer program product for generating an image index and for internet searching and querying by image colors
US6081276A (en) * 1996-11-14 2000-06-27 International Business Machines Corporation Method and apparatus for creating a color name dictionary and for querying an image by color name
RU2393537C2 (en) * 2008-09-02 2010-06-27 Общество с ограниченной ответственностью "Рекогмишн" Method for searching web-pages by combined inquiry

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6081276A (en) * 1996-11-14 2000-06-27 International Business Machines Corporation Method and apparatus for creating a color name dictionary and for querying an image by color name
US6026411A (en) * 1997-11-06 2000-02-15 International Business Machines Corporation Method, apparatus, and computer program product for generating an image index and for internet searching and querying by image colors
RU2393537C2 (en) * 2008-09-02 2010-06-27 Общество с ограниченной ответственностью "Рекогмишн" Method for searching web-pages by combined inquiry

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2637876C2 (en) * 2013-05-16 2017-12-07 Бэйцзин Цзиндун Шанкэ Информейшн Текнолоджи Ко, Лтд. Method, server device and terminal device for image delivery
RU2688271C2 (en) * 2014-05-16 2019-05-21 МАЙКРОСОФТ ТЕКНОЛОДЖИ ЛАЙСЕНСИНГ, ЭлЭлСи Image search in natural language
US11222044B2 (en) 2014-05-16 2022-01-11 Microsoft Technology Licensing, Llc Natural language image search
RU2679280C1 (en) * 2015-01-09 2019-02-06 Бэйцзин Цзиндун Шанкэ Информейшн Текнолоджи Ко, Лтд. System and method of page displaying
RU2633159C1 (en) * 2016-08-26 2017-10-11 Общество с ограниченной ответственностью "Лаборатория ИнфоВотч" Method of automated bitmap analysis
RU2633156C1 (en) * 2016-10-12 2017-10-11 Общество с ограниченной ответственностью "Лаборатория ИнфоВотч" Method of automated vector image analysis

Also Published As

Publication number Publication date
RU2011138862A (en) 2013-04-20

Similar Documents

Publication Publication Date Title
US9348844B2 (en) System and method for normalization and codification of colors for dynamic analysis
Stokman et al. Selection and fusion of color models for image feature detection
US9330341B2 (en) Image index generation based on similarities of image features
CN102073748B (en) Visual keyword based remote sensing image semantic searching method
KR101289085B1 (en) Images searching system based on object and method thereof
JP4366119B2 (en) Document processing device
Sajjad et al. Integrating salient colors with rotational invariant texture features for image representation in retrieval systems
US20080162469A1 (en) Content register device, content register method and content register program
RU2510935C2 (en) Method of indexing and searching digital images
US9400942B2 (en) System and method for estimating/determining the date of a photo
CN106250431B (en) A kind of Color Feature Extraction Method and costume retrieval system based on classification clothes
CN103366178A (en) Method and device for carrying out color classification on target image
Erkut et al. HSV color histogram based image retrieval with background elimination
JP2010072699A (en) Image classification device and image processor
CN107545049A (en) Image processing method and related product
US11455789B1 (en) Systems and methods for dynamically classifying point cloud data points
CN109213886A (en) Image search method and system based on image segmentation and Fuzzy Pattern Recognition
CN110287369A (en) A kind of semantic-based video retrieval method and system
James Face Image retrieval with HSV color space using clustering techniques
KR20220117545A (en) Apparatus and Method for Recommending Emotional Color Scheme based on Image Search
US6522779B2 (en) Representing an image with a posterized joint histogram
JP2000082075A (en) Device and method for retrieving image by straight line and program recording medium thereof
Zhang et al. Content-based image retrieval using multiple features
CN104484324B (en) A kind of pedestrian retrieval method of multi-model and fuzzy color
US20150026013A1 (en) System and methods for cognitive visual product search

Legal Events

Date Code Title Description
MM4A The patent is invalid due to non-payment of fees

Effective date: 20180924