JP2808590B2 - Image data processing device - Google Patents

Image data processing device

Info

Publication number
JP2808590B2
JP2808590B2 JP62251059A JP25105987A JP2808590B2 JP 2808590 B2 JP2808590 B2 JP 2808590B2 JP 62251059 A JP62251059 A JP 62251059A JP 25105987 A JP25105987 A JP 25105987A JP 2808590 B2 JP2808590 B2 JP 2808590B2
Authority
JP
Japan
Prior art keywords
dust
image data
image
area
determination
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
JP62251059A
Other languages
Japanese (ja)
Other versions
JPH0193869A (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.)
KASHIO KEISANKI KK
Original Assignee
KASHIO KEISANKI KK
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 KASHIO KEISANKI KK filed Critical KASHIO KEISANKI KK
Priority to JP62251059A priority Critical patent/JP2808590B2/en
Publication of JPH0193869A publication Critical patent/JPH0193869A/en
Application granted granted Critical
Publication of JP2808590B2 publication Critical patent/JP2808590B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は、画像データを処理する画像データ処理装
置に関する。 [従来の技術] 従来、イメージスキャナを備えたパーソナルコンピュ
ータにおいては、イメージスキャナから写真やイラスト
等の画像を読み取ると、本来読み取るべき画像以下の不
要なゴミや用紙の折れ目等のダストをも一緒に読み取っ
てしまう。 このような場合、第8図に示すようにCRT画面上に表
示されている処理メニュの中から“消去”の項目を選択
したのち消去範囲(図中鎖線で囲んだ部分)をマウス等
のポインティングデバイスを用いて指定することによっ
て当該範囲内のダストデータを消去するようにしてい
た。 [発明が解決しようとする問題点] しかしながら消去対象データを1つずつ指定しながら
消去していくことは、操作性が極めて悪く、しかも誤っ
て必要な部分まで消去してしまうおそれがあった。 この発明の課題は、画像データの中から不要な画像デ
ータを消去する際に、確実な処理をできるようにするこ
とである。 [問題点を解決するための手段] この発明によれば、画像データ処理装置は、画像デー
タを記憶する画像データ記憶手段と、画像データからダ
スト画像を判定する判定フィルターの判定領域を変更す
る判定領域変更手段と、上記判定領域変更手段が判定領
域を変更する毎に、判定領域が変更された判定フィルタ
ーを用いて上記画像データ記憶手段に記憶された画像デ
ータに含まれるダスト画像データを判定する判定手段
と、この判定手段で判定されたダスト画像データを消去
する消去手段とを有することを特徴とする。 [実施例] 以下、一実施例を第1図ないし第6図を参照しながら
説明する。なお、本実施例はパーソナルコンピュータに
適用した例を示している。 構成 第1図はこのパーソナルコンピュータの基本的な構成
を示したブロック回路図である。このパーソナルコンピ
ュータの外部入力手段として本実施例においては、キー
ボード11の他、ポインティングデバイスとしてのマウス
12、CCDイメージセンサで構成されたイメージスキャナ1
3が設けられている。そして、キーボード11、マウス12
からの入力情報は対応するキーボード制御部14、マウス
制御部15を介してCPU16に取り込まれる。 CPU16はキーボード11から入力された文書データやキ
ーボード11あるいはマウス12から入力されたカーソル位
置データ等をCRTバッファ17に書き込み、CRT制御部18は
CRTバッファ17内のデータをCRT表示装置19に送って表示
させる。 また、CPU16はイメージ制御部20に対して動作指令を
与え、イメージ制御部20はイメージスキャナ13で読み取
られたイメージデータをイメージバッファ21に書き込む
と共に、イメージバッファ21内のデータをCRTバッファ1
7に送る。またCPU16はダストイメージ除去部22を動作さ
せ、ダストイメージ除去部22はイメージバッファ21内の
イメージデータの中からダストデータを捜し出しそれを
消去する。この場合、ダストイメージ除去部22はCPU16
内のx、y、X、Yレジスタ、cntカウンタを用いると
共に、概念的に存在するダスト判別フィルタ(第2図参
照)を用いてダスト消去処理を行う。なお、x、y、
X、Yレジスタはイメージバッファ21の座標位置を記憶
し、cntカウンタはダスト消去処理の処理回数を計数す
る。 上記ダスト判別フィルタDFは第2図に示す如く、中心
部に消去領域CL、その周囲に孤立点判定領域IPを有し、
これらの領域CL、IPは実際には存在せず、概念的に特定
された領域である。そして、上記消去領域CLはcntカウ
ンタの値「cnt」によって特定された横cntドット縦cnt
ドットの正方領域で、この中に含まれるドットをダスト
データとして消去する。また、消去領域CLはcntカウン
タの値が「1」、「2」、「3」……のように更新され
る毎に変化する可変領域である。また、上記孤立点判定
領域IPは消去領域CLの端からconsドット幅分の環状領域
で、この中にドットが含まれていない場合には消去領域
CL内のドットを孤立点として判定する。また、孤立点判
定領域IPはconsドット(定数)で特定される固定領域
(不変領域)で、本実施例においてはconsドットが32ド
ット構成となっている。 動作 先ず、CRT表示装置19に表示されている処理メニュ
(第3図(A)参照)の中から“イメージ読み込み”の
項目をキーボード11あるいはマウス12によって選択す
る。第3図(A)はマウスカーソルによって当該項目を
選択した場合を示している。 このようにして“イメージ読み込み”の項目を選択す
ると、CPU16はイメージ制御部20に動作指令を与える。
すると、イメージ制御部20はイメージスキャナ13から読
み取ったイメージデータを受け取ってイメージバッファ
21に書き込み、そして、そのイメージデータをCRTバッ
ファ17に書き込む。なお、このようなイメージデータ読
み込み処理によってCPU16内のcntカウンタはクリアされ
る。しかして、CRT制御部18はCRTバッファ17内のイメー
ジデータをCRT表示装置19に表示させる。第3図(B)
はこの時の表示状態を示し、その表示内容を視読し、本
来のイメージデータの他にダストデータが含まれている
ことを確認したら処理メニュから“消去”項目をキーボ
ード11あるいはマウス12によって選択する。すると、CP
U16はダストイメージ除去部22に対して動作指令を与
え、ダストイメージ除去部22は第4図のフローチャート
にしたがってダスト消去処理を実行する。 先ず、イメージバッファ21内の同一のイメージデータ
に対して何回目のダスト消去処理を行ったかを計数する
為のcntカウンタの値をプラス「1」するインクリメン
ト処理を実行する(ステップS1)。 そして、イメージバッファ21の横方向の総ドット数お
よび縦方向の総ドット数からconsドット(32ドット)に
cntドット(最初は1ドット)を加えた値を夫々減算
し、その値をX、Yレジスタにセットする(ステップS
2)。即ち、第5図に示すように、イメージバッファ21
上をダスト判定フィルタDFが横方向に左から右に動きな
がら1ドットずつ上から下へ移動するものと仮定する。
そして、ダスト判定フィルタDFの消去領域CLが第5図に
示す如く、イメージバッファ21の左上位置にあるときを
スタート位置、右下位置にあるときをエンド位置とする
と、X、Yレジスタの値はエンド位置においてダスト判
定フィルタDFの原点(孤立点判定領域の左上)のXY座標
となる。なお、イメージバッファ21はイメージデータを
“0"、“1"のビット配列で記憶し、第5図の円内はその
記憶状態を示している。 このようにしてダスト判定フィルタDFの原点に対する
エンド位置座標を求めた後、yレジスタに「−cnnsドッ
ト(−32ドット)」をセットする(ステップS3)。即
ち、スタート位置におけるダスト判定フィルタDFの原点
y座標をyレジスタにセットする。そして、イメージバ
ッファ21のエンド位置までダスト消去処理を終了したか
を調べる為にYレジスタの値とyレジスタの値との比較
を行なう(ステップS4)。いま、yレジスタの値はスタ
ート位置にあるので、ステップS5に進み、xレジスタに
「−consドット」をセットする。これによってスタート
位置におけるダスト判定フィルタDFの原点x座標がxレ
ジスタにセットされる。そして、ステップS6に進み、イ
メージバッファ21の横方向1ライン分のダスト消去処理
が終了したかを調べる為に、Xレジスタの値とxレジス
タの値との比較を行なう。いま、xレジスタの値はスタ
ート位置にあるので、ステップS7に進む。 ここでは、ダスト判定フィルタDFの孤立点判定領域IP
内にドットデータが存在しているか否かを調べる。その
結果、データが有れば(ステップS8)、消去領域CL内の
データを他のドットの集合から離れた孤立点としない
が、孤立点判定領域IP内にデータが無ければ消去領域CL
内のデータを孤立点として判定する。即ち、第6図はこ
の場合の判定状態を示し、第6図(A)は前者、第6図
(B)は後者の例を示している。いま、消去領域CL内の
データが孤立点でないと判定された場合には、ステップ
S9に進み、xレジスタの値に「1ドット」加算し、ステ
ップS6に戻る。また、孤立点として判定された場合に
は、ステップS10に進み、消去領域CL内のデータが全て
クリアされる。この場合、消去領域CLの大きさは1×1
ドット、したがって1×1ドット大の孤立点がダストイ
メージとして消去される。 その後、xレジスタの値にcntドットとconsドットを
加えた値を加算し、その結果をxレジスタにセットする
(ステップS11)。即ち、この場合、孤立点判定領域IP
内にはデータが存在していないので、このような場合に
はxレジスタの値を「1ドット」分更新するのではな
く、「cntドット+consドット」分更新し、その後、ス
テップS6に戻る。 しかして、上述のようなダスト消去処理を横方向に1
ライン分終了すると、ステップS6でそのことが検出さ
れ、ステップS12に進み、yレジスタの値に「1ドッ
ト」を加算してのち、ステップS4に戻る。これによっ
て、ダスト判定フィルタDFが改行され、次ラインに対す
るダスト消去処理に移行する。 このようにしてダスト消去処理を1行ずつ実行してゆ
き、そして、ダスト判定フィルタDFの原点y座標がイメ
ージバッファ21のエンド位置(Y座標位置)を超える
と、即ち、イメージバッファ21の全領域に対するダスト
消去処理が終ると、ステップS4でそのことが検出され、
このフローから抜ける。 これによって、イメージバッファ21内のデータは、イ
メージ制御部20を介してCRTバッファ17に送られ、CRT制
御部18はCRTバッファ17内のデータをCRT表示装置19に表
示させる。第3図(C)は1回目のダスト消去処理完了
後の表示状態を示し、同図(B)に示す大中小3種類の
孤立点の中から1回目のダスト消去処理によって1×1
ドット大の孤立点がダストイメージとして消去される
が、それよりも大きい大中の孤立点は消去されず、その
ままイメージバッファ21内に残り、CRT表示装置19に表
示される。 この状態において更にダスト消去処理を選択すると、
再び第4図に示すダスト消去処理が実行される。この場
合、2回目のダスト消去処理によってcntカウンタの値
がインクリメントされて「2」となる結果、ダスト判定
フィルタDFの消去領域CLが2×2ドットに拡大され、2
×2ドット大の孤立点がダストとして取り扱われて消去
されるが、それよりも大きい孤立点はそのまま残る(第
3図(D)参照)。 次に、ダスト消去処理メニュの3回目の選択によって
cntカウンタの値が「3」となる結果、ダスト判定フィ
ルタDFの消去領域CLが3×3ドットに拡大され、3×3
ドット大の孤立点がダストとして取り扱われて消去され
る。 以降、同様に、ダスト消去処理メニュが選択される毎
に徐々に大きな孤立点をダストして扱いその消去が行な
われる。 変形応用例 (1)上記実施例はダスト消去処理メニュが選択される
毎にダスト判定フィルタDFの消去領域CLを徐々に大きく
して1×1ドット、2×2ドット、3×3ドット……の
孤立点をダストとして取り扱うようにしたが、最初から
例えば、5×5ドット以下等の孤立点全てをダストとし
て消去するようにしてもよい。 (2)この発明はパーソナルコンピュータに限らず、イ
メージ読取装置付ワードブロセッサ等にも適用可能であ
る。 〔発明の効果〕 この発明によれば、不要なダスト画像データを消去す
る際に、判定フィルターの判定領域のが変更される毎に
当該フィルターを用いてダスト画像が判定され、消去さ
れるので、任意の大きさのダスト画像の消去を簡単にか
つ確実に行なうことができるという効果が得られる。
The present invention relates to an image data processing device that processes image data. [Prior Art] Conventionally, in a personal computer equipped with an image scanner, when an image such as a photograph or an illustration is read from the image scanner, unnecessary dust or paper folds or the like below the image to be read are also collected. Will be read. In such a case, as shown in Fig. 8, select the "Erase" item from the processing menu displayed on the CRT screen, and then point the mouse on the erase area (the part enclosed by the chain line in the figure). By designating using a device, dust data within the range is erased. [Problems to be Solved by the Invention] However, erasing data while specifying the data to be erased one by one is extremely poor in operability, and there is a possibility that a necessary portion may be erased by mistake. An object of the present invention is to enable reliable processing when unnecessary image data is deleted from image data. [Means for Solving the Problems] According to the present invention, an image data processing device includes: an image data storage unit that stores image data; and a determination filter that determines a dust image based on image data. Each time the area changing means and the determination area changing means change the determination area, dust image data included in the image data stored in the image data storage means is determined using a determination filter in which the determination area has been changed. It is characterized by having a determining means and an erasing means for erasing the dust image data determined by the determining means. Embodiment An embodiment will be described below with reference to FIGS. 1 to 6. This embodiment shows an example applied to a personal computer. 1. Configuration FIG. 1 is a block circuit diagram showing a basic configuration of the personal computer. In this embodiment, in addition to the keyboard 11, a mouse as a pointing device serves as external input means of the personal computer.
12.Image scanner 1 composed of CCD image sensor
Three are provided. And keyboard 11, mouse 12
Is input to the CPU 16 via the corresponding keyboard control unit 14 and mouse control unit 15. The CPU 16 writes the document data input from the keyboard 11 and the cursor position data input from the keyboard 11 or the mouse 12 into the CRT buffer 17, and the CRT control unit 18
The data in the CRT buffer 17 is sent to the CRT display device 19 for display. Further, the CPU 16 gives an operation command to the image control unit 20, and the image control unit 20 writes the image data read by the image scanner 13 into the image buffer 21, and writes the data in the image buffer 21 into the CRT buffer 1.
Send to 7. Further, the CPU 16 operates the dust image removing unit 22, and the dust image removing unit 22 searches for dust data from the image data in the image buffer 21, and deletes it. In this case, the dust image removing unit 22
In addition to the x, y, X, Y registers and cnt counter, the dust elimination processing is performed using a conceptually existing dust discrimination filter (see FIG. 2). Note that x, y,
The X and Y registers store the coordinate positions of the image buffer 21, and the cnt counter counts the number of dust erasing processes. As shown in FIG. 2, the dust discrimination filter DF has an erasing area CL at the center and an isolated point judgment area IP around the erasing area CL.
These areas CL and IP do not actually exist but are conceptually specified areas. The erasure area CL is the horizontal cnt dot vertical cnt specified by the value “cnt” of the cnt counter.
In the square area of the dots, the dots contained therein are erased as dust data. The erasing area CL is a variable area that changes every time the value of the cnt counter is updated as “1,” “2,” “3,”. The above-mentioned isolated point determination area IP is an annular area having a width of cons dots from the end of the erasing area CL.
A dot in the CL is determined as an isolated point. The isolated point determination area IP is a fixed area (invariant area) specified by a cons dot (constant). In the present embodiment, the cons dots have a 32-dot configuration. Operation First, from the processing menu (see FIG. 3A) displayed on the CRT display device 19, an item of "image read" is selected by the keyboard 11 or the mouse 12. FIG. 3A shows a case where the item is selected by a mouse cursor. When the item “image read” is selected in this manner, the CPU 16 gives an operation command to the image control unit 20.
Then, the image control unit 20 receives the image data read from the image scanner 13 and sends the image data to the image buffer.
Then, the image data is written into the CRT buffer 17. The cnt counter in the CPU 16 is cleared by such image data reading processing. Thus, the CRT control unit 18 causes the CRT display device 19 to display the image data in the CRT buffer 17. Fig. 3 (B)
Indicates the display status at this time, visually inspects the display contents, and after confirming that dust data is included in addition to the original image data, selects the "Delete" item from the processing menu using the keyboard 11 or mouse 12. I do. Then, CP
U16 gives an operation command to the dust image removing unit 22, and the dust image removing unit 22 executes the dust erasing process according to the flowchart of FIG. First, an increment process is performed in which the value of a cnt counter for counting how many times the dust erasing process has been performed on the same image data in the image buffer 21 is increased by "1" (step S1). Then, from the total number of dots in the horizontal direction and the total number of dots in the vertical direction of the image buffer 21 to cons dots (32 dots).
The value obtained by adding the cnt dot (first one dot) is subtracted, and the value is set in the X and Y registers (step S).
2). That is, as shown in FIG.
It is assumed that the dust determination filter DF moves from top to bottom by one dot while moving from left to right in the horizontal direction.
Then, as shown in FIG. 5, when the erasure area CL of the dust determination filter DF is at the upper left position of the image buffer 21 as the start position and at the lower right position as the end position, the values of the X and Y registers are as follows. At the end position, the XY coordinates of the origin (upper left of the isolated point determination area) of the dust determination filter DF are used. The image buffer 21 stores the image data in a bit array of "0" and "1", and the circle in FIG. 5 indicates the storage state. After obtaining the end position coordinates with respect to the origin of the dust determination filter DF in this way, "-cnns dot (-32 dot)" is set in the y register (step S3). That is, the origin y coordinate of the dust determination filter DF at the start position is set in the y register. Then, the value of the Y register is compared with the value of the y register to check whether the dust erasing process has been completed up to the end position of the image buffer 21 (step S4). Since the value of the y register is at the start position, the flow advances to step S5 to set "-cons dot" in the x register. As a result, the origin x coordinate of the dust determination filter DF at the start position is set in the x register. Then, the process proceeds to step S6, where the value of the X register is compared with the value of the x register to check whether the dust erasing process for one line in the horizontal direction of the image buffer 21 has been completed. Since the value of the x register is at the start position, the process proceeds to step S7. Here, the isolated point determination area IP of the dust determination filter DF
It is checked whether or not dot data exists in the area. As a result, if there is data (step S8), the data in the erasure area CL is not set as an isolated point apart from the set of other dots, but if there is no data in the isolated point determination area IP, the erasure area CL
Are determined as isolated points. That is, FIG. 6 shows the determination state in this case, and FIG. 6 (A) shows the former case and FIG. 6 (B) shows the latter case. If it is determined that the data in the erasure area CL is not an isolated point, step
Proceeding to S9, "1 dot" is added to the value of the x register, and the process returns to step S6. If it is determined that the data is an isolated point, the process proceeds to step S10, where all data in the erasure area CL is cleared. In this case, the size of the erase area CL is 1 × 1
Dots, and thus isolated points of 1 × 1 dot size, are erased as dust images. Thereafter, a value obtained by adding the cnt dot and the cons dot to the value of the x register is added, and the result is set in the x register (step S11). That is, in this case, the isolated point determination area IP
In such a case, the value of the x register is updated not by "1 dot" but by "cnt dot + cons dot" in such a case, and then the process returns to step S6. Therefore, the dust erasing process as described above is performed in the horizontal direction for one time.
When the process is completed for the line, this is detected in step S6, the process proceeds to step S12, and "1 dot" is added to the value of the y register, and then the process returns to step S4. As a result, the dust determination filter DF starts a new line, and shifts to dust erasing processing for the next line. In this manner, the dust erasing process is executed line by line, and when the origin y coordinate of the dust determination filter DF exceeds the end position (Y coordinate position) of the image buffer 21, ie, the entire area of the image buffer 21 When the dust elimination process for is completed, it is detected in step S4,
Exit from this flow. Thereby, the data in the image buffer 21 is sent to the CRT buffer 17 via the image control unit 20, and the CRT control unit 18 displays the data in the CRT buffer 17 on the CRT display device 19. FIG. 3 (C) shows a display state after the first dust erasing process is completed, and 1 × 1 by the first dust erasing process from among three types of isolated points, large, medium and small, shown in FIG. 3 (B).
A dot-sized isolated point is erased as a dust image, but a larger medium-sized isolated point is not erased, remains in the image buffer 21 as it is, and is displayed on the CRT display device 19. In this state, if you select further dust elimination processing,
The dust erasing process shown in FIG. 4 is executed again. In this case, the value of the cnt counter is incremented to “2” by the second dust erasing process, and as a result, the erasing area CL of the dust determination filter DF is enlarged to 2 × 2 dots.
An isolated point having a size of × 2 dots is treated as dust and erased, but an isolated point larger than that remains (see FIG. 3 (D)). Next, by the third selection of the dust erasing menu
As a result of the value of the cnt counter becoming “3”, the erasure area CL of the dust determination filter DF is enlarged to 3 × 3 dots and 3 × 3
A dot-sized isolated point is treated as dust and erased. Thereafter, similarly, every time the dust erasure processing menu is selected, a large isolated point is gradually treated as dust and erased. Modified Application Example (1) In the above embodiment, the erasing area CL of the dust determination filter DF is gradually increased every time the dust erasing processing menu is selected, and 1 × 1 dot, 2 × 2 dots, 3 × 3 dots... Are treated as dust, but all the isolated points, for example, 5 × 5 dots or less, may be erased as dust from the beginning. (2) The present invention is applicable not only to a personal computer but also to a word processor with an image reader. [Effects of the Invention] According to the present invention, when erasing unnecessary dust image data, the dust image is determined using the filter every time the determination area of the determination filter is changed, and the dust image is deleted. An effect is obtained that dust images of any size can be easily and reliably erased.

【図面の簡単な説明】 第1図〜第6図はこの発明の一実施例を示し、第1図は
この発明を適用したパーソナルコンピュータのブロック
回路図、第2図は概念的に存在するダスト判定フィルタ
を説明する為の図、第3図はダストイメージが消去され
てゆく過程を示す表示状態図、第4図はダスト消去処理
を示したフローチャート、第5図はダスト判定フィルタ
が概念的にイメージバッファ上を移動する際の移動範囲
を示す図、第6図はダスト判定フィルタの判定状態を説
明する為の具体例を示した図、第7図は従来例を説明す
る為の図である。 13……イメージスキャナ、16……CPU、20……イメージ
制御部、21……イメージバッファ、22……ダストイメー
ジ除去部。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 to FIG. 6 show an embodiment of the present invention, FIG. 1 is a block circuit diagram of a personal computer to which the present invention is applied, and FIG. FIG. 3 is a view for explaining a judgment filter, FIG. 3 is a display state diagram showing a process of erasing a dust image, FIG. 4 is a flowchart showing a dust erasing process, and FIG. FIG. 6 is a diagram showing a moving range when moving on an image buffer, FIG. 6 is a diagram showing a specific example for explaining a judgment state of a dust judgment filter, and FIG. 7 is a diagram for explaining a conventional example. . 13 ... Image scanner, 16 ... CPU, 20 ... Image control unit, 21 ... Image buffer, 22 ... Dust image removal unit.

Claims (1)

(57)【特許請求の範囲】 1.画像データを記憶する画像データ記憶手段と、 画像データからダスト画像を判定する判定フィルターの
判定領域を変更する判定領域変更手段と、 上記判定領域変更手段が判定領域を変更する毎に、判定
領域が変更された判定フィルターを用いて上記画像デー
タ記憶手段に記憶された画像データに含まれるダスト画
像データを判定する判定手段と、 この判定手段で判定されたダスト画像データを消去する
消去手段と を有する画像データ処理装置。
(57) [Claims] Image data storage means for storing image data; determination area changing means for changing a determination area of a determination filter for determining a dust image from image data; and each time the determination area changing means changes the determination area, the determination area is changed. A determination unit that determines dust image data included in the image data stored in the image data storage unit using the changed determination filter; and an erasing unit that erases the dust image data determined by the determination unit. Image data processing device.
JP62251059A 1987-10-05 1987-10-05 Image data processing device Expired - Lifetime JP2808590B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62251059A JP2808590B2 (en) 1987-10-05 1987-10-05 Image data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62251059A JP2808590B2 (en) 1987-10-05 1987-10-05 Image data processing device

Publications (2)

Publication Number Publication Date
JPH0193869A JPH0193869A (en) 1989-04-12
JP2808590B2 true JP2808590B2 (en) 1998-10-08

Family

ID=17217011

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62251059A Expired - Lifetime JP2808590B2 (en) 1987-10-05 1987-10-05 Image data processing device

Country Status (1)

Country Link
JP (1) JP2808590B2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6170673A (en) * 1984-09-13 1986-04-11 Fuji Electric Co Ltd Image processor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6170673A (en) * 1984-09-13 1986-04-11 Fuji Electric Co Ltd Image processor

Also Published As

Publication number Publication date
JPH0193869A (en) 1989-04-12

Similar Documents

Publication Publication Date Title
JP2003271665A (en) Graphical user interface for retrieval
JP3795238B2 (en) Document image processing apparatus and document image processing method
JP3919237B2 (en) Image recording / reproducing apparatus, image reproducing apparatus, and method thereof
JPH0563834B2 (en)
JPH032979A (en) Method and device for correction of image
JP2808590B2 (en) Image data processing device
JPH0561405A (en) In-figure name display device
JP4693167B2 (en) Form search device, form search method, program, and computer-readable storage medium
JPH0346081A (en) On-line hand-written character input method
JPS6360671A (en) Document picture processor
JP2723109B2 (en) Image processing method
JP2808553B2 (en) Image processing device
JPH07152356A (en) Display controller
JPH0325235Y2 (en)
JP2595012B2 (en) Display device with two-dimensional and three-dimensional display functions
JPH0922445A (en) On-line handwritten character input method
JP2873371B2 (en) Image search method
CN115048029A (en) Display method of whiteboard element, method and device for creating writing page
JPH02122326A (en) Window erasing method and window display device executing such method
JPH058435B2 (en)
JPS6322354B2 (en)
JPH07302322A (en) Picture display device
JPH06162106A (en) Electronic filing system
JPH0833897B2 (en) Image retrieval device
JPS6385978A (en) Graphic editing device

Legal Events

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

Free format text: PAYMENT UNTIL: 20070731

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20080731

Year of fee payment: 10

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080731

Year of fee payment: 10