JPH069063B2 - Image processing device - Google Patents
Image processing deviceInfo
- Publication number
- JPH069063B2 JPH069063B2 JP6347787A JP6347787A JPH069063B2 JP H069063 B2 JPH069063 B2 JP H069063B2 JP 6347787 A JP6347787 A JP 6347787A JP 6347787 A JP6347787 A JP 6347787A JP H069063 B2 JPH069063 B2 JP H069063B2
- Authority
- JP
- Japan
- Prior art keywords
- start point
- black
- white
- memory
- address
- 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
Links
Landscapes
- Image Processing (AREA)
- Image Generation (AREA)
Description
【発明の詳細な説明】 [産業上の利用分野] 本発明は文字・画像のデータから文字・画像のパターン
を再生するためのデータを作成する画像処理装置に関
し、詳しくは、文字・画像の輪郭部を特定しているデー
タ(以下、輪郭データという)から、元の文字・画像の
再生データや、この元の文字・画像に対して線幅や大き
さを変化させた文字・画像の再生データを作成する画像
処理装置に関するものである。Description: TECHNICAL FIELD The present invention relates to an image processing apparatus for creating data for reproducing a character / image pattern from character / image data, and more specifically, to the outline of the character / image. From the data that specifies the part (hereinafter referred to as contour data), the reproduction data of the original character / image, or the reproduction data of the character / image in which the line width or size of the original character / image is changed. The present invention relates to an image processing device for creating a.
[従来の技術] 文字・画像のパターン情報を記憶する方法に、輪郭部を
直線や曲線で近似し、その直線や曲線を表わす近似式を
当該文字・画像のパターン情報とする方法がある(以下
輪郭法という)。第2図は、このような輪郭法による文
字・画像のパターン情報から、元の文字・画像を再生す
るためのビットデータを作成するまでの過程を簡単に示
したブロック図である。[Prior Art] As a method of storing pattern information of a character / image, there is a method of approximating a contour with a straight line or a curve and using an approximate expression representing the straight line or the curve as pattern information of the character / image (hereinafter Called contour method). FIG. 2 is a block diagram briefly showing the process from the pattern information of a character / image by such a contour method to the creation of bit data for reproducing the original character / image.
はじめにデコーダ1によって近似式をデコードして輪郭
部のパターンを復元し、アドレス変換部2で輪郭部のパ
ターンをビットマップメモリ3上のアドレスに変換す
る。そしてビットマップメモリ3の文字・画像の輪郭部
のアドレスのビットに“1”を記憶する。その後、ぬり
つぶし処理部4で、ビットマップメモリ3における文字
・画像の輪郭部の内側、即ちビット“1”の内側のビッ
トをすべて“1”とするぬりつぶし処理を行い再生デー
タとして出力する。First, the decoder 1 decodes the approximate expression to restore the contour pattern, and the address conversion unit 2 converts the contour pattern into an address on the bitmap memory 3. Then, "1" is stored in the bit of the address of the outline portion of the character / image in the bitmap memory 3. After that, the fill processing unit 4 performs fill processing in which all the bits inside the outline portion of the character / image in the bit map memory 3, that is, the bits inside the bit "1" are set to "1" and is output as reproduction data.
一般にぬりつぶし処理は、第3図の矢印に示すように輪
郭部を展開したビットマップ3上を1ラインごとに走査
し、そのラインの中で奇数番目に現われたビット“1”
を黒オン開始点、偶数番目に現われたビット“1”を白
オン開始点と判断し、黒オン開始点と白オン開始点の1
つ前までのビットをすべて“1”とすることによって行
われている。従って第3図の場合、ビットマップメモリ
3に展開した輪郭3aが黒オン開始点、輪郭3bが白オ
ン開始点となり、その間のビットがすべて“1”となる
ようぬりつぶし処理が行われる。Generally, in the filling processing, the bit map 3 in which the contour part is developed as shown by the arrow in FIG. 3 is scanned line by line, and the bit "1" appearing at an odd number in that line is scanned.
Is determined as the black-on start point, and the even-numbered bit "1" is determined as the white-on start point, and 1 of the black-on start point and the white-on start point is determined.
This is done by setting all the previous bits to "1". Therefore, in the case of FIG. 3, the contour 3a developed in the bit map memory 3 becomes the black ON start point, the contour 3b becomes the white ON start point, and the filling processing is performed so that all the bits between them are "1".
[発明が解決しようとする問題点] 1つの文字の輪郭データから、様々な線幅の文字のデー
タを作成する場合、上述のような従来方法で作成すると
以下のような問題が生じる。[Problems to be Solved by the Invention] When data of characters having various line widths is created from contour data of one character, the following problems occur if created by the conventional method as described above.
例えば第4図(1)のような文字・画像において、輪郭5
a,6aが黒オン開始点、輪郭5b,6bが白オン開始
点となっているような輪郭データから、任意の方法によ
って線幅を太くした輪郭データを第4図(2)のように作
成し、ビットマップメモリに展開したとする。第4図
(2)のように展開した輪郭7a,8a,7b,8bに対
して上述した如きぬりつぶし処理を行うと、第4図(3)
のようにぬりつぶされてしまう。即ち、輪郭7a,7b
が黒オン開始点、輪郭8a,8bが白オン開始点と判断
され、ぬりつぶされない中空部9が生じてしまう。線幅
を太くする処理を行って隣接する輪郭同志が重なった場
合は、第4図(4)のように中空部9が生じないようにぬ
りつぶす必要がある。For example, in a character / image as shown in FIG.
From the contour data in which a and 6a are black ON start points and contours 5b and 6b are white ON start points, contour data with a thick line width is created by an arbitrary method as shown in FIG. 4 (2). Then, it is assumed that the data is expanded in the bitmap memory. Fig. 4
When the above-described filling processing is performed on the contours 7a, 8a, 7b, 8b developed as in (2), FIG. 4 (3)
It will be painted like. That is, the contours 7a and 7b
Is determined as the black-on start point and the contours 8a and 8b are determined as the white-on start points, and a hollow portion 9 that is not filled is generated. When the line width is thickened and adjacent contours overlap with each other, it is necessary to grind so that the hollow portion 9 does not occur as shown in FIG. 4 (4).
従って、1ラインごとに走査してぬりつぶし処理を行う
際、そのラインの単に奇数番目に現われた輪郭を黒オン
開始点、偶数番目に現われた輪郭を白オン開始点として
ぬりつぶし処理を行うという従来方法では、線幅を太ら
せたりする処理を行って輪郭同志が重なった場合、上述
のような問題が生じる。Therefore, when performing the filling processing by scanning line by line, the conventional filling method is performed by using the odd-numbered contours of the line as black-on start points and the even-numbered contours as white-on start points. Then, if the contours overlap each other by performing a process of thickening the line width, the above-mentioned problem occurs.
また、文字の輪郭データから元の線幅のままビットマッ
プメモリに展開してぬりつぶし処理の後に線幅を変える
処理を行う方法も考えられるが、この方法は処理を行う
回路が複雑なほか、処理時間も多くかかるという問題が
ある。そのため、線幅を太くしたりする場合は輪郭を表
わす近似式に対して線幅を太くする処理をはじめに行っ
た後、その輪郭をメモリに展開し、それに対してぬりつ
ぶし処理を行った方が高速に処理することができるが、
上述したような問題が存在する。It is also conceivable to expand the original line width from the outline data of the character into the bitmap memory and perform the process of changing the line width after the filling process, but this method requires a complicated circuit to perform the process. There is a problem that it takes a lot of time. Therefore, when thickening the line width, it is faster to first perform the process of thickening the line width for the approximate expression that represents the contour, then expand the contour in memory, and perform the filling process on it. Can be processed into
There are problems as described above.
[問題点を解決するための手段] 本発明は以上の点から成したものであり、黒オン開始
点、白オン開始点が規則的にメモリに展開されない場合
であっても、不都合なくぬりつぶし処理が行える画像処
理装置を提供することを目的とし、その特徴とするとこ
ろは、文字・画像の輪郭データをメモリに展開し、該展
開した輪郭データに対してぬりつぶし処理を行う画像処
理装置において、黒オン開始点を記憶する黒オン開始点
メモリと、白オン開始点を記憶する白オン開始点メモリ
と、記憶する点のアドレスが与えられたとき、前記黒オ
ン開始点メモリ又は前記白オン開始点メモリの該当アド
レスに、黒オン開始点又は白オン開始点が既に記憶され
ているか否かを判断する一致判定手段と、前記記憶する
点が黒オン開始点(又は白オン開始点)である場合に、 イ.前記一致判定手段が、白オン開始点(又は黒オン開
始点)との一致を判定したときは、白オン開始点メモリ
(又は黒オン開始点メモリ)に記憶されている当該白オ
ン開始点(又は黒オン開始点)を消去し、 ロ.前記一致判定手段が、白オン開始点(又は黒オン開
始点)との不一致を判定し、しかも、 a.黒オン開始点(又は白オン開始点)との不一致を判
定したときは、黒オン開始点メモリ(又は白オン開始点
メモリ)の該当アドレスに黒オン開始点(又は白オン開
始点)を記憶し、 b.黒オン開始点(又は白オン開始点)との一致を判定
したときは、黒オン開始点(又は白オン開始点)の当該
ライン方向のアドレスを「+1」(又は「−1」)して
前記イの処理に戻る手段と、 前記黒オン開始点メモリと白オン開始点メモリに記憶さ
れた黒オン開始点と白オン開始点に基づいてぬりつぶし
処理を行うぬりつぶし処理部と、該ぬりつぶし処理部で
ぬりつぶした結果を記憶する出力メモリと、を具備し、
前記ぬりつぶし処理部は、ぬりつぶし処理を行っている
ラインの先頭のビットから当該アドレスのビットまでに
存在する黒オン開始点と白オン開始点との差Dが「+
1」以上のとき、当該アドレスをぬりつぶす判定を行
い、前記差Dが「0」のとき当該アドレスをぬりつぶさ
ない判定を行うことを特徴とする。[Means for Solving Problems] The present invention has been made from the above points, and even if the black on start point and the white on start point are not regularly developed in the memory, the filling processing can be performed without any inconvenience. It is an object of the present invention to provide an image processing device capable of performing the following. A feature of the image processing device is that the contour data of a character / image is developed in a memory, and the developed contour data is filled with black. When a black on start point memory for storing an on start point, a white on start point memory for storing a white on start point, and an address of a point to be stored are given, the black on start point memory or the white on start point Coincidence determining means for determining whether or not the black on start point or the white on start point is already stored in the corresponding address of the memory, and the stored point is the black on start point (or the white on start point). In some cases, b. When the coincidence determination means determines that the white-on start point (or the black-on start point) matches, the white-on start point (or the black-on start point memory) stored in the white-on start point memory (or the black-on start point memory). Or black start point) and delete b. The match determining means determines a mismatch with the white ON start point (or the black ON start point), and a. When a mismatch with the black on start point (or white on start point) is determined, the black on start point (or white on start point) is stored in the corresponding address of the black on start point memory (or white on start point memory). And b. When a match with the black on start point (or white on start point) is determined, the address in the line direction of the black on start point (or white on start point) is set to "+1" (or "-1"). Means for returning to the processing of b), a fill processing section for performing fill processing based on the black on start point and the white on start point stored in the black on start point memory and the white on start point memory, and the fill processing section And an output memory for storing the result of filling with,
In the fill processing section, the difference D between the black on start point and the white on start point existing from the first bit of the line on which the fill processing is performed to the bit of the address is “+”.
It is characterized in that when the difference D is "0", it is determined that the address is not filled in when the difference is "0".
[実施例] 第1図は本発明の一実施例を示すブロック図である。1
0は黒オン開始点をビットマップ上に記憶する黒オン開
始点メモリ、11は白オン開始点をビットマップ上に記
憶する白オン開始点メモリで、黒オン開始点メモリ10
と白オン開始点メモリ11は同一のアドレスを有してい
る。12は黒オン開始点メモリ10、白オン開始点メモ
リ11に黒オン開始点又は白オン開始点を記憶すると
き、既に同一アドレスに“1”が記憶されているか否か
を判定する一致判定回路で、記憶しようとしているアド
レスのデータを黒オン開始点メモリ10と白オン開始点
メモリ11の両方から読出して、そのビットが“1”か
否かを判定し、その結果を制御部16へ送る。13は前
記黒オン開始点メモリ10、白オン開始点メモリ11に
記憶されている輪郭部の情報に基づいてぬりつぶし処理
を行うぬりつぶし処理部、14は前記ぬりつぶし処理部
13でぬりつぶした結果を記憶する出力メモリで、例え
ば複数のメモリで構成される。15は必要に応じて前記
出力メモリ14の複数のメモリ間の演算を行う演算部、
16は前記黒オン開始点メモリ10、白オン開始点メモ
リ11へ黒オン開始点、白オン開始点を記憶させる際の
制御及びぬりつぶし処理の制御等を行う制御部である。[Embodiment] FIG. 1 is a block diagram showing an embodiment of the present invention. 1
0 is a black on start point memory that stores the black on start point on the bitmap, 11 is a white on start point memory that stores the white on start point on the bitmap, and black on start point memory 10
And the white-on start point memory 11 have the same address. Reference numeral 12 is a coincidence determination circuit for determining whether or not "1" is already stored in the same address when the black on start point memory 10 and the white on start point memory 11 store the black on start point or the white on start point. Then, the data of the address to be stored is read from both the black ON start point memory 10 and the white ON start point memory 11, it is determined whether or not the bit is "1", and the result is sent to the control unit 16. . Reference numeral 13 denotes a fill processing unit that performs fill processing based on the contour information stored in the black ON start point memory 10 and the white ON start point memory 11, and 14 stores the result of filling performed by the fill processing unit 13. The output memory is composed of, for example, a plurality of memories. Reference numeral 15 denotes an arithmetic unit for performing arithmetic operations among a plurality of memories of the output memory 14, if necessary.
Reference numeral 16 denotes a control unit for performing control for storing the black-on start point and the white-on start point in the black-on start point memory 10 and the white-on start point memory 11 and control for the filling processing.
はじめに、輪郭データのメモリへの展開について説明す
る。本発明は、第1図に図示するように、デコーダ1、
アドレス変換部2を経た輪郭データのうち、黒オン開始
点に関する近似式をデコード出力して求めた開始点は黒
オン開始点メモリ10に、白オン開始点に関する近似式
をデコード出力して求めた開始点は白オン開始点メモリ
11に、というように、それぞれの別のメモリに記憶す
る。第5図は輪郭部の黒オン開始点又は白オン開始点の
各メモリへの展開のアルゴリズムをフロー図にしたもの
で、黒オン開始点又は白オン開始点のいずれか一点を展
開する際のフロー図である。以下にフロー図の各ステッ
プの動作を説明する。First, the expansion of the contour data into the memory will be described. The present invention, as shown in FIG.
Of the contour data that has passed through the address conversion unit 2, the start point obtained by decoding and outputting the approximate expression regarding the black on start point is obtained by decoding and outputting the approximate expression regarding the white on start point to the black on start point memory 10. The start point is stored in the white-on start point memory 11 and so on, and so on. FIG. 5 is a flow chart showing an algorithm for expanding the black-on start point or the white-on start point of each contour portion into each memory, and is used when one of the black-on start point or the white-on start point is expanded. It is a flowchart. The operation of each step in the flow chart will be described below.
.これから記憶する点をデコード出力する際に使用し
た近似式が、黒オン開始点に関する近似式であったか、
白オン開始点に関する近似式であったかに応じて、該こ
れから記憶する点が黒オン開始点か白オン開始点かを判
断する。. Whether the approximate expression used when decoding and outputting the point to be stored was the approximate expression for the black ON start point,
It is determined whether the point to be stored from now on is the black on start point or the white on start point, depending on whether it is an approximate expression regarding the white on start point.
.今記憶しようとしている点が黒オン開始点のとき、
白オン開始点メモリ11の同一アドレスに白オン開始点
が記憶されているか否かを判断する。. When the point you are about to memorize is the black on start point,
It is determined whether or not the white-on start point is stored at the same address in the white-on start point memory 11.
.でYESと判断されたとき、白オン開始点メモリ
11の当該アドレスの白オン開始点を消去する。即ち、
当該アドレスのビット“1”となっているものを“0”
とする。. When it is determined to be YES, the white-on start point of the address in the white-on start point memory 11 is erased. That is,
"0" for the bit "1" of the address
And
.黒オン開始点10の、今記憶しようとしている黒オ
ン開始点と同一アドレスに、黒オン開始点が既に記憶さ
れているか否かを判断する。. It is determined whether or not the black-on start point 10 is already stored at the same address as the black-on start point to be stored now.
.黒オン開始点メモリ10の当該アドレスに黒オン開
始点を記憶する。. The black on start point is stored in the address of the black on start point memory 10.
.黒オン開始点の当該ライン方向のアドレスを+1し
てへ戻る。. The address of the black-on start point in the line direction is incremented by 1 and the process returns to.
.今記憶しようとしている点が白オン開始点のとき、
黒オン開始点メモリ10の同一アドレスにい黒オン開始
点が記憶されているか否かを判断する。. When the point you are about to memorize is the white on start point,
It is determined whether or not the black-on start point is stored at the same address in the black-on start point memory 10.
.でYESと判断されたとき、黒オン開始点メモリ
10の当該アドレスの黒オン開始点を消去する。. When it is determined to be YES, the black-on start point of the address in the black-on start point memory 10 is erased.
.白オン開始点メモリ11の、今記憶しようとしてい
る白オン開始点と同一アドレス、白オン開始点が既に記
憶されているか否かを判断する。. It is determined whether or not the same address as the white-on start point to be stored in the white-on start point memory 11 and the white-on start point are already stored.
.白オン開始点メモリ11の当該アドレスに白オン開
始点を記憶する。. The white-on start point is stored in the address of the white-on start point memory 11.
.白オン開始点の当該ライン方向のアドレスを−1し
てへ戻る。. The address of the white-on start point in the line direction is decremented by 1 and the process returns.
上記のフローに従って輪郭部の黒オン開始点と白オン開
始点を制御部16の制御により、黒オン開始点メモリ1
0、白オン開始点メモリ11に記憶する。尚、上述のス
テップ,,,における一致判定は、一致判定回
路12で判定された結果に基づく。According to the above flow, the black ON start point and the white ON start point of the contour portion are controlled by the control unit 16 to control the black ON start point memory 1
0, stored in the white-on start point memory 11. The matching judgment in the above steps, ... Is based on the result judged by the matching judgment circuit 12.
次にぬりつぶし処理について説明する。ぬりつぶし処理
部13へは黒オン開始点メモリ10、白オン開始点メモ
リ11からそれぞれ同一アドレスのビット情報が、1ビ
ットずつ送られ、ぬりつぶすビットか否か、即ち“1”
とするビットか否かを1ビットごとに判定し、ぬりつぶ
し処理が行われる。ぬりつぶすか否かの判定は、判定中
のラインにおいて、当該アドレスまでの黒オン開始点の
数と白オン開始点の数の差Dによって行う。つまり、そ
のラインの当該アドレスまでの黒オン開始点の数と白オ
ン開始点の数の差Dが1以上のときに、そのアドレスを
ぬりつぶす。ぬりつぶすか否かを判定する手段は、ぬり
つぶし処理部13に、例えばそのラインの当該アドレス
までの黒オン開始点の数と白オン開始点の数との差を算
出する回路を構成するか、あるいは第6図に示すような
判定用のテーブルを用意し、それを用いて判定する。第
6図において、D-1の欄は判定するビットの前のビット
のアドレスまでの黒オン開始点の数と白オン開始点の数
との差で、Dの欄は判定するビットのアドレスまでの黒
オン開始点の数と白オン開始点の数との差である。黒オ
ンメモリと白オンメモリの欄の“1”“0”は、それぞ
れ黒オン開始点メモリ10、白オン開始点メモリ11の
判定中のアドレスのビットの状態を示している。判定の
欄の“0”はぬりつぶしを行わないことを、“1”はぬ
りつぶしを行うことを、エラーはそのテーブルのデータ
はエラーであることを示している。Next, the fill processing will be described. Bit information of the same address is sent from the black-on start point memory 10 and the white-on start point memory 11 to the fill processing section 13 one bit at a time, and whether or not the bit information is a fill bit, that is, "1".
Is determined for each bit, and the filling processing is performed. The determination as to whether or not to fill the area is made based on the difference D between the number of black-on start points and the number of white-on start points up to the address on the line being determined. That is, when the difference D between the number of black-on start points and the number of white-on start points up to the address of the line is 1 or more, the address is filled. The means for determining whether or not to make the fill-up includes, in the fill-out processing unit 13, for example, a circuit for calculating the difference between the number of black-on start points and the number of white-on start points up to the address of the line, or A table for determination as shown in FIG. 6 is prepared, and the table is used for determination. In FIG. 6, the column D-1 shows the difference between the number of black on start points and the number of white on start points up to the address of the bit before the bit to be judged, and the column D is up to the address of the bit to be judged. Is the difference between the number of black on start points and the number of white on start points. “1” and “0” in the columns of the black on-memory and the white on-memory indicate the states of the bits of the address being judged in the black-on start point memory 10 and the white on start point memory 11, respectively. In the judgment column, “0” indicates that the fill is not performed, “1” indicates that the fill is performed, and the error indicates that the data in the table is an error.
ぬりつぶし処理の結果は、出力メモリ14へ送られ、当
該アドレスのビットが“1”又は“0”となる。出力メ
モリ14へ記憶されたぬりつぶされたデータは、必要に
応じて表示用のデータや、各種出力装置用のデータとし
て出力される。The result of the filling processing is sent to the output memory 14, and the bit of the address becomes “1” or “0”. The filled data stored in the output memory 14 is output as display data or data for various output devices as needed.
次に、具体的なぬりつぶし処理について説明する。第7
図は第4図(2)のように線幅を肥らせた輪郭データを黒
オン開始点メモリ10と白オン開始点メモリ11に展開
して記憶した例を示す図で、第7図(1)は黒オン開始点
メモリ10へ記憶した状態を、第7図(2)は白オン開始
点メモリ11へ記憶した状態をそれぞれ示す図である。Next, a specific filling process will be described. 7th
FIG. 7 is a diagram showing an example in which contour data having a thickened line width as shown in FIG. 4 (2) is expanded and stored in the black ON start point memory 10 and the white ON start point memory 11, and FIG. 1) shows the state stored in the black on start point memory 10, and FIG. 7 (2) shows the state stored in the white on start point memory 11.
ここでは第7図の8番目のラインのぬりつぶし処理につ
いて説明する。8番目のラインの先頭からビット単位で
順次ぬりつぶし処理を行うと、アドレス8-Bのビットで
黒オン開始点メモリ10が“1”となる。一方白オン開
始点メモリ11の当該ビットは“0”であるため、その
ビットまでの黒オン開始点と白オン開始点の差Dは1で
ある。従ってアドレス8-Bのビットはぬりつぶしが実行
される。アドレス8-C〜8-Iまでは差Dが1であるため、
すべてぬりつぶしが実行される。アドレス8-Jのビット
で再び黒オン開始点メモリ10が“1”となって差Dは
2となりアドレス8-Jもぬりつぶしが実行される。アド
レス8-Mでは白オン開始点メモリ11が“1”となるが
その差Dは1であるので依然としてぬりつぶしが実行さ
れる。このようにしてアドレス8-Rまでぬりつぶしが実
行される。Here, the filling processing of the eighth line in FIG. 7 will be described. When the filling process is sequentially performed bit by bit from the beginning of the eighth line, the black-on start point memory 10 becomes "1" at the bit of the address 8-B. On the other hand, since the bit of the white-on start point memory 11 is “0”, the difference D between the black-on start point and the white-on start point up to that bit is 1. Therefore, the bit at address 8-B is filled. Since the difference D is 1 from address 8-C to 8-I,
All filling is performed. With the bit of address 8-J, the black-on start point memory 10 becomes "1" again, the difference D becomes 2, and the address 8-J is also filled. At the address 8-M, the white-on start point memory 11 becomes "1", but since the difference D is 1, the filling operation is still executed. In this way, filling up to address 8-R is executed.
アドレス8-Sに至ると、白オン開始点メモリ11が
“1”である。従って差Dが0となり、このアドレス8-
S以降のビットはぬりつぶしが実行されない。When the address 8-S is reached, the white-on start point memory 11 is "1". Therefore, the difference D becomes 0, and this address 8-
Bits after S are not filled.
以上のようにして一ライン分のぬりつぶし処理が実施さ
れる。第8図は第7図(1)(2)に例示したように各メモリ
に展開して記憶された黒オン開始点、白オン開始点の情
報に基づいてぬりつぶし処理を行って出力メモリ14に
記憶させた状態を示す図である。As described above, the filling processing for one line is performed. As shown in FIGS. 7 (1) and 7 (2), FIG. 8 expands in each memory and performs fill processing based on the information of the black ON start point and the white ON start point stored in the output memory 14. It is a figure which shows the state memorize | stored.
次に本発明の応用例について説明する。はじめに、ある
線幅や大きさで輪郭部のデータを作成し、上述のように
してぬりつぶし処理を行ってそれを第1のパターンデー
タとして出力メモリ14に記憶させる。次に同一の文字
の、第1のパターンデータより若干大きさ及び線幅の異
なる輪郭部のデータを作成してぬりつぶし処理を行って
第2のパターンデータを作成し、出力メモリ14の第1
のパターンデータを記憶させたメモリとは異なるメモリ
に記憶する。そして演算部15で両メモリ間の同一アド
レスどうしの排他的論理和、つまり第1と第2のパター
ンデータの排他的論理和を演算すれば、第9図のような
中空の文字、いわゆる袋文字を作成することができる。Next, an application example of the present invention will be described. First, data of the contour portion is created with a certain line width or size, the filling processing is performed as described above, and the data is stored in the output memory 14 as the first pattern data. Next, the contour data of the same character, which is slightly different in size and line width from the first pattern data, is created and the filling processing is performed to create the second pattern data.
The pattern data is stored in a memory different from the memory storing the pattern data. Then, if the arithmetic unit 15 calculates the exclusive OR of the same addresses between both memories, that is, the exclusive OR of the first and second pattern data, a hollow character as shown in FIG. Can be created.
以上本発明の実施例を詳しく説明した。上記実施例では
ぬりつぶし処理を1ビット単位で行ったが、本発明はこ
れに限定されず、複数ビット単位でぬりつぶし処理を行
っても良い。その際、どのビットをぬりつぶすかの判定
は、判定用テーブルを使う場合は、第6図に示すような
判定用テーブルの、複数ビット用のものを用意して行
う。また上記実施例では黒オン開始点と白オン開始点を
輪郭部を特定するデータとしていたが、本発明はこれだ
けに限定されず、例えば黒オン開始点と黒オン終了点に
よって輪郭部を特定したデータであっても良い。この場
合、ぬりつぶし判定回路や判定用テーブルを変更するこ
とは当然である。The embodiments of the present invention have been described in detail above. Although the fill processing is performed in 1-bit units in the above embodiment, the present invention is not limited to this, and the fill processing may be performed in multiple-bit units. In that case, when a judgment table is used, a judgment table as shown in FIG. 6 for a plurality of bits is prepared to judge which bit is to be filled. Further, in the above embodiment, the black on start point and the white on start point are used as the data for specifying the contour portion, but the present invention is not limited to this, and for example, the contour portion is specified by the black on start point and the black on end point. It may be data. In this case, it is natural to change the fill determination circuit and the determination table.
[発明の効果] 以上詳しく説明したように、本発明は文字・画像の輪郭
部をメモリに記憶させる際、黒オン開始点は黒オン開始
点メモリへ、白オン開始点は白オン開始点メモリへと、
それぞれ別のメモリに記憶するようにし、ぬりつぶし処
理は、ぬりつぶし処理を行うアドレスまでの当該アドレ
スが存在するラインの先頭からの黒オン開始点の数と白
オン開始点の数の差Dに基づいて、当該アドレスのビッ
トを“1”とするか否かを判定するようにしたので、ひ
とつの文字・画像データから大きさや線幅の異なったデ
ータを作成する場合、輪郭を表わす近似式に対して直接
線幅を変える処理を行った後、その輪郭をメモリに展開
し、それに対してぬりつぶし処理を行っても従来のよう
な不都合が生じないという効果を有する。そのためビッ
トマップに展開した後に線幅を変える処理を行うより
も、高速な処理が可能である。[Effects of the Invention] As described in detail above, according to the present invention, when the outline portion of a character / image is stored in the memory, the black on start point is stored in the black on start point memory and the white on start point is stored in the white on start point memory. To
They are stored in different memories, and the filling process is based on the difference D between the number of black-on start points and the number of white-on start points from the beginning of the line where the address is up to the address where the filling process is performed. Since it is determined whether or not the bit of the address is set to "1", when creating data having different sizes and line widths from one character / image data, it is necessary to Even after the processing for directly changing the line width is performed, the contour is developed in the memory and the filling processing is performed thereon, there is an effect that the conventional inconvenience does not occur. Therefore, it is possible to perform a faster process than performing the process of changing the line width after expanding the bitmap.
第1図は本発明の実施例を示すブロック図、第2図は従
来例を説明する図、第3図、第4図は本発明を説明する
図、第5図は黒オン開始点、白オン開始点をメモリに展
開する際の処理の流れを示すフロー図、第6図はぬりつ
ぶし処理の際の判定用テーブル、第7図、第8図は本発
明を説明する図、第9図は本発明の応用例を示す図であ
る。 1…デコーダ 2…アドレス変換部 10…黒オン開始点メモリ 11…白オン開始点メモリ 12…一致判定回路 13…ぬりつぶし処理部 14…出力メモリ 15…演算部FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a diagram for explaining a conventional example, FIGS. 3 and 4 are diagrams for explaining the present invention, and FIG. 5 is a black ON starting point, white. FIG. 6 is a flow chart showing the flow of processing when the ON start point is expanded in the memory, FIG. 6 is a judgment table in the filling processing, FIGS. 7 and 8 are diagrams for explaining the present invention, and FIG. 9 is It is a figure which shows the application example of this invention. DESCRIPTION OF SYMBOLS 1 ... Decoder 2 ... Address conversion unit 10 ... Black ON start point memory 11 ... White ON start point memory 12 ... Match determination circuit 13 ... Fill processing unit 14 ... Output memory 15 ... Arithmetic unit
Claims (1)
し、該展開した輪郭データに対してぬりつぶし処理を行
う画像処理装置において、 黒オン開始点を記憶する黒オン開始点メモリと、白オン
開始点を記憶する白オン開始点メモリと、記憶する点の
アドレスが与えられたとき、前記黒オン開始点メモリ又
は前記白オン開始点メモリの該当アドレスに、黒オン開
始点又は白オン開始点が既に記憶されているか否かを判
断する一致判定手段と、 前記記憶する点が黒オン開始点(又は白オン開始点)で
ある場合に、 イ.前記一致判定手段が、白オン開始点(又は黒オン開
始点)との一致を判定したときは、白オン開始点メモリ
(又は黒オン開始点メモリ)に記憶されている当該白オ
ン開始点(又は黒オン開始点)を消去し、 ロ.前記一致判定手段が、白オン開始点(又は黒オン開
始点)との不一致を判定し、しかも、 a.黒オン開始点(又は白オン開始点)との不一致を判
定したときは、黒オン開始点メモリ(又は白オン開始点
メモリ)の該当アドレスに黒オン開始点(又は白オン開
始点)を記憶し、 b.黒オン開始点(又は白オン開始点)との一致を判定
したときは、黒オン開始点(又は白オン開始点)の当該
ライン方向のアドレスを「+1」(又は「−1」)して
前記イの処理に戻る手段と、 前記黒オン開始点メモリと白オン開始点メモリに記憶さ
れた黒オン開始点と白オン開始点に基づいてぬりつぶし
処理を行うぬりつぶし処理部と、 該ぬりつぶし処理部でぬりつぶした結果を記憶する出力
メモリと、を具備し、 前記ぬりつぶし処理部は、ぬりつぶし処理を行っている
ラインの先頭のビットから当該アドレスのビットまでに
存在する黒オン開始点と白オン開始点との差Dが「+
1」以上のとき、当該アドレスをぬりつぶす判定を行
い、前記差Dが「0」のとき当該アドレスをぬりつぶさ
ない判定を行うことを特徴とする画像処理装置。1. A black-on start point memory for storing a black-on start point and a white-on point in an image processing device for expanding contour data of a character / image in a memory and performing a filling process on the expanded contour data. When a white-on start point memory that stores a start point and an address of a point to be stored are given, the black-on start point or the white-on start point is set to the corresponding address of the black-on start point memory or the white-on start point memory. A match determining means for determining whether or not is already stored, and when the stored point is a black on start point (or a white on start point). When the coincidence determination means determines that the white-on start point (or the black-on start point) matches, the white-on start point (or the black-on start point memory) stored in the white-on start point memory (or the black-on start point memory). Or black start point) and delete b. The match determining means determines a mismatch with the white ON start point (or the black ON start point), and a. When a mismatch with the black on start point (or white on start point) is determined, the black on start point (or white on start point) is stored in the corresponding address of the black on start point memory (or white on start point memory). And b. When a match with the black on start point (or white on start point) is determined, the address in the line direction of the black on start point (or white on start point) is set to "+1" (or "-1"). Means for returning to the processing of b), a fill processing section for performing fill processing based on the black on start point and the white on start point stored in the black on start point memory and the white on start point memory, and the fill processing section An output memory for storing the result of filling in with, and the filling processing unit, the black-on start point and the white-on start point existing from the first bit of the line that is being filled to the bit of the address. The difference D with
The image processing device is characterized in that when the difference D is "1" or more, it is determined that the address is filled, and when the difference D is "0", the address is not filled.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6347787A JPH069063B2 (en) | 1987-03-18 | 1987-03-18 | Image processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6347787A JPH069063B2 (en) | 1987-03-18 | 1987-03-18 | Image processing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS63228383A JPS63228383A (en) | 1988-09-22 |
JPH069063B2 true JPH069063B2 (en) | 1994-02-02 |
Family
ID=13230352
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6347787A Expired - Lifetime JPH069063B2 (en) | 1987-03-18 | 1987-03-18 | Image processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH069063B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0754552B2 (en) * | 1988-12-15 | 1995-06-07 | 日本情報科学株式会社 | Method and apparatus for filling outline font composed of characters by element |
JPH02235185A (en) * | 1989-03-09 | 1990-09-18 | Ricoh Co Ltd | Method for reproducing graphic |
-
1987
- 1987-03-18 JP JP6347787A patent/JPH069063B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPS63228383A (en) | 1988-09-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS61249175A (en) | Graphic processor | |
US5519412A (en) | Pattern processing method | |
JPH069063B2 (en) | Image processing device | |
JP2982973B2 (en) | Pattern filling method | |
JPH02235185A (en) | Method for reproducing graphic | |
JP4323101B2 (en) | Polygonal geometry clipping device | |
JPH04280383A (en) | Method and device for generating graphic/character | |
JP2562540B2 (en) | Figure processing method | |
JPH0280267A (en) | Processing of system of vector characters | |
JP2995779B2 (en) | Figure display control method | |
JP2606176B2 (en) | Graphic processing unit | |
JPS59188761A (en) | Write system of picture memory | |
JPH05257450A (en) | Character generation device | |
JPH03282496A (en) | Character pattern generating device | |
JPH0573693A (en) | Outline paint out system | |
JPH0232670B2 (en) | ||
JPS63265656A (en) | Character-enlarging circuit | |
JP2689815B2 (en) | Vector font fill information generator | |
JP2537830B2 (en) | Image processing device | |
JP2833921B2 (en) | Vector font transformation processing method | |
JPS63218993A (en) | Character/graphics expander | |
JPH082665B2 (en) | Character expansion control circuit | |
JPH09150558A (en) | Plotting device for printer | |
JPH01205388A (en) | Generation system for high quality character and graphic or the like | |
JPS63218994A (en) | Character/graphics expander |