JP4748805B2 - Image coding apparatus and control method thereof - Google Patents
Image coding apparatus and control method thereof Download PDFInfo
- Publication number
- JP4748805B2 JP4748805B2 JP2006353177A JP2006353177A JP4748805B2 JP 4748805 B2 JP4748805 B2 JP 4748805B2 JP 2006353177 A JP2006353177 A JP 2006353177A JP 2006353177 A JP2006353177 A JP 2006353177A JP 4748805 B2 JP4748805 B2 JP 4748805B2
- Authority
- JP
- Japan
- Prior art keywords
- color
- block
- extracted
- line drawing
- color information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
Description
本発明は、画像データを圧縮符号化する技術に関するものである。 The present invention relates to a technique for compressing and encoding image data.
従来、文字や線画(以下、文字線画)と自然画像とが混在した画像を効率よく符号化する方法として、特許文献1にその提案がなされている。この技術を簡単に説明すると次の通りである。
Conventionally, as a method for efficiently encoding an image in which a character or a line drawing (hereinafter referred to as a character line drawing) and a natural image are mixed, a proposal has been made in
先ず、符号化対象の多値画像データを、直交変換の単位となるブロックに分割する。文字線画は、同一の色となるので、ブロック内での最頻度の画素を文字線画とし、その最頻度の色情報を抽出(以下、抽出色という)する。そして、注目ブロック内の抽出色と判定された画素と、非抽出色と判定された画素とを区別するための2値の識別情報を生成する。そして、非抽出画素と判定された画素の平均値を求め、その平均値で、抽出色と判定された画素値を置換する。すなわち、注目ブロック内の全画素を、自然画を構成する画素とする。そして、抽出色を示す情報、識別情報については可逆符号化する。一方、置換処理後の注目ブロックについては直交変換を行なう非可逆のJPEG符号化を行なう。この後、これら3つの符号化データを多重化し、1ブロック分の符号化データを生成する。上記の結果、JPEG符号化処理対象のブロックには、文字線画の高周波成分やエッジ成分が少なくなり、その分だけ符号化効率が高くなる。
しかしながら、上記特許文献1によると、抽出色はブロック毎に独立して決定しているので、隣接するブロック間で抽出色が異なることもありえる。このような事態になると結果、復号された画像内の隣接するブロック間で品位が異なり、不自然な画像が再生されることになる。
However, according to the above-mentioned
そこで、本発明では、隣接するブロックにおける抽出色が同じ色となる確率を高め、復号画像中の隣接ブロックが互いに自然に連結されるようにする技術を提供しようとするものである。 Therefore, the present invention intends to provide a technique for increasing the probability that the extracted colors in the adjacent blocks are the same color, so that the adjacent blocks in the decoded image are naturally connected to each other.
この課題を解決するため、例えば本発明の画像符号化装置は以下の構成を備える。すなわち、
多値画像データを符号化する画像符号化装置であって、
符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力手段と、
入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出手段と、
該抽出手段で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成手段と、
該位置情報生成手段で生成された位置情報、及び、前記抽出手段で抽出された色情報を可逆符号化する可逆符号化手段と、
前記位置情報生成手段で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出手段と、
注目ブロック内の線画の画素の値を、前記置換値で置換する置換手段と、
置換後のブロックの画像データを非可逆符号化する非可逆符号化手段と、
前記可逆符号化手段により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化手段により生成された画像データの符号化データを多重化し、出力する多重化手段とを備え、
前記抽出手段は、
既に符号化されたブロックから抽出した色情報を記憶する記憶手段と、
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定手段と、
前記記憶手段を参照し、該候補決定手段で決定した前記抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断手段と、
前記抽出色候補中の前記判断手段で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択手段とを備え、
前記判断手段が前記候補決定手段で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色がないと判断した場合、前記選択手段は最大頻度を持つ抽出色候補を注目ブロックにおける線画の色情報として選択し、
前記判断手段が前記候補決定手段で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色が存在すると判断した場合、前記選択手段は、注目ブロックの抽出色候補の中の、隣接ブロックで抽出された色情報と注目ブロックにおける抽出色候補の組み合せによる出現数が最大となる色情報を、注目ブロックにおける線画の色情報として選択することを特徴とする。
In order to solve this problem, for example, an image encoding device of the present invention has the following configuration. That is,
An image encoding device for encoding multi-value image data,
Input means for inputting image data in block units to be subjected to lossy encoding from multi-valued image data to be encoded;
Extraction means for extracting color information indicating the color of the pixel of the line drawing in the image data of the input block;
Position information generating means for generating position information for identifying the position of the pixel of the line drawing in the target block and the position of the pixel of the non-line drawing according to the color information extracted by the extracting means;
Lossless encoding means for losslessly encoding the position information generated by the position information generation means and the color information extracted by the extraction means;
In order to replace the value of a line drawing pixel according to the position information generated by the position information generation means, a replacement value calculation means for calculating an average value of the non-line drawing pixel value as a replacement value;
Replacement means for replacing the value of the pixel of the line drawing in the block of interest with the replacement value;
Irreversible encoding means for irreversibly encoding the image data of the replaced block;
Multiplex means for multiplexing and outputting encoded data of position information and color information generated by the lossless encoding means, and encoded data of image data generated by the lossy encoding means,
The extraction means includes
Storage means for storing color information extracted from already encoded blocks;
Candidate determination means for determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
A determination unit that refers to the storage unit and determines whether there is a color that matches color information of an adjacent block among the extracted color candidates determined by the candidate determination unit;
Selection means for preferentially selecting color information determined by the determination means in the extracted color candidates as color information of a line drawing in the block of interest ;
When the determination unit determines that there is no color that matches the color information of an adjacent block among the extraction color candidates determined by the candidate determination unit, the selection unit selects the extraction color candidate having the maximum frequency as the target block. Select as the color information of the line drawing in
When the determining means determines that there is a color that matches the color information of the adjacent block among the extracted color candidates determined by the candidate determining means, the selecting means The color information that maximizes the number of appearances by the combination of the color information extracted in the adjacent block and the extracted color candidate in the target block is selected as the color information of the line drawing in the target block .
本発明によれば、注目ブロックにおける線画として判定された色候補の中から、隣接するブロックで決定された色情報と一致する色を優先して、選択する。この結果、隣接ブロックの線画の色の変動を抑えた画像を再生するための符号化データを生成することが可能になる。また、注目ブロックの階調画像の非可逆符号化を行なう場合、線画と判定された画素の色を、非線画と判定された画素の色で置換することで、非可逆符号化による符号化データサイズも小さくできる。 According to the present invention, a color that matches the color information determined in the adjacent block is preferentially selected from the color candidates determined as the line drawing in the block of interest. As a result, it is possible to generate encoded data for reproducing an image in which the color variation of the line drawing of the adjacent block is suppressed. In addition, when performing lossy encoding of the gradation image of the block of interest, encoded data by lossy encoding is performed by replacing the color of a pixel determined to be a line drawing with the color of a pixel determined to be a non-line drawing. The size can also be reduced.
以下、添付図面に従って本発明に係る実施形態を詳細に説明する。 Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings.
<第1の実施形態>
図1に第1の実施形態における画像符号化装置のブロック構成図を示す。本装置は、ブロック化部100、抽出色決定部110、バッファ120、遅延部130、比較部140、置換値生成部150、セレクタ160、3つの符号化部170乃至172、及び多重化部180で構成される。
<First Embodiment>
FIG. 1 shows a block configuration diagram of an image encoding device according to the first embodiment. This apparatus includes a
ブロック化部100は、内部に数ライン分のメモリを有し、不図示の入力端子よりラスター順に入力された多値のカラー画像データ(R、G、B各8ビットとする)から8×8画素で構成されるブロックを切り出す。そして、ブロック化部100は、その切り出したブロックの画像データを抽出色決定部110、遅延部130を出力する(以下、ブロックデータという)。出力するブロックの順番も、ブロックを単位とするラスター順である。
The
なお、符号化部172は非可逆符号化であるJPEG符号化に従って階調画像(多値画像)を符号化する。JPEG符号化では、8×8画素単位にDCT変換、量子化、エントロピー符号化を行なうものであるので、ブロック化部100は1ブロックのサイズを8×8画素とした。ただし、1ブロックのサイズが8m×8n(m,nは正の整数)としても構わない。この場合、1ブロック内には8×8画素がm×n個存在することになるので、JPEG符号化することが可能だからである。また、ブロック化部100が入力する画像データの発生源は、イメージスキャナとするが、符号化対象の画像データをファイルとして記憶している記憶媒体であっても構わない。すなわち、入力源の種類は問わない。
Note that the
抽出色決定部110は、バッファ120を参照し、入力したブロック内の8×8個の画素データから、注目ブロックの文字線画の色を抽出色を決定し、その抽出色の情報を比較部140、符号化部170に出力すると共に、バッファ120に格納する。バッファ120は、少なくとも1ライン+1個分の抽出色情報を格納する容量を有し、新たな抽出色情報が格納された際には、最古の抽出色情報を消去する。従って、バッファ120はFIFOメモリで構成できる。バッファ120を設ける理由は、抽出色決定部110が注目ブロックの抽出色を決定する際に、注目ブロックに隣接する、既に符号化済みブロックの抽出色を参照するためである。なお、詳細は後述するが、抽出色決定部110は、注目ブロックに抽出色が存在したか否かを制御信号を比較部140、及び、多重化部180に出力する。
The extracted
符号化部170は、抽出色決定部110から出力された注目ブロックの抽出色情報を可逆符号化し、その符号化データを多重化部180に出力する。
The
遅延部130は、ブロック化部100と比較部140との間に介在し、抽出色決定部110にて抽出色を決定するのに要する時間だけ、入力したブロックを遅延させた後、比較部140、置換値生成部150、及びセレクタ160に出力する。すなわち、遅延部130は、比較部140、置換値生成部150、及びセレクタ160における注目ブロックに対する処理の同期のために設けられている。
The
比較部140は、抽出色決定部110が抽出色有りを示す制御信号を受信した場合、抽出された抽出色と注目ブロック内の各画素値とを比較し、抽出色と同じ色を持つ画素位置を特定する位置情報を生成する。そして、比較部140は生成した位置情報を、置換値生成部150、セレクタ160、及び符号化部171に出力する。この位置情報は、抽出色と同じであるか否かを示す情報でもあり、2値の64ビット(=8×8)のデータで表わされる。実施形態では、抽出色と同じ色を持つ画素に対しては“1”、抽出色と異なる色(以下、非抽出色という)を持つ画素に対して“0”のビットを割り当てた。
When the extracted
また、抽出色決定部110から抽出色無しを示す制御信号を受信した場合、比較部140は、全ビットが“0”の位置情報を出力する。
When receiving a control signal indicating no extracted color from the extracted
符号化部171は、上記の位置情報を可逆符号化し、その符号化データを多重化部180に出力する。実施形態では、符号化部171はランレングス符号化を行なうものとするが、可逆符号化するものであれば、その種類は問わない。
The
置換値生成部150は、遅延部130を介した8×8画素の画像データと、位置情報に基づき、抽出色を持つ画素の値を置換するための置換値を算出し、その置換値をセレクタ160に出力する。具体的には、置換値生成部150は、非抽出色を持つ画素の各色成分の平均値を算出し、各成分値の平均値を置換値として算出する。
The replacement
セレクタ160は、位置情報、置換値、及び、ブロックの画像データを入力する。そして、セレクタ160は、位置情報が“0”の画素位置では、ブロック内の該当する位置の画素データをそのまま出力し、位置情報が“1”の画素位置では、ブロック内の画素値に代わって置換値を出力する。従って、抽出色決定部110が、抽出色無しを示す制御信号を出力した場合には、位置情報の全ビットは“0”となるので、セレクタ160は入力したブロックデータをそのまま符号化部172に出力することになる。
The
なお、抽出色決定部110の制御信号を比較部140に出力するのではなく、セレクタ160に出力するようにしても構わない。この場合、セレクタ160は、抽出色無しを示す制御信号を受信した場合には、無条件にブロックデータを選択するようにするれば、上記と等価の処理を実現できる。
Note that the control signal of the extracted
符号化部172は、セレクタ160を介して入力した8×8画素の画像データを、非可逆符号化であるJPEG符号化し、その結果の符号化データを多重化部180に出力する。
The
多重化部180は、抽出色決定部110からの制御信号に基づき、符号化部170、171、172からの各符号化データを結合し、1ブロック分の符号化データ列を生成し、出力する(詳細後述)。
The
実施形態の符号化装置の構成及び処理は概ね上記の通りであるが、以下、特徴的な構成の処理内容をより詳しく説明する。 The configuration and processing of the encoding apparatus according to the embodiment are generally as described above. Hereinafter, the processing content of the characteristic configuration will be described in more detail.
実施形態における抽出色決定部110の処理を、図3(a)、(b)を用いて説明する。
The processing of the extracted
抽出色決定部110は、入力した注目ブロックデータ中の色のヒストグラムを生成し、そのブロックデータに含まれる色の頻度を算出する。そして、予め設定した閾値以上の個数を有する色を、注目ブロックの抽出色候補として決定する。ここで、閾値以上の色数が検出できない場合、抽出色無しを示す制御信号を比較部140、多重化部180に出力する。また、抽出色候補が1つでも存在した場合、抽出色決定部110は、抽出色有りを示す制御信号を比較部140、多重化部180に出力する。
The extracted
本実施形態での抽出色決定部110は、抽出色候補が1以上の場合、注目ブロックの抽出色を次のようにして決定する。
(1)注目ブロックの抽出色候補のいずれもが、隣接するブロックの抽出する色と一致しない場合、抽出色決定部110は抽出色候補の中の最頻の色を注目ブロックの抽出色として決定する。図3(a)は、このような状態を示している。図示の場合、注目ブロックの抽出候補が2つ{A,B}であり、その頻度がA≧Bであることを示している。また、隣接する3つのブロックの抽出色はC、Dのいずれかでることを示している。このような状況では、色“A”を注目ブロックの抽出色として決定する。なお、色Aと色Bの頻度が同じである場合には、隣接するブロックの抽出色との色差が小さい方を選ぶものとする。
(2)注目ブロックの抽出色候補の中に隣接するブロックの抽出色と一致するものが少なくとも1つ存在する場合、抽出色決定部110は、抽出色候補の中で、一致すると判定された色の組みあせで最頻となる色を注目ブロックの抽出色として決定する。
The extracted
(1) If none of the extracted color candidates of the target block matches the color extracted by the adjacent block, the extracted
(2) If there is at least one extracted color candidate of the target block that matches the extracted color of the adjacent block, the extracted
図3(b)は、注目ブロックの抽出候補が2つ{A,B}であり、隣接ブロックの抽出色は{B、C}の例を示している。この場合、色Bしか共通なものはないので、抽出色決定部110は色Bを注目ブロックの抽出色として決定する。
FIG. 3B shows an example in which there are two extraction candidates for the target block {A, B}, and the extracted colors of adjacent blocks are {B, C}. In this case, since only the color B is common, the extracted
図3(c)は、注目ブロックの抽出候補中、隣接するブロックの抽出色と一致する色が2つ{A,B}であることを示している。この場合、注目ブロックの抽出色候補“A”を仮に選択すると、抽出色“A”を有するブロック数は2つとなる。また、注目ブロックの抽出色候補“B”を仮に選択すると、抽出色“B”を有するブロック数は3つとなる。従って、この場合には、抽出色決定部110は色“B”を注目ブロックの抽出色として決定する。
FIG. 3C shows that among the extraction candidates for the target block, there are two colors {A, B} that match the extracted colors of adjacent blocks. In this case, if the extraction color candidate “A” of the target block is temporarily selected, the number of blocks having the extraction color “A” is two. If the extraction color candidate “B” of the block of interest is selected, the number of blocks having the extraction color “B” is three. Therefore, in this case, the extracted
実施形態における抽出色決定部110の処理内容の具体例を、図2のフローチャートに従って説明する。同図は、抽出色決定部110における1ブロックデータに対する処理手順を示している。
A specific example of the processing content of the extracted
先ず、ステップS21にて、抽出色決定部110は、注目ブロックデータ内の画素の色のヒストグラムを求める。なお、このヒストグラムを作成する際は、R、G、Bのデータを1セットとして、カウントする。
First, in step S <b> 21, the extracted
次に、抽出色決定部110は、ステップS22にて、ヒストグラムの中から予め設定された閾値Th以上の頻度を持つ色があるか否かを判断する。閾値を超える頻度を有する色が存在しないと判断した場合、すなわち、注目ブロック内に文字線画の画素が存在しないと判断した場合にはステップS23に進み、抽出色無しを示す制御信号を多重化部180に出力し、本処理を終える。
Next, in step S22, the extracted
また、ステップS22にて、閾値以上の頻度を持つ色が存在すると判断した場合、すなわち、注目ブロック内に文字線画の画素が存在すると判断した場合、処理はステップS24に進む。このステップS24では、抽出色決定部110は、抽出色有りを示す信号を多重化部180に出力する。なお、閾値以上の頻度を持つ色(複数存在し得る)を、これ以降、抽出色候補と呼ぶ。
If it is determined in step S22 that there is a color having a frequency equal to or higher than the threshold, that is, if it is determined that a character / line drawing pixel exists in the block of interest, the process proceeds to step S24. In step S <b> 24, the extracted
抽出色決定部110は、次のステップS25にて、抽出色候補の中に、注目ブロックの直前、真上、左上、右上位置の隣接ブロックの抽出色と同じ色が存在するか否か、バッファ120に格納されているデータを参照することで判断する。
In the next step S25, the extracted
注目ブロックの抽出色候補の中に、隣接ブロックの抽出色と同じものがあると判断した場合には、ステップS27に処理を進める。このステップS27では、注目ブロックの抽出色候補の中で、隣接ブロックの抽出色と一致する最頻となる色を求め、その色を注目ブロックの最終的な抽出色として決定する(図3(b),(c)参照)。 If it is determined that the extracted color candidates of the target block are the same as the extracted colors of the adjacent blocks, the process proceeds to step S27. In this step S27, the most frequent color that matches the extracted color of the adjacent block is obtained from the extracted color candidates of the target block, and that color is determined as the final extracted color of the target block (FIG. 3B). ), (C)).
また、注目ブロックの抽出色候補の中に、隣接ブロックの抽出色と同じものがないと判断した場合には、ステップS26にて、注目ブロックの抽出色候補の中の最頻の色を、注目ブロックの最終的な抽出色として決定する(図3(a)参照)。 If it is determined that there is no extracted color candidate of the target block that is the same as the extracted color of the adjacent block, the most frequent color among the extracted color candidates of the target block is selected as the target color in step S26. The final extracted color of the block is determined (see FIG. 3A).
このステップS26、S27のいずれかの処理を終えると、処理はステップS28に進む。ここでは、抽出色決定部110は、決定した抽出色のRGBの各成分のデータを、バッファ120、比較部140、符号化部170に出力する。
When the process of either step S26 or S27 is completed, the process proceeds to step S28. Here, the extracted
以上の結果、比較部140は、入力したブロックデータ中、抽出色決定部110から出力された抽出色となる画素位置では“1”、非抽出色となる画素位置では“0”の位置情報を生成することが可能になる。
As a result, in the input block data, the
次に、実施形態における多重化部180について説明する。
Next, the
多重化部180の処理は、抽出色決定部110からの制御信号に従い、ブロック単位の符号化データを生成する。具体的には、次の2通りである。
(1)抽出色決定部110からの抽出色有りを示す信号を受信した場合:
図4(a)に示すように、抽出色有りを示すフラグ(1ビットで十分である)を含むヘッダを生成する。そして、そのヘッダと、符号化部170から出力された抽出色情報の可逆符号化データ、符号化部171から出力された位置情報の可逆符号化データ、及び、符号化部172から出力された階調データの非可逆符号化データを結合(多重化)し、符号列を生成する。なお、多重化部180は、各符号化データのデータサイズをヘッダに格納する。
(2)抽出色決定部110からの抽出色無しを示す信号を受信した場合:
図4(b)に示すように、抽出色無しを示すフラグを含むヘッダを生成する。そして、そのヘッダと、符号化部172から出力された階調データの非可逆符号化データを結合(多重化)し、符号列を生成する。つまり、符号化部170、171からの符号化データは無視する。なお、多重化部180は、階調画像の符号化データのデータサイズをヘッダに格納する。
The processing of the
(1) When a signal indicating the presence of an extracted color is received from the extracted color determining unit 110:
As shown in FIG. 4A, a header including a flag indicating that there is an extracted color (one bit is sufficient) is generated. Then, the header, the lossless encoded data of the extracted color information output from the
(2) When a signal indicating no extracted color is received from the extracted color determining unit 110:
As shown in FIG. 4B, a header including a flag indicating no extracted color is generated. Then, the header and the lossy encoded data of the gradation data output from the
以上実施形態における符号化装置の構成と処理内容を説明した。次に、復号装置について説明する。 The configuration and processing contents of the encoding device in the embodiment have been described above. Next, the decoding device will be described.
図5は、画像復号装置のブロック図である。本装置は、バッファ50、ヘッダ解析部51、分離部52、復号部53乃至55、セレクタ56を備える。復号部53は符号化された抽出色情報を復号し、復号部54は符号化された位置情報を復号する。復号部53、54は、ちょうど、図1における符号化部170、171に対応するものであり、可逆復号を行なう。また、復号部55は、符号化された階調画像を復号するものであり、符号化部172に対応するものである。実施形態では、符号化部172は、JPEG符号化するものであるので、復号部55はJPEG符号化データを復号する処理を行なうことになる。
FIG. 5 is a block diagram of the image decoding apparatus. This apparatus includes a
バッファ50は、上記の符号化装置で符号化された画像データの記憶する。バッファ50に格納する符号化画像データは、記憶媒体から読取っても良いし、通信手段を介して受信しても構わない。すなわち、符号化画像データの入力元はその種類を問わない。
The
ヘッダ解析部51は、バッファ50に格納された1ブロックの符号化データのヘッダを解析し、そのヘッダに含まれるフラグが抽出色有りを示すか、抽出色無しを示すかを判断し、その判断結果を制御信号として分離部52、セレクタ56に出力する。また、ヘッダ解析部51は、1ブロック分の符号化データにおける各符号化データサイズを示す情報を制御信号として分離部52に出力する。
The
分離部52は、バッファ50に格納された1ブロック分の符号化データ中、ヘッダを除く符号化データを入力する。
The
分離部52は、ヘッダ解析部51から抽出色有りを示す信号を入力している場合には、各符号化データのサイズ情報も入力することになるので、そのサイズで示された位置で各符号化データを分離し、復号部53乃至55に分配する。この結果、復号部53は符号化抽出色情報を復号し、復号部54は符号化位置情報を復号し、復号部55は符号化階調情報を復号することになる。各復号部53乃至55での復号結果は、セレクタ56に出力される。
In the case where the signal indicating the presence of the extracted color is input from the
また、分離部52は、ヘッダ解析部51から抽出色無しを示す信号を入力している場合には、ヘッダを除く符号化データは階調画像の符号化データのみであるので、その符号化データを復号部55に出力する。この結果、復号部55は符号化階調情報を復号することになる。
Further, when the
合成部56は、ヘッダ解析部51から抽出色有りを示す制御信号を入力した場合、位置情報で“1”となる画素位置では、復号部53からの抽出色情報を選択し、出力する。また、位置情報が“0”となる画素位置では、復号部55からの階調画像の画素値を選択肢、出力する。
When the control signal indicating the presence of the extracted color is input from the
また、合成部56は、ヘッダ解析部51から抽出色無しを示す制御信号を入力した場合には、復号部55から出力された画素データを無条件に選択し、出力する。
Further, when a control signal indicating no extracted color is input from the
以上説明したように本実施形態によれば、注目ブロック内の文字線画として判定される画素を色を、隣接するブロックの抽出色を参照して決定する。従って、ブロック間での文字線画の画素の色が同じになる確率が高くなり、自然な文字線画の画像となる符号化データを生成することが可能になる。また、符号化部172は、文字線画の画素が存在しないものとして非可逆のJPEG逆符号化を行なうわけであるから、直交変換で得られる変換係数には、必然的に高周波成分は少なくなり、高い圧縮率も期待できる。
As described above, according to the present embodiment, the color of the pixel determined as the character / line drawing in the target block is determined with reference to the extracted color of the adjacent block. Therefore, the probability that the color of the pixels of the character / line drawing between the blocks will be the same, and it becomes possible to generate encoded data that becomes a natural character / line drawing image. In addition, since the
<第2の実施形態>
上記の第1の実施形態では、注目ブロックの抽出色候補の中の1つを決定する際に、隣接ブロックの抽出色との組み合わせで最頻となるものを選択した。しかし、隣接する2つのブロックを跨いで連続する文字線画画素群の色が同じになると、更に望ましい。そこで、本第2の実施形態では、これを実現する例を説明する。
<Second Embodiment>
In the first embodiment, when determining one of the extracted color candidates for the target block, the most frequent combination with the extracted color of the adjacent block is selected. However, it is more desirable that the colors of the character / line drawing pixel groups that are continuous across two adjacent blocks are the same. Therefore, in the second embodiment, an example for realizing this will be described.
本第2の実施形態における符号化装置の構成を図6に示す。図1と異なる点は、抽出色決定部110の処理内容と、比較部140からの位置情報がバッファ120にも格納される点である。バッファ120には、既に符号化された各ブロックの抽出色とその位置情報が記憶されていることになることに注意されたい。符号化処理にかかるそれ以外の構成、及び、復号装置の構成は第1の実施形態と同じである。従って、以下では、本第2の実施形態における抽出色決定部110の処理について説明する。
FIG. 6 shows the configuration of the encoding apparatus according to the second embodiment. The difference from FIG. 1 is that the processing content of the extracted
本第2の実施形態での抽出色決定部110での、注目ブロックの抽出色の決定は次のようにして求める。
(1)注目ブロックの抽出候補に、隣接ブロックの抽出色と同じものがない場合、注目ブロックの抽出色候補の中の最頻の色を、注目ブロックの最終的な抽出色として決定する。すなわち、第1の実施形態と同じである(図3(a)参照)。
(2)注目ブロックの抽出候補に、隣接ブロックの抽出色と同じものが1つだけ存在する場合、その色を注目ブロックの最終的な抽出色として決定する。これも第1の実施形態と同じとなる(図3(b)参照)。
(3)注目ブロックの抽出候補に、隣接ブロックの抽出色と同じ色がものが2以上する場合、注目ブロックと隣接ブロック間における色の連続性に基づき、注目ブロックの抽出色を決定する。
The extraction
(1) When there is no extraction candidate for the target block that is the same as the extraction color of the adjacent block, the most frequent color among the extraction color candidates for the target block is determined as the final extraction color of the target block. That is, it is the same as the first embodiment (see FIG. 3A).
(2) If there is only one extraction candidate for the target block that has the same extracted color as the adjacent block, that color is determined as the final extracted color of the target block. This is also the same as in the first embodiment (see FIG. 3B).
(3) When there are two or more extraction candidates for the target block having the same color as the adjacent block extraction color, the extraction color of the target block is determined based on the continuity of the color between the target block and the adjacent block.
上記の(1)、(2)については説明するまでもないので、ここでは(3)について更に詳しく説明する。 Since (1) and (2) above need not be described, (3) will be described in more detail here.
図8は、注目ブロックにおける抽出色候補のうち、少なくとも2色{A,B}が、隣接ブロックの抽出色と同じである例を示している。なお、図示では、1ブロックのサイズが4×4としているが、実際は、8×8のサイズである。これは説明を簡単にするためであることに注意されたい。 FIG. 8 shows an example in which at least two colors {A, B} among the extracted color candidates in the target block are the same as the extracted colors of the adjacent blocks. In the figure, the size of one block is 4 × 4, but in actuality, the size is 8 × 8. Note that this is for ease of explanation.
さて、図8に示す如く、注目ブロックに対して左上の隣接ブロックにおける抽出色Aの頻度は3、真上の隣接ブロックの抽出色Bの頻度は4である(これら頻度は、バッファ120内の抽出色と位置情報から導き出せる)。従って、この場合、頻度の大きい色Bを注目ブロックの抽出色として決定する。 As shown in FIG. 8, the frequency of the extracted color A in the upper left adjacent block with respect to the target block is 3, and the frequency of the extracted color B in the upper adjacent block is 4 (these frequencies are stored in the buffer 120). Derived from extracted color and location information). Therefore, in this case, the color B having a high frequency is determined as the extracted color of the target block.
ここで、図8における注目ブロックの左上の隣接ブロックの色Aの頻度が4であり、隣接ブロックの色Bの頻度と同じであった場合について考察する。この場合、抽出色決定部110は、注目ブロック内の抽出色候補Aを持つ画素位置と、同じ色Aの抽出色を持つ隣接ブロックの画素位置との最短となる距離を算出する。同様に、抽出色決定部110は、注目ブロック内の抽出色候補Bを持つ画素位置と、同じ色Bの抽出色を持つ隣接ブロックの画素位置との最短となる距離を算出する。そして、算出した各距離のうち最短となる距離を求め、その最短距離となった色を、注目ブロックの抽出色として決定する。図8の場合、注目ブロックの抽出色候補である色Bから求めた距離が最短となるので、抽出色決定部110は色Bを最終的な抽出色として決定する。
Here, a case where the frequency of the color A of the adjacent block at the upper left of the target block in FIG. 8 is 4 and is the same as the frequency of the color B of the adjacent block will be considered. In this case, the extracted
本第2の実施形態における抽出色決定部110の処理内容の具体例を、図7のフローチャートに従って説明する。同図は、抽出色決定部110における1ブロックデータに対する処理手順を示している。図2と実質的に同じ処理ステップについては同符号を付している。
A specific example of the processing content of the extraction
先ず、ステップS21にて、抽出色決定部110は、注目ブロックデータ内の画素の色のヒストグラムを求める。なお、このヒストグラムを作成する際は、R、G、Bのデータを1セットとして、カウントする。
First, in step S <b> 21, the extracted
次に、抽出色決定部110は、ステップS22にて、ヒストグラムの中から予め設定された閾値Th以上の頻度を持つ色があるか否かを判断する。閾値を超える頻度を有する色が存在しないと判断した場合、すなわち、注目ブロック内に文字線画の画素が存在しないと判断した場合にはステップS23に進み、抽出色無しを示す制御信号を多重化部180に出力し、本処理を終える。
Next, in step S22, the extracted
また、ステップS22にて、閾値以上の頻度を持つ色が存在すると判断した場合、すなわち、注目ブロック内に文字線画の画素が存在すると判断した場合、処理はステップS24に進む。このステップS24では、抽出色決定部110は、抽出色有りを示す信号を多重化部180に出力する。なお、閾値以上の頻度を持つ色(複数存在し得る)を、これ以降、抽出色候補と呼ぶ。
If it is determined in step S22 that there is a color having a frequency equal to or higher than the threshold, that is, if it is determined that a character / line drawing pixel exists in the block of interest, the process proceeds to step S24. In step S <b> 24, the extracted
抽出色決定部110は、次のステップS25にて、抽出色候補の中に、注目ブロックの直前、真上、左上、右上位置の隣接ブロックの抽出色と同じ色が存在するか否か、バッファ120に格納されているデータを参照することで判断する。
In the next step S25, the extracted
注目ブロックの抽出色候補の中に、隣接ブロックの抽出色と同じものがないと判断した場合には、ステップS26にて、注目ブロックの抽出色候補の中の最頻の色を、注目ブロックの最終的な抽出色として決定する(図3(a)参照)。 If it is determined that there is no extracted color candidate of the target block that is the same as the extracted color of the adjacent block, the most frequent color among the extracted color candidates of the target block is determined in step S26. The final extracted color is determined (see FIG. 3A).
また、注目ブロックの抽出色候補の中に、隣接ブロックの抽出色と同じものがあると判断した場合には、ステップS71に処理を進める。このステップS71では、注目ブロックの抽出色候補の中の2以上の色が、隣接ブロックの抽出色と一致するかを判断する。抽出色候補の1色のみが、隣接ブロックの抽出色と一致すると判断した場合にはステップS72に進み、その一致したと判断された抽出色候補を注目ブロックの抽出色として決定する(図3(b)参照)。 If it is determined that the extracted color candidates of the target block are the same as the extracted colors of the adjacent blocks, the process proceeds to step S71. In this step S71, it is determined whether two or more colors in the extracted color candidates of the block of interest match the extracted colors of the adjacent blocks. If it is determined that only one extracted color candidate matches the extracted color of the adjacent block, the process proceeds to step S72, and the extracted color candidate determined to match is determined as the extracted color of the target block (FIG. 3 ( b)).
また、ステップS71にて、抽出色候補中の2以上が、隣接ブロックの抽出色と一致すると判断した場合、処理はステップS73に進む。このステップS73では、一致すると判定された各色を持つ、隣接ブロック内の画素数をカウントする。このカウントは、バッファ120内に格納された隣接ブロックの抽出色情報と位置情報に基づいて判定する。次いで、ステップS74にて、最頻となった色数が1つだけであるか否かを判断する。最頻となった色数が1つだけであると判断した場合には、ステップS75にて、その最頻の色を注目ブロックの抽出色として決定する(図8参照)。
If it is determined in step S71 that two or more of the extracted color candidates match the extracted color of the adjacent block, the process proceeds to step S73. In this step S73, the number of pixels in the adjacent block having each color determined to match is counted. This count is determined based on the extracted color information and position information of adjacent blocks stored in the
また、複数の色が同数の最頻であった場合には、ステップS76に進む。このステップS76では、注目ブロックの抽出色候補のうち、隣接ブロックの抽出色と同じ色と判定された各色毎に、注目ブロックと隣接ブロックの画素間の距離の最小値を求める。そして、距離が最も短くなった色を、注目ブロックの抽出色として決定する(図8の矢印参照)。 If the same number of colors is the most frequent, the process proceeds to step S76. In this step S76, for each color determined to be the same color as the extracted color of the adjacent block among the extracted color candidates of the target block, the minimum value of the distance between the pixel of the target block and the adjacent block is obtained. Then, the color with the shortest distance is determined as the extracted color of the block of interest (see the arrow in FIG. 8).
このステップS26、S72、S75、S76のいずれかの処理を終えると、処理はステップS28に進む。ここでは、抽出色決定部110は、決定した抽出色のRGBの各成分のデータを、バッファ120、比較部140、符号化部170に出力する。
When the process in any one of steps S26, S72, S75, and S76 is completed, the process proceeds to step S28. Here, the extracted
以上の結果、比較部140は、入力したブロックデータ中、抽出色決定部110から出力された抽出色となる画素位置では“1”、非抽出色となる画素位置では“0”の位置情報を生成することが可能になる。また、注目ブロックの複数の抽出色候補が、隣接ブロックの抽出色と一致している場合、文字線画として判定された画素は、ブロック間で同じ色となる可能性が高くなり、復号画像の文字線画はより自然なものとすることが可能になる。
As a result, in the input block data, the
<第3の実施形態>
上記第1、第2の実施形態では、1つのブロックから抽出する文字線画の画素の色は1つであった。本第3の実施形態では、1つのブロックから文字線画の色を最大2つまで抽出する例を説明する。
<Third Embodiment>
In the first and second embodiments, the number of pixels of the character / line drawing extracted from one block is one. In the third embodiment, an example will be described in which up to two text line drawing colors are extracted from one block.
図9は本第3の実施形態における符号化装置のブロック構成図である。第2の実施形態での図6と異なる点は、抽出色決定部110からの制御信号が符号化部170、171にも供給されている点である。また、幾つかの処理部の処理内容も異なる。そこで、先ず、本第3の実施形態において、上記第2の実施形態と異なる処理を行なう各処理部について説明する。
FIG. 9 is a block diagram of an encoding apparatus according to the third embodiment. A difference from FIG. 6 in the second embodiment is that a control signal from the extraction
抽出色決定部110は0乃至2の抽出色数と、その抽出色を決定し、出力する。また、抽出色決定部110は、抽出した色数を示す情報を制御信号として比較部140、符号化部170、171、及び、多重化部180を出力する。色数は上記の通り0乃至2の3通りであるので、制御信号は2ビットあれば十分である。制御信号“00B”(Bは2進数を意味する)は抽出色無し、“01B”は抽出色数が1、“10B”は抽出色数が2であることを示す。ただし、説明を単純なものとするため、以降では抽出色数は10進数で表わす。
The extracted
抽出色決定部110からの制御信号“0”又は“1”の場合の、各処理部の処理内容は第2の実施形態と同じであるので説明は省略する。従って、以下では、抽出色決定部110からの制御信号が“2”である場合について説明する。また、以下では、抽出色決定部110が決定した2つの抽出色をE1,E2と表現する。
In the case of the control signal “0” or “1” from the extraction
比較部140は、制御信号“2”を受信すると、1画素について2ビットの位置情報を出力する。すなわち、入力したブロックデータ中に抽出色E1と同じ画素が存在した場合には01B、抽出色E2と同じ画素が存在した場合には10Bを位置情報として出力する。言い替えれば、比較部140は、抽出色E1と同じ色を持つ画素位置ではビット0を“1”、ビット1を“0”に、抽出色E2と同じ色を持つ画素位置ではビット0を“0”、ビット1を“1”にした位置情報を生成する。また、比較部140は、色E1,E2のいずれとも一致しない場合には00Bを位置情報として出力する。なお、比較部140は、制御信号“1”を受信した場合、ビット0に位置情報を生成し出力する。
When receiving the control signal “2”, the
置換値生成部150、及び、セレクタ160は、1画素につき2ビットの位置情報を論理和して1ビットの位置情報として入力し処理する。従って、置換値生成部150及びセレクタ160は、論理和を行なう構成を備える以外は、第1、第2の実施形態と同じである。
The replacement
制御信号が“2”である場合、抽出色決定部110から出力されるのは2個の抽出色E1,E2である。従って、符号化部170は、その2つの抽出色E1,E2を可逆符号化する。なお、制御信号が“1”である場合には抽出色決定部110から出力されるのは1個の抽出色となるので、符号化部170は、1個の抽出色情報を符号化することになる。
When the control signal is “2”, the extracted
符号化部171は、制御信号が“2”である場合には、各画素につき2ビットの位置情報を入力し、可逆符号化する。可逆符号化であればその種類は問わないが、例えば、8×8個の1ビットのプレーンが2つ存在するものとし、各ビットプレーンを可逆符号化(ランレングス符号化で良い)する。なお、制御信号が“1”である場合には、符号化部171は、2ビット中下位のビット0の位置情報(1画素1ビット)を符号化する。
When the control signal is “2”, the
多重化部180は、基本的に、図4(a)、(b)に示す符号化データを生成する。但し、ヘッダにおけるフラグは2ビット(制御信号をそのまま書き込んでも良い)となる。多重化部180は、制御信号が“0”の場合、図4(b)の符号化データ列を生成する。ただし、制御信号が“1”では、「抽出色の符号化データ」には1個、制御信号が“2”の場合には2個の抽出色情報の符号化データが格納される。
The
また、制御信号が“2”の場合、「抽出色の符号化データ」に格納される符号化抽出色情報はE1,E2の順番とする。また、位置情報のビット0には抽出色E1、位置情報のビット1には抽出色E2を割り当てる。要するに、位置情報と抽出色の関係が1対1に対応させれば良い。
When the control signal is “2”, the encoded extracted color information stored in the “extracted color encoded data” is in the order of E1 and E2. Further, the extracted color E1 is assigned to
以上本第3の実施形態における各処理部の処理内容を説明した。次に、本第3の実施形態における抽出色決定部110の処理をより詳細を説明する。
The processing content of each processing unit in the third embodiment has been described above. Next, the process of the extraction
本第3の実施形態における抽出色決定部110の処理は、これまでの第1、第2の実施形態と同様、先ず、注目ブロックの色に関するヒストグラムを作成し、予め設定した閾値(第1の閾値)以上の頻度となる色を抽出色候補を求める。そして、抽出色決定部110は、次の条件に従って、抽出色と個数を決定する。
(1)抽出色候補の数が1つである場合、その色を抽出色候補として決定する。
(2)抽出色候補の中で、隣接ブロックの抽出色と同じものが1つである場合、その色を抽出色候補として決定する。
(3)抽出色候補中の、隣接ブロックの抽出色と同じものが2つ以上存在するとき、第1、第2位の頻度の合計数が、予め設定された閾値(第2の閾値)を超える場合、その2つの色を注目ブロックの抽出色と決定する。また、合計数が、第2の閾値以下の場合、第1位の抽出色候補のみを、注目ブロックの抽出色として決定する。
In the third embodiment, the extraction
(1) If the number of extracted color candidates is one, that color is determined as an extracted color candidate.
(2) If there is one extracted color candidate that is the same as the extracted color of the adjacent block, that color is determined as the extracted color candidate.
(3) When there are two or more same colors as the extracted colors of adjacent blocks in the extracted color candidates, the total number of the first and second frequencies is set to a preset threshold value (second threshold value). If it exceeds, the two colors are determined as the extracted colors of the block of interest. When the total number is equal to or smaller than the second threshold, only the first extracted color candidate is determined as the extracted color of the target block.
上記(1)、(2)については説明するまでもないであろう。そこで、ここでは(3)について説明する。 The above (1) and (2) will not be described. Therefore, here, (3) will be described.
図10は、注目ブロック内に、第1の閾値以上の頻度を持つ抽出色候補のうち、色A,Dが隣接ブロックの抽出色と同じである例を示している。なお、図示では、1ブロックのサイズが4×4としているが、実際は、8×8のサイズである。これは説明を簡単にするためであることに注意されたい。 FIG. 10 shows an example in which the colors A and D are the same as the extracted colors of the adjacent blocks among the extracted color candidates having a frequency equal to or higher than the first threshold in the target block. In the figure, the size of one block is 4 × 4, but in actuality, the size is 8 × 8. Note that this is for ease of explanation.
さて、抽出色決定部110は、図10に示す場合、注目ブロックにおける色Aと色Dの頻度の合計を算出し、その合計値が予め設定された閾値(第2の閾値Th2)を超えるか否かを判断する。合計値が第2の閾値を超えると判断した場合、色A,Dの2色を注目ブロックの抽出色として決定する。また、合計値が第2の閾値以下である場合には、第1位の色Dの1色を、注目ブロックの抽出色として決定する。
Now, in the case shown in FIG. 10, the extracted
本第3の実施形態における抽出色決定部110の処理内容の具体例を、図11のフローチャートに従って説明する。同図は、抽出色決定部110における1ブロックデータに対する処理手順を示している。図7と実質的に同じ処理ステップについては同符号を付している。
A specific example of the processing content of the extraction
先ず、ステップS21にて、抽出色決定部110は、注目ブロックデータ内の画素の色のヒストグラムを求める。なお、このヒストグラムを作成する際は、R、G、Bのデータを1セットとして、カウントする。
First, in step S <b> 21, the extracted
次に、抽出色決定部110は、ステップS22にて、ヒストグラムの中から予め設定された第1の閾値Th1以上の頻度を持つ色があるか否かを判断する。閾値を超える頻度を有する色が存在しないと判断した場合、すなわち、注目ブロック内に文字線画の画素が存在しないと判断した場合にはステップS23に進み、抽出色無し(抽出色数が“0”)を示す制御信号を多重化部180に出力し、本処理を終える。
Next, in step S22, the extracted
また、第1の閾値Th1以上の頻度を持つ色があった場合には、それを抽出色候補としる。そして、ステップS1001にて、抽出色候補の数が1つであるか否かを判断する。抽出色候補が1つであった場合には、ステップS1005に進み、抽出色数が“1”であることを示す制御信号を多重化部180に出力する。そして、ステップS1006でその色を注目ブロックの抽出色として決定し、ステップS1009にて、決定した抽出色のRGBの各成分のデータを、バッファ120、比較部140、符号化部170に出力する。
If there is a color having a frequency equal to or higher than the first threshold Th1, it is set as an extraction color candidate. In step S1001, it is determined whether the number of extracted color candidates is one. If there is one extracted color candidate, the process proceeds to step S1005, and a control signal indicating that the number of extracted colors is “1” is output to the
また、抽出色候補の数が複数あると判断した場合には、ステップS1002に進む。このステップS1002では、抽出候補の中に、隣接ブロックの抽出色と同じ色が1つ存在するか否かを判断する。抽出候補の中の1色のみが隣接ブロックと同色であると判断した場合には、ステップS1005、S1006、S1109の処理を行なう。なお。ステップS1006で決定する抽出色と決定するのは、抽出候補の中の隣接ブロックと同じ色と判定された1つである。 If it is determined that there are a plurality of extracted color candidates, the process advances to step S1002. In step S1002, it is determined whether or not one extraction candidate has the same color as the extraction color of the adjacent block. If it is determined that only one of the extraction candidates has the same color as the adjacent block, the processing of steps S1005, S1006, and S1109 is performed. Note that. The extracted color determined in step S1006 is determined to be the same color as the adjacent block in the extraction candidate.
また、抽出候補の中に、隣接ブロックと同じ色である色が2以上ある場合、ステップS1003の処理を行なう。このステップS1003では、抽出色候補の中で、隣接ブロックと同じ色であると判定された上位2つの色の頻度の合計値を算出する。例えば、注目ブロックの抽出色候補が{C1、C2、C3}の3つあり、そのうち、色C1、C3が隣接ブロックの抽出色であったとする。この場合、一致する色の頻度の上位2つは、色C1とC3となる。そこで、この色C1、C3の度数の合計値を算出する。 If there are two or more extraction candidates that have the same color as the adjacent block, the process of step S1003 is performed. In step S1003, a total value of the frequencies of the top two colors determined to be the same color as the adjacent block among the extracted color candidates is calculated. For example, it is assumed that there are three extraction color candidates of the target block {C1, C2, C3}, of which the colors C1 and C3 are extraction colors of adjacent blocks. In this case, the top two frequencies of matching colors are the colors C1 and C3. Therefore, the total value of the frequencies of the colors C1 and C3 is calculated.
ステップS1004では、算出した合計値が予め設定された第2の閾値Th2を超えるか否かを判断する。「合計値≦第2の閾値Th2」である場合には、ステップS1005、S1006、S1009の処理を行なう。なお。ステップS1006で決定する抽出色と決定するのは、合計値を算出する際に用いた第一位の抽出色候補の色(上記の例では色C1)である。 In step S1004, it is determined whether the calculated total value exceeds a preset second threshold Th2. If “total value ≦ second threshold Th2”, the processes of steps S1005, S1006, and S1009 are performed. Note that. The extracted color determined in step S1006 is the color of the first extracted color candidate (color C1 in the above example) used when calculating the total value.
また、ステップS1004にて、「合計値>第2の閾値Th2」であると判断した場合には、ステップS1007に進み、抽出色数が“2”であることを示す制御信号を出力する。そして、ステップS1008にて、2つの色(上記の例では、色C1とC3)を注目ブロックの抽出色として決定し、ステップS1009にて、決定した2つの抽出色のRGBの各成分のデータを、バッファ120、比較部140、符号化部170に出力する。
If it is determined in step S1004 that “total value> second threshold Th2”, the process proceeds to step S1007 to output a control signal indicating that the number of extracted colors is “2”. In step S1008, two colors (in the above example, colors C1 and C3) are determined as the extracted colors of the block of interest, and in step S1009, RGB component data of the determined two extracted colors are obtained. , Output to the
以上説明したように、本第1、第2の実施形態の作用効果に加えて、注目ブロック中に文字線画を構成する画素が存在し、その色が2つの場合にも対応させることが可能になる。 As described above, in addition to the functions and effects of the first and second embodiments, it is possible to deal with the case where a pixel constituting a character line image exists in the block of interest and there are two colors. Become.
<第3の実施形態の変形例>
上記第3の実施形態では、注目ブロック中に2色の文字線画の画素が発見された場合、符号化部171は1画素につき2ビットの位置情報を符号化することになる。実施形態での符号化部171は、ランレングス符号化を用いている。従って、1画素につき2ビットの位置情報を符号化する場合、ビット0の2値プレーン、ビット1の2値プレーンを個別に符号化する。ここで、ランレングス符号化する順序が、ビットプレーンをラスタースキャンして符号化するものとした場合、ビットの値(0又は1)が頻繁に変化すると、圧縮率が下がることが予想される。逆に言えば、ビットプレーンをスキャンする際、ビットの値の切り換わる回数を減らせば、位置情報の圧縮率を上げることが可能と言える。
<Modification of Third Embodiment>
In the third embodiment, when a pixel of a two-color character / line image is found in the block of interest, the
そこで、本第3の実施形態の変形例では、位置情報の圧縮率を上げるための抽出色決定部110における色の選定の変形例を説明する。
Therefore, in the modification of the third embodiment, a modification of color selection in the extraction
本第3の実施形態の変形例での抽出色決定部110の処理は、これまでの第1、第2の実施形態と同様、先ず、注目ブロックの色に関するヒストグラムを作成し、予め設定した閾値(第1の閾値)以上の頻度となる色を抽出色候補を求める。そして、抽出色決定部110は、次の条件に従って、抽出色と個数を決定する。
(1)抽出色候補が1つも存在しない場合、抽出色数を“0”とする。
(2)抽出色候補が1つだけの場合、その色を抽出色と決定し、抽出色数も“1”とする。
(3)抽出色候補が複数存在する場合、頻度が第1位の色を抽出色(第1の抽出色)とする。以下は、この(3)の条件におけるサブ条件である。
(3a)頻度が第2位以降の抽出色候補うち、隣接ブロックの抽出色と一致するもの検索する。一致する色が1つも無かった場合には、注目ブロックの抽出色数は1つであると決定する。
(3b)頻度が第2位以降の抽出色候補の中で、隣接ブロックの抽出色と一致するものが1つだけ存在した場合、その色を抽出色(第2の抽出色)と決定し、抽出色数が2つであると決定する。
(3c)頻度が第2位以降の抽出色候補の中で、隣接ブロックの抽出色と一致するものが複数存在した場合、それらの各色のラスタースキャンした際の画素位置の連続性が最も高い色を抽出色(第2の抽出色)と決定し、抽出色数が2つであると決定する。
In the modified example of the third embodiment, the extraction
(1) If there is no extracted color candidate, the number of extracted colors is set to “0”.
(2) If there is only one extracted color candidate, that color is determined as the extracted color, and the number of extracted colors is also set to “1”.
(3) When there are a plurality of extraction color candidates, the color with the first frequency is set as the extraction color (first extraction color). The following are sub-conditions in the condition (3).
(3a) Among the extracted color candidates whose frequency is second or higher, a search is made for a match with the extracted color of the adjacent block. If there is no matching color, it is determined that the number of extracted colors of the target block is one.
(3b) If there is only one extracted color candidate whose frequency is second or higher that matches the extracted color of the adjacent block, that color is determined as the extracted color (second extracted color); It is determined that the number of extracted colors is two.
(3c) In the case where there are a plurality of extracted color candidates whose frequency is the second or higher that matches the extracted color of the adjacent block, the color with the highest continuity of pixel positions when raster scanning of each color is performed Is determined as the extracted color (second extracted color), and the number of extracted colors is determined to be two.
ここで上記サブ条件(3c)について図12を用いて説明する。図12では、注目ブロックの抽出色候補{E,D,A}(頻度順)が見つかった例を示している。色Eの頻度が最も多いので、第1の抽出色は色Eとなる。頻度が第2位以降の色D,Aの両方とも隣接ブロックの色と一致している。従って、色D,Aのいずれかを第2の抽出色として決定することになる。 Here, the sub condition (3c) will be described with reference to FIG. FIG. 12 shows an example in which the extraction color candidate {E, D, A} (in order of frequency) of the block of interest is found. Since the frequency of the color E is the highest, the first extracted color is the color E. Both the colors D and A with the second highest frequency match the color of the adjacent block. Accordingly, one of the colors D and A is determined as the second extracted color.
色Aについて着目すると、注目ブロックをラスタースキャンすると、1、0、0、…、0、1、0、0、…0、1となり、1から0、及び、0から1へと変化する回数は4回となる。一方、色Dの場合、ラスタースキャンすると、0、0、0、0、1、1、1、1、0、0、…0と、変化回数は2となる。従って、色Dの方が色Aよりも変化回数が少なくなり、ランレングス符号化による符号化効率が高いと言える。従って、この場合、色E,Dを注目ブロックの抽出色と決定し、抽出色数を“2”として決定する。 Focusing on color A, if the target block is raster scanned, it becomes 1, 0, 0, ..., 0, 1, 0, 0, ... 0, 1 and the number of changes from 1 to 0 and from 0 to 1 is 4 times. On the other hand, in the case of the color D, when raster scanning is performed, the number of changes is 2, such as 0, 0, 0, 0, 1, 1, 1, 1, 0, 0,. Therefore, it can be said that the color D has a smaller number of changes than the color A, and the encoding efficiency by the run-length encoding is high. Therefore, in this case, the colors E and D are determined as the extracted colors of the target block, and the number of extracted colors is determined as “2”.
<他の実施形態>
以上説明した各実施形態並びに変形例の装置の機能を、コンピュータに読込ませ実行させるコンピュータプログラムによって実現させても構わない。この場合、各処理部に相当する部分はパーツプログラム(サブルーチン又は関数)として実現できる。
<Other embodiments>
You may implement | achieve the function of the apparatus of each embodiment described above and the modified example with the computer program which makes a computer read and execute. In this case, the part corresponding to each processing unit can be realized as a part program (subroutine or function).
また、通常、コンピュータプログラムは、CD−ROM等のコンピュータ可読記憶媒体に格納されていて、それをコンピュータが備える読取り部(CD−ROMドライブ等)にセットし、システムにコピーもしくはインストールすることで実行可能になる。従って、このようなコンピュータ可読記憶媒体も当然、本発明の範疇に入ることも明らかである。 Also, the computer program is usually stored in a computer-readable storage medium such as a CD-ROM, and is set in a reading unit (CD-ROM drive or the like) provided in the computer and copied or installed in the system. It becomes possible. Therefore, it is obvious that such a computer-readable storage medium falls within the scope of the present invention.
Claims (11)
符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力手段と、
入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出手段と、
該抽出手段で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成手段と、
該位置情報生成手段で生成された位置情報、及び、前記抽出手段で抽出された色情報を可逆符号化する可逆符号化手段と、
前記位置情報生成手段で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出手段と、
注目ブロック内の線画の画素の値を、前記置換値で置換する置換手段と、
置換後のブロックの画像データを非可逆符号化する非可逆符号化手段と、
前記可逆符号化手段により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化手段により生成された画像データの符号化データを多重化し、出力する多重化手段とを備え、
前記抽出手段は、
既に符号化されたブロックから抽出した色情報を記憶する記憶手段と、
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定手段と、
前記記憶手段を参照し、該候補決定手段で決定した前記抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断手段と、
前記抽出色候補中の前記判断手段で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択手段とを備え、
前記判断手段が前記候補決定手段で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色がないと判断した場合、前記選択手段は最大頻度を持つ抽出色候補を注目ブロックにおける線画の色情報として選択し、
前記判断手段が前記候補決定手段で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色が存在すると判断した場合、前記選択手段は、注目ブロックの抽出色候補の中の、隣接ブロックで抽出された色情報と注目ブロックにおける抽出色候補の組み合せによる出現数が最大となる色情報を、注目ブロックにおける線画の色情報として選択する
ことを特徴とする画像符号化装置。 An image encoding device for encoding multi-value image data,
Input means for inputting image data in block units to be subjected to lossy encoding from multi-valued image data to be encoded;
Extraction means for extracting color information indicating the color of the pixel of the line drawing in the image data of the input block;
Position information generating means for generating position information for identifying the position of the pixel of the line drawing in the target block and the position of the pixel of the non-line drawing according to the color information extracted by the extracting means;
Lossless encoding means for losslessly encoding the position information generated by the position information generation means and the color information extracted by the extraction means;
In order to replace the value of a line drawing pixel according to the position information generated by the position information generation means, a replacement value calculation means for calculating an average value of the non-line drawing pixel value as a replacement value;
Replacement means for replacing the value of the pixel of the line drawing in the block of interest with the replacement value;
Irreversible encoding means for irreversibly encoding the image data of the replaced block;
Multiplex means for multiplexing and outputting encoded data of position information and color information generated by the lossless encoding means, and encoded data of image data generated by the lossy encoding means,
The extraction means includes
Storage means for storing color information extracted from already encoded blocks;
Candidate determination means for determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
A determination unit that refers to the storage unit and determines whether there is a color that matches color information of an adjacent block among the extracted color candidates determined by the candidate determination unit;
Selection means for preferentially selecting color information determined by the determination means in the extracted color candidates as color information of a line drawing in the block of interest;
When the determination unit determines that there is no color that matches the color information of an adjacent block among the extraction color candidates determined by the candidate determination unit, the selection unit selects the extraction color candidate having the maximum frequency as the target block. Select as the color information of the line drawing in
When the determining means determines that there is a color that matches the color information of the adjacent block among the extracted color candidates determined by the candidate determining means, the selecting means , color information number of occurrences due to the combination of the extracted color candidates in the target block and the color information extracted by the adjacent blocks is maximized, picture image encoding apparatus and selecting as the color information of the line drawing in the target block.
符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力手段と、
入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出手段と、
該抽出手段で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成手段と、
該位置情報生成手段で生成された位置情報、及び、前記抽出手段で抽出された色情報を可逆符号化する可逆符号化手段と、
前記位置情報生成手段で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出手段と、
注目ブロック内の線画の画素の値を、前記置換値で置換する置換手段と、
置換後のブロックの画像データを非可逆符号化する非可逆符号化手段と、
前記可逆符号化手段により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化手段により生成された画像データの符号化データを多重化し、出力する多重化手段とを備え、
前記抽出手段は、
既に符号化されたブロックから抽出した色情報を記憶する記憶手段と、
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定手段と、
前記記憶手段を参照し、該候補決定手段で決定した前記抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断手段と、
前記抽出色候補中の前記判断手段で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択手段とを備え、
前記判断手段が前記候補決定手段で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色がないと判断した場合、前記選択手段は最大頻度を持つ抽出色候補を注目ブロックにおける線画の色情報として選択し、
前記記憶手段は、更に、既に符号化済みのブロックに基づいて生成された前記位置情報を記憶し、
前記判断手段が前記候補決定手段で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色が2以上存在すると判断した場合、前記選択手段は、前記隣接ブロックの抽出色と一致すると判断された注目ブロックの抽出色候補の中の、隣接ブロックにおける最大頻度の色と一致する色が1つである場合、当該色を注目ブロックにおける線画の色情報として選択する
ことを特徴とする画像符号化装置。 An image encoding device for encoding multi-value image data,
Input means for inputting image data in block units to be subjected to lossy encoding from multi-valued image data to be encoded;
Extraction means for extracting color information indicating the color of the pixel of the line drawing in the image data of the input block;
Position information generating means for generating position information for identifying the position of the pixel of the line drawing in the target block and the position of the pixel of the non-line drawing according to the color information extracted by the extracting means;
Lossless encoding means for losslessly encoding the position information generated by the position information generation means and the color information extracted by the extraction means;
In order to replace the value of a line drawing pixel according to the position information generated by the position information generation means, a replacement value calculation means for calculating an average value of the non-line drawing pixel value as a replacement value;
Replacement means for replacing the value of the pixel of the line drawing in the block of interest with the replacement value;
Irreversible encoding means for irreversibly encoding the image data of the replaced block;
Multiplex means for multiplexing and outputting encoded data of position information and color information generated by the lossless encoding means, and encoded data of image data generated by the lossy encoding means,
The extraction means includes
Storage means for storing color information extracted from already encoded blocks;
Candidate determination means for determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
A determination unit that refers to the storage unit and determines whether there is a color that matches color information of an adjacent block among the extracted color candidates determined by the candidate determination unit;
Selection means for preferentially selecting color information determined by the determination means in the extracted color candidates as color information of a line drawing in the block of interest;
When the determination unit determines that there is no color that matches the color information of an adjacent block among the extraction color candidates determined by the candidate determination unit, the selection unit selects the extraction color candidate having the maximum frequency as the target block. Select as the color information of the line drawing in
The storage means further stores the position information generated based on an already encoded block,
When the determination unit determines that there are two or more colors that match the color information of adjacent blocks among the extracted color candidates determined by the candidate determination unit, the selection unit selects the extracted color of the adjacent block and When there is one color that matches the color of the maximum frequency in the adjacent block among the extracted color candidates of the target block determined to match, the color is selected as the color information of the line drawing in the target block. picture image encoding apparatus for.
前記選択手段は、隣接ブロックで抽出された色情報及び位置情報と、注目ブロックにおける抽出色候補の色と位置に基づき、距離が最短となる色情報を、注目ブロックにおける線画の色情報として選択することを特徴とする請求項2に記載の画像符号化装置。 The determination unit determines that there are two or more colors that match the color information of the adjacent block among the extracted color candidates determined by the candidate determination unit, and the attention is determined to match the extracted color of the adjacent block If it is determined that there are multiple colors that match the maximum frequency color in the adjacent block among the color candidates for the block,
The selection unit selects the color information having the shortest distance as the color information of the line drawing in the target block based on the color information and position information extracted in the adjacent block and the color and position of the extracted color candidate in the target block. The image coding apparatus according to claim 2 , wherein:
符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力手段と、
入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出手段と、
該抽出手段で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成手段と、
該位置情報生成手段で生成された位置情報、及び、前記抽出手段で抽出された色情報を可逆符号化する可逆符号化手段と、
前記位置情報生成手段で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出手段と、
注目ブロック内の線画の画素の値を、前記置換値で置換する置換手段と、
置換後のブロックの画像データを非可逆符号化する非可逆符号化手段と、
前記可逆符号化手段により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化手段により生成された画像データの符号化データを多重化し、出力する多重化手段とを備え、
前記抽出手段は、
既に符号化されたブロックから抽出した色情報を記憶する記憶手段と、
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定手段と、
前記記憶手段を参照し、該候補決定手段で決定した前記抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断手段と、
前記抽出色候補中の前記判断手段で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択手段とを備え、
前記判断手段によって前記抽出色候補の中に、隣接するブロックの色情報と一致する色が1つであると判断した場合、前記選択手段は一致すると判断された色を注目ブロックの色情報として選択し、
前記抽出手段は、更に、前記判断手段によって前記抽出色候補の中に、隣接するブロックの色情報と一致する色が複数あると判断した場合、一致すると判断された抽出色候補の中の頻度が第1位、第2位の色数の合計数が、予め設定された閾値を超えるか否かを判断する第2の判断手段を備え、
該第2の判断手段によって前記合計数が、前記予め設定された閾値を超えると判断した場合、前記選択手段は、前記頻度が第1位、第2位の2色情報を、注目ブロックの線画の色情報として選択する
ことを特徴とする画像符号化装置。 An image encoding device for encoding multi-value image data,
Input means for inputting image data in block units to be subjected to lossy encoding from multi-valued image data to be encoded;
Extraction means for extracting color information indicating the color of the pixel of the line drawing in the image data of the input block;
Position information generating means for generating position information for identifying the position of the pixel of the line drawing in the target block and the position of the pixel of the non-line drawing according to the color information extracted by the extracting means;
Lossless encoding means for losslessly encoding the position information generated by the position information generation means and the color information extracted by the extraction means;
In order to replace the value of a line drawing pixel according to the position information generated by the position information generation means, a replacement value calculation means for calculating an average value of the non-line drawing pixel value as a replacement value;
Replacement means for replacing the value of the pixel of the line drawing in the block of interest with the replacement value;
Irreversible encoding means for irreversibly encoding the image data of the replaced block;
Multiplex means for multiplexing and outputting encoded data of position information and color information generated by the lossless encoding means, and encoded data of image data generated by the lossy encoding means,
The extraction means includes
Storage means for storing color information extracted from already encoded blocks;
Candidate determination means for determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
A determination unit that refers to the storage unit and determines whether there is a color that matches color information of an adjacent block among the extracted color candidates determined by the candidate determination unit;
Selection means for preferentially selecting color information determined by the determination means in the extracted color candidates as color information of a line drawing in the block of interest;
When the determination unit determines that the extracted color candidate has one color that matches the color information of the adjacent block, the selection unit selects the color determined to match as the color information of the target block And
The extracting means further determines the frequency among the extracted color candidates determined to match when the determining means determines that there are a plurality of colors that match the color information of adjacent blocks in the extracted color candidates. A second determining means for determining whether or not the total number of the first and second colors exceeds a preset threshold;
When the second determining means determines that the total number exceeds the preset threshold, the selecting means displays the two-color information with the first and second frequencies as the line drawing of the target block. picture image encoding apparatus and selecting as the color information.
符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力手段と、
入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出手段と、
該抽出手段で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成手段と、
該位置情報生成手段で生成された位置情報、及び、前記抽出手段で抽出された色情報を可逆符号化する可逆符号化手段と、
前記位置情報生成手段で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出手段と、
注目ブロック内の線画の画素の値を、前記置換値で置換する置換手段と、
置換後のブロックの画像データを非可逆符号化する非可逆符号化手段と、
前記可逆符号化手段により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化手段により生成された画像データの符号化データを多重化し、出力する多重化手段とを備え、
前記抽出手段は、
既に符号化されたブロックから抽出した色情報を記憶する記憶手段と、
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定手段と、
前記記憶手段を参照し、該候補決定手段で決定した前記抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断手段と、
前記抽出色候補中の前記判断手段で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択手段とを備え、
前記判断手段によって前記抽出色候補の中に、隣接するブロックの色情報と一致する色が1つであると判断した場合、前記選択手段は一致すると判断された色を注目ブロックの色情報として選択し、
前記選択手段は、前記判断手段によって前記抽出色候補の中に、隣接するブロックの色情報と一致する色が複数あると判断した場合、一致すると判断された抽出色候補の中の頻度が第1位の色情報を注目ブロックの線画の第1の色情報として選択し、第2位以降の抽出色候補中の、前記可逆符号化手段による符号化効率が最大にとなる色情報を注目ブロックの線画の第2の色情報として選択する
ことを特徴とする画像符号化装置。 An image encoding device for encoding multi-value image data,
Input means for inputting image data in block units to be subjected to lossy encoding from multi-valued image data to be encoded;
Extraction means for extracting color information indicating the color of the pixel of the line drawing in the image data of the input block;
Position information generating means for generating position information for identifying the position of the pixel of the line drawing in the target block and the position of the pixel of the non-line drawing according to the color information extracted by the extracting means;
Lossless encoding means for losslessly encoding the position information generated by the position information generation means and the color information extracted by the extraction means;
In order to replace the value of a line drawing pixel according to the position information generated by the position information generation means, a replacement value calculation means for calculating an average value of the non-line drawing pixel value as a replacement value;
Replacement means for replacing the value of the pixel of the line drawing in the block of interest with the replacement value;
Irreversible encoding means for irreversibly encoding the image data of the replaced block;
Multiplex means for multiplexing and outputting encoded data of position information and color information generated by the lossless encoding means, and encoded data of image data generated by the lossy encoding means,
The extraction means includes
Storage means for storing color information extracted from already encoded blocks;
Candidate determination means for determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
A determination unit that refers to the storage unit and determines whether there is a color that matches color information of an adjacent block among the extracted color candidates determined by the candidate determination unit;
Selection means for preferentially selecting color information determined by the determination means in the extracted color candidates as color information of a line drawing in the block of interest;
When the determination unit determines that the extracted color candidate has one color that matches the color information of the adjacent block, the selection unit selects the color determined to match as the color information of the target block And
When the determining unit determines that the extracted color candidates include a plurality of colors that match the color information of adjacent blocks, the frequency of the extracted color candidates determined to match is the first. Is selected as the first color information of the line drawing of the target block, and the color information that maximizes the encoding efficiency by the lossless encoding means among the extracted color candidates in the second and subsequent positions is selected. picture image encoding apparatus and selecting as the second color information of the line drawing.
入力手段が、符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力工程と、
抽出手段が、入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出工程と、
位置情報生成手段が、該抽出工程で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成工程と、
可逆符号化手段が、該位置情報生成工程で生成された位置情報、及び、前記抽出工程で抽出された色情報を可逆符号化する可逆符号化工程と、
置換値算出手段が、前記位置情報生成工程で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出工程と、
置換手段が、注目ブロック内の線画の画素の値を、前記置換値で置換する置換工程と、
非可逆符号化手段が、置換後のブロックの画像データを非可逆符号化する非可逆符号化工程と、
多重化手段が、前記可逆符号化工程により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化工程により生成された画像データの符号化データを多重化し、出力する多重化工程とを備え、
前記抽出工程は、
既に符号化されたブロックから抽出した色情報をメモリに記憶する記憶工程と、
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定工程と、
前記メモリを参照し、該候補決定工程で決定した抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断工程と、
前記抽出色候補中の前記判断工程で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択工程とを備え、
前記判断工程が前記候補決定工程で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色がないと判断した場合、前記選択工程は最大頻度を持つ抽出色候補を注目ブロックにおける線画の色情報として選択し、
前記判断工程が前記候補決定工程で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色が存在すると判断した場合、前記選択工程は、注目ブロックの抽出色候補の中の、隣接ブロックで抽出された色情報と注目ブロックにおける抽出色候補の組み合せによる出現数が最大となる色情報を、注目ブロックにおける線画の色情報として選択する
ことを特徴とする画像符号化装置の制御方法。 A control method for an image encoding device for encoding multi-value image data,
An input step in which input means inputs image data in units of blocks to be subjected to lossy encoding from multi-valued image data to be encoded;
An extraction step in which the extraction means extracts color information indicating the color of the pixel of the line drawing in the image data of the input block;
A position information generating step for generating position information for identifying a position of a pixel of a line drawing and a position of a pixel of a non-line drawing in the target block according to the color information extracted in the extraction step;
A lossless encoding means for losslessly encoding the position information generated in the position information generation step and the color information extracted in the extraction step;
A replacement value calculating unit that calculates an average value of non-line drawing pixel values as a replacement value in order to replace the pixel value of the line drawing according to the position information generated in the position information generation step;
A replacement step in which the replacement means replaces the value of the pixel of the line drawing in the target block with the replacement value;
An irreversible encoding means for irreversibly encoding the image data of the replaced block;
Multiplexing means for multiplexing and outputting the encoded data of the position information and color information generated by the lossless encoding process and the encoded data of the image data generated by the lossy encoding process A process,
The extraction step includes
A storage step of storing in the memory the color information extracted from the already encoded blocks;
A candidate determination step of determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
A determination step of referring to the memory and determining whether there is a color that matches the color information of an adjacent block among the extracted color candidates determined in the candidate determination step;
A selection step of preferentially selecting the color information determined to match in the determination step in the extracted color candidates as the color information of the line drawing in the block of interest,
When the determination step determines that there is no color that matches the color information of an adjacent block among the extraction color candidates determined in the candidate determination step, the selection step selects an extraction color candidate having the maximum frequency as the target block Select as the color information of the line drawing in
If the determination step determines that there is a color that matches the color information of an adjacent block among the extraction color candidates determined in the candidate determination step, the selection step includes: Control of an image coding apparatus, wherein color information that maximizes the number of appearances by a combination of color information extracted in adjacent blocks and extracted color candidates in the target block is selected as color information of a line drawing in the target block Method.
入力手段が、符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力工程と、An input step in which input means inputs image data in units of blocks to be subjected to lossy encoding from multi-valued image data to be encoded;
抽出手段が、入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出工程と、An extraction step in which the extraction means extracts color information indicating the color of the pixel of the line drawing in the image data of the input block;
位置情報生成手段が、該抽出工程で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成工程と、A position information generating step for generating position information for identifying a position of a pixel of a line drawing and a position of a pixel of a non-line drawing in the target block according to the color information extracted in the extraction step;
可逆符号化手段が、該位置情報生成工程で生成された位置情報、及び、前記抽出工程で抽出された色情報を可逆符号化する可逆符号化工程と、A lossless encoding means for losslessly encoding the position information generated in the position information generation step and the color information extracted in the extraction step;
置換値算出手段が、前記位置情報生成工程で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出工程と、A replacement value calculating unit that calculates an average value of non-line drawing pixel values as a replacement value in order to replace the pixel value of the line drawing according to the position information generated in the position information generation step;
置換手段が、注目ブロック内の線画の画素の値を、前記置換値で置換する置換工程と、A replacement step in which the replacement means replaces the value of the pixel of the line drawing in the target block with the replacement value;
非可逆符号化手段が、置換後のブロックの画像データを非可逆符号化する非可逆符号化工程と、An irreversible encoding means for irreversibly encoding the image data of the replaced block;
多重化手段が、前記可逆符号化工程により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化工程により生成された画像データの符号化データを多重化し、出力する多重化工程とを備え、Multiplexing means for multiplexing and outputting the encoded data of the position information and color information generated by the lossless encoding process and the encoded data of the image data generated by the lossy encoding process A process,
前記抽出工程は、The extraction step includes
既に符号化されたブロックから抽出した色情報をメモリに記憶する記憶工程と、A storage step of storing in the memory the color information extracted from the already encoded blocks;
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定工程と、A candidate determination step of determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
前記メモリを参照し、該候補決定工程で決定した前記抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断工程と、A determination step of referring to the memory and determining whether or not there is a color that matches color information of an adjacent block among the extracted color candidates determined in the candidate determination step;
前記抽出色候補中の前記判断工程で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択工程とを備え、A selection step of preferentially selecting the color information determined to match in the determination step in the extracted color candidates as the color information of the line drawing in the block of interest,
前記判断工程が前記候補決定工程で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色がないと判断した場合、前記選択工程は最大頻度を持つ抽出色候補を注目ブロックにおける線画の色情報として選択し、When the determination step determines that there is no color that matches the color information of an adjacent block among the extraction color candidates determined in the candidate determination step, the selection step selects an extraction color candidate having the maximum frequency as the target block Select as the color information of the line drawing in
前記記憶工程は、更に、既に符号化済みのブロックに基づいて生成された前記位置情報を前記メモリに記憶し、The storing step further stores the position information generated based on the already encoded block in the memory,
前記判断工程が前記候補決定工程で決定された抽出色候補の中に、隣接するブロックの色情報と一致する色が2以上存在すると判断した場合、前記選択工程は、前記隣接ブロックの抽出色と一致すると判断された注目ブロックの抽出色候補の中の、隣接ブロックにおける最大頻度の色と一致する色が1つである場合、当該色を注目ブロックにおける線画の色情報として選択するWhen the determination step determines that there are two or more colors that match the color information of adjacent blocks among the extraction color candidates determined in the candidate determination step, the selection step includes the extraction color of the adjacent block and When there is one color that matches the color of the maximum frequency in the adjacent block among the extracted color candidates of the target block determined to match, that color is selected as the color information of the line drawing in the target block.
ことを特徴とする画像符号化装置の制御方法。A control method for an image encoding device.
前記選択工程は、隣接ブロックで抽出された色情報及び位置情報と、注目ブロックにおける抽出色候補の色と位置に基づき、距離が最短となる色情報を、注目ブロックにおける線画の色情報として選択することを特徴とする請求項7に記載の画像符号化装置の制御方法。The selection step selects the color information having the shortest distance as the color information of the line drawing in the target block based on the color information and position information extracted in the adjacent block and the color and position of the extracted color candidate in the target block. The method of controlling an image encoding device according to claim 7.
入力手段が、符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力工程と、An input step in which input means inputs image data in units of blocks to be subjected to lossy encoding from multi-valued image data to be encoded;
抽出手段が、入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出工程と、An extraction step in which the extraction means extracts color information indicating the color of the pixel of the line drawing in the image data of the input block;
位置情報生成手段が、該抽出工程で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成工程と、A position information generating step for generating position information for identifying a position of a pixel of a line drawing and a position of a pixel of a non-line drawing in the target block according to the color information extracted in the extraction step;
可逆符号化手段が、該位置情報生成工程で生成された位置情報、及び、前記抽出工程で抽出された色情報を可逆符号化する可逆符号化工程と、A lossless encoding means for losslessly encoding the position information generated in the position information generation step and the color information extracted in the extraction step;
置換値算出手段が、前記位置情報生成工程で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出工程と、A replacement value calculating unit that calculates an average value of non-line drawing pixel values as a replacement value in order to replace the pixel value of the line drawing according to the position information generated in the position information generation step;
置換手段が、注目ブロック内の線画の画素の値を、前記置換値で置換する置換工程と、A replacement step in which the replacement means replaces the value of the pixel of the line drawing in the target block with the replacement value;
非可逆符号化手段が、置換後のブロックの画像データを非可逆符号化する非可逆符号化工程と、An irreversible encoding means for irreversibly encoding the image data of the replaced block;
多重化手段が、前記可逆符号化工程により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化工程により生成された画像データの符号化データを多重化し、出力する多重化工程とを備え、Multiplexing means for multiplexing and outputting the encoded data of the position information and color information generated by the lossless encoding process and the encoded data of the image data generated by the lossy encoding process A process,
前記抽出工程は、The extraction step includes
既に符号化されたブロックから抽出した色情報をメモリに記憶する記憶工程と、A storage step of storing in the memory the color information extracted from the already encoded blocks;
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定工程と、A candidate determination step of determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
前記メモリを参照し、該候補決定工程で決定した前記抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断工程と、A determination step of referring to the memory and determining whether or not there is a color that matches color information of an adjacent block among the extracted color candidates determined in the candidate determination step;
前記抽出色候補中の前記判断工程で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択工程とを備え、A selection step of preferentially selecting the color information determined to match in the determination step in the extracted color candidates as the color information of the line drawing in the block of interest,
前記判断工程によって前記抽出色候補の中に、隣接するブロックの色情報と一致する色が1つであると判断した場合、前記選択工程は一致すると判断された色を注目ブロックの色情報として選択し、If it is determined in the determination step that there is one color that matches the color information of the adjacent block among the extracted color candidates, the selection step selects the color determined to match as the color information of the target block And
前記抽出工程は、更に、前記判断工程によって前記抽出色候補の中に、隣接するブロックの色情報と一致する色が複数あると判断した場合、一致すると判断された抽出色候補の中の頻度が第1位、第2位の色数の合計数が、予め設定された閾値を超えるか否かを判断する第2の判断工程を備え、In the extraction step, when it is determined in the determination step that there are a plurality of colors that match the color information of adjacent blocks in the extraction color candidates, the frequency among the extraction color candidates determined to match is determined. A second determination step of determining whether or not the total number of the first and second colors exceeds a preset threshold;
該第2の判断工程によって前記合計数が、前記予め設定された閾値を超えると判断した場合、前記選択工程は、前記頻度が第1位、第2位の2色情報を、注目ブロックの線画の色情報として選択するWhen it is determined in the second determination step that the total number exceeds the preset threshold value, the selection step displays the two-color information with the first frequency and the second frequency as the line drawing of the target block. Select as color information
ことを特徴とする画像符号化装置の制御方法。A control method for an image encoding device.
入力手段が、符号化対象の多値画像データから、非可逆符号化の対象となるブロック単位の画像データを入力する入力工程と、An input step in which input means inputs image data in units of blocks to be subjected to lossy encoding from multi-valued image data to be encoded;
抽出手段が、入力したブロックの画像データ中の、線画の画素の色を示す色情報を抽出する抽出工程と、An extraction step in which the extraction means extracts color information indicating the color of the pixel of the line drawing in the image data of the input block;
位置情報生成手段が、該抽出工程で抽出した色情報に従い、注目ブロック内の線画の画素の位置と、非線画の画素の位置とを識別するための位置情報を生成する位置情報生成工程と、A position information generating step for generating position information for identifying a position of a pixel of a line drawing and a position of a pixel of a non-line drawing in the target block according to the color information extracted in the extraction step;
可逆符号化手段が、該位置情報生成工程で生成された位置情報、及び、前記抽出工程で抽出された色情報を可逆符号化する可逆符号化工程と、A lossless encoding means for losslessly encoding the position information generated in the position information generation step and the color information extracted in the extraction step;
置換値算出手段が、前記位置情報生成工程で生成された位置情報に従って、線画の画素の値を置換するため、非線画の画素の値の平均値を置換値として算出する置換値算出工程と、A replacement value calculating unit that calculates an average value of non-line drawing pixel values as a replacement value in order to replace the pixel value of the line drawing according to the position information generated in the position information generation step;
置換手段が、注目ブロック内の線画の画素の値を、前記置換値で置換する置換工程と、A replacement step in which the replacement means replaces the value of the pixel of the line drawing in the target block with the replacement value;
非可逆符号化手段が、置換後のブロックの画像データを非可逆符号化する非可逆符号化工程と、An irreversible encoding means for irreversibly encoding the image data of the replaced block;
多重化手段が、前記可逆符号化工程により生成された位置情報及び色情報の符号化データ、及び、前記非可逆符号化工程により生成された画像データの符号化データを多重化し、出力する多重化工程とを備え、Multiplexing means for multiplexing and outputting the encoded data of the position information and color information generated by the lossless encoding process and the encoded data of the image data generated by the lossy encoding process A process,
前記抽出工程は、The extraction step includes
既に符号化されたブロックから抽出した色情報をメモリに記憶する記憶工程と、A storage step of storing in the memory the color information extracted from the already encoded blocks;
注目ブロック中の各色の頻度を求め、予め設定された閾値以上の頻度を持つ色を抽出色候補として決定する候補決定工程と、A candidate determination step of determining the frequency of each color in the block of interest and determining a color having a frequency equal to or higher than a preset threshold as an extraction color candidate;
前記メモリを参照し、該候補決定工程で決定した前記抽出色候補の中に、隣接するブロックの色情報と一致する色があるか否かを判断する判断工程と、A determination step of referring to the memory and determining whether or not there is a color that matches color information of an adjacent block among the extracted color candidates determined in the candidate determination step;
前記抽出色候補中の前記判断工程で一致すると判断された色情報を優先して、注目ブロックにおける線画の色情報として選択する選択工程とを備え、A selection step of preferentially selecting the color information determined to match in the determination step in the extracted color candidates as the color information of the line drawing in the block of interest,
前記判断工程によって前記抽出色候補の中に、隣接するブロックの色情報と一致する色が1つであると判断した場合、前記選択工程は一致すると判断された色を注目ブロックの色情報として選択し、If it is determined in the determination step that there is one color that matches the color information of the adjacent block among the extracted color candidates, the selection step selects the color determined to match as the color information of the target block And
前記選択工程は、前記判断工程によって前記抽出色候補の中に、隣接するブロックの色情報と一致する色が複数あると判断した場合、一致すると判断された抽出色候補の中の頻度が第1位の色情報を注目ブロックの線画の第1の色情報として選択し、第2位以降の抽出色候補中の、前記可逆符号化工程による符号化効率が最大にとなる色情報を注目ブロックの線画の第2の色情報として選択するIn the selection step, when it is determined in the determination step that there are a plurality of colors that match the color information of adjacent blocks in the extracted color candidates, the frequency of the extracted color candidates determined to match is first. Is selected as the first color information of the line drawing of the target block, and the color information that maximizes the encoding efficiency by the lossless encoding process among the extracted color candidates after the second position is selected. Select as second color information of line drawing
ことを特徴とする画像符号化装置の制御方法。A control method for an image encoding device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006353177A JP4748805B2 (en) | 2006-12-27 | 2006-12-27 | Image coding apparatus and control method thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006353177A JP4748805B2 (en) | 2006-12-27 | 2006-12-27 | Image coding apparatus and control method thereof |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2008167060A JP2008167060A (en) | 2008-07-17 |
JP2008167060A5 JP2008167060A5 (en) | 2009-10-15 |
JP4748805B2 true JP4748805B2 (en) | 2011-08-17 |
Family
ID=39695917
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006353177A Expired - Fee Related JP4748805B2 (en) | 2006-12-27 | 2006-12-27 | Image coding apparatus and control method thereof |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4748805B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012134847A (en) * | 2010-12-22 | 2012-07-12 | Ricoh Co Ltd | Image compression apparatus, image compression method and program |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3233986B2 (en) * | 1992-06-24 | 2001-12-04 | キヤノン株式会社 | Image processing apparatus and method |
JP2006238291A (en) * | 2005-02-28 | 2006-09-07 | Ricoh Printing Systems Ltd | Coding processing method of color image information, decoding processing method and printer using the same |
-
2006
- 2006-12-27 JP JP2006353177A patent/JP4748805B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2008167060A (en) | 2008-07-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4418762B2 (en) | Image encoding apparatus, image decoding apparatus, control method thereof, computer program, and computer-readable storage medium | |
JP4847398B2 (en) | Image processing apparatus and method | |
US8213727B2 (en) | Image encoding apparatus and image decoding apparatus, and control method thereof | |
EP1175100A2 (en) | Method and apparatus for image encoding and decoding | |
US6337929B1 (en) | Image processing apparatus and method and storing medium | |
JP2008178108A (en) | Method and device for effectively compressing and restoring binary image | |
JP4522199B2 (en) | Image encoding apparatus, image processing apparatus, control method therefor, computer program, and computer-readable storage medium | |
JP4893957B2 (en) | Encoding device, decoding device, encoding method and program | |
JP2009017502A (en) | Image encoding apparatus and image decoding apparatus | |
JP2009077176A (en) | Image coder, image decoder, and their control methods | |
JP4748805B2 (en) | Image coding apparatus and control method thereof | |
JP3853115B2 (en) | Image encoding apparatus, image decoding apparatus, image encoding method, and image decoding method | |
KR101454208B1 (en) | Method and apparatus for encoding/decoding halftone image | |
KR100597004B1 (en) | The apparatus for processing of the binary image using the reassignment of the symbol dictionary and the method thereof | |
WO2000018133A1 (en) | Encoding device and method, and decoding device and method | |
JP3675429B2 (en) | Adaptive predictive encoding and decoding method and apparatus thereof, and recording medium recording adaptive predictive encoding and decoding program | |
JP5086777B2 (en) | Image encoding apparatus, control method therefor, computer program, and computer-readable storage medium | |
JP4743884B2 (en) | Image coding apparatus and control method thereof | |
JP2005252531A (en) | Device and program for compressing data | |
JP4971881B2 (en) | Image encoding apparatus, image decoding apparatus, and control method thereof | |
JPH0993440A (en) | Multi-value image processor | |
JP3263218B2 (en) | Image information data compression and playback device | |
JP2008228229A (en) | Image encoding apparatus and control method thereof | |
JP4369309B2 (en) | Image encoding apparatus, image decoding apparatus, image encoding method, and image decoding method | |
JP2001103315A (en) | Image coding method and image coder |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090901 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090901 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110314 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110412 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20110513 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110516 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140527 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |