JPS6362944B2 - - Google Patents
Info
- Publication number
- JPS6362944B2 JPS6362944B2 JP8906182A JP8906182A JPS6362944B2 JP S6362944 B2 JPS6362944 B2 JP S6362944B2 JP 8906182 A JP8906182 A JP 8906182A JP 8906182 A JP8906182 A JP 8906182A JP S6362944 B2 JPS6362944 B2 JP S6362944B2
- Authority
- JP
- Japan
- Prior art keywords
- code
- memory
- line
- encoding
- pixels
- 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
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/41—Bandwidth or redundancy reduction
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Image Processing (AREA)
Description
【発明の詳細な説明】
この発明は、フアクシミリ等により作成される
2値画像を、MR(Modified READ)符号化方式
などの2次元符号化方式で符号化する装置に関す
るものである。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an apparatus for encoding a binary image created by facsimile or the like using a two-dimensional encoding method such as an MR (Modified READ) encoding method.
従来、2次元的に走査されて各ライン別にメモ
リに格納されている2値画像から、相隣り合う2
ライン分の画像データを順次読み出し、2ライン
間に存在する相関性を利用して上記2値画像を2
次元符号化する装置としては、例えばMR符号化
方式では第1図に示されるものがあつた。図中、
1bは符号化ラインの画像信号を格納する符号化
ラインメモリ、1aは符号化ラインの真上の参照
ラインの画像信号を格納する参照ラインメモリ、
2a,2bは上記各メモリ1a,1bのアドレス
カウンタ、3a,3bは上記各メモリ1a,1b
から読み出された画像信号の一次記憶回路(以
降、ラツチと略する)、4は符号化回路である。
ここでこの符号化回路4は、アドレスカウンタ2
の値を制御する機能も合わせて持つているものと
する。 Conventionally, from a binary image that is scanned two-dimensionally and stored in memory for each line, two adjacent
The image data for each line is read out sequentially, and the above binary image is converted into two by using the correlation that exists between two lines.
As an example of a device for dimensional encoding, there is the one shown in FIG. 1 in the MR encoding system. In the diagram,
1b is a coding line memory that stores the image signal of the coding line; 1a is a reference line memory that stores the image signal of the reference line directly above the coding line;
2a and 2b are address counters for each of the memories 1a and 1b, and 3a and 3b are address counters for each of the memories 1a and 1b.
4 is a primary storage circuit (hereinafter abbreviated as latch) for the image signal read out from the image signal, and 4 is an encoding circuit.
Here, this encoding circuit 4 has an address counter 2
It is assumed that the function also has the function of controlling the value of .
次に動作について説明する。ラインメモリ1
a,1bには、何らかの方法により、あらかじめ
参照ライン及び符号化ラインの画像信号が記憶さ
れているものとする。符号化回路4は、アドレス
カウンタ2a,2bを制御し、一画素ずつ画像信
号を読み出し、ラツチ3a,3bに一時記憶す
る。符号化回路4は、その入力された画像信号の
系列により、MR符号化方式で定義されている各
変化点を検出する。更に符号化回路4は、各変化
点がどのような順番で検出されたかにより、あら
かじめ定められた制御手順に従つてアドレスカウ
ンタ2a又は2bを増減し、必要な信号を参照し
ながら出力されるべき符号を決定する。符号が決
定されるとそれに対応する符号語(ビツトパター
ン)を選択し、順次出力する。ここで符号化回路
4は、2ラインの画像信号の各一画素のみしか一
度に参照できないので、符号化回路4には、アド
レスカウンタ2a又は2bのみを増減させる制御
機能が必要である。また、一つの符号を決定する
と、対応する符号語の出力を完了してから次の符
号の検出を再開することになる。従つて検出され
た符号を符号語に変換する間はアドレスカウンタ
2a,2bは停止させる必要がある。 Next, the operation will be explained. line memory 1
It is assumed that the image signals of the reference line and the encoded line are stored in advance in a and 1b by some method. The encoding circuit 4 controls the address counters 2a and 2b, reads out image signals pixel by pixel, and temporarily stores them in latches 3a and 3b. The encoding circuit 4 detects each change point defined by the MR encoding method from the input image signal series. Further, the encoding circuit 4 increases or decreases the address counter 2a or 2b according to a predetermined control procedure depending on the order in which each change point is detected, and outputs the address counter 2a or 2b while referring to the necessary signals. Determine the sign. Once the code is determined, the corresponding code word (bit pattern) is selected and sequentially output. Here, since the encoding circuit 4 can refer to only one pixel of each of two lines of image signals at a time, the encoding circuit 4 needs a control function to increase or decrease only the address counter 2a or 2b. Furthermore, when one code is determined, detection of the next code is restarted after output of the corresponding code word is completed. Therefore, it is necessary to stop the address counters 2a and 2b while converting the detected code into a code word.
従来の符号化装置は以上のような構成になつて
いるので、1ラインを符号化する処理時間が、
(1画素の処理時間)×(1ライン画素数)以下に
なることはあり得ない。また入力された画像信号
の性質により処理時間が大きく変動することにな
る。これは一度に参照できる画像信号が参照ライ
ン、符号化ライン共各一画素ずつであること、ま
た符号を検出する処理と、検出された符号を符号
語に変換する処理とが同時に並列処理できないこ
とに起因している。このため、高速のデータ伝送
路を用いて画像信号を伝送するための符号化装置
としては、その処理速度が十分ではなかつた。 Since the conventional encoding device has the above configuration, the processing time for encoding one line is
It is impossible for the value to be less than (processing time for one pixel)×(number of pixels in one line). Furthermore, the processing time will vary greatly depending on the nature of the input image signal. This is because the image signal that can be referenced at a time is one pixel each for both the reference line and the encoded line, and the process of detecting the code and the process of converting the detected code into a code word cannot be processed in parallel at the same time. This is caused by For this reason, the processing speed thereof has not been sufficient as an encoding device for transmitting image signals using a high-speed data transmission path.
この発明は、上記のような従来装置の欠点を除
去するためになされたもので、ラインメモリから
読み出される画像信号を一度シフトレジスタに蓄
え、相隣り合う複数画素を同時に参照できるよう
にしてアドレスカウンタを増減させる必要をなく
したこと、および符号化回路を符号検出回路と符
号語変換回路とに分離してその間を一時記憶用
FIFOメモリで接続することにより、2つの独立
した処理を並行して実行し、ラインメモリからの
画像信号の読み出しを停止する必要をなくしたこ
との2点の改善により、高速のデータ伝送路に対
しても十分対応のとれる高速処理可能な2値画像
符号化装置を提供することを目的としている。 This invention was made in order to eliminate the drawbacks of the conventional device as described above. Image signals read from a line memory are stored in a shift register, and multiple adjacent pixels can be referred to at the same time. This eliminates the need to increase or decrease the code word, and separates the encoding circuit into a code detection circuit and a code word conversion circuit, and uses the space between them for temporary storage.
By connecting with FIFO memory, two independent processes can be executed in parallel, eliminating the need to stop reading image signals from line memory. It is an object of the present invention to provide a binary image encoding device capable of high-speed processing and capable of sufficiently handling even high-speed images.
以下、この発明の一実施例を図について説明す
る。第2図において、1a,1bは各々参照ライ
ンメモリ、符号化ラインメモリ、2は両メモリ1
a,1bに共通なアドレスカウンタ、3a,3b
は各メモリ出力の一時記憶回路(以降メモリラツ
チと略す。)、5a,5bはメモリラツチ3a,3
bに一時記憶された画像信号を順次転送し、相隣
り合う複数画素の信号値を同時出力するためのシ
フトレジスタ、6a,6bは各々シフトレジスタ
5a,5b出力の一時記憶回路(以降、シフトレ
ジスタラツチと略す)、7はアドレスカウンタ2
の値からシフトレジスタラツチ6a,6bのラツ
チ用制御信号を作る制御回路(以降ラツチ制御回
路と略す)、8はシフトレジスタラツチ6に記憶
された複数画素の信号値から符号を検出する符号
検出回路、9は検出された符号を一時記憶するた
めのFIFO(First−in First−out)メモリ、10
はFIFOメモリ9からの検出された符号を符号語
に変換して出力する符号語変換回路である。 An embodiment of the present invention will be described below with reference to the drawings. In FIG. 2, 1a and 1b are reference line memories and encoding line memories, respectively, and 2 is both memory 1.
Address counter common to a, 1b, 3a, 3b
5a and 5b are temporary storage circuits for each memory output (hereinafter referred to as memory latches), and 5a and 5b are memory latches 3a and 3.
6a and 6b are temporary storage circuits for the outputs of shift registers 5a and 5b, respectively (hereinafter referred to as shift registers). (abbreviated as latch), 7 is address counter 2
A control circuit (hereinafter referred to as latch control circuit) that generates a control signal for latching the shift register latches 6a and 6b from the value of , and a code detection circuit 8 that detects a code from the signal values of multiple pixels stored in the shift register latch 6. , 9 is a FIFO (First-in First-out) memory for temporarily storing the detected code; 10
is a code word conversion circuit that converts the detected code from the FIFO memory 9 into a code word and outputs the code word.
次に本符号化装置の動作について説明する。こ
の場合も、何らかの方法により、参照ライン及び
符号化ラインの画像信号はあらかじめ各ラインメ
モリ1a,1bに格納されているものとする。最
初に、符号検出回路8はアドレスカウンタ2を初
期設定し、その後1カウントずつのカウントアツ
プ(又はカウントダウン)開始を指示する。これ
以降アドレスカウンタ2は、外部から停止信号が
入るまで自動的にカウントをくり返し、ラインメ
モリ1a及び1b内の画像信号を順次読み出す役
目を果たす。メモリラツチ3a,3b及びシフト
レジスタ5a,5bは、アドレスカウンタ2と同
期して動作し、ラインメモリ1a,1bより読み
出された相隣り合う複数画素の信号を同時に参照
することを可能にしている。ラツチ制御回路7
は、アドレスカウンタ2の値を参照し、あらかじ
め決められた画素数の画像信号がシフトレジスタ
5a,5b内に蓄積されたことを検出すると、シ
フトレジスタラツチ6a,6bに対してラツチ用
制御信号を送出する。シフトレジスタラツチ6
a,6bは、その制御信号に従つてシフトレジス
タ5a,5bに蓄積されている画像信号を一時記
憶する。これら複数画素の画像信号は、ひとまと
めにして符号検出回路8に入力される。符号検出
回路8は、入力された複数画素の画像信号の値
が、ある特定のパターン(ビツト系列)に合致し
ているか否かを調べ、合致している場合はそのパ
ターンに対応する符号を選択し、あらかじめ定め
られた符号コードを送出する。このとき符号検出
回路8には、複数個の符号化ライン上画素の画像
信号が入力されているので、同時に2つ以上の符
号コードを検出する場合がある。すなわち本装置
では、複数画素の同時符号化を行なうことが可能
である。例えば一度にシフトレジスタラツチ6
a,6bに記憶される符号化ライン上の画素数を
N個とすると、ラインメモリ1a,1bの読み出
し速度をN倍にすれば、実効的には従来装置にお
ける1ライン符号化時間の1/N以下の時間で1
ラインの符号化が完了することになる。また、符
号検出回路8の出力は、いつたんFIFOメモリ9
に蓄積されて符号語変換回路10へ送られるた
め、符号検出回路8は、両回路間の処理時間差を
考慮せずに次の符号の検出を行なうことができ
る。同様に符号語変換回路10も、自己の処理速
度に合わせてFIFOメモリ9から符号コードを読
み出し、符号語に変換すればよいので、FIFOメ
モリ9が空でない限り無駄時間なく変換処理を続
行できる。 Next, the operation of this encoding device will be explained. In this case as well, it is assumed that the image signals of the reference line and the encoded line are stored in each line memory 1a, 1b in advance by some method. First, the code detection circuit 8 initializes the address counter 2, and then instructs to start counting up (or counting down) one count at a time. From then on, the address counter 2 automatically repeats counting until a stop signal is received from the outside, and plays the role of sequentially reading out the image signals in the line memories 1a and 1b. The memory latches 3a, 3b and shift registers 5a, 5b operate in synchronization with the address counter 2, making it possible to simultaneously refer to the signals of a plurality of adjacent pixels read out from the line memories 1a, 1b. Latch control circuit 7
refers to the value of the address counter 2, and when it detects that a predetermined number of pixels of image signals have been accumulated in the shift registers 5a, 5b, it sends a latch control signal to the shift register latches 6a, 6b. Send. Shift register latch 6
a, 6b temporarily store the image signals stored in the shift registers 5a, 5b according to the control signals. The image signals of these plural pixels are collectively input to the code detection circuit 8. The code detection circuit 8 checks whether the values of the input image signal of multiple pixels match a certain pattern (bit sequence), and if so, selects the code corresponding to that pattern. and transmits a predetermined code. At this time, since image signals of pixels on a plurality of encoding lines are input to the code detection circuit 8, two or more code codes may be detected at the same time. That is, with this device, it is possible to simultaneously encode multiple pixels. For example, 6 shift register latches at once
Assuming that the number of pixels on the encoded line stored in a and 6b is N, increasing the readout speed of the line memories 1a and 1b by N times effectively reduces the time required for encoding one line to 1/1 in the conventional device. 1 in time less than or equal to N
Encoding of the line will be completed. Also, the output of the sign detection circuit 8 is output from the FIFO memory 9.
The code detection circuit 8 can detect the next code without considering the processing time difference between the two circuits. Similarly, the code word conversion circuit 10 can read the code code from the FIFO memory 9 according to its own processing speed and convert it into a code word, so that the conversion process can be continued without wasting time as long as the FIFO memory 9 is not empty.
以下、符号化の一例としてMR符号化の場合を
例にとつて具体的に説明する。 Hereinafter, a case of MR encoding will be specifically explained as an example of encoding.
MR符号化は、参照ラインと符号化ラインの変
化画素(色が白から黒あるいは黒から白へ変化す
る画素のこと)の相対的な距離によつてモードを
区別する符号化方法である。モードとしては、垂
直モード、パスモードおよび水平モードに大別さ
れる。第3図に各モードの例を示す。 MR encoding is an encoding method that distinguishes modes based on the relative distance between change pixels (pixels whose color changes from white to black or from black to white) between a reference line and an encoded line. The modes are broadly classified into vertical mode, pass mode, and horizontal mode. FIG. 3 shows examples of each mode.
第3図aのように参照ラインと符号化ラインの
変化画素の距離の絶対値が3以下の場合は垂直モ
ードとなる。同図bのように、参照ライン上の変
化画素に対応する符号化ライン上の変化画素が無
い場合はパスモードとなる。さらに同図cのよう
に、符号化ライン上に新たな変化画素が発生した
場合、あるいは同図dのように参照ラインと符号
化ラインの変化画素の距離の絶対値が4以上の場
合は水平モードとなる。 As shown in FIG. 3a, when the absolute value of the distance between the changed pixels on the reference line and the encoded line is 3 or less, the mode is vertical mode. If there is no changed pixel on the encoding line that corresponds to the changed pixel on the reference line, as shown in FIG. Furthermore, if a new changed pixel occurs on the encoding line as shown in c in the same figure, or if the absolute value of the distance between the changed pixel on the reference line and the encoded line is 4 or more as shown in d in the same figure, the horizontal mode.
第4図は各モードに対する符号語割当てを示す
表である。水平モードの場合、水平モードである
ことを示すプレフイツクス“001”に続いて2つ
のMH符号が続く。1つ目のMH符号は符号化ラ
イン上の最初の変化画素までの距離を符号化した
もの、2つ目のMH符号は、最初の変化画素から
次の変化画素までの距離を符号化したものにあた
る。また垂直モードの場合、変化画素の距離の値
によつて、第4図のように7通りに細分される。
すなわち、参照ラインの変化画素の直下に符号化
ラインの変化画素がある場合はV(0)となる。
符号化ラインの変化画素が参照ラインの変化画素
よりn画素分(n=1、2、3)右にある場合は
VR(n)となる。符号化ラインの変化画素が参照
ラインの変化画素よりn画素分(n=1、2、
3)左にある場合はVL(n)となる。 FIG. 4 is a table showing code word assignments for each mode. In the case of horizontal mode, two MH codes follow the prefix "001" indicating horizontal mode. The first MH code encodes the distance to the first changed pixel on the coding line, and the second MH code encodes the distance from the first changed pixel to the next changed pixel. corresponds to Further, in the case of the vertical mode, it is subdivided into seven ways as shown in FIG. 4, depending on the distance value of the changed pixel.
That is, when there is a changed pixel on the encoding line directly below a changed pixel on the reference line, the value is V(0).
If the changed pixel of the encoding line is n pixels (n=1, 2, 3) to the right of the changed pixel of the reference line, then
V R (n). The changed pixel of the encoded line is n pixels larger than the changed pixel of the reference line (n=1, 2,
3) If it is on the left, it becomes V L (n).
さて、本発明の2値画像符号化装置で、第5図
に示すような画像を符号化する場合について説明
する。なお、シフトレジスタラツチ6a,6bの
画素数は4とする(N=4)。 Now, the case where an image as shown in FIG. 5 is encoded using the binary image encoding apparatus of the present invention will be described. It is assumed that the number of pixels of the shift register latches 6a and 6b is 4 (N=4).
参照ラインおよび符号化ラインはアドレス0か
ら順に読み出され、アドレス3まで読み出された
時点でシフトレジスタラツチ6aおよび6bにラ
ツチされる。その時点でブロツク1の計8画素が
符号検出回路に入力されることになる。符号検出
回路は垂直モードVL(1)であることを検出し、
FIFOメモリにVL(1)モードであることを出力す
る。次にアドレス7まで読み出された時点でブロ
ツク2がシフトレジスタ6a,6bにラツチさ
れ、符号検出回路はVR(1)を検出し、FIFOメモリ
に書込む。同様にブロツク3ではパスモード
(P)を、ブロツク4で水平モード(H)をFIFOに出
力する。さらに、ブロツク5の場合V(0)モー
ドが2個検出されるので、2個のV(0)がFIFO
に書込まれる。ブロツク6ではVR(2)がFIFOに書
込まれる。 The reference line and the encoded line are sequentially read from address 0, and when they are read up to address 3, they are latched into shift register latches 6a and 6b. At that point, a total of eight pixels of block 1 will be input to the code detection circuit. The sign detection circuit detects that the vertical mode is V L (1),
Outputs to FIFO memory that it is in V L (1) mode. Next, when address 7 is read out, block 2 is latched in shift registers 6a and 6b, and the sign detection circuit detects V R (1) and writes it into the FIFO memory. Similarly, block 3 outputs the pass mode (P) and block 4 outputs the horizontal mode (H) to the FIFO. Furthermore, in the case of block 5, two V(0) modes are detected, so two V(0)
written to. In block 6, V R (2) is written to the FIFO.
一方、符号語変換回路は、FIFOから順にモー
ドデータを読出し、第4図に示す符号語に変換し
て出力する。 On the other hand, the code word conversion circuit sequentially reads the mode data from the FIFO, converts it into the code word shown in FIG. 4, and outputs the code word.
なお、上記実施例では、参照ラインとして1ラ
イン分のラインメモリを用いた場合について述べ
たが、一般の2次元符号化方式の場合、参照ライ
ンとして2ライン以上を用いるものもある。この
場合も1ラインの場合と同様に、必要数のライン
メモリ、シフトレジスタ、一時記憶回路を設ける
ことにより、上記実施例と同様の効果を奏する装
置を提供することができる。 In the above embodiment, a case has been described in which a line memory for one line is used as a reference line, but in the case of a general two-dimensional encoding method, two or more lines may be used as a reference line. In this case, as in the case of one line, by providing the required number of line memories, shift registers, and temporary storage circuits, it is possible to provide a device that achieves the same effects as the above embodiment.
以上のように、この発明の2値画像符号化装置
によれば、参照ライン及び符号化ラインの相隣り
合う複数個の画素信号を同時に参照して符号の検
出を行なうため、複数画素を同時に符号化するこ
とが可能であり、また、符号検出回路と符号語変
換回路を分離し、各々独立な処理を可能としたの
で、結果的に1ラインの符号化時間を大幅に短縮
できる効果がある。 As described above, according to the binary image encoding device of the present invention, since codes are detected by simultaneously referring to a plurality of adjacent pixel signals of a reference line and an encoding line, a plurality of pixels can be simultaneously encoded. Furthermore, since the code detection circuit and the code word conversion circuit are separated and each can perform independent processing, the encoding time for one line can be significantly shortened as a result.
第1図は従来の2値画像符号化装置のブロツク
構成図、第2図は本発明の一実施例による2値画
像符号化装置のブロツク構成図、第3図はMR符
号におけるモードの例を示す図、第4図はMR符
号におけるモードと符号語の割当てを示す図、第
5図は参照ラインと符号化ラインの例を示す図で
ある。
図中、1はラインメモリ、2はラインメモリの
アドレスカウンタ、3はラインメモリ出力の一時
記憶回路、5はシフトレジスタ、6はシフトレジ
スタ出力の一時記憶回路、7は制御回路、8は符
号検出回路、9は符号コードの一時記憶用FIFO
メモリ、10は符号語変換回路である。なお、図
中同一符号は、同一又は相当部分を示す。
FIG. 1 is a block diagram of a conventional binary image encoding device, FIG. 2 is a block diagram of a binary image encoding device according to an embodiment of the present invention, and FIG. 3 is an example of modes in an MR code. FIG. 4 is a diagram showing mode and codeword assignment in an MR code, and FIG. 5 is a diagram showing an example of reference lines and coded lines. In the figure, 1 is a line memory, 2 is an address counter for the line memory, 3 is a temporary storage circuit for line memory output, 5 is a shift register, 6 is a temporary storage circuit for shift register output, 7 is a control circuit, and 8 is a code detection circuit. circuit, 9 is FIFO for temporary storage of code
Memory 10 is a code word conversion circuit. Note that the same reference numerals in the figures indicate the same or equivalent parts.
Claims (1)
格納されている2値画像から、相隣り合う2ライ
ン分の画像データを順次読み出し、2ライン間に
存在する相関性を利用して符号化する2値画像符
号化装置において、 符号化ラインの画像信号を格納する符号化ライ
ンメモリと、 該符号化ラインの真上の参照ラインの画像信号
を格納する参照ラインメモリと、 上記符号化ラインメモリ、参照ラインメモリに
対応して設けられメモリ内信号を順次読み出して
相隣り合う複数画素の信号を同時出力できる2つ
のシフトレジスタと、 該2つのシフトレジスタの各々に格納されてい
る複数画素を適当な時点で記憶する2つの一時記
憶回路と、 該2つの一時記憶回路の出力を入力として所定
の画像信号系列を発見して対応する符号を検出す
る符号検出回路と、 該符号検出回路の出力を一時記憶するFIFO
(First−in First−out)メモリと、 このFIFOメモリからの検出された符号に対応
する符号コードを伝送路用符号語に変換して出力
する符号語変換回路とを備えたことを特徴とする
2値画像符号化装置。[Claims] 1. Image data for two adjacent lines are sequentially read out from a binary image that is two-dimensionally scanned and stored in a memory for each line, and the correlation that exists between the two lines is determined. In a binary image encoding device that performs encoding using , two shift registers provided corresponding to the encoding line memory and the reference line memory and capable of sequentially reading out the signals in the memory and simultaneously outputting the signals of a plurality of adjacent pixels; two temporary memory circuits that store a plurality of pixels at appropriate times; a code detection circuit that uses the outputs of the two temporary memory circuits as input to discover a predetermined image signal sequence and detects the corresponding code; FIFO that temporarily stores the output of the code detection circuit
(First-in First-out) memory; and a code word conversion circuit that converts the code code corresponding to the detected code from the FIFO memory into a transmission line code word and outputs the code word. Binary image encoding device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8906182A JPS58204673A (en) | 1982-05-24 | 1982-05-24 | Binary picture encoder |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8906182A JPS58204673A (en) | 1982-05-24 | 1982-05-24 | Binary picture encoder |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS58204673A JPS58204673A (en) | 1983-11-29 |
JPS6362944B2 true JPS6362944B2 (en) | 1988-12-05 |
Family
ID=13960333
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8906182A Granted JPS58204673A (en) | 1982-05-24 | 1982-05-24 | Binary picture encoder |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS58204673A (en) |
-
1982
- 1982-05-24 JP JP8906182A patent/JPS58204673A/en active Granted
Also Published As
Publication number | Publication date |
---|---|
JPS58204673A (en) | 1983-11-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4682215A (en) | Coding system for image processing apparatus | |
GB2030425A (en) | Transmission method and system for facsimile signal | |
JPS6322114B2 (en) | ||
JPS6338913B2 (en) | ||
GB2151432A (en) | Facsimile image coding system | |
US5345316A (en) | Image data encoding/decoding apparatus for concurrent processing of multiple image data streams | |
US5940540A (en) | Methods of and systems for compression and decompression that prevent local data expansion | |
AU2003289325A1 (en) | Image encoding device and method, and encoded image decoding device and method | |
JPS6338152B2 (en) | ||
JPS6362944B2 (en) | ||
JPS6339187B2 (en) | ||
JPH0149072B2 (en) | ||
JPS60182875A (en) | Picture data compressing circuit | |
JPS5883473A (en) | Picture signal encoding system | |
JPH04270569A (en) | Data compression system for picture processor | |
JP3142911B2 (en) | Processing method of encoding / decoding device | |
JPS6342472B2 (en) | ||
JPS61234664A (en) | Decoding circuit | |
JPS5814674A (en) | Image coding system | |
JPS6051370A (en) | Picture information encoding processor | |
JPH01278176A (en) | Picture signal encoding circuit | |
JPS61263370A (en) | Encoding circuit | |
JPS6132867B2 (en) | ||
JPS60169276A (en) | Data compressing system | |
JPS61186074A (en) | Coding processing system |