WO2004032056A1 - Method of quantizing bin value of color histogram - Google Patents

Method of quantizing bin value of color histogram Download PDF

Info

Publication number
WO2004032056A1
WO2004032056A1 PCT/KR2003/002040 KR0302040W WO2004032056A1 WO 2004032056 A1 WO2004032056 A1 WO 2004032056A1 KR 0302040 W KR0302040 W KR 0302040W WO 2004032056 A1 WO2004032056 A1 WO 2004032056A1
Authority
WO
WIPO (PCT)
Prior art keywords
region
divided
value
regions
bin value
Prior art date
Application number
PCT/KR2003/002040
Other languages
French (fr)
Inventor
Heon-Jun Kim
Jin-Soo Lee
Original Assignee
Lg Electronics,Inc.
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 Lg Electronics,Inc. filed Critical Lg Electronics,Inc.
Priority to EP03799212A priority Critical patent/EP1550080A4/en
Priority to AU2003265129A priority patent/AU2003265129A1/en
Publication of WO2004032056A1 publication Critical patent/WO2004032056A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/40Image enhancement or restoration using histogram techniques
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/56Extraction of image or video features relating to colour

Definitions

  • the present invention relates to a method of quantizing a bin value of a color histogram which is used as characteristic information of moving pictures or image data for the purpose of multimedia search, more particular to, a method of quantizing a bin value of a color histogram in order to represent the bin value of the histogram using predetermined bits, in which quantizing regions of the bin value of the color histogram are set nonuniformly and an uniform quantizing is performed more finely in the nonuniformly set quantizing regions as the bin value goes to zero.
  • the color histogram is most widely used as the color information.
  • the color histogram is information representing a color distribution of multimedia data such as images, and the number of bins is determined by how to quantize the color space.
  • the bin value is generally represented in a fraction, it can be also represented using N bits that are less than the fractional representation space for the better performance and spatial efficiency. For example, as well known, if the bin value is represented using eight bits, i.e., the fraction value between 0 and 1 is represented with 256 numbers, the space can be saved without any degradation of performance.
  • the quantizing method there are a normalized quantizing method and a non-normalized quantizing method.
  • the normalized quantizing method the value between 0 and 1 is uniformly divided and quantized.
  • the non-normalized quantizing method the value is nonuniformly divided and quantized.
  • the non-normalized quantizing method can obtain higher performance than the normalized quantizing method or the fractional representation. For example, a region of an important bin value is divided finely and the region of a value having no division capability is divided sparsely, so that the performance of quantization is enhanced.
  • FIG. 1 shows the above-described characteristic. Accordingly, it is more effective to perform the quantizing more finely as the bin value goes to zero. Further, "zero" in the bin value has a greatly different meaning from "non-zero" in the bin value. In other words, the difference between 0 and 0.1 can be analyzed with a great difference from a difference between 0.1 and 0.5 and this means whether a color corresponding to the bin exists or not, thus having a different meaning from whether it is large or small .
  • the present invention is directed to a method of quantizing a bin value of a color histogram that substantially obviates one or more problems due to limitations and disadvantages of the related art.
  • An object of the present invention is to provide a method of quantizing a bin value of a color histogram in a multimedia search using a histogram such as a color histogram, in which the special efficiency is enhanced by representing a bin value using a small number of bits and the searching performance is also improved.
  • Another object of the present invention is to provide a method of quantizing a bin value of a color histogram in a multimedia search using a histogram such as a color histogram, in which the optimized number of bits is allocated considering a histogram characteristic, a capability to represent quantized values is enhanced, and the searching performance is improved.
  • Another object of the present invention is to provide a method of quantizing a bin value of a color histogram in a multimedia search using a histogram such as a color histogram, in which the value nearer to zero is quantized more finely to enhance the capability to represent quantized values, and the bin value "zero" is considered as a meaningful value, thereby improving a searching performance.
  • a method of quantizing a bin value of a color histogram which includes the steps of: (a) dividing a bin value into N+l regions using N threshold values; and (b) dividing and quantizing the divided regions uniformly and more finely as a region is nearer to zero.
  • the bin value is divided into N+l regions using N threshold values and the divided regions are divided and quantized uniformly and more finely as a region is nearer to zero so that the bin value is represented.
  • the bin value is represented with the small number of bits and the bin value is quantized considering that the frequency increases as the bin value goes to zero so that the searching performance and the capability to represent quantized values are enhanced and the spatial efficiency is improved in the representation of the bin value.
  • FIG. 1 is an exemplary view showing a percentage distribution of the number of bins with respect to a bin value
  • FIG. 2 is a view showing a method of quantizing a bin value according to the present invention.
  • FIG. 3 is an exemplary quantization table of bin values according to the present invention.
  • a first threshold value of the N threshold values is set to zero or almost zero.
  • a first region of the N+l regions is regarded as one value.
  • the number N is 5 and the threshold values thl, th2 , th3, th4 and th5 are set to 0.000000001, 0.037, 0.08, 0.195, and
  • a first region ( ⁇ thl) is regarded as one value; a second region (> thl and ⁇ th.2) is divided uniformly into 25 levels; a third region (> th.2 and ⁇ th.3) is divided uniformly into 20 levels; a fourth region (> th.3 and ⁇ th4) is divided uniformly into 35 levels,- a fifth region (> th4 and ⁇ th5) is divided uniformly into 35 levels; and a last region (> th5) is divided uniformly into 140 levels, so that the bin value is represented using 256 levels.
  • FIG. 2 is a view showing a method of quantizing a bin value according to the present invention.
  • the remaining five regions other than the first region ( ⁇ thl) are again divided uniformly as many as a predetermined integer to quantize the entire bin value.
  • the first threshold value (thl) is zero or any value that is almost zero.
  • the first region ( ⁇ thl) which is equal to or less than the threshold value thl means the existence of a color corresponding to the bin. Therefore, the region which is equal to or less than the first threshold value thl is not further divided but represented with one bin value.
  • the remaining five regions that is, the second region (> thl and ⁇ th.2) , the third region (> th2 and ⁇ th3) , the fourth region (> th3 and ⁇ th4) , the fifth region (> th.4 and ⁇ th.5) and the sixth region (> th5) are divided uniformly as many as predetermined integers.
  • the five threshold values thl, th2, th.3 , th.4 and th5 are set as 0.000000001, 0.037, 0.08, 0.195, 0.32, respective. [0031]
  • the method of dividing the six regions will be described below.
  • the first region ( ⁇ thl) is represented with one value; the second region (> thl and ⁇ th2) is divided uniformly into 25 levels and represented with 25 values; the third region (> th.2 and ⁇ th.3) is divided uniformly into 20 levels and represented with 20 values; the fourth region (> th3 and ⁇ th4) is divided uniformly into 35 levels and represented with 35 values; the fifth region (> th.4 and ⁇ th.5) is divided uniformly into 35 levels and represented with 35 values; and the last region (> th5) is divided uniformly into 140 levels and represented with 140 values.
  • the bin value is uniformly divided and represented with 256 values.
  • the bin value can be represented with eight bits.
  • the bin values are represented with 256 values using eight bits
  • FIG. 3 there is shown the six regions according to the five threshold values and the corresponding values .
  • the N threshold values are defined to divide the bin value into N+l regions and each region is uniformly divided as many as predetermined integer. As the region is nearer to zero, the region is divided more finely. A first threshold value nearest to zero of the N threshold values is allocated to zero or an infinitesimal that is almost zero. The first region nearest to zero is not divided but represented with one bin value. Accordingly, by representing the bin value with the small number of bits, the spatial efficiency is enhanced and the searching performance is also improved.
  • the bin value is quantized considering that the frequency increases as the bin value goes to zero so that the capability to represent quantized values is enhanced and "zero" is considered as a meaningful value, thereby improving the searching performance .
  • the bin value of the histogram is divided into six regions using five threshold values thl, th2, th3 , th4 and th5.
  • the five threshold values thl, th2, th.3 , th4 and th5 are set to 0.000000001, 0.037, 0.08, 0.195, and 0.32, respectively.
  • the first region ( ⁇ thl) is represented with one value
  • the second region (> thl and ⁇ th.2) , the third region (> th2 and ⁇ th3) , the fourth region (> th3 and ⁇ th4) , the fifth region (> th4 and ⁇ th5) and the last region (> th5) are divided uniformly into 25 levels, 20 levels, 35 levels, 35 levels and 140 levels, respectively.
  • the bin value is represented with 256 values. This means that the bin value can be represented using eight bits .

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Multimedia (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Analysis (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The present invention relates to a method of quantizing a bin value of a color histogram. The method of the present invention includes the steps of: dividing a bin value into N+1 regions using N threshold values; and dividing and quantizing the divided regions uniformly by predetermined integers and more finely as a region is nearer to zero. The bin value is divided into six regions using threshold values. The threshold values (th1, th2, th3, th4 and th5) are set to 0.000000001, 0.037, 0.08, 0.195, and 0.32, respectively. A first region (≤ th1) is regarded as one value, and the second region (> th1 and ≤ th2), the third region (> th2 and ≤ th3), the fourth region (> th3 and ≤ th4), the fifth region (> th4 and ≤ th5) and the last region (> th5) are divided uniformly into 25 levels, 20 levels, 35 levels, 35 levels and 140 levels, respectively. In other words, the bin value is represented with 256 values.

Description

METHOD OF QUANTIZING BIN VALUE OF COLOR HISTOGRAM
BACKGROUND OF THE INVENTION
Field of the Invention
[0001] The present invention relates to a method of quantizing a bin value of a color histogram which is used as characteristic information of moving pictures or image data for the purpose of multimedia search, more particular to, a method of quantizing a bin value of a color histogram in order to represent the bin value of the histogram using predetermined bits, in which quantizing regions of the bin value of the color histogram are set nonuniformly and an uniform quantizing is performed more finely in the nonuniformly set quantizing regions as the bin value goes to zero.
Description of the Related Art
[0002] With an advance of a multimedia search technology based on contents, a multimedia feature determining the search performance has been actively researched.
[0003] In the most popular search engines, global and local color information, texture information and the like are used for an image search. Among them, the color information is most important in the image search. Accordingly, the more effective color feature is under development and an attempt to develop the more effective color space is also made.
[0004] The color histogram is most widely used as the color information. The color histogram is information representing a color distribution of multimedia data such as images, and the number of bins is determined by how to quantize the color space.
[0005] Although the bin value is generally represented in a fraction, it can be also represented using N bits that are less than the fractional representation space for the better performance and spatial efficiency. For example, as well known, if the bin value is represented using eight bits, i.e., the fraction value between 0 and 1 is represented with 256 numbers, the space can be saved without any degradation of performance.
[0006] In the quantizing method, there are a normalized quantizing method and a non-normalized quantizing method. According to the normalized quantizing method, the value between 0 and 1 is uniformly divided and quantized. Meanwhile, according to the non-normalized quantizing method, the value is nonuniformly divided and quantized. [0007] The non-normalized quantizing method can obtain higher performance than the normalized quantizing method or the fractional representation. For example, a region of an important bin value is divided finely and the region of a value having no division capability is divided sparsely, so that the performance of quantization is enhanced.
[0008] For example, in the case of the histogram, it is meaningless that a region of bin values of more than 0.2 is divided finely since most bin values are less than 0.2. In the values of below the threshold value, a frequency increases as the value goes to zero. FIG. 1 shows the above-described characteristic. Accordingly, it is more effective to perform the quantizing more finely as the bin value goes to zero. Further, "zero" in the bin value has a greatly different meaning from "non-zero" in the bin value. In other words, the difference between 0 and 0.1 can be analyzed with a great difference from a difference between 0.1 and 0.5 and this means whether a color corresponding to the bin exists or not, thus having a different meaning from whether it is large or small .
[0009] Hence, the quantizing of the bin value using the non- normalized quantizing method can be used very usefully.
[0010] However, in the case of the multimedia search using the color histogram, there is a problem of the spatial efficiency in the number of bits, which represents a bin value. If the number of bits is allocated uniformly with respect to the nonuniform quantizing region, the representation capability is degraded in the relatively less important regions and the relatively more important regions. Accordingly, there is a demand for a technology of enhancing the searching performance and representing the bin value using small number of bits . Additionally, there is a demand for the quantization technology in which the bin value "zero" affecting the multimedia search performance is considered as a meaningful value.
SUMMARY OF THE INVENTION [0011] Accordingly, the present invention is directed to a method of quantizing a bin value of a color histogram that substantially obviates one or more problems due to limitations and disadvantages of the related art.
[0012] An object of the present invention is to provide a method of quantizing a bin value of a color histogram in a multimedia search using a histogram such as a color histogram, in which the special efficiency is enhanced by representing a bin value using a small number of bits and the searching performance is also improved.
[0013] Another object of the present invention is to provide a method of quantizing a bin value of a color histogram in a multimedia search using a histogram such as a color histogram, in which the optimized number of bits is allocated considering a histogram characteristic, a capability to represent quantized values is enhanced, and the searching performance is improved. [0014] Another object of the present invention is to provide a method of quantizing a bin value of a color histogram in a multimedia search using a histogram such as a color histogram, in which the value nearer to zero is quantized more finely to enhance the capability to represent quantized values, and the bin value "zero" is considered as a meaningful value, thereby improving a searching performance.
[0015] Additional advantages, objects, and features of the invention will be set forth in part in the description which follows and in part will become apparent to those having ordinary skill in the art upon examination of the following or may be learned from practice of the invention. The objectives and other advantages of the invention may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
[0016] To achieve these objects and other advantages and in accordance with the purpose of the invention, as embodied and broadly described herein, there is provided a method of quantizing a bin value of a color histogram, which includes the steps of: (a) dividing a bin value into N+l regions using N threshold values; and (b) dividing and quantizing the divided regions uniformly and more finely as a region is nearer to zero.
[0017] In the method, the bin value is divided into N+l regions using N threshold values and the divided regions are divided and quantized uniformly and more finely as a region is nearer to zero so that the bin value is represented. According to the present invention, the bin value is represented with the small number of bits and the bin value is quantized considering that the frequency increases as the bin value goes to zero so that the searching performance and the capability to represent quantized values are enhanced and the spatial efficiency is improved in the representation of the bin value.
[0018] It is to be understood that both the foregoing general description and the following detailed description of the present invention are exemplary and explanatory and are intended to provide further explanation of the invention as claimed.
BRIEF DESCRIPTION OF THE DRAWINGS [0019] The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment (s) of the invention and together with the description serve to explain the principle of the invention. In the drawings :
[0020] FIG. 1 is an exemplary view showing a percentage distribution of the number of bins with respect to a bin value;
[0021] FIG. 2 is a view showing a method of quantizing a bin value according to the present invention; and [0022] FIG. 3 is an exemplary quantization table of bin values according to the present invention.
DETAILED DESCRIPTION OF THE INVENTION [0023] Reference will now be made in detail to the preferred embodiments of the present invention, examples of which are illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings to refer to the same or like parts. [0024] In a method of quantizing a bin value of a color histogram according to the present invention, a bin value is divided into N+l regions using N threshold values. Among the divided regions, regions which are nearer to "zero" are more finely divided uniformly as many as random integer and then quantized.
[0025] In an embodiment of the present invention, a first threshold value of the N threshold values is set to zero or almost zero. A first region of the N+l regions is regarded as one value. The number N is 5 and the threshold values thl, th2 , th3, th4 and th5 are set to 0.000000001, 0.037, 0.08, 0.195, and
0.32, respectively.
[0026] In an embodiment of the present invention, a first region (≤ thl) is regarded as one value; a second region (> thl and ≤ th.2) is divided uniformly into 25 levels; a third region (> th.2 and ≤ th.3) is divided uniformly into 20 levels; a fourth region (> th.3 and ≤ th4) is divided uniformly into 35 levels,- a fifth region (> th4 and ≤ th5) is divided uniformly into 35 levels; and a last region (> th5) is divided uniformly into 140 levels, so that the bin value is represented using 256 levels.
[0027] FIG. 2 is a view showing a method of quantizing a bin value according to the present invention.
[0028] Referring to FIG. 2, in order to quantize the bin value, five threshold values thl, th2, th3 , th.4 and th.5 (in case of N=5) are used. Since N+l=6, the bin value is divided into total six regions .
[0029] In FIG. 2, the remaining five regions other than the first region (≤ thl) are again divided uniformly as many as a predetermined integer to quantize the entire bin value. Here, the first threshold value (thl) is zero or any value that is almost zero. The first region (≤ thl) which is equal to or less than the threshold value thl means the existence of a color corresponding to the bin. Therefore, the region which is equal to or less than the first threshold value thl is not further divided but represented with one bin value.
[0030] The remaining five regions, that is, the second region (> thl and ≤ th.2) , the third region (> th2 and ≤ th3) , the fourth region (> th3 and ≤ th4) , the fifth region (> th.4 and ≤ th.5) and the sixth region (> th5) are divided uniformly as many as predetermined integers. In the embodiment of the present invention, the five threshold values thl, th2, th.3 , th.4 and th5 are set as 0.000000001, 0.037, 0.08, 0.195, 0.32, respective. [0031] Herein, the method of dividing the six regions will be described below. As described above, the first region (≤ thl) is represented with one value; the second region (> thl and ≤ th2) is divided uniformly into 25 levels and represented with 25 values; the third region (> th.2 and ≤ th.3) is divided uniformly into 20 levels and represented with 20 values; the fourth region (> th3 and ≤ th4) is divided uniformly into 35 levels and represented with 35 values; the fifth region (> th.4 and ≤ th.5) is divided uniformly into 35 levels and represented with 35 values; and the last region (> th5) is divided uniformly into 140 levels and represented with 140 values. [0032] As described above, with respect to each of the six regions divided nonuniformly by five threshold values thl, th.2, th3 , th4 and th5, the bin value is uniformly divided and represented with 256 values. This means that the bin value can be represented with eight bits. In other words, the bin values are represented with 256 values using eight bits
[0033] In FIG. 3, there is shown the six regions according to the five threshold values and the corresponding values .
[0034] As shown in FIG. 3, in the quantization for representing the bin values of the histogram with the predetermined bits, the N threshold values are defined to divide the bin value into N+l regions and each region is uniformly divided as many as predetermined integer. As the region is nearer to zero, the region is divided more finely. A first threshold value nearest to zero of the N threshold values is allocated to zero or an infinitesimal that is almost zero. The first region nearest to zero is not divided but represented with one bin value. Accordingly, by representing the bin value with the small number of bits, the spatial efficiency is enhanced and the searching performance is also improved.
[0035] The bin value is quantized considering that the frequency increases as the bin value goes to zero so that the capability to represent quantized values is enhanced and "zero" is considered as a meaningful value, thereby improving the searching performance .
[0036] As shown in FIG. 3, as the regions divided by the N nonuniform threshold values thn is nearer to zero, widths of the corresponding regions are narrower than those of regions which are not near to zero. In other words, thn+1 - thn < thn+2 - thn+ι (1 ≤ n ≤ N) .
[0037] Especially, according to the present invention, the bin value of the histogram is divided into six regions using five threshold values thl, th2, th3 , th4 and th5. The five threshold values thl, th2, th.3 , th4 and th5 are set to 0.000000001, 0.037, 0.08, 0.195, and 0.32, respectively. The first region (≤ thl) is represented with one value, and the second region (> thl and ≤ th.2) , the third region (> th2 and ≤ th3) , the fourth region (> th3 and ≤ th4) , the fifth region (> th4 and ≤ th5) and the last region (> th5) are divided uniformly into 25 levels, 20 levels, 35 levels, 35 levels and 140 levels, respectively. In other words, the bin value is represented with 256 values. This means that the bin value can be represented using eight bits .
[0038] It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention. Thus, it is intended that the present invention covers the modifications and variations of this invention provided they come within the scope of the appended claims and their equivalents .

Claims

What is claimed is:
1. A method of quantizing a bin value of a color histogram, the method comprising the steps of:
(a) dividing a bin value into N+l regions using N threshold values; and
(b) dividing and quantizing the divided regions uniformly and more finely as many as predetermined integer with respect to a region which is nearer to zero.
2. The method according to claim 1, wherein a first threshold value of the N threshold values is zero or almost zero.
3. The method according to claim 1, wherein a first region of the N+l regions is regarded as one value.
4. The method according to claim 1, wherein the number N of the threshold values is 5 and the N threshold values are set as follows : a first threshold value (thl) is 0.000000001; a second threshold value (th2) is 0.037; a third threshold value (th3) is 0.08; a fourth threshold value (th4) is 0.195; and a fifth threshold value (th.5) is 0.32.
5. The method according to claim 1, wherein the number N of the threshold values is 5; a first region [≤ thl) is regarded as one value; a second region (> thl and ≤ th.2) is divided into 25 levels uniformly; a third region (> th2 and ≤ th3) is divided into 20 levels uniformly; a fourth region (> th3 and ≤ th.4) is divided into 35 levels uniformly; a fifth region (> th4 and ≤ tb.5) is divided into 35 levels uniformly; and a sixth region (> th.5) is divided into 140 levels uniformly, so that the bin value is represented with total 256 levels, where thl, th2, th3 , th.4 and th5 are the threshold values and thl ≤ th2 < th3 ≤ th4 ≤ th5.
6. A method of quantizing a bin value of a color histogram, the method comprising the steps of :
(a) dividing a bin value of a histogram of video or image data into N+l regions non-uniformly using N threshold values; and
(b) representing a bin value of the divided regions uniformly and more finely as a region is nearer to zero.
7. The method according to claim 6, wherein a first region which is nearest to zero is not divided but represented, with one i' ' bin value.
8. The method according to claim 6, wherein the remaining regions other than a first region which is nearest to zero are divided uniformly as many as predetermined integers and the bin value is represented.
9. The method according to claim 6, wherein the regions are divided by the N nonuniform threshold values (thn) , and widths of regions which are nearer to zero are narrower than those of regions which are not near to zero, (thn+1 - thn < thn+2 - thn+1 (1 ≤ n ≤ N) ) .
10. The method according to claim 6, wherein the regions are divided nonuniformly by the N threshold values and each of the nonuniformly divided regions is divided uniformly, and the bin values is represented with eight bits, 256 values.
PCT/KR2003/002040 2002-10-07 2003-10-02 Method of quantizing bin value of color histogram WO2004032056A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP03799212A EP1550080A4 (en) 2002-10-07 2003-10-02 Method of quantizing bin value of color histogram
AU2003265129A AU2003265129A1 (en) 2002-10-07 2003-10-02 Method of quantizing bin value of color histogram

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2002-0061089A KR100488011B1 (en) 2002-10-07 2002-10-07 Quantization of color histogram
KR10-2002-0061089 2002-10-07

Publications (1)

Publication Number Publication Date
WO2004032056A1 true WO2004032056A1 (en) 2004-04-15

Family

ID=32064908

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2003/002040 WO2004032056A1 (en) 2002-10-07 2003-10-02 Method of quantizing bin value of color histogram

Country Status (6)

Country Link
US (1) US20040073544A1 (en)
EP (1) EP1550080A4 (en)
KR (1) KR100488011B1 (en)
CN (1) CN1703727A (en)
AU (1) AU2003265129A1 (en)
WO (1) WO2004032056A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008098141A2 (en) * 2007-02-08 2008-08-14 Qualcomm Incorporated Distortion estimation for quantized data

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR200367293Y1 (en) * 2004-08-05 2004-11-09 백남용 Up and down direction slide mobile terminal
CA2485887A1 (en) * 2004-10-25 2006-04-25 Athentech Technologies Inc. Adjustment of multiple data channels using relative strength histograms
US10776992B2 (en) * 2017-07-05 2020-09-15 Qualcomm Incorporated Asynchronous time warp with depth data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0737060A (en) * 1993-07-20 1995-02-07 Hitachi Ltd Image color quantizing method
JP2001209800A (en) * 1999-11-19 2001-08-03 Lg Electronics Inc Method for quantizing image histogram bin value
US20020062309A1 (en) * 2000-09-08 2002-05-23 Jin-Soo Lee Multimedia searching method using histogram

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3676259B2 (en) * 2000-05-26 2005-07-27 エルジー電子株式会社 Color quantization method and multimedia based on HMMD color space
DE1174804T1 (en) * 2000-07-21 2002-10-02 Lg Electronics Inc., Seoul/Soul Method for searching multimedia data with progressive histograms
KR100430273B1 (en) * 2000-07-21 2004-05-04 엘지전자 주식회사 Multimedia Query System Using Non-uniform Bin Quantization Of Color Histogram
KR20020031015A (en) * 2000-10-21 2002-04-26 오길록 Non-linear quantization and similarity matching methods for edge histogram bins
US7062084B2 (en) * 2000-12-01 2006-06-13 Sharp Laboratories Of America, Inc. Method for image description using color and local spatial information

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0737060A (en) * 1993-07-20 1995-02-07 Hitachi Ltd Image color quantizing method
JP2001209800A (en) * 1999-11-19 2001-08-03 Lg Electronics Inc Method for quantizing image histogram bin value
US20020062309A1 (en) * 2000-09-08 2002-05-23 Jin-Soo Lee Multimedia searching method using histogram

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1550080A4 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008098141A2 (en) * 2007-02-08 2008-08-14 Qualcomm Incorporated Distortion estimation for quantized data
WO2008098141A3 (en) * 2007-02-08 2008-10-09 Qualcomm Inc Distortion estimation for quantized data
US8711926B2 (en) 2007-02-08 2014-04-29 Qualcomm Incorporated Distortion estimation for quantized data

Also Published As

Publication number Publication date
US20040073544A1 (en) 2004-04-15
EP1550080A4 (en) 2008-05-14
EP1550080A1 (en) 2005-07-06
CN1703727A (en) 2005-11-30
AU2003265129A1 (en) 2004-04-23
KR100488011B1 (en) 2005-05-06
KR20040031538A (en) 2004-04-13

Similar Documents

Publication Publication Date Title
US9698822B2 (en) Method and arrangement for coding transform coefficients in picture and/or video coders and decoders and a corresponding computer program and a corresponding computer-readable storage medium
US6031940A (en) System and method for efficiently encoding video frame sequences
JP4295537B2 (en) System and method for facilitating compression of document images using masks
US7397952B2 (en) “Don&#39;t care” pixel interpolation
US20020110276A1 (en) Image search system and image search method thereof
US6427031B1 (en) Method for removing artifacts in an electronic image decoded from a block-transform coded representation of an image
Chrysafis et al. SBHP-a low complexity wavelet coder
US20090154572A1 (en) Method and apparatus for video decoding based on a multi-core processor
CN102017634A (en) Multi-level representation of reordered transform coefficients
US6744919B2 (en) Classification of blocks for compression based on number of distinct colors
Zyto et al. Semi-discrete matrix transforms (SDD) for image and video compression
EP1530160B1 (en) Method for setting dominant color using spatial coherency
US8427348B2 (en) Parallel processing of sequentially dependent digital data
WO2004032056A1 (en) Method of quantizing bin value of color histogram
US7191103B2 (en) Predominant color identification in digital images
US6266375B1 (en) Method and apparatus for selecting a quantization table for encoding a digital image
KR100439371B1 (en) Multimedia searching method using histogram
US20020021836A1 (en) Multimedia query system using non-uniform bin quantization of histogram
Son et al. Fast FPGA implementation of YUV-based fractal image compression
US11765370B2 (en) Video residual decoding apparatus using neighbor storage device with smaller storage size to store neighbor data for context selection and associated method
US6778706B1 (en) Image compression method for video decoding based on motion compensation
CN100396101C (en) Image compression apparatus generating and using assistant images and a method thereof
CN1220803A (en) Method and arrangement for vector quantization and for reverse vector quantization of digitized image
JPH06284281A (en) Picture processor
RU2321169C2 (en) Method for decoding prefix codes of alternating length

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2003799212

Country of ref document: EP

Ref document number: 20038A1034X

Country of ref document: CN

WWP Wipo information: published in national office

Ref document number: 2003799212

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Ref document number: JP