JPH05110832A - Restoration display system for picture - Google Patents

Restoration display system for picture

Info

Publication number
JPH05110832A
JPH05110832A JP3298180A JP29818091A JPH05110832A JP H05110832 A JPH05110832 A JP H05110832A JP 3298180 A JP3298180 A JP 3298180A JP 29818091 A JP29818091 A JP 29818091A JP H05110832 A JPH05110832 A JP H05110832A
Authority
JP
Japan
Prior art keywords
picture
restoration
image
line
function
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3298180A
Other languages
Japanese (ja)
Inventor
Masahiro Shigenobu
正広 重信
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP3298180A priority Critical patent/JPH05110832A/en
Publication of JPH05110832A publication Critical patent/JPH05110832A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To avoid a sense of dissatisfaction of the user by displaying picture with interleaving and restoring for each integral number of lines to display the compressed and stored picture in a simulating way at high speed. CONSTITUTION:At first coordinates X, Y and a parameter (i) representing interleave stage are initialized by an initializing function 1. When decoding of one line is finished, a succeeding processing line is skipped by an integral number K at an interleave line setting function 10 and the decoding of a picture of one line is repeated. The decoding of the picture for each line reaches the end of a page, one rough picture interleaved for each of K lines is decoded on a display screen. Then an initializing data revision function 11 initializes the data of the picture to be decoded next as i=i+1, X=0, Y=Y+1 to decode a new interleaved picture. When the decoding of the K-th interleaved picture is finished, the picture is completely decoded. Thus, a sense of displeasure of the user is avoided.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、一般産業分野で用いら
れる画像処理において圧縮保存された画像を高速に疑似
復元表示する画像の復元表示方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image restoration display system for high-speed pseudo-restoration display of images compressed and stored in image processing used in general industrial fields.

【0002】[0002]

【従来の技術】最近、コンピュータを利用した画像或い
は文書などのファイリングシステムが実用化され普及さ
れつつある。画像或いは文書などのイメージ情報を保存
するためには、非常に多くのデータを保存するディスク
装置などのハードウェア的手段が必要となるので、現在
ではデータを圧縮保存する方法が用いられている。保存
データをイメージとして取り出す場合は、圧縮とは逆の
画像の復元を行い、情報の活用が行われる。
2. Description of the Related Art Recently, a filing system for images or documents using a computer has been put into practical use and is becoming widespread. In order to store image information such as an image or a document, a hardware means such as a disk device for storing a very large amount of data is required. Therefore, a method of compressing and storing the data is currently used. When the stored data is taken out as an image, the image is restored in reverse to the compression and the information is utilized.

【0003】図3は例えば国際規格G3として標準化さ
れているMH(ModifiedHuffman)方
式、或いはMR(Modified READ)方式に
よる圧縮2値画像の復元アルゴリズムを示したものであ
る。文字や線画などの画像の場合、一走査線内において
白或いは黒画素が連続して並ぶ場合が多い。MH符号化
では、白から黒或いは黒から白への変化が起こった時、
白及び黒の連続した長さ(ランレングス)を符号化す
る。その際、通常、黒ランに比べ白ランの分布が長い方
向に偏っているため、黒ラン用の符号と白ラン用の符号
を別々に用意する。MH符号化ではランレングスr1を r1=(64・m)+t 但し、64・m:メイクアップ符号 t:ターミネイティング符号 で表す。
FIG. 3 shows an algorithm for decompressing a compressed binary image by an MH (Modified Huffman) system or an MR (Modified READ) system, which is standardized as an international standard G3, for example. In the case of images such as characters and line drawings, white or black pixels are often consecutively arranged within one scanning line. In MH coding, when a change from white to black or black to white occurs,
Encode a continuous length of black and white (run length). At this time, since the distribution of white runs is usually biased in the longer direction than that of black runs, the code for black run and the code for white run are prepared separately. In the MH encoding, the run length r1 is represented by r1 = (64 · m) + t, where 64 · m is a makeup code and t is a terminating code.

【0004】復元処理は、図4に示すように、圧縮処理
とは逆に、符号化されたランレングスを白、或いは黒1
dot/画素に復元し、最終的にXZ ×YZ の二次元の
画像に復元する。また、図5は従来の圧縮画像の復元表
示方式を説明するもので、図5において、1はデータ初
期化機能、2は圧縮データの読込み機能、3は黒画素の
符号復元機能、4は白画素の符号復元機能、5はライン
の終端の判別機能、6は復元画像を表示画面へコピーす
る機能、7は図面などのページの終了判定機能、8は復
元ラインのインクリメント機能である。
As shown in FIG. 4, the decompression process, contrary to the compression process, changes the encoded run length to white or black 1.
Dot / pixel, and finally a two-dimensional image of X Z × Y Z. 5 illustrates a conventional compressed image restoration display system. In FIG. 5, 1 is a data initialization function, 2 is a compressed data reading function, 3 is a black pixel code restoration function, and 4 is white. A pixel code restoration function, 5 is a line end determination function, 6 is a function of copying a restored image to a display screen, 7 is a page end determination function of a drawing or the like, and 8 is a restoration line increment function.

【0005】次に動作について説明する。現在までにた
くさんの符号化の方法が提案されているが、ここでは、
符号化の方法は本質を離れるので、説明の都合上、MH
符号化法を用いることとする。MH符号化では、白から
黒或いは黒から白への変化が起こった時、白及び黒の連
続した長さ(ランレングス)を符号化する。その際、通
常、黒ランに比べ白ランの分布が長い方向に偏っている
ため、黒ラン用の符号白ラン用の符号wは別々に用意さ
れている。
Next, the operation will be described. Many encoding methods have been proposed so far, but here,
Since the encoding method departs from the essence, for convenience of explanation, MH
The encoding method will be used. In the MH coding, when a change from white to black or from black to white occurs, a continuous length (run length) of white and black is coded. At that time, since the distribution of white runs is generally biased in the longer direction than that of black runs, the code w for black runs and the code w for white runs are prepared separately.

【0006】画像の復元処理は、符号化されたランレン
グスを黒1dot/画素(論理値「1」×bl、次に白
1dot/画素(論理値「0」)×wlの画像に横1ラ
イン毎にXZ 画素ずつ、ページの終了である縦YZ ライ
ンまで復元する。すなわち、図5に示すフローチャート
において、先ず、データ初期化機能1により、復元画像
P(X,Y)の座標値を初期化(X=0、Y=0)して
おく。図示しない画像復元の指令に基づき、圧縮データ
の読込み機能2によりワークステーションのディスク装
置などの情報の保存手段より画像の圧縮データをコンピ
ュータの主メモリに読み込む。
In the image restoration process, the coded run length is used for an image of black 1 dot / pixel (logical value “1” × bl, then white 1 dot / pixel (logical value “0”) × wl 1 horizontal line. Each time X Z pixels are restored up to the vertical Y Z line which is the end of the page, that is, in the flow chart shown in Fig. 5, first, the coordinate value of the restored image P (X, Y) is set by the data initialization function 1. Initialization (X = 0, Y = 0) is performed. Based on an image restoration command (not shown), the compressed data of the image is stored in a computer such as a disk device of a workstation by a compressed data reading function 2. Read into main memory.

【0007】圧縮画像は、黒、白交互に符号化されてい
るので、黒画素の符号復元機能3、白画素の符号復元機
能4によって、判別機能5によりラインの終端を判別す
るまで、復元座標に黒:1、白:0の情報を書き込み、
これを黒、白ランレングス毎に交互に繰り返す。そし
て、ラインの終端がくると1ライン終了毎に、6の機能
により復元画像を表示画面へコピーする。ラインが終端
になると、復元ランイのインクリメント機能8により、
復元ラインがインクリメントされ、終了判定機能7によ
り図面などの1枚分の復元の終了がくるまで、上記のよ
うに画ライン毎の画像復元を繰り返す。終了判定機能7
によりページの終了が判定されると、画像は、完全に復
元表示されることになる。
Since the compressed image is coded alternately in black and white, the restored coordinates are determined by the code restoration function 3 for black pixels and the code restoration function 4 for white pixels until the determination function 5 determines the end of the line. Write black: 1, white: 0 information to
This is repeated for each black and white run length. When the end of the line comes, the restored image is copied to the display screen by the function 6 every time one line ends. When the line comes to the end, the restore run increment function 8
The image restoration for each image line is repeated as described above until the restoration line is incremented and the restoration of one sheet such as a drawing is completed by the end determination function 7. End judgment function 7
When the end of the page is determined by, the image is completely restored and displayed.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、上述し
た従来の方式では、例えばワークステーションなどによ
りソフトウェア的に画像の圧縮・復元機能を構成した場
合、特に、図面1ページを復元表示させるのに、利用者
に不満感が残る程度の時間を要していた。利用者に不満
感が残らない復元表示時間としては、画面に1枚の画像
が現れるまでに、一般的には0.5〜1秒程度と言われ
ており、従来の1/2〜数分の1の高速復元表示が必要
である。従って、従来は、圧縮画像の高速な画像復元を
行う場合は、ワークステーションなどのコンピュータに
付属される専用の復元装置(専用ハードウェア)を必要
としていた。
However, in the above-mentioned conventional method, when the image compression / decompression function is configured by software, for example, by a workstation, it is used particularly for decompressing and displaying one page of the drawing. It took some time for the person to feel dissatisfied. The restoration display time that does not leave the user feeling unsatisfied is generally said to be about 0.5 to 1 second until one image appears on the screen, which is 1/2 to several minutes of the conventional time. The fast restoration display of 1 is required. Therefore, conventionally, when performing high-speed image restoration of a compressed image, a dedicated restoration device (dedicated hardware) attached to a computer such as a workstation has been required.

【0009】本発明は、上記のような問題点を解決する
ためになされてもので、圧縮保存された画像を疑似的に
高速復元表示し、利用者の不満感を解消することができ
る画像の復元表示方式を提供することを目的とする。
The present invention has been made in order to solve the above problems, and therefore, it is possible to display a compressed and saved image in a pseudo high-speed decompression display and to eliminate the user's dissatisfaction. The purpose is to provide a restoration display method.

【0010】[0010]

【課題を解決するための手段】本発明に係る画像の復元
表示方式は、1枚(1ページ)の画像を復元する際、利
用者に不満感を与えないために、初期には整数ライン毎
間引き復元による疑似的表示を行い、これを整数回行う
ことにより、最後に完全復元を完了させようとするもの
である。
In order to prevent the user from feeling dissatisfied when restoring one image (one page), the image restoration display method according to the present invention is initially set for every integer line. A pseudo display is performed by thinning out restoration, and this is performed an integral number of times to finally complete the complete restoration.

【0011】[0011]

【作用】本発明における画像の復元表示方式は、Kライ
ン毎に間引き復元表示させるようにしたために、初期に
疑似的に1枚(1ページ)の画像を復元に要する時間が
1/Kとなるので、利用者の不快感を解消できる。但
し、Kは整数である。
In the image restoration display method according to the present invention, since the thinned restoration display is performed for each K line, the time required to restore one image (one page) in a pseudo manner is 1 / K in the initial stage. Therefore, the discomfort of the user can be eliminated. However, K is an integer.

【0012】[0012]

【実施例】以下、本発明の一実施例を図1について説明
する。図中、図5と同一部分は同一の符号をもって示し
た図1において、9は完全復元判定機能、10は間引き
復元ライン設定機能、11は初期化データ変更機能であ
り、この実施例においては、初期には整数ライン毎間引
き復元による疑似的表示を行い、これを整数回行うこと
により、最後に完全復元を完了するようになされてい
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT An embodiment of the present invention will be described below with reference to FIG. In FIG. 1, the same parts as those in FIG. 5 are designated by the same reference numerals, 9 is a complete restoration determination function, 10 is a thinning restoration line setting function, and 11 is an initialization data changing function. In this embodiment, In the initial stage, a pseudo display is performed by thinning out every integer line, and by performing this an integer number of times, the complete restoration is finally completed.

【0013】次に具体的動作について説明する。図1に
おいて、図5における各機能と同一符号を持って示した
1ラインの復元動作部分の説明は省略する。なお、デー
タ初期化機能には、X、Yの他に、間引き復元処理の段
階を表すパラメータiの初期化(i=0)を行う。
Next, a specific operation will be described. In FIG. 1, the description of the one-line restoration operation part indicated by the same reference numerals as those in FIG. 5 is omitted. In addition to the X and Y parameters, the data initializing function initializes a parameter i (i = 0) indicating the stage of the thinning-out restoration process.

【0014】上記従来の方法により1ラインの画像復元
が完了すると、次の復元処理ラインは、間引きライン設
定機能10によりKラインスキップされて設定され、1
ラインの画像の復元を繰り返す。上記ライン毎の画像の
復元がページの終端までくると、表示画面には、Kライ
ン毎に間引きされた1枚(1ページ)の粗い画像が復元
され、利用者の注意を引きつけることになる。
When the image restoration of one line is completed by the above-mentioned conventional method, the next restoration processing line is set by skipping K lines by the thinning line setting function 10 and set to 1.
Repeat the restoration of the line image. When the restoration of the image for each line reaches the end of the page, one coarse image (one page) thinned for each K line is restored on the display screen, which attracts the user's attention.

【0015】そうして、次に復元されるべき画像のX、
Y座標及び間引き復元処理の段階を表すパラメータiが
次のように初期化され、新たな間引き画面の復元が行わ
れる。 i=i+1 X=0 Y=i 1回の間引き画像の復元が終了する毎に表示画面は、次
々に画面情報が付加されて、K回目の間引き画面の復元
が終了すると、画面は完全に画像が復元され表示された
状態になる。
Then, the X of the image to be restored next,
A parameter i representing the Y coordinate and the stage of the thinning-out restoration process is initialized as follows, and a new thinned-out screen is restored. i = i + 1 X = 0 Y = i Each time the restoration of the thinned image is completed once, screen information is added one after another, and when the restoration of the Kth thinned image is finished, the screen is completely imaged. Will be restored and displayed.

【0016】図2はK=2の場合における画像の復元を
説明したものであり、一回目はi=1で示される実線の
ラインの画像が復元される。この時、従来の方法では、
1画面の半分程度しか復元されていない。本実施例よる
と、第一回目に復元された画像は画質は粗いが人が見る
には十分の画質であり、利用者が全画面を見渡せるので
不満感が解消される。二回目は、i=2で示すように、
破線のラインが復元され、完全な画像復元が完了する。
FIG. 2 illustrates the restoration of an image when K = 2. At the first time, the image of the solid line indicated by i = 1 is restored. At this time, in the conventional method,
Only about half of one screen has been restored. According to the present embodiment, the image restored for the first time has a rough image quality, but the image quality is sufficient for humans to see, and the user can see the entire screen, so dissatisfaction is eliminated. The second time, as shown by i = 2,
The dashed line is restored and complete image restoration is complete.

【0017】[0017]

【発明の効果】以上のように、本発明によれば、先ず最
初に1枚の画像を整数Kライン毎に間引いて復元表示
し、その後、残りの画像情報を順次K回追加修正してい
くようにしたので、初期の疑似的復元表示には、従来の
1/Kの高速化ができ、利用者の不快感を解消でき、且
つ最終的には従来と同一精度に復元された画像が得られ
る効果がある。
As described above, according to the present invention, first, one image is thinned out every integer K lines to be restored and displayed, and then the remaining image information is sequentially added and corrected K times. As a result, the initial pseudo restoration display can be speeded up by 1 / K as compared with the conventional one, the user's discomfort can be eliminated, and finally, an image restored with the same accuracy as the conventional one can be obtained. It is effective.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例による画像の復元表示方式を
示すフローチャートである。
FIG. 1 is a flowchart showing an image restoration display method according to an embodiment of the present invention.

【図2】本発明による画像の復元表示を説明する説明図
である。
FIG. 2 is an explanatory diagram illustrating image restoration display according to the present invention.

【図3】従来の圧縮画像の復元表示を説明する説明図で
ある。
FIG. 3 is an explanatory diagram illustrating a conventional decompression display of a compressed image.

【図4】圧縮画像の復元方法を説明する説明図である。FIG. 4 is an explanatory diagram illustrating a method of restoring a compressed image.

【図5】従来の圧縮画像の復元表示方式を示すフローチ
ャートである。
FIG. 5 is a flowchart showing a conventional compressed image decompression display method.

【符号の説明】[Explanation of symbols]

1 データ初期化機能 2 圧縮データの読込み機能 3 黒画素の符号復元機能 4 白画素の符号復元機能 5 ラインの終端の判別機能 6 復元画像を表示画面へコピーする機能 7 図面などのページの終了判定機能 8 ラインのインクリメント機能 9 完全復元判定機能 10 間引き復元ライン設定機能 11 初期化データ変更機能 1 Data initialization function 2 Compressed data reading function 3 Black pixel code decompression function 4 White pixel code decompression function 5 Line end discrimination function 6 Copying decompressed image to display screen 7 Determining page end Function 8 Line increment function 9 Complete restoration judgment function 10 Thinning restoration line setting function 11 Initialization data change function

─────────────────────────────────────────────────────
─────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成4年8月19日[Submission date] August 19, 1992

【手続補正1】[Procedure Amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0003[Name of item to be corrected] 0003

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0003】図5は例えば国際規格G3として標準化さ
れているMH(ModifiedHuffman)方
式、或いはMR(Modified READ)方式に
よる圧縮2値画像の復元アルゴリズムを示したものであ
る。文字や線画などの画像の場合、一走査線内において
白或いは黒画素が連続して並ぶ場合が多い。MH符号化
では、白から黒或いは黒から白への変化が起こった時、
白及び黒の連続した長さ(ランレングス)を符号化す
る。その際、通常、黒ランに比べ白ランの分布が長い方
向に偏っているため、黒ラン用の符号と白ラン用の符号
を別々に用意する。MH符号化ではランレングスr1を r1=(64・m)+t 但し、64・m:メイクアップ符号 t:ターミネイティング符号 で表す。
FIG . 5 shows an algorithm for decompressing a compressed binary image by an MH (Modified Huffman) system or an MR (Modified READ) system standardized as an international standard G3, for example. In the case of images such as characters and line drawings, white or black pixels are often consecutively arranged within one scanning line. In MH coding, when a change from white to black or black to white occurs,
Encode a continuous length of black and white (run length). At this time, since the distribution of white runs is usually biased in the longer direction than that of black runs, the code for black run and the code for white run are prepared separately. In the MH encoding, the run length r1 is represented by r1 = (64 · m) + t, where 64 · m is a makeup code and t is a terminating code.

【手続補正2】[Procedure Amendment 2]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0005[Correction target item name] 0005

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0005】次に動作について説明する。現在までにた
くさんの符号化の方法が提案されているが、ここでは、
符号化の方法は本質を離れるので、説明の都合上、MH
符号化法を用いることとする。MH符号化では、白から
黒或いは黒から白への変化が起こった時、白及び黒の連
続した長さ(ランレングス)を符号化する。その際、通
常、黒ランに比べ白ランの分布が長い方向に偏っている
ため、黒ラン用の符号白ラン用の符号は別々に用意され
ている。
Next, the operation will be described. Many encoding methods have been proposed so far, but here,
Since the encoding method departs from the essence, for convenience of explanation, MH
The encoding method will be used. In the MH coding, when a change from white to black or from black to white occurs, a continuous length (run length) of white and black is coded. At that time, usually, since the distribution of the white run compared to black run biased towards the long direction, sign of a code white run for black runs is prepared separately.

【手続補正3】[Procedure 3]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0007[Correction target item name] 0007

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0007】圧縮画像は、黒、白交互に符号化されてい
るので、黒画素の符号復元機能3、白画素の符号復元機
能4によって、判別機能5によりラインの終端を判別す
るまで、復元座標に黒:1、白:0の情報を書き込み、
これを黒、白ランレングス毎に交互に繰り返す。そし
て、ラインの終端がくると1ライン終了毎に、6の機能
により復元画像を表示画面へコピーする。ラインが終端
になると、復元ラインのインクリメント機能8により、
復元ラインがインクリメントされ、終了判定機能7によ
り図面などの1枚分の復元の終了がくるまで、上記のよ
うに画ライン毎の画像復元を繰り返す。終了判定機能7
によりページの終了が判定されると、画像は、完全に復
元表示されることになる。
Since the compressed image is coded alternately in black and white, the restored coordinates are determined by the code restoration function 3 for black pixels and the code restoration function 4 for white pixels until the determination function 5 determines the end of the line. Write black: 1, white: 0 information to
This is repeated for each black and white run length. When the end of the line comes, the restored image is copied to the display screen by the function 6 every time one line ends. When the line ends, the restoration line increment function 8
The image restoration for each image line is repeated as described above until the restoration line is incremented and the restoration of one sheet such as a drawing is completed by the end determination function 7. End judgment function 7
When the end of the page is determined by, the image is completely restored and displayed.

【手続補正4】[Procedure amendment 4]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0011[Correction target item name] 0011

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0011】[0011]

【作用】本発明における画像の復元表示方式は、Kライ
ン毎に間引き復元表示させるようにしたために、初期に
疑似的に1枚(1ページ)の画像の復元に要する時間が
1/Kとなるので、利用者の不快感を解消できる。但
し、Kは整数である。
Restoring the display method of the image in the DETAILED DESCRIPTION OF THE INVENTION The present invention, in order to have so as to decimation restores displayed every K lines initially artificially one (1 page) time 1 / K required to restore the images of Therefore, the discomfort of the user can be eliminated. However, K is an integer.

【手続補正5】[Procedure Amendment 5]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0016[Correction target item name] 0016

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0016】図2はK=2の場合における画像の復元を
説明したものであり、一回目はi=1で示される実線の
ラインの画像が復元される。この時、従来の方法では
図3に示すように、1画面の半分程度しか復元されてい
ない。本実施例よると、第一回目に復元された画像は画
質は粗いが人が見るには十分の画質であり、利用者が全
画面を見渡せるので不満感が解消される。二回目は、i
=2で示すように、破線のラインが復元され、完全な画
像復元が完了する。
FIG. 2 illustrates the restoration of an image when K = 2. At the first time, the image of the solid line indicated by i = 1 is restored. At this time, in the conventional method ,
As shown in FIG. 3, only about half of one screen has been restored. According to the present embodiment, the image restored for the first time has a rough image quality, but the image quality is sufficient for humans to see, and the user can see the entire screen, so dissatisfaction is eliminated. The second time is i
= 2, the dashed line is restored and complete image restoration is complete.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 符号化により圧縮保存されている二次元
配列の画像情報を復元表示する画像の復元表示方式にお
いて、整数ライン毎に間引き復元しながら疑似表示する
間引きライン設定機能と、上記間引き復元による疑似的
表示を整数回追加修正した後最終的に完全復元表示する
完全復元判定機能を備えた画像の復元表示方式。
1. A decimation line setting function for performing a pseudo display while decimation and restoration for every integer line in an image restoration display system for decompressing and displaying image information of a two-dimensional array compressed and saved by encoding, and the decimation and restoration. An image restoration display method with a full restoration judgment function that finally performs a full restoration display after adding and correcting the pseudo display by an integer number of times.
JP3298180A 1991-10-18 1991-10-18 Restoration display system for picture Pending JPH05110832A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3298180A JPH05110832A (en) 1991-10-18 1991-10-18 Restoration display system for picture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3298180A JPH05110832A (en) 1991-10-18 1991-10-18 Restoration display system for picture

Publications (1)

Publication Number Publication Date
JPH05110832A true JPH05110832A (en) 1993-04-30

Family

ID=17856254

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3298180A Pending JPH05110832A (en) 1991-10-18 1991-10-18 Restoration display system for picture

Country Status (1)

Country Link
JP (1) JPH05110832A (en)

Similar Documents

Publication Publication Date Title
JP2968582B2 (en) Method and apparatus for processing digital data
US5327254A (en) Method and apparatus for compressing and decompressing image data
US6985630B2 (en) Image processing apparatus and method, program and storage medium
US6442302B2 (en) Rotated read-out of JPEG compressed images
US5442459A (en) Process for encoding a half tone image considering similarity between blocks
US4809081A (en) Method and apparatus for decompressing encoded data
JP4189443B2 (en) Graphics image compression and decompression method
JP2961374B2 (en) Method and apparatus for reproducing digitally received video images
US6353682B2 (en) Rotated read-out of JPEG compressed images
US6341178B1 (en) Method and apparatus for lossless precompression of binary images
JPH05110832A (en) Restoration display system for picture
US6373989B1 (en) Iterated image transformation and decoding apparatus and method, and recording medium
US6556715B1 (en) Method for CCITT compression of image data
JPH0779415B2 (en) Decompression method of compressed data
JP3213012B2 (en) Image data encoding and decoding method
JP2003189108A (en) Image compression method
JP2945553B2 (en) High-speed restoration of image data
JP3437346B2 (en) Image encoding / decoding device
JPH0918877A (en) Fractal image compression device
JP2006313985A (en) Image processing apparatus
JPH01174173A (en) Compression coding method for binary picture data
US20020094126A1 (en) Fractal image compression
JP3795564B2 (en) Image expansion processing method
JPS62144282A (en) Picture processor
JPH0923428A (en) Restoration device for fractal picture compression data