JP3481644B2 - Image compression device - Google Patents

Image compression device

Info

Publication number
JP3481644B2
JP3481644B2 JP07596293A JP7596293A JP3481644B2 JP 3481644 B2 JP3481644 B2 JP 3481644B2 JP 07596293 A JP07596293 A JP 07596293A JP 7596293 A JP7596293 A JP 7596293A JP 3481644 B2 JP3481644 B2 JP 3481644B2
Authority
JP
Japan
Prior art keywords
image
symbol
color
entropy
encoding
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 - Lifetime
Application number
JP07596293A
Other languages
Japanese (ja)
Other versions
JPH06292021A (en
Inventor
治久 倉根
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP07596293A priority Critical patent/JP3481644B2/en
Publication of JPH06292021A publication Critical patent/JPH06292021A/en
Application granted granted Critical
Publication of JP3481644B2 publication Critical patent/JP3481644B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Compression Of Band Width Or Redundancy In Fax (AREA)

Description

【発明の詳細な説明】 【0001】 【産業上の利用分野】本発明は、2階層以上のビットプ
レーンをもつ画像、例えばマルチカラー画像等を高能率
に符号化する画像圧縮装置に関する。 【0002】 【従来の技術】現在、コンピューターにより作成した文
書、図、表等からなる画像(本文では単に文書画像とい
う)やコンピューターグラフィック(本文ではCGとい
う)を、電子的に記録・保存・データベース化し、任意
の時間に任意の画像を検索するシステムが登場してい
る。画像の保存形態としては、ビットマップ形態や、文
字コード、ベクトルデータ、フォント、制御データ等で
保存する形態が考えられる。前者は、描画のための計算
がなくなることから高速描画ができ、またデータの共有
化も可能である、等の利点がある。ビットマップで画像
を保存する場合、より多くの画像をより少ないメモリー
に保存する圧縮技術が必須であり、実用化のためには、
安価な装置で、かつ検索・再生に要す時間が短いことが
必要である。 【0003】白黒表示の2値画像から多値画像、例えば
8色のマルチカラー画像に拡張する場合、1画素を3ビ
ットに拡張する必要がある。例えばR、G、Bに1ビッ
トづつ割り当てる。このマルチカラー画像の符号化方式
としては既存の符号化技術を、R、G、B各プレーンに
施す方法が提案されている。8色にカラー拡張した画像
を圧縮する場合、プレーン毎に符号化を行うため、画素
数が2値画像に比して3倍になる。よって、マルチカラ
ー画像の圧縮後の情報量は、2値のときよりも格段に増
大する。 【0004】画像電子学会誌第21巻第3号の「バブル
ジェット記録とCOSMIC符号化を用いたディジタル
網対応カラーファクシミリ」においては、図8のごとく
プレーン毎に符号化する方式を提案している。図8の符
号化手段3はマルコフモデルを用いた画素予測手段11
と動的算術符号化手段12を組み合わせている。この方
式の重要な概念であるマルコフモデルの説明のために、
図9を用いる。図9では、ある一つのビットプレーン、
例えばRプレーンのみに着目する。同図において、符号
化すべき画素をxとし、その周辺の画素a、b、c、
d、e、fを参照画素と呼ぶ。この参照画素にて構成さ
れる部分(10)をマルコフモデルのモデルテンプレー
トという。図に示す順序9で画素xを符号化したとき、
各々の参照画素は既に符号化済みであり、よって参照が
可能である。この6個の参照画素の値で決まる状態を本
文ではマルコフ状態(64状態)という。 【0005】マルコフモデルを用いる方式は、符号化画
素xと参照画素の相関性を利用する。画素予測手段11
は、マルコフ状態から符号化画素xを予測する。例えば
参照画素が全て0の状態では符号化画素もまた0である
確率が高い。このように予測が可能である。マルコフ状
態から符号化画素の値を予測し、予測値と符号化画素の
値が一致した場合、本文ではその画素を優勢画素と呼
び、予測と違っていたら劣性画素と呼ぶ。ある1枚の画
像において、符号化画素が劣性である確率(=1−優勢
確率)はマルコフ状態によって違うが、その値は小さ
い。このように符号化手段3は、符号化画素と相関の強
い参照画素の状態(マルコフ状態)から符号化画素を予
測し、それが劣性か優勢か判断する。この判断と、マル
コフ状態によって決まる劣性の発生確率を用いて、算術
符号化を行う。図8では動的算術符号化手段12にて符
号化を行う。動的算術符号化はこの劣性の発生確率が、
過去の劣性の発生頻度に応じて動的に変化する。 【0006】算術符号、及び本方式のより詳しい内容は
例えば安田浩氏編著「マルチメディア符号化の国際標
準」(丸善)の2値符号化の章に記述されている。 【0007】前述のマルコフモデルと動的算術符号化を
組み合わせた方式では、プレーン間の色相関を利用し、
さらに符号化効率の向上をはかっている。すなわち、参
照画素としてプレーン内の画素(12画素)のみでな
く、他のプレーンの符号化済みの画素も参照する。 【0008】 【発明が解決しようとする課題】従来技術のマルチカラ
ー画像の符号化方式は、その対象とする装置、画像は、 ・カラー複写機、カラーファクシミリ等の高価格、高品
質な装置向けである。 【0009】・その出力手段は紙である。 【0010】・符号化対象画像は、既に印刷済みの画
像、または写真である。 【0011】これに対し本発明で対象とする画像、装置
は ・対象画像はコンピューター等で作ったマルチカラー等
の多値画像である。 【0012】・圧縮画像は記録装置に蓄積し、ディスプ
レー等に出力する。 【0013】・対象装置は、パソコン、個人向け携帯機
器である。 【0014】以上の点から、従来技術の符号化方式は本
発明の目的とする対象装置、画像に対して最適化されて
いない。また、参照画素が多いこと、プレーンによりマ
ルコフモデルのモデルテンプレートが異なること等から
ハードウェアが大型化する。本発明は、前記対象画像、
装置に適した画像符号化方式により高い圧縮率が得られ
る画像圧縮装置を提供し、またそれは簡単な構成で安価
に実現でき、さらに再生時間が短い画像圧縮装置である
ことを目的とする。 【0015】 【課題を解決するための手段】前記課題の解決および目
的達成のために本発明は、文字、線画、べた画像などの
画像表示要素によって構成され、かつ2階層以上のビッ
トプレーンを有した多値画像を圧縮する装置で、多値表
示のための前記画像表示要素を示す表示シンボルを符号
化シンボルに変換するシンボル変換手段と、前記符号化
シンボルをビットプレーン毎に符号化する圧縮手段とを
備えた画像圧縮装置であって、前記シンボル変換手段
は、前記画像表示要素を示すnビットの表示シンボル
nビットの符号化シンボルを決定する変換テーブルを
有し、前記変換テーブルにおいては、各画像表示要素の
みで形成した2値画像の2次元画像としての統計的性質
を、隣接画像との相関関係から決まるエントロピーとし
て、全ての画像表示要素に対して計算し、各画像要素の
エントロピーの大きい順に順位をつけ、上記n個の画像
表示要素のうちエントロピーの大きいものに対しては、
各々別のビットのみ1で、他のビットが0の符号化シン
ボルに割り当て、エントロピーがもっとも小さい画像表
示要素に対しては、nビット全て1の符号化シンボルに
割り当て、背景を示す画像に対しては、nビット全て0
の符号化シンボルに割り当てることを特徴とする。 【0016】 【0017】 【0018】 【実施例】(実施例1)本発明の実施例の一つを、地図
画像(CG)を例にあげて説明する。通常ビットマップ
化した地図は、例えば一般道路、有料道路、河、地名、
緑地、マーク等により色が決められ、その色に対してシ
ンボルが決められている。 【0019】本文では、あるシンボル(色)の画像とし
ての情報量の大きさを、そのシンボルのみで作った画像
の情報量と定義する。そうして作った画像は、シンボル
によってその画像の統計的性質が全く違うことから、シ
ンボルの画像情報量も大きく異なる。例えば、一般道路
の画像としての情報量は非常に大きく、緑地、マーク等
の情報量は極めて小さい。また、異なる2つのシンボル
を合成した画像の情報量は、各々のシンボルの画像の情
報量を合成したもの(和)に近い値をとる。例えば道路
と、マークを合成した画像の情報量はそれぞれの情報量
の和に近い。本発明ではこの2点に着眼し、カラーシン
ボル(後述)を、最も高い圧縮効率が得られる符号化シ
ンボル(後述)に変換する。さらに本発明ではそのシン
ボル変換手段の構成方法を提供する。 【0020】本発明の原理を、図1を用いて具体的に説
明する。画像情報源2は3ビットカラー拡張した地図画
像である。これは例えば図5に示すR、G、Bの3プレ
ーンのごとく表現でき、図1のR、G、Bに対応する。
本文ではこの(R、G、B)をカラーシンボルとする。
カラーシンボルは本発明の主要素であるシンボル変換手
段1に入力され、図5のごとく符号化のためのシンボル
(D0、D1、D2)に変換される。本文ではこれらを
符号化シンボルとする。このシンボル変換手段の構成法
については後述するが、これにより圧縮率が大幅に向上
する。符号化シンボルは、符号化手段3に入力される。
この符号化手段3は、符号化シンボルの各々のビットD
0、D1、D2で構成される。ビットプレーン(図5)
毎に符号化し、圧縮データ7を生成する。符号化の点順
序は例えば図6(a)、(b)、(c)に示すように、
どのような順序でもよい。ここで、(1)、(2)、
(3)...は符号化の順序を示す。符号化方式はM
H、MR、MMR、算術符号等いかなるものでもよい。
また各々のプレーンの符号化方式、またはパラメーター
等が異なってもよい。本実施例では、従来技術のマルコ
フモデルと算術符号化を組み合わせた符号化方式を用い
るが、シンボル変換手段を用いたことで圧縮率が大幅に
向上する。また参照画素数を減らしても(プレーン間の
色相関をとらなくても)圧縮率が高いので、装置の小型
化が可能である。圧縮データ7は記録装置4に記録され
る。4は通信装置でもよい。 【0021】つぎにシンボル変換手段の構成法について
説明する。構成法とはカラーシンボルに対して符号化シ
ンボルを割り当てることである。これを行う前段階とし
て、一つのカラーシンボルのみで形成した画像の情報量
を、全てのカラーシンボル(本実施例では8個)に対し
て求める。カラーシンボルの画像情報量は、まず符号化
方式を想定し、それに基づいて画像の統計的な偏りを示
す量、ここではエントロピーを求め、これを情報量とす
る。エントロピーの計算法については実施例1の最後に
記述する。 【0022】この前段階終了後、以下の手順に従ってシ
ンボル割当を行う。 【0023】手順1: 各々のシンボルを、エントロピ
ーの高い順に順位をつける。 【0024】本実施例では8個のカラーシンボルに順位
をつける。 【0025】手順2: 通常最もエントロピーが高いバ
ックグランド(背景)に000を割り当てる。 【0026】手順3: バックグランドを除き、エント
ロピーの高い上位3つのシンボルに001、010、1
00を割り当てる。順序は本実施例では規定しない。 【0027】手順4: 割当が未決定のシンボルで、エ
ントロピーの高い上位3つのシンボルに011、10
1、110を割当てる。順序は本実施例では規定しな
い。 【0028】手順5: エントロピーが最も低いシンボ
ルに111を割り当てる。 【0029】上記手順において1と0を全て反転しても
よい。 【0030】本発明で提案するシンボル変換手段の構成
法は、エントロピーの大きいカラーシンボルは、符号化
シンボルの各々のビットプレーンに独立に割り当て、小
さいカラーシンボルは、プレーンにまたがってシンボル
を割り当てる。このシンボル変換は、複数(ここでは8
個)のカラーシンボルの合成画像の情報量は大きなエン
トロピーのカラーシンボルで決まること、また、カラー
シンボルの画像情報量がシンボルによって大きく異なる
ことを利用している。すなわち、隣接画素との相関関係
の低い文字画像やマーク画像はエントロピーが高く(隣
接画素と同じ値にある確率が低い)、べた画像はエント
ロピーが低くなる(隣接画素と同じ値になる確率が高
い)。したがって、文字画像、マーク画像、べた画像1
及びべた画像2の4つの画像表示要素を考えたときに、
これらをエントロピーの高い順に順位付けをすると、
(1)文字画像、(2)マーク画像、(3)べた画像
1、(4)べた画像2の順となる。 これらについて前述
したシンボル割当を行う。ここでは、3ビットの符号化
シンボルとし、エントロピーが高い順にコードを割り当
てるので、文字画像に「001」というコードを割り当
て、マーク画像に「010」を割り当て、べた画像1に
「100」を割り当て、べた画像2には「110」を割
り当てる、背景色には「000」を割り当てる。 このよ
うにすることにより、3ビットの符号シンボルは上位ビ
ット側からビット2、ビット1及びビット0の順序のコ
ードとすると、ビット0の2値画像(ビットプレーン0
画像)は、文字画像のみの画像となる。また、ビット1
の2値画像(ビットプレーン1画像)はマーク画像とべ
た画像2の2つの論理和をとった画像となる。さらにビ
ット2の2値画像(ビットプレーン2画像)は、マーク
画像のみの画像となる。 したがって、ビットプレーン0
画像のエントロピーは、最もエントロピーが大きい文字
画像のみで構成されており、文字画像のエントロピーで
決まる。ビットプレーン1画像は、マーク画像とべた画
像2で構成され、この画像のエントロピーはほぼ両者の
和となる。ビットプレーン2画像はべた画像1とべた画
像2で構成され、この画像のエントロピーはほぼ両者の
和となる。 結果として、圧縮対象画像のエントロピー
は、下式のごとく画像表示要素のエントロピーの和とな
る。 文字画像+マーク画像+2*(べた画像1+べた画
像2) 上式から明らかなように、エントロピーが低いべ
た画像1とべた画像2は2倍されているが、エントロピ
ーが大きい文字画像やマーク画像は係数倍されていな
い。 この結果、文字、マーク、べた画像などで構成され
る文書やマルチカラー化(多ビット化)するとき、本実
施形態の符号化シンボル変換によれば、マルチカラー化
後のエントロピーが2値画像(全ての画像表示要素のシ
ンボルを1/0で表現したときのモノクロ画像)のエン
トロピーと大きく変わらない。よって、マルチカラー化
後の画像を圧縮した後のデータ量が、2値(モノクロ)
画像を圧縮したときのデータ量と変わらなくなる。カラ
ー拡張画像の元画像の情報量は2値画像に比し3倍にな
るが、本発明のシンボル変換を用いた圧縮装置によれ
ば、圧縮後の情報量は符号化手段が同じ場合、2値画像
に圧縮後の情報量に近づく。 【0031】本発明の圧縮装置での符号化に要す時間
は、(R、G、B)のカラーシンボルを符号化するのに
要す時間に比べると、プレーン数が同じ、すなわち符号
化画素数が同じことから、同じ時間となる。また、シン
ボル変換に要す時間は、ハードウェアロジックで実現す
れば無視でき、また実施例2で記述するテーブルを用い
たルックアップテーブル形式にしても十分に小さい。 【0032】本発明の圧縮装置の大きさは、R、G、B
のカラーシンボルの圧縮装置に比べると、シンボル変換
手段が追加するだけであり、前記の実現方法によればそ
の大きさは小さい。 【0033】ここではマルコフモデルを利用した場合の
エントロピーの計算法を説明する。説明のために図9を
用いる。本文では参照画素の値により決まるマルコフ状
態mを式1で定量化する。 【0034】 m = a・32 + b・16 + c・8 + d・4 + e・2 + f −−(式1) ここでa、b、c、d、e、fは図9にて対応する画素
の値(1/0)を示す。圧縮対象画像(本実施例では地
図)において、ある符号化画素xを注目した場合を考え
る。この符号化画素によって決まる参照画素値から式1
によりマルコフ状態mを計算し、同時に符号化画素xの
値(0/1)をみる。これを例えば符号化順序9に従っ
て全画素において行い、64個全てのマルコフ状態に対
しての0の発生頻度a0[m]、1の発生頻度a1
[m]を求める。また64個のマルコフ状態の発生頻度
b[m]を求める。これにより、あるマルコフ状態mに
おける1の発生確率Pa[1/m]、0の発生確率Pa
[0/m]を式2、3により計算する。また、そのマル
コフ状態の発生確率Pb[m]を式4により計算する。 【0035】 Pa[0/m] = a0[m]/(a1[m]+a0[m]) −(式2) Pa[1/m] = a1[m]/(a1[m]+a0[m]) −(式3) Pb[m] = b[m]/ T −(式4) ここでTは全画素数である。 【0036】これらの発生確率から式5に従ってエント
ロピーH[m]を計算する。 【0037】 ここでlogの底は2とする。エントロピーの計算方法
は例えば岩波書店刊「情報と符号の理論」に記載されて
いる。 【0038】次に、本発明の実施例であるコンピュータ
で作成する文書画像を例えば3ビットにカラー拡張し、
圧縮する装置を図2について説明する。この場合も、
ラー拡張により3倍になる元画像の情報量も、本発目の
圧縮装置によれば、2値画像表現化した画像の圧縮後の
情報量に近づけることできる。 【0039】本実施例を、図2により具体的に説明す
る。通常マルチカラーの文書画像では、各色(シンボ
ル)に、文字、線画、罫線、べた塗り等を割り当てる。
シンボル(色)の画像としての情報量は、その画像の統
計的性質が異なることから、シンボルによって大きく異
なる。例えば、文字は情報量は大きく、線画、べた塗り
は小さい。これを利用し、シンボル割当を実施例1で示
した手順に従って決めることができる。 【0040】本実施例においては、色と符号化シンボル
の関係が固定であるとは限らないので、符号化処理の前
に、シンボル変換手段1のカラーシンボルと符号化シン
ボルの対応関係(本文ではこれをシンボル変換テーブル
という)を決める。そのために、シンボル変換手段1の
構成を、例えばRAM等によるルックアップテーブル方
式とする。このRAMテーブルの入力値はカラーシンボ
ルであり、出力値は符号化シンボルである。このテーブ
ルの実現は、図2の色−符号化シンボルテーブル情報8
を前記RAMに書き込むことで可能である。 【0041】シンボル変換テーブル書き込み後、画像情
報源2のカラーシンボル(R,G,B)をシンボル変換
手段1に入力し、符号化シンボル(D0、D1、D2)
に変換する。符号化シンボルは符号化手段3によって符
号化され、圧縮データ7が生成する。符号化手段3は例
えば実施例1で示したそれを用いる。圧縮データ7は、
記録フォーマット変換手段5により例えば図7のよう
に、属性情報の色−符号化シンボル情報と合成した記録
フォーマットの形にされ、記録装置4に記録される。 【0042】符号化シンボルは、文字、線、フォント、
塗りつぶし、図形、バックグランド等を示すシンボルと
解釈することもできる。よって、圧縮率向上の他の効果
として、シンボル変換テーブルを変更することで、任意
の色のマルチカラー画像を再生できる。例えば文字のみ
を赤色に変更する、といったことができる。また、任意
のシンボルのみ抽出し、ビットマップを形成することも
できる。例えば、文書中の図のみでビットマップを形成
することができる。これを利用すれば、2値表現の文書
を多値化することで、よりインテリジェントな文書処理
・出力できる。 【0043】(実施例2)本実施例はカラースキャナー
等で読み込んだ画像について、本発明の圧縮装置を適応
する。本実施例を図3を用いて説明する。本実施例で
は、画像情報源2はカラースキャナーからのR、G、B
である。また、図4のようにカラースキャナーからの画
像データをフレームバッファーに蓄積したものでもよ
い。 【0044】符号化処理を行う前に、前処理6を画像情
報源2を用いて行う。これは実施例1で記述したカラー
シンボルの画像情報量を求め、それに応じてシンボル割
当を決める処理である。前処理6は実施例1で示した手
順でもよいが、計算時間がかかることから、本実施例で
は別方式を提案する。これについては後述する。前処理
6によって決まるシンボル変換手段1は、符号化対象画
像の統計的性質が予想できないことから、シンボル変換
テーブルが変更可能なテーブル方式(実施例2で記述)
とする。前処理終了後、すなわちシンボル変換テーブル
書き込み後、以下に記述する符号化処理を行う。 【0045】シンボル変換テーブル(1)に基づいて、
カラースキャナーまたはフレームバッファーからのカラ
ーシンボル(R、G、B)を符号化シンボル(D0、D
1、D2)に変換する。符号化シンボルは符号化手段3
により符号化され、圧縮データ7が生成する。符号化手
段3は例えば実施例1で示したものとする。圧縮データ
7は実施例2で記述したように、記録フォーマット変換
手段5により記録フォーマット化され、記録装置4に記
録される。 【0046】本実施例で提案するシンボル変換テーブル
の構成法、すなわち前処理6の処理内容を記述する。こ
こでは、前処理6に必要なシンボルの画像情報量を、そ
のシンボルの発生頻度と定義する。すなわち、図9のよ
うな点順序で符号化画素を掃引し(本文ではプリスキャ
ンという)、カラーシンボルの発生頻度を計数する。1
画像全てプリスキャン後、各々のカラーシンボルの発生
頻度をその画像情報量とする。プリスキャンは、そのた
めにカラースキャナーを駆動してもよいし、図4のよう
にフレームバッファーに蓄積したデータを用いてもよ
い。また、画像に適当な代表点を複数決め、その点のみ
サンプリングしてカラーシンボルの発生頻度を計数する
方法でもよい。 【0047】発生頻度が分かったら、以下の手順に従っ
て、シンボル割当を行う。 【0048】手順1: 発生頻度の高い順序に並べる。 【0049】本実施例では8個のカラーシンボルに順序
をつける。 【0050】手順2: 通常最も発生頻度が高いバック
グランドのカラーシンボルに000を割り当てる。 【0051】手順3: バックグランドカラーを除き、
発生頻度の高い上位3つのシンボルに001、010、
100を割り当てる。順序は本実施例では規定しない。 【0052】手順4: 割当が未決定のシンボルで、発
生頻度の高い上位3つのシンボルに011、101、1
10を割り当てる。順序は本実施例では規定しない。 【0053】手順5: 発生頻度が最も低いシンボルに
111を割り当てる。 【0054】 【発明の効果】マルチカラー画像をビットマップ形態で
保存する利点としては、コンピューターにとって描画の
ための計算の負荷が軽減し、高速描画ができ、またデー
タの共有化も可能である。このビットマップ化したマル
チカラー(多値)画像に、本発明の圧縮装置を適用する
ことにより、以下の効果をもつ。 【0055】カラー拡張画像の元画像の情報量は、2値
画像に比し(プレーンの数)倍になるが、本発明のシン
ボル変換を用いた圧縮装置によれば、圧縮後の情報量
は、符号化方式が同じ場合、2値画像の圧縮後の情報量
に近づけることができる。 【0056】圧縮画像の、復号・再生時間はプレーン
数、すなわち符号化画素数によって決まるので、本発明
の装置では変わらない。また、シンボル変換に要す処理
時間は符号化に要す時間に比しほとんど無視できる。 【0057】シンボル変換手段のハードウェア規模は、
符号化手段に比して十分に小さい。 【0058】よりインテリジェントな文書画像処理が可
能になる。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image compression apparatus for efficiently encoding an image having two or more layers of bit planes, for example, a multi-color image. 2. Description of the Related Art At present, an image (document image is simply referred to as a document image) or a computer graphic (CG is referred to as a CG in the text) made of a computer, such as a document, a diagram, and a table, is electronically recorded / stored / database. A system for searching for an arbitrary image at an arbitrary time has appeared. The image can be stored in a bitmap format, a character code, vector data, a font, control data, or the like. The former has advantages such that high-speed drawing can be performed because calculation for drawing is eliminated, and data can be shared. When saving images with bitmaps, compression technology that saves more images in less memory is essential, and for practical use,
It is necessary to use an inexpensive device and a short time required for search and reproduction. In order to extend a monochrome image from a binary image to a multivalued image, for example, a multicolor image of eight colors, it is necessary to extend one pixel to three bits. For example, R, G, and B are assigned one bit at a time. As a method of encoding the multi-color image, a method of applying an existing encoding technique to each of the R, G, and B planes has been proposed. When compressing an image color-expanded to eight colors, encoding is performed for each plane, so the number of pixels is three times as large as that of a binary image. Therefore, the information amount of the multi-color image after compression is significantly larger than that of the binary image. [0004] In "Color facsimile compatible with digital network using bubble jet recording and COSMIC coding", Vol. . The encoding means 3 in FIG. 8 is a pixel prediction means 11 using a Markov model.
And the dynamic arithmetic coding means 12. To explain the Markov model, which is an important concept of this method,
FIG. 9 is used. In FIG. 9, one certain bit plane,
For example, attention is paid only to the R plane. In the figure, a pixel to be coded is denoted by x, and its surrounding pixels a, b, c,
d, e, and f are referred to as reference pixels. The part (10) composed of the reference pixels is called a Markov model template. When pixel x is encoded in order 9 shown in the figure,
Each reference pixel has already been coded and can be referenced. The state determined by the values of the six reference pixels is referred to as a Markov state (64 states) in the text. The method using the Markov model utilizes the correlation between a coded pixel x and a reference pixel. Pixel prediction means 11
Predicts the coded pixel x from the Markov state. For example, when all the reference pixels are 0, there is a high probability that the coded pixel is also 0. Thus, prediction is possible. The value of the coded pixel is predicted from the Markov state, and when the predicted value matches the value of the coded pixel, the pixel is referred to as a superior pixel in the text, and is referred to as a recessive pixel if different from the prediction. In one image, the probability that the coded pixel is recessive (= 1−predominant probability) differs depending on the Markov state, but its value is small. As described above, the coding unit 3 predicts a coded pixel from a state of a reference pixel having a strong correlation with the coded pixel (a Markov state), and determines whether the coded pixel is inferior or superior. Arithmetic coding is performed using this judgment and the probability of occurrence of recessiveness determined by the Markov state. In FIG. 8, encoding is performed by the dynamic arithmetic encoding means 12. In dynamic arithmetic coding, the probability of this recessive occurrence is
It changes dynamically according to the frequency of occurrence of past recessiveness. The arithmetic code and the more detailed contents of this method are described, for example, in the chapter of binary coding in "International Standard for Multimedia Coding" (Maruzen) edited by Hiroshi Yasuda. [0007] In the above-mentioned system in which the Markov model and the dynamic arithmetic coding are combined, the color correlation between planes is used,
Further, the coding efficiency is improved. That is, not only pixels (12 pixels) in the plane but also encoded pixels in other planes are referred to as reference pixels. [0008] The prior art multi-color image coding method is intended for the target device and image. ・ For high-priced, high-quality devices such as color copiers and color facsimile machines. It is. The output means is paper. The image to be encoded is an already printed image or photograph. On the other hand, the target image and device in the present invention are as follows: The target image is a multi-valued image such as a multi-color image created by a computer or the like. The compressed image is stored in a recording device and output to a display or the like. The target devices are personal computers and personal portable devices. In view of the above, the coding method of the prior art is not optimized for the target device and image as the object of the present invention. In addition, the number of reference pixels is large, and the model template of the Markov model is different depending on the plane. The present invention provides the target image,
It is an object of the present invention to provide an image compression apparatus which can obtain a high compression ratio by an image encoding method suitable for the apparatus, and which can be realized at a low cost with a simple configuration and which has a short reproduction time. [0015] In order to solve the above-mentioned problems and to achieve the object, the present invention provides a method for printing characters, line drawings, and solid images.
Bits composed of image display elements and having two or more layers
This is a device for compressing multi-valued images with
An image compression apparatus comprising: a symbol converting means for converting the display symbols indicating the image display elements for the shown in coded symbol, and a compression means for coding the coded symbols for each bit plane, the The symbol conversion means is an n-bit display symbol indicating the image display element .
A conversion table for determining the Luo n-bit coded symbols
In the conversion table, each image display element
Properties of Binary Images Formed by Image Processing as 2D Images
Is the entropy determined from the correlation with the adjacent image
Calculation for all image display elements,
Rank in the order of larger entropy, and the above n images
For display elements with high entropy,
An image table having the smallest entropy is assigned to a coded symbol in which each bit is 1 and the other bits are 0.
Indicated element, n bits all 1
For an image showing the allocation and background, all n bits are 0
Are assigned to the coded symbols . (Embodiment 1) One embodiment of the present invention will be described using a map image (CG) as an example. Normally, bitmap maps include, for example, general roads, toll roads, rivers, place names,
A color is determined by a green area, a mark, and the like, and a symbol is determined for the color. In the text, the magnitude of the amount of information of a certain symbol (color) as an image is defined as the amount of information of an image made only of the symbol. In the image thus created, the statistical information of the image is completely different depending on the symbol, so that the image information amount of the symbol is also greatly different. For example, the amount of information as an image of a general road is very large, and the amount of information on green spaces, marks, and the like is extremely small. The information amount of an image obtained by combining two different symbols takes a value close to the sum (sum) of the information amounts of the images of the respective symbols. For example, the information amount of an image obtained by combining a road and a mark is close to the sum of the respective information amounts. The present invention focuses on these two points, and converts a color symbol (described later) into a coded symbol (described later) that provides the highest compression efficiency. Further, the present invention provides a method for configuring the symbol conversion means. The principle of the present invention will be specifically described with reference to FIG. The image information source 2 is a map image expanded by 3 bits in color. This can be expressed, for example, as three planes of R, G, and B shown in FIG. 5, and corresponds to R, G, and B in FIG.
In the text, (R, G, B) is a color symbol.
The color symbols are input to the symbol conversion means 1 which is the main element of the present invention, and are converted into symbols (D0, D1, D2) for encoding as shown in FIG. In the text, these are coded symbols. The method of configuring this symbol conversion means will be described later, but this greatly improves the compression ratio. The encoded symbol is input to the encoding means 3.
The encoding means 3 calculates each bit D of the encoded symbol.
0, D1, and D2. Bit plane (Fig. 5)
The data is encoded every time, and the compressed data 7 is generated. The encoding point order is, for example, as shown in FIGS.
Any order is acceptable. Here, (1), (2),
(3). . . Indicates the order of encoding. The encoding method is M
H, MR, MMR, arithmetic code, etc. may be used.
Also, the encoding method or parameters of each plane may be different. In the present embodiment, an encoding method in which a conventional Markov model and arithmetic encoding are combined is used. However, the use of the symbol conversion means greatly improves the compression ratio. In addition, since the compression ratio is high even if the number of reference pixels is reduced (even if color correlation between planes is not obtained), the size of the apparatus can be reduced. The compressed data 7 is recorded on the recording device 4. 4 may be a communication device. Next, the configuration of the symbol conversion means will be described. The construction method is to assign coded symbols to color symbols. As a pre-process, the information amount of an image formed by only one color symbol is obtained for all the color symbols (eight in this embodiment). The amount of image information of a color symbol is assumed to be an encoding method, and an amount indicating a statistical bias of an image, here, entropy is determined based on the encoding method, and this is set as the information amount. The method of calculating entropy will be described at the end of the first embodiment. After the completion of the previous stage, symbols are allocated according to the following procedure. Procedure 1: Each symbol is ranked in descending order of entropy. In this embodiment, eight color symbols are ranked. Procedure 2: 000 is usually assigned to the background having the highest entropy. Step 3: Except for the background, 001, 010, 1 are assigned to the top three symbols with high entropy.
Assign 00. The order is not specified in this embodiment. Step 4: 011 and 10 are assigned to the top three symbols with high entropy that have not yet been assigned.
1, 110 are assigned. The order is not specified in this embodiment. Step 5: Assign 111 to the symbol having the lowest entropy. In the above procedure, all 1s and 0s may be inverted. According to the construction method of the symbol conversion means proposed in the present invention, a color symbol having a large entropy is independently allocated to each bit plane of a coded symbol, and a small color symbol is allocated a symbol across planes. This symbol conversion is performed in plural (here, 8
The amount of information of the composite image of (color) symbols is determined by the large entropy color symbol, and the fact that the amount of image information of the color symbol varies greatly depending on the symbol is used. That is, the correlation with the adjacent pixel
Character images and mark images with low entropy
(The probability that the value is the same as that of the contact pixel is low.)
Low (the probability of the same value as the neighboring pixels is high)
No). Therefore, character image, mark image, solid image 1
And four image display elements of solid image 2,
If you rank them in order of higher entropy,
(1) Character image, (2) Mark image, (3) Solid image
1, (4) solid image 2. About these
The assigned symbol is assigned. Here, 3-bit encoding
Codes are assigned as symbols and in order of higher entropy
Is assigned to the code "001"
And assign “010” to the mark image,
Assign “100” and assign “110” to solid image 2.
"000" is assigned to the background color to be assigned. This
By doing so, the 3-bit code symbol is
The order of bit 2, bit 1 and bit 0 from the
And a binary image of bit 0 (bit plane 0)
Image) is an image of only a character image. Also, bit 1
Binary image (one bit plane image) is
The image 2 is the image obtained by taking the logical OR of the two images. More
The binary image of bit 2 (bit plane 2 image) is marked
The image is an image only. Therefore, bit plane 0
The entropy of the image is the character with the highest entropy
It is composed only of images, and the entropy of character images
Decided. One bit plane image is a mark image and a solid image.
Image 2 has an entropy of almost both
It becomes sum. Bit plane 2 image is solid image 1 and solid image
Image 2 has an entropy of almost both
It becomes sum. As a result, the entropy of the image to be compressed is
Is the sum of the entropy of the image display element as
You. Character image + mark image + 2 * (solid image 1 + solid image
Image 2) As can be seen from the above equation, the entropy should be low.
Image 1 and solid image 2 are doubled, but the entropy
Character images and mark images with large
No. As a result, it is composed of characters, marks, solid images, etc.
When realizing multi-color (multi-bit) documents,
According to the encoding symbol conversion of the embodiment, multi-color
The entropy afterwards is a binary image (the system of all image display elements).
Monochrome image when the symbol is expressed as 1/0)
Not much different from tropy. Therefore, multi-color
The amount of data after compression of the subsequent image is binary (monochrome)
It is the same as the data amount when the image is compressed. Although the amount of information of the original image of the color extended image is three times as large as that of the binary image, according to the compression apparatus using symbol conversion of the present invention, the amount of information after compression is 2 when the encoding means is the same. It approaches the amount of information after compression to the value image. The time required for encoding in the compression apparatus of the present invention is the same as the time required for encoding the (R, G, B) color symbol, because the number of planes is the same, that is, Since the numbers are the same, the time will be the same. The time required for symbol conversion can be ignored if realized by hardware logic, and is sufficiently small even in a lookup table format using the table described in the second embodiment. The size of the compression device of the present invention is R, G, B
In comparison with the color symbol compression apparatus described above, only a symbol conversion unit is added, and the size is small according to the above-described realization method. Here, a method of calculating entropy using a Markov model will be described. FIG. 9 is used for explanation. In the text, the Markov state m determined by the value of the reference pixel is quantified by Expression 1. M = a · 32 + b · 16 + c · 8 + d · 4 + e · 2 + f— (Equation 1) where a, b, c, d, e, and f are shown in FIG. Indicates the value (1/0) of the corresponding pixel. Consider a case where a certain coded pixel x is focused on a compression target image (a map in this embodiment). From the reference pixel value determined by this coded pixel,
, And the value (0/1) of the coded pixel x is checked at the same time. This is performed on all the pixels according to the encoding order 9, for example, and the occurrence frequency a0 [m] of 1 and the occurrence frequency a1 of 1 for all 64 Markov states
[M] is obtained. Further, the occurrence frequency b [m] of 64 Markov states is obtained. Accordingly, the occurrence probability Pa [1 / m] of 1 and the occurrence probability Pa of 0 in a certain Markov state m
[0 / m] is calculated by Expressions 2 and 3. Also, the Markov state occurrence probability Pb [m] is calculated by Expression 4. Pa [0 / m] = a0 [m] / (a1 [m] + a0 [m]) − (Equation 2) Pa [1 / m] = a1 [m] / (a1 [m] + a0 [m])-(Equation 3) Pb [m] = b [m] / T- (Equation 4) Here, T is the total number of pixels. From these occurrence probabilities, the entropy H [m] is calculated according to equation (5). [0037] Here, the bottom of log is 2. The method of calculating entropy is described in, for example, "Theory of Information and Code" published by Iwanami Shoten. Next, a document image created by a computer according to an embodiment of the present invention is color-extended to, for example, 3 bits.
An apparatus for compression will be described with reference to FIG . In this case as well, the information amount of the original image, which is tripled by the color expansion , can be made close to the information amount after compression of the image represented by the binary image by the first compression device. This embodiment will be specifically described with reference to FIG. Normally, in a multi-color document image, characters, line drawings, ruled lines, solid colors, and the like are assigned to each color (symbol).
The amount of information of a symbol (color) as an image varies greatly depending on the symbol because the statistical properties of the image are different. For example, characters have a large amount of information, and line drawings and solid colors are small. By utilizing this, symbol allocation can be determined according to the procedure described in the first embodiment. In the present embodiment, since the relationship between the color and the coded symbol is not always fixed, the correspondence between the color symbol and the coded symbol of the symbol converting means 1 (herein the text) before the coding process. This is called a symbol conversion table). For this purpose, the configuration of the symbol conversion means 1 is a look-up table method using, for example, a RAM or the like. The input values of the RAM table are color symbols, and the output values are coded symbols. The realization of this table is based on the color-coded symbol table information 8 in FIG.
Can be written in the RAM. After writing the symbol conversion table, the color symbols (R, G, B) of the image information source 2 are input to the symbol conversion means 1, and the coded symbols (D0, D1, D2)
Convert to The encoded symbol is encoded by the encoding means 3 to generate compressed data 7. The encoding means 3 uses the one shown in the first embodiment, for example. The compressed data 7 is
For example, as shown in FIG. 7, the recording format is converted into a recording format synthesized with the color-coded symbol information of the attribute information by the recording format conversion means 5 and is recorded in the recording device 4. Coded symbols include characters, lines, fonts,
It can also be interpreted as a symbol indicating a fill, a figure, a background, or the like. Therefore, as another effect of improving the compression ratio, a multicolor image of an arbitrary color can be reproduced by changing the symbol conversion table. For example, only characters can be changed to red. Also, a bitmap can be formed by extracting only an arbitrary symbol. For example, a bitmap can be formed only from figures in a document. If this is used, more intelligent document processing and output can be performed by converting the binary representation of the document into multi-valued data. (Embodiment 2) In this embodiment, the compression apparatus of the present invention is applied to an image read by a color scanner or the like. This embodiment will be described with reference to FIG. In the present embodiment, the image information source 2 receives R, G, B from a color scanner.
It is. Further, as shown in FIG. 4, image data from a color scanner may be stored in a frame buffer. Before performing the encoding process, preprocessing 6 is performed using the image information source 2. This is a process of obtaining the image information amount of the color symbol described in the first embodiment, and deciding the symbol assignment in accordance therewith. The pre-processing 6 may be the procedure described in the first embodiment, but it takes a long time to calculate, and therefore, this embodiment proposes another method. This will be described later. The symbol conversion means 1 determined by the preprocessing 6 can change the symbol conversion table because the statistical properties of the image to be encoded cannot be predicted (described in the second embodiment).
And After the completion of the preprocessing, that is, after writing the symbol conversion table, the encoding processing described below is performed. Based on the symbol conversion table (1),
Color symbols (R, G, B) from a color scanner or a frame buffer are encoded into coding symbols (D0, D
1, D2). The encoded symbol is encoded by encoding means 3
And the compressed data 7 is generated. The encoding means 3 is, for example, as shown in the first embodiment. As described in the second embodiment, the compressed data 7 is recorded in the recording format by the recording format conversion means 5 and recorded in the recording device 4. The construction method of the symbol conversion table proposed in this embodiment, that is, the processing contents of the preprocessing 6 will be described. Here, the image information amount of the symbol necessary for the preprocessing 6 is defined as the occurrence frequency of the symbol. That is, the coded pixels are swept in the dot order as shown in FIG. 9 (referred to as pre-scan in the text), and the frequency of occurrence of color symbols is counted. 1
After pre-scanning all images, the frequency of occurrence of each color symbol is defined as the image information amount. For the prescan, a color scanner may be driven for that purpose, or data accumulated in a frame buffer as shown in FIG. 4 may be used. Alternatively, a method may be used in which a plurality of representative points suitable for an image are determined, and only those points are sampled to count the frequency of occurrence of color symbols. When the occurrence frequency is known, symbol assignment is performed according to the following procedure. Procedure 1: Arrange in the order of occurrence frequency. In this embodiment, eight color symbols are ordered. Step 2: 000 is assigned to the background color symbol which usually occurs most frequently. Step 3: Excluding the background color,
001, 010,
Assign 100. The order is not specified in this embodiment. Step 4: 011, 101, 1
Assign 10 The order is not specified in this embodiment. Step 5: 111 is assigned to the symbol having the lowest occurrence frequency. Advantages of storing a multi-color image in the form of a bitmap include a reduction in calculation load for drawing for a computer, high-speed drawing, and sharing of data. By applying the compression device of the present invention to the bit-mapped multicolor (multi-valued) image, the following effects can be obtained. Although the information amount of the original image of the color extended image is twice (the number of planes) times that of the binary image, according to the compression apparatus using the symbol conversion of the present invention, the information amount after compression is If the coding method is the same, the amount of information of the compressed binary image can be approximated. Since the decoding / reproduction time of a compressed image is determined by the number of planes, that is, the number of coded pixels, it does not change in the apparatus of the present invention. Further, the processing time required for symbol conversion is almost negligible compared to the time required for encoding. The hardware scale of the symbol conversion means is as follows.
It is sufficiently smaller than the encoding means. More intelligent document image processing becomes possible.

【図面の簡単な説明】 【図1】 本発明の圧縮装置の1例を示す図。 【図2】 本発明をマルチカラー文書画像に応用したと
きの例を示す図。 【図3】 本発明をカラースキャナーに応用したときの
例を示す図。 【図4】 第3図において画像情報源としてフレームバ
ッファーを設けた図。 【図5】 本発明の符号化シンボルの概念を説明するた
めの図。 【図6】 本発明の圧縮装置の符号化の点順序の例を示
す図。 【図7】 本発明の圧縮装置による圧縮データの記録フ
ォーマットの1例を示す図。 【図8】 従来の画像圧縮のための符号化方式を説明す
るための図。 【図9】 マルコフモデルによる符号化方式を説明する
ための図。 【符号の説明】 1・・・本発明の主要要素であるシンボル変換手段 2・・・圧縮の対象となるマルチカラー(多値)画像情報
源 3・・・ビットプレーン毎の符号化手段 4・・・圧縮データの記録装置 5・・・圧縮データを記録フォーマットへ変換する手段 6・・・シンボル変換テーブルのシンボル割当を決める前
処理手段 7・・・圧縮データ 8・・・色−符号化シンボル情報 9・・・符号化順序、 10・・・マルコフモデルのモデルテンプレートの例 11・・・マルコフモデルを用いた画素予測手段 12は動的算術符号化手段
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a diagram showing an example of a compression device according to the present invention. FIG. 2 is a diagram showing an example when the present invention is applied to a multi-color document image. FIG. 3 is a diagram showing an example when the present invention is applied to a color scanner. FIG. 4 is a diagram in which a frame buffer is provided as an image information source in FIG. 3; FIG. 5 is a diagram for explaining the concept of a coded symbol according to the present invention. FIG. 6 is a diagram showing an example of an encoding point order of the compression device of the present invention. FIG. 7 is a diagram showing an example of a recording format of compressed data by the compression device of the present invention. FIG. 8 is a view for explaining a conventional encoding method for image compression. FIG. 9 is a view for explaining an encoding method based on a Markov model. [Description of Codes] 1 ... Symbol conversion means 2 which is a main element of the present invention 2 ... Multi-color (multi-valued) image information source 3 to be compressed 3 ... Encoding means 4 for each bit plane ..Compressed data recording device 5... Means for converting compressed data into a recording format 6... Preprocessing means 7 for deciding symbol assignment in symbol conversion table 7... Compressed data 8. Information 9: encoding order, 10: Example of a Markov model model template 11: Pixel prediction means 12 using a Markov model is a dynamic arithmetic encoding means

Claims (1)

(57)【特許請求の範囲】 【請求項1】 文字、線画、べた画像などの画像表示要
素によって構成され、かつ2階層以上のビットプレーン
を有した多値画像を圧縮する装置で、多値表示のための
前記画像表示要素を示す表示シンボルを符号化シンボル
に変換するシンボル変換手段と、前記符号化シンボルを
ビットプレーン毎に符号化する圧縮手段とを備えた画像
圧縮装置であって、 前記シンボル変換手段は、前記画像表示要素を示すnビ
ットの表示シンボルからnビットの符号化シンボルを決
定する変換テーブルを有し、前記変換テーブルにおいて
は、各画像表示要素のみで形成した2値画像の2次元画
像としての統計的性質を、隣接画像との相関関係から決
まるエントロピーとして、全ての画像表示要素に対して
計算し、各画像要素のエントロピーの大きい順に順位を
つけ、上記n個の画像表示要素のうちエントロピーが大
きいものに対しては、各々別のビットのみ1で、他のビ
ットが0の符号化シンボルに割り当て、エントロピーが
もっとも小さい画像表示要素に対しては、nビット全て
1の符号化シンボルに割り当て、背景を示す画像に対し
ては、nビット全て0の符号化シンボルに割り当てる
とを特徴とする画像圧縮装置。
(57) [Claims] [Claim 1] Image display of characters, line drawings, solid images, etc.
Bit plane composed of elements and two or more layers
A device for compressing multi-valued images with
Symbol converting means for converting the display symbols indicating the image display element to the encoding symbols, the encoding symbols An image compression apparatus comprising a compression means for encoding for each bit plane, the symbol converting means Determining an n-bit encoded symbol from the n-bit display symbol indicating the image display element.
Having a conversion table for determining
Is a two-dimensional image of a binary image formed only with each image display element.
The statistical properties of an image are determined from the correlation with adjacent images.
Entropy for all image display elements
Calculate and rank each image element in descending order of entropy
In addition, among the n image display elements, the entropy is large.
For thresholds, each is assigned to a coded symbol with only one other bit and zero other bits , and the entropy is
For the smallest image display element, all n bits are assigned to one coded symbol, and
An image compression apparatus for allocating to n coded symbols of all 0 bits .
JP07596293A 1993-04-01 1993-04-01 Image compression device Expired - Lifetime JP3481644B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP07596293A JP3481644B2 (en) 1993-04-01 1993-04-01 Image compression device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP07596293A JP3481644B2 (en) 1993-04-01 1993-04-01 Image compression device

Publications (2)

Publication Number Publication Date
JPH06292021A JPH06292021A (en) 1994-10-18
JP3481644B2 true JP3481644B2 (en) 2003-12-22

Family

ID=13591361

Family Applications (1)

Application Number Title Priority Date Filing Date
JP07596293A Expired - Lifetime JP3481644B2 (en) 1993-04-01 1993-04-01 Image compression device

Country Status (1)

Country Link
JP (1) JP3481644B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10307825A (en) * 1997-05-09 1998-11-17 Street Design:Kk Image information processing system and recording medium recording processing program for the system
US7403661B2 (en) * 2004-02-12 2008-07-22 Xerox Corporation Systems and methods for generating high compression image data files having multiple foreground planes

Also Published As

Publication number Publication date
JPH06292021A (en) 1994-10-18

Similar Documents

Publication Publication Date Title
US5850504A (en) Method and apparatus for saving printer memory
JP4366408B2 (en) Graphic image compression system and method
US8300956B2 (en) Lossless compression of color image data using entropy encoding
CN102577345B (en) Image processing apparatus and processing method therefor
US20030090398A1 (en) System and method for efficient data compression
JPH0431222B2 (en)
KR100428599B1 (en) A partial pixel encoding and decoding method
JP2006121645A (en) Image compression apparatus and image compression program
US7068398B2 (en) System and method for efficient tile generation from complex raster data
JPH0326947B2 (en)
US5966467A (en) System for compressing and decompressing binary representations of dithered images
JPH10215379A (en) Image coder and image decoder
JP3481644B2 (en) Image compression device
US7259891B2 (en) Image compression method, decompression method thereof and program therefor
JP4371026B2 (en) Printing system and printer
JP3201448B2 (en) Encoding / decoding device, encoding device, and decoding device
JP3045008B2 (en) Halftone image compression method
JP4696738B2 (en) Image data compression method and apparatus, and pseudo gradation image restoration method
JPH1117959A (en) Run length coding method for binary image and recording medium storing run length coding program
JPH08317220A (en) Encoding and decoding device and method for mixed image of different value bit maps
JP2831954B2 (en) Image encoding / decoding device and image processing device
US20020191225A1 (en) Methods and arrangements for compressing raster data
JP4529681B2 (en) Image data compression method and apparatus
KUNDU et al. The Comparative Study of a New Pattern Recognition Based Exact Coding Method with Conventional
JP2004304424A (en) Image compressing method, program, recording medium and apparatus

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081010

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091010

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101010

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101010

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111010

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121010

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121010

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131010

Year of fee payment: 10