JP4157209B2 - Image processing device - Google Patents

Image processing device Download PDF

Info

Publication number
JP4157209B2
JP4157209B2 JP01579899A JP1579899A JP4157209B2 JP 4157209 B2 JP4157209 B2 JP 4157209B2 JP 01579899 A JP01579899 A JP 01579899A JP 1579899 A JP1579899 A JP 1579899A JP 4157209 B2 JP4157209 B2 JP 4157209B2
Authority
JP
Japan
Prior art keywords
image data
image
value
unit
input
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 - Fee Related
Application number
JP01579899A
Other languages
Japanese (ja)
Other versions
JP2000059617A (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.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co Ltd
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 Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP01579899A priority Critical patent/JP4157209B2/en
Publication of JP2000059617A publication Critical patent/JP2000059617A/en
Application granted granted Critical
Publication of JP4157209B2 publication Critical patent/JP4157209B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、画像データ入力手段より入力される画像データを記憶手段に記憶する画像処理装置に関するものである。
【0002】
【従来の技術】
従来より、イメージスキャナ等の画像入力手段より入力した画像データを、磁気ディスク、光ディスク、光磁気ディスク等の記憶手段へ登録し(登録処理)、必要に応じて上記画像データを記憶手段より取り出してプリンタ等の画像出力手段より出力する(取り出し処理)画像処理装置が提案されている。
【0003】
このような画像処理装置では、上記「登録処理」や「取り出し処理」の他に、単に画像入力手段にセットされた原稿をコピーする「コピー処理」を実行できるのが通常であり、ユーザは、これらの処理を、タッチパネル付きLCDパネル及びテンキーなどの複数のキーを備えた操作パネルを用いて操作することができる。
【0004】
以下、従来の画像処理装置における上記「登録処理」「取り出し処理」「コピー処理」の一例を図8、図9、図10に従って説明する。
【0005】
まず、ユーザが図8に示す操作パネル572を用いて「登録処理」を指示したとき、この指示情報はパネル制御手段571に保持される。続いて、ユーザが操作パネル572の図示しないスタートボタンを押下すると、パネル制御手段571は、画像入力手段500に対して原稿の読み込みを指示するとともに、文書管理手段590に対して画像データの登録を指示を与える。
【0006】
原稿の読み込み指示を受けた画像入力手段500は、原稿をデジタル変換して、例えば8ビットの多値画像データ(256階調)、多値画像処理手段510に入力する。この多値画像処理手段510は、この多値画像データに対して、例えばズーム処理やエッジ強調処理等の画像処理(後述する。)を実行する。
【0007】
ところで、画像データを記憶手段580に登録する場合には、データサイズの小さい2値画像データ(2階調)や、この2値画像データを圧縮し、符号化画像データに変換して登録するのが通例である。すなわち、上記多値画像データは、まず、2値化手段520によって2値化処理を施され、2値画像データに変換されることになる。なお、この2値化処理では、所定の閾値より大きな値であるか小さな値であるかによって“1”か“0”かを判定する単純2値化処理や、誤差拡散法やディザ法のような疑似中間調2値化処理を適時切り替えて用いると効果的である。これらの2値化処理および切り替え方法については、特開平8−223409に詳しく記載されている。
【0008】
上記のようにして2値化された画像データは、例えば符号化回路等の符号化手段150によって符号化画像データに変換されることになる。なお、このときの符号化方式は、ファクシミリで使われるMH、MR、MMR、JBIG等を適時選択するようにしてもよい。
【0009】
以上のようにして、画像入力手段500によって生成された多値画像データは、2値化・符号化されることにより、元の1/160程度のデータサイズ(8ビットの多値画像データを2値化することで単純に1/8となり、更に、符号化することで、通常原稿で平均1/20程度になる。)となった後、以下に説明する文書管理手段590によって、記憶手段580に登録されることになる。
【0010】
すなわち、上記パネル制御手段571より画像データの登録指示を受けている文書管理手段590は、上記符号化画像データに対応する例えば8桁の数字等からなる文書IDを生成し、生成した文書IDに対応するファイル名を付して、上記符号化画像データを記憶手段580に画像データファイル181として登録する。ここで、文書管理手段590は、上記画像データファイル181の登録とともに、この画像データファイル181の「文書ID」「登録日付」「ポインタ情報」「画像サイズ」等から成る属性情報を、記憶手段580の属性テーブル182に記憶する。なお、上記「ポインタ情報」とは、記憶手段580における上記画像データファイル181の登録アドレスであり、「画像サイズ」とは、画像データファイル181の定型紙対応サイズである。
【0011】
以上の処理と並行して、画像入力手段500より入力された多値画像データは、そのままのデータ形式で画像出力手段540より印刷されるようになっている。
【0012】
以上のようにして、画像入力手段500にセットした原稿が、画像データとして記憶手段580に登録されることになり、この登録された画像データを取り出したい場合には、以下に説明する取り出し処理を実行する。
【0013】
次に、上記「登録処理」によって記憶手段580に登録された画像データを取り出す「取り出し処理」を図9に従って説明する。
【0014】
まず、操作パネル572を用いて取り出したい画像データに対応する文書IDを入力し、取り出し処理を指示すると、この文書IDはパネル制御手段571に保持される。続いて、操作パネル572のスタートボタンを押下されると、パネル制御手段571は、この文書IDを文書管理手段590に通知する。通知を受けた文書管理手段590は、上記文書IDに基づいて属性テーブル582を参照し、ポインタ情報に基づいて該文書IDに対応する画像データファイル581の登録場所を得る。このように、登録場所が判ると文書管理手段590は画像データファイル581を記憶手段580より読み出して復号化手段560に入力する。
【0015】
上記復号化手段560は、上記のように入力された符号化画像データを、2値画像データに復号し、多値再生手段530に入力する。当該多値再生手段530は復号された2値画像データを多値画像データ化する。その後プリンタ等の画像出力手段540は、上記のように変換された多値画像データに基づいて記録紙に画像を形成して出力する。
【0016】
以上のようにして、記憶手段580に、2値化・符号化して登録した画像データを、多値画像データに再生して印刷することができる。
【0017】
操作パネル572より、「コピー処理」が指示入力された場合は、図10に示すように、画像入力手段500より得られた多値画像データは、多値画像処理手段510を介して、画像出力手段540に入力されるようにしている。
【0018】
以上のように、2値化手段520および多値再生手段530を備えることによって、記憶手段580に登録する際にはデータ容量の小さい2値の画像データを、また、印刷の際には画質の高い多値の画像データを使用することができる。また、ユーザは、操作パネル572を用いた簡単な操作で、「登録処理」「取り出し処理」「コピー処理」をすることができることになる。
【0019】
以下、上記画像処理および多値再生処理について説明する。
【0020】
図11は、上記多値画像処理回路(多値画像処理手段)510の構成例であり、ここでは、多値画像処理回路510が、エッジ強調処理回路511とズーム処理回路512から成る構成について説明する。
【0021】
エッジ強調処理回路511は、エッジ部分、すなわち輪郭部分の強調するための回路であり、例えば図12に示すように、ウィンドウ生成回路511aとマトリクス回路511bから構成することができる。
【0022】
上記ウィンドウ生成回路511aは、入力された多値画像データをライン単位で遅延させるラインディレイ511a1と、画素単位で遅延させるフリップフロップ(FF)511a2から構成され、図13に示すような、処理すべき注目画素(W4)を中心とする3×3画素のウィンドウデータ(W0〜W8)をマトリクス回路511bに出力する。
【0023】
上記マトリクス回路511bは、このウィンドウデータ(W0〜W8)に、図13に示す係数、すなわち“−1/8”または“2”を乗じて加算することによって、注目画素(W4)を中心とする領域での微分値を当該注目画素(W4)に加算する。
【0024】
上記の結果、濃度が急激に変化している領域、すなわち輪郭領域の濃度変化がより急峻になり、エッジ部分が強調されることになる。
【0025】
ズーム処理とは、画像を拡大および縮小する処理であり、このズーム処理は、相互に直角な主走査方向、副走査方向それぞれに対して独立に行うことができる。以下、この副走査方向のズーム処理について説明する。なお、上記主走査方向は、イメージスキャナ(画像入力手段)500のイメージセンサが電気的に動作する方向であり、副走査方向は、上記イメージセンサが機械的に動作する方向である。
【0026】
ズーム処理回路512は、図14に示すように、入力された多値画像データをライン単位で遅延させるラインディレイ512aと、画素単位で遅延させるフリップフロップ(以下、「FF」と記載する。)512b1、512b2と、多値画像データの加算器512cおよび除算器512dと、FF512b1、除算器512d、FF512b2いずれかの出力を選択するセレクタ512eと、当該画像処理装置が処理できる最大ライン長である例えばA3サイズの長辺(420mm)に対応する画素数9882分のビット数を持ったRAMであるスキップテーブル512gと、このスキップテーブル512gに設定されるデータに基づいて、入力される多値画像データを有効とするか否かを判定し、有効である多値画像データのみを出力する間引き回路512fから構成される。
【0027】
以下、上記構成におけるズーム処理回路512の動作について説明する。
【0028】
まず、例えば操作パネル572より、縮小率とともに縮小処理の指示入力があった場合には、CPUは、セレクタ512eが常にFF512b1の出力を選択するようにするとともに、スキップテーブル512gに、上記縮小率に基づく設定データを以下の要領で書き込む。すなわち、例えば“1”のビットは有効ラインを示し、“0”のビットは無効ラインを示すこととした場合、CPUはスキップテーブル512gに、50%の縮小を行うときには“1”と“0”が交互に並ぶビット列「1010・・」を書き込み、66.66%の縮小を行うときには“510”パターンのビット列「110110・・」を書き込む。
【0029】
上記設定により、入力された多値画像データは、一度FF512b1に入力されて1クロック分遅延され、この遅延された多値画像データは、セレクタ512eで選択され間引き回路512fに入力されることになる。ここで、間引き回路512fは、1ライン毎にスキップテーブル512gを参照し、当該ラインが有効なラインであると判定した場合には、入力データをそのまま出力し、当該ラインが無効なラインであると判定した場合には、入力データは出力しないようにする。すなわち、50%の縮小を行う場合、スキップテーブル512gには「1010・・」と設定されているため、間引き回路512fは、1ラインおきに入力された多値画像データを出力することになる。
【0030】
以上のようにして、50%の縮小がなされることになり、更に、スキップテーブル512gの設定データを変更すれば、任意の縮小率のズームが行えることになる。
【0031】
次に、拡大する場合の動作について説明する。
【0032】
まず、CPUは、セレクタ512eが、除算器512dの出力と、ラインディレイ512aの出力をFF512b2で1ラインと1クロック遅延させた多値画像データとを、1ライン毎に交互に選択するように設定する。また、入力する多値画像データは1ライン入力したら、1ライン分の時間は何も入力しないようにする。
【0033】
図15は、拡大処理する場合のタイムチャート(図15の“イネーブル信号”は、画像データが有効であることを示す。)であり、以下、このタイムチャートに従って説明する。
【0034】
まず、セレクタ512eは、多値画像データが入力されるときには、除算器512dの出力を選択する。この除算器512dの出力は、現在入力されているラインの多値画像データと、ラインディレイ512aによって1ライン分遅延された多値画像データを加算した値の1/2、すなわち平均値である。
【0035】
一方、セレクタ512eは、多値画像データが入力されないときには、ラインディレイ512aによって1ライン分遅延された多値画像データ、すなわち除算器512dの出力データを選択しているときに入力された多値画像データを選択する。
【0036】
上記の結果、セレクタ512eの出力は、順次入力される多値画像データを2倍に補間した多値画像データとなり、これは、200%の拡大を行ったことに相当する。ここで、スキップテーブル512gに所定のビットパターンを設定すれば、200%からの縮小が任意の倍率で行える。例えば、「110110・・」というパターンを設定すれば、133.33(200×66.66)%の拡大処理が行えることになる。
【0037】
以上のようにして、副走査方向における任意倍率でのズーム処理(縮小処理および拡大処理)を行うことができ、主走査方向におけるズーム処理についても同様に行うことができる。
【0038】
なお、上記の説明では、画像データを補間することにより拡大する構成を例示したが、イメージスキャナ(画像入力手段)500のイメージセンサの機械的な速度を遅くすれば、読み取る際の画素密度が上がり、実質的に拡大して印刷することができる。この場合も、上記間引き処理を行うことで、任意の倍率への拡大処理が行える。
【0039】
以下に、上記多値再生処理の一例を示す。
【0040】
上記多値再生手段130は、例えば図16に示すように、順次入力される2値の画像データを注目画素を中心とする5×5画素のウィンドウデータに変換するウィンドウ生成回路531と、ウィンドウの中の2値の画像データを加算して8ビットの多値の画像データに正規化する平滑化回路532とを備えた構成とする。
【0041】
また、上記ウィンドウ生成回路531は、図17に示すように、入力される2値の画像データをライン単位で遅延させるラインディレイ回路531aと画素単位で遅延させるフリップフロップ531b(以下、「FF531b」と記載する。)を備えている。このラインディレイ回路531aとFF531bを組み合わせることによって、図19に示すような処理すべき注目画素(W12)を中心とするウィンドウデータ(W0〜W24)を生成することができる。なお、図19に示す“×1”、“×2”、“×4”は、以下に示す平滑化処理におけるそれぞれの画素の重み付けを示す。
【0042】
図18は、上記平滑化回路532の概略ブロック図である。加算器532aは、上記ウィンドウ外周部に属する合計16個の2値の画像データ(W0〜W5、W9、W10、W14、W15およびW19〜W24)すべてを加算する。同様に、加算器532bは、上記ウィンドウの注目画素を除く内周部に属する合計8個の2値の画像データ(W6〜W8、W11、W13およびW16〜W18)すべてを加算する。また、乗算器532cは、上記加算器532bで加算された結果を2倍し、乗算器532dは注目画素(W12)の2値画像データを4倍する。ここで、2倍および4倍といった2のべき乗の乗算は、2進数のビットを左へシフトするだけであるので、回路的にも非常に簡単である。
【0043】
そして、加算器532eは、加算器532aで処理された結果、乗算器532cで処理された結果および乗算器532dで処理された結果のすべてを加算して平滑化データとして出力する。
【0044】
ここで、上記平滑化データの取りうる値は、0(W0〜W24すべて“0”の場合)から36(W0〜W24すべて“1”の場合)であるため、8ビットの多値画像データとするには0から255の値を取るよう処理する必要がある。従って、上記平滑化データは、正規化回路532fにおいて、最大値である36が255になるように正規化される。
【0045】
この正規化処理は、平滑化データを7.125倍するようにすれば、上記正規化回路532fの構成を簡単にすることができる。つまり、“7.125=4+2+1+0.125=22+21+20+2-3”であることから、平滑化データを7.125倍するということは、平滑化データを22倍した値、21倍した値、および2-3倍した値を、該平滑化データに加算することであるため、回路構成を容易にする2のべき乗倍の加算で正規化を行うことができる。なお、7.125倍した結果が256以上になったときには255でクリッピングするようにする。
【0046】
【発明が解決しようとする課題】
しかしながら、上記従来の画像処理装置では、「登録処理」時に印刷される画像は、画像入力手段から得られた多値画像データでのものであるのに対して、その多値画像データが「登録処理」にて2値化処理されて登録(記憶)されるので、登録後の「取り出し処理」によって(「取り出し処理」時に)印刷される画像は、「登録処理」時におけるその2値化処理によって画像情報の一部が欠落したものを再生した多値再生画像データでのものとなってしまう。すなわち、「登録処理」にて記憶手段に登録された画像データについて、該登録と同時に印刷したときの印刷画像と、登録後に記憶手段から「取り出し処理」にて読み出し印刷したときとでは、印刷の画質が異なるという課題があった。
【0047】
また、電子ソート(複数頁の文書を複数部コピーする場合、1部目の1頁、2頁・・、2部目の1頁、2頁・・という順序で出力する)を行う場合、1部目を多値画像処理手段が出力する多値画像データをそのまま画像出力手段によってプリントアウトさせながら、2値化して記憶手段に記憶させ、2部目以降は記憶手段より読み出して多値再生手段で多値画像データに変換してプリントアウトするのが一般的である。しかし、それでは1部目の印刷が像の画質と、2部目以降の印刷画像の画質が異なるという欠点があった。
【0048】
更に、上記従来の構成では、取り出し処理時に、例えばズーム処理等の画像処理を実行できないという問題があった。例えば、上記の構成では、登録しているサイズとは異なるサイズの記録紙に拡大または縮小して印刷することは不可能である。
【0049】
ズームするための拡張回路を追加する構成とすれば、上記問題は解消するが、この構成では、コストが高くなってしまう。
【0050】
本発明は上記従来の事情に基づいて提案されたものであって、記憶手段から取り出して印刷した画像の画質が、画像の登録時に印刷される画像の画質と同一である画像処理装置を提供することを目的とするものである。また、登録された画像データを取り出す際に各種の画像処理を実行できる画像処理装置を提供することを目的とするものである。
【0051】
【課題を解決するための手段】
本発明は上記目的を達成するために以下の手段を採用している。すなわち、本発明の画像処理装置は、画像入力手段100から入力している多値の画像データを2値化手段130で2値化して記憶手段210に登録し、また、記憶手段210に登録した2値の画像データを多値再生手段150で多値再生して画像出力手段170へ出力するものであって、2値化手段130からの2値の画像データまたは記憶手段210からの2値の画像データのいずれかを選択して多値再生手段150へ、2値化手段130からの2値の画像データを選択したときにはその2値化手段130へ多値の画像データが画像入力手段100から入力されつつ、記憶手段210からの2値の画像データを選択したときにはその2値の画像データをその記憶手段210から取り出ししつつ、出力する第2の選択手段140と、画像入力手段100からの多値の画像データまたは多値再生手段150からの多値の画像データのいずれかを選択して画像出力手段170へ出力する第3の選択手段160とを備えている。そして、画像入力手段100から入力している多値の画像データを画像出力手段170へ出力するとき、同時に記憶手段210に登録する場合には、その多値の画像データを2値化手段130、第2の選択手段140、多値再生手段150及び第3の選択手段160をその順に介して画像出力手段170へ出力する。
【0052】
画像データを記憶手段210に登録する場合、画像入力手段100より入力された多値画像データは2値化手段130によって2値画像データに変換され、この2値画像データは、文書管理手段220によって記憶手段210に登録されるとともに、第2の選択手段140によって選択される。そして、この2値画像データは多値再生手段150によって多値化され、第3の選択手段160によって画像出力手段170に対して出力される。上記構成により、画像の登録処理と同時に印刷される画像データは、一旦2値化された後、多値に再生された画像データとなる。従って、登録された画像データを印刷した場合と画質が同等になる。
【0053】
又は、本発明は上記目的を達成するため、画像入力手段100から入力している多値画像データを、多値画像処理手段120で所定の画像処理を施した後、2値化手段130で2値化して記憶手段210に登録また、記憶手段210に登録された2値画像データを多値再生手段150で多値再生し画像出力手段170出力する画像処理装置において、次に示す第1の選択手段110と、さらには第2の選択手段140を備えた構成を採用している。
【0054】
この第1の選択手段110は、画像入力手段100からの多値の画像データまたは多値再生手段150からの多値の画像データのいずれかを選択して多値画像処理手段120へ出力する。また、この第2の選択手段140は、2値化手段130からの2値の画像データまたは記憶手段210からの2値の画像データのいずれかを選択して多値再生手段150へ、2値化手段130により2値化された2値の画像データを選択したときにはその2値化手段130へ多値の画像データが画像入力手段100から入力されつつ、記憶手段210からの2値の画像データを選択したときにはその2値の画像データをその記憶手段210から取り出ししつつ、出力する。そして、画像入力手段100から入力している多値の画像データを画像出力手段170へ出力するとき、同時に記憶手段210に登録する場合には、その多値の画像データを第1の選択手段110、多値画像処理手段120、2値化手段130、第2の選択手段140及び多値再生手段150をその順に介して画像出力手段170へ出力する。
【0055】
図示しないCPUは、記憶手段210より取り出された画像データが上記多値画像処理手段120に入力されるよう第1の選択手段110および第2の選択手段140の動作を制御する。このようにすれば、ズームあるいはエッジ強調等の画像処理をするための拡張回路を追加することなしに、記憶手段210に登録されている画像データをズーム処理して取り出すことができる。
【0056】
または、上記構成に、同期信号生成手段240と第4の選択手段230とを追加した構成としてもよい。ここで、この同期信号生成手段240は、画像出力手段170制御において画像データが処理されために必要な第1の同期信号よりも周期短い第2の同期信号を生成する。
【0057】
また、第4の選択手段230は、第1の選択手段110が画像入力手段100からの多値の画像データを選択しているときに第1の同期信号を、第1の選択手段110が多値再生手段150からの多値の画像データを選択しているときに同期信号生成手段240より得られる第2の同期信号を、当該装置全体の同期信号として選択する。
【0058】
上記の構成により、登録された画像データに対して多値画像処理手段120での画像処理をする際に、高速な処理が可能となる。
【0059】
なお、上記画像入力手段100は、画像読み取り手段、ファクシミリ受信手段、およびプリントコントローラのうち、少なくとも一種であり、上記画像出力手段170は、印刷手段、ファクシミリ送信手段、およびファイリング手段のうち、少なくとも一種である。
【0060】
【発明の実施の形態】
以下、本発明の実施の形態を図面に基づいて説明する。
〔第1の実施の形態〕
本実施の形態は、図1〜図4に示すように、上述した従来の構成に加えて、第1の選択手段110、第2の選択手段140、更に第3の選択手段160を備えている。この3つの制御手段は図示しないCPUによって制御され、該CPUはタッチパネル及びテンキー等の複数のキーを備えた操作パネル202からの指示入力に基づいて上記の制御を行う。
【0061】
以下に本発明の第1の実施の形態における「登録処理」「取り出し処理」および「コピー処理」について説明する。
【0062】
図1は「登録処理」における処理フローを示すものである。操作パネル202よりコピーと同時の登録が指示されると、第1の選択手段110は画像入力手段100を選択し、第2の選択手段10は2値化手段10を選択し、更に、第3の選択手段160は多値再生手段150を選択する。ここで第1の選択手段110は後述するフィードバック処理のときに切り替えを必要とし、通常は画像入力手段100からの入力を選択しているので、ここでは主として第2の選択手段10と第3の選択手段160の状態が問題となる。
【0063】
画像入力手段100によって得らた多値の画像データは、上記従来と同様、第1の選択手段110、多値画像処理手段120を経て2値化手段130に渡される。2値化手段130によって生成された2値画像データは、文書管理手段220によって記憶手段210に登録されるとともに、第2の選択手段140に入力される。第2の選択手段140は、この2値画像データを後段の多値再生手段150に入力し、ここで多値再生画像データに変換される。
【0064】
ここで、第3の選択手段160は、多値画像処理手段120よりの画像データではなく、多値再生手段150よりの画像データを選択するようにしておき、該第3の選択手段160に選択された多値再生画像データは、画像出力手段170によって印刷されて「登録処理」を終了する。すなわち、ここでは画像の登録処理と同時に印刷が実行されることになる。
【0065】
次に、取り出し処理について説明する。
【0066】
「取り出し処理」は、「画像処理を伴わない取り出し処理」と、「画像処理を伴う取り出し処理」の2つに分けられる。この「画像処理を伴わない取り出し処理」とは、記憶手段210に記憶された画像データを登録時の属性(ダイス、方向等)をそのままにして取り出す処理であり、「画像処理を伴う取り出し処理」とは、記憶手段210に登録された画像データに対して、ズーム処理等の画像処理を施して取り出す処理である。
【0067】
すなわち、「取り出し処理」を行う際にユーザが操作パネル202を介してズーム率の設定を行ったときには、自動的に「画像処理を伴う取り出し処理」として動作する。
【0068】
図2は、画像処理を伴わない取り出し処理の処理フローを示すものである。
【0069】
操作パネル202より、「取り出し処理」が指示入力されると(ここでは下記のように画像処理が入力されない)、第2の選択手段140は、復号化手段190よりの2値画像データを選択し、第3の選択手段160は多値再生手段150側を選択する。ここでは第1の選択手段110は処理に関与しないことになる。
【0070】
これによって、文書管理手段220によって記憶手段210より符号化画像データが読み出されると、この読み出された符号化画像データは、復号化手段190によって2値画像データに復号され、更に、多値再生手段150によって多値画像データに再生された後、画像出力手段170より印刷されて、取り出し処理が終了する。尚、ここでは第1の選択手段110は関与していないことになる。
【0071】
図3は、画像処理を伴う取り出し処理の処理フローを示すものである。
【0072】
操作パネル202より、「取り出し処理」が指示入力されるとともに、ズーム処理、エッジ強調処理等の画像処理をするように指示がだされると、第1の選択手段110は、多値再生手段150よりの再生された多値画像データを選択し、この多値画像データを多値画像処理手段120へ出力する。一方、第2の選択手段140は、復号化手段190よりの2値画像データを選択し、この2値画像データを多値再生手段150へ出力する。また第3の選択手段160もしくは画像出力手段170に画像データを入力しないようにする。あるいは、画像出力手段170に画像データが入力されても印刷されないようにする。
【0073】
この状態で、文書管理手段220によって記憶手段210より符号化画像データが読み出されると、この読み出された符号化画像データは、復号化手段190によって2値画像データに復号される。次いで、多値再生手段150は復号化された2値画像データを多値画像データに再生した後、第1の選択手段110を介して、多値画像処理手段120に入力する。ここで必要な画像処理すなわち、エッジ強調処理やズーム処理等の画像処理を行う。
【0074】
ここで、画像出力手段170への画像データのパスは多値再生処理を行うために使用されている場合、上記画像処理を施された多値画像データは、2値化手段130によって2値化され、符号化手段180によって符号化された後、記憶手段210や、図示しないバッファ等に一時的に記憶される(以下、この処理を「フィードバック処理」という。)。
【0075】
上記一時的に記憶された符号化画像データは、画像出力手段170への画像データのパスが未使用となり次第、当該一時的に記憶された領域から取り出され、上記「画像処理を伴わない取り出し処理」の場合と同様の手順で画像出力手段170より印刷されることになる。その後、文書管理手段220は、上記一時的に記憶した画像データを削除して、取り出し処理が終了する。
【0076】
以上のように、本実施の形態によれば、登録された画像データを取り出す際に、各種の画像処理を実行することができる。
【0077】
なお、この画像処理は、エッジ強調処理やズーム処理のみに限定されるものではなく、マスキング処理やトリミング処理等(従来より広く知られた技術であるため、ここでは説明を省略する。)を実現する回路を追加した構成とし、上記フィードバック処理では不要な回路は無処理とするよう設定しておくようにしてもよい。
【0078】
また、上記の説明では、画像処理を施された多値画像データは削除する構成としているが、本発明はこれに限定されるものではない。すなわち、文書管理手段220が、画像処理を施された画像データを新規な画像データとして登録する構成としてもよい。
【0079】
更に、多値画像処理手段120によって画像処理を施された多値画像データは、画像出力手段170へのパスが未使用である場合には、直接、画像出力手段170へ入力されることはいうまでもない。
【0080】
図4はコピー処理における処理フローを示すものである。
【0081】
操作パネル202より、コピー処理の指示が出されると、第1の選択手段110は画像入力手段100を、第3の選択手段160は多値画像処理手段10の出力を選択するようになっており、ここでは、第2の選択手段140は関与しなことになる。
【0082】
すなわち、画像入力手段100より多値画像データが生成されると、この生成された多値画像データは、多値画像処理手段120によってズーム、エッジ強調等の画像処理が施され、第3の選択手段160を介して画像出力手段170より印刷される。
【0083】
以上のように、本実施の形態では、第1の選択手段110、第2の選択手段140、および第3の選択手段160を備えることによって、画像データになされる処理を必要に応じて選択することができることになる(図3)。また、このようにすれば、登録と同時の印刷(図1)によって得られる画像の画質と、その後に記憶手段よりの取り出し処理によって印刷される画像の画質(図2)を同質(いずれも多値画像)とすることができる。更に、従来と同様に、2値化手段を介さないコピー処理も可能となる(図4)。
【0084】
尚、上記第1、第2、第3の各選択手段としては上記した処理選択が可能であればよく、具体的な手段が限定されるもではない。
【0085】
上記において画像処理を伴う取り出し機能を設けない場合には、上記多値画像処理手段120は常に画像入力手段100よりの画像データを入力とするので、第1の選択手段110は本質的には不要となる。更に、上記フィードバック処理をするときには、第3の選択手段160をデータが通らないので、該第3の選択手段160は本質的に不要である。但し、フィードバック後の取り出しでは必要であるが、このときは画像処理を伴わない取り出しと同じ処理となる。
【0086】
〔第2の実施の形態〕
上記第1の実施の形態によると、画像出力手段170で画像形成を行うときには、該画像出力手段170のライン同期信号(このライン同期信号の周期は、その動作クロックの周期と機械的な構成から決定され、通常は、印刷可能な記録紙の最大サイズ以上の幅に対応する画像データを、動作クロックで処理するために必要な周期に固定されている。)に同期して、画像データを当該画像出力手段170に入力する必要がある。例えば、A3サイズの記録紙まで印刷が可能なプリンタにおいては、A3サイズの幅、すなわち短辺297mmに対応する画像データを動作クロックで処理するために必要な周期でライン同期信号が出力され、当該画像処理装置の画像データを扱う回路は、全て、このライン同期信号に同期してライン毎の処理を開始する。
【0087】
ところが、第1の選択手段110が多値再生手段150を入力として選択しているとき、すなわちフィードバック処理時においては、画像データは記憶手段210より出て所定の処理を施されて記憶手段210に返るのみであって、画像出力手段170への出力処理はなされない。従って、このときは、全体の処理を画像出力手段170の動作に同期させる必要はなく、より速い速度で処理ができるようにするのが好ましい。
【0088】
そこで、本実施の形態の画像処理装置は、図5に示すように、上記第1の実施の形態の構成に、例えば同期信号生成回路等の同期信号生成手段240と、例えばセレクタ等の第4の選択手段230とを追加する構成とすることによって、速い速度でフィードバック処理ができるようにしている。
【0089】
以下、まず、上記同期信号生成手段240について説明する。
【0090】
同期信号生成手段240は、画像出力手段170を制御するライン同期信号(以下、「第1の同期信号」という。)よりも周期の短い第2の同期信号を生成するための手段であり、本実施の形態では、図6に示すような同期信号生成回路240をCPUが制御することによって、上記第2の同期信号を生成するようにしている。
【0091】
以下、この同期信号生成回路240の構成について説明する。
【0092】
カウンタ243は、動作クロックをカウントして順次カウントアップし、パルス幅設定レジスタ241は、CPUによって設定される値(生成する第2の同期信号のパルス幅)を保持し、周期設定レジスタ242は、CPUによって設定される値(生成する第2の同期信号の周期)を保持する。比較器244は、カウンタ243が出力するカウント値が“0”になったときに、比較器245は、上記カウント値が上記パルス幅設定レジスタ241の値と等しくなったときに、比較器246は、上記カウント値が上記周期設定レジスタ242の値と等しくなったときに、それぞれ、ハイレベルの信号を出力する。セットリセットフリップフロップ247(以下、「SRFF247」と記載する。)は、セット信号がハイレベルになったときにハイレベルの信号を出力し、リセット信号がハイレベルになったときにローレベルの信号を出力する。
【0093】
以下、上記構成の同期信号生成回路240が第2の同期信号を生成するまでの動作について、図7のタイムチャートに従って説明する。
【0094】
まず、CPUは、パルス幅設定レジスタ241には例えば“3”を、周期設定レジスタ242には例えば“100”を設定する。ここで、この設定値“100”は、第2の同期信号の周期を決定する値であり、フィードバック処理する画像データを動作クロックで処理するために必要な周期よりも若干大きく、上記第1の同期信号の周期よりも小さな値である。なお、パルス幅設定レジスタ241に設定される値は、一般的に使用される同期信号のパルス幅(“3”に限定されるものではない。)に固定しておくようにしてもよい。
【0095】
カウンタ243は、動作クロックをカウントして順次カウントアップし、このカウンタ値が上記周期設定レジスタ242に設定された“100”になったときに、比較器246がハイレベルになる。ここで、比較器246の出力はカウンタ243のクリア端子CLRに入力されているため、カウンタ243は、カウンタ値が“100”になったときにクリアされ、次の動作クロックより再びカウントアップを始めることになる。
【0096】
一方、上記カウンタ243のカウンタ値が“0”になったとき、比較器244の出力はハイレベルになり、この比較器244の出力は、SRFF247のセット端子に入力されているため、カウンタ243のカウンタ値が“0”になった次の動作クロックで、SRFF247の出力はハイレベルになる。
【0097】
ここで、カウンタ243のカウンタ値がパルス幅設定レジスタ241で設定されている“3”になったとき、比較器245の出力がハイレベルになり、この比較器245の出力がSRFF247のリセット端子に入力され、SRFF247の出力がローレベルになる。
【0098】
以上の動作を繰り返し、SRFF247は、周期が“100”でパルス幅が“3”の信号、すなわちCPUよりの設定に基づいた第2の同期信号を出力することになる。
【0099】
第4の選択手段230の動作はCPUによって制御されており、CPUは、以下に示すように、フィードバック処理時か否かによって異なる動作をする。
【0100】
フィードバック処理を行うときは、CPUは、上記同期信号生成処理において説明した動作をするとともに、第4の選択手段230が第2の同期信号を選択するよう制御する。第4の選択手段230は、同期信号生成処理で生成された第2の同期信号を入力とし、この第2の同期信号を装置全体の同期信号として出力する。
【0101】
フィードバック処理以外の処理時には、CPUは、第4の選択手段230が第1の同期信号を選択するよう制御する。第4の選択手段230は、第1の同期信号を入力とし、この第1の同期信号を装置全体の同期信号として出力する。
【0102】
上記の結果、フィードバック処理時では、画像出力手段170を制御する同期信号よりも周期の短い同期信号に全体の処理を同期させることになり、画像データを処理しない時間(待機時間)を短縮することができる。
【0103】
なお、上記第A1および第A2の実施の形態では、画像入力手段100の一例としてイメージスキャナ(画像読み取り手段)を挙げて説明したが、本発明はこれに限定されるものではない。すなわち、公衆回線を介して画像データを入力するファックスモデム(ファクシミリ送信手段)や、ネットワークや専用線を介して画像データを生成するプリンタコントローラを画像入力手段100としても同様の効果が得られる。
【0104】
同様に、画像出力手段170の一例としてプリンタ(印刷手段)を挙げて説明したが、ファックスモデム(ファクシミリ受信手段)や記憶装置(ファイリング手段)を画像出力手段170としてもよいことはいうまでもない。
【図面の簡単な説明】
【図1】 本発明の「登録処理」における画像データの流れの説明図である。
【図2】 本発明の「取り出し処理」における画像データの流れの説明図である。
【図3】 本発明の「コピー処理」における画像データの流れの説明図である。
【図4】 本発明の「フィードバック処理」における画像データの流れを示す説明図である。
【図5】 同期信号生成回路を備えた場合の「フィードバック処理」における画像データの流れを示す説明図である。
【図6】 同期信号生成回路の概略ブロック図である。
【図7】 同期信号生成回路のタイムチャートである。
【図8】 従来の「登録処理」における画像データの流れを示す説明図である。
【図9】 従来の「取り出し処理」における画像データの流れを示す説明図である。
【図10】 従来の「コピー処理」における画像データの流れを示す説明図である。
【図11】 多値画像処理回路のブロック図である。
【図12】 エッジ強調処理回路の概略ブロック図である。
【図13】 マトリクス回路における各画素の係数(重み付け)の説明図である。
【図14】 ズーム処理回路の概略ブロック図である。
【図15】 拡大処理時におけるズーム処理回路のタイムチャートである。
【図16】 多値再生手段の一例の説明図である。
【図17】 ウィンドウ生成回路の回路図である。
【図18】 平滑化回路の概略ブロック図である。
【図19】 平滑化処理における重み付けの説明図である。
【符号の説明】
100 画像入力手段
110 第1の選択手段
120 多値画像処理手段
130 2値化手段
140 第2の選択手段
150 多値再生手段
160 第3の選択手段
170 画像出力手段
210 記憶手段
220 文書管理手段
230 第4の選択手段
240 同期信号生成手段
[0001]
BACKGROUND OF THE INVENTION
  The present invention relates to an image processing apparatus that stores image data input from an image data input unit in a storage unit.
[0002]
[Prior art]
  Conventionally, image data input from image input means such as an image scanner is registered in a storage means such as a magnetic disk, an optical disk, or a magneto-optical disk (registration processing), and the image data is retrieved from the storage means as necessary. There has been proposed an image processing apparatus that outputs (extracts) from an image output means such as a printer.
[0003]
  In such an image processing apparatus, in addition to the above “registration process” and “removal process”, it is usually possible to execute a “copy process” for simply copying a document set in the image input means. These processes can be operated using an operation panel having a plurality of keys such as an LCD panel with a touch panel and a numeric keypad.
[0004]
  Hereinafter, an example of the “registration process”, “extraction process”, and “copy process” in the conventional image processing apparatus will be described with reference to FIGS. 8, 9, and 10. FIG.
[0005]
  First, when the user instructs “registration processing” using the operation panel 572 shown in FIG. 8, this instruction information is held in the panel control means 571. Subsequently, when the user presses a start button (not shown) on the operation panel 572, the panel control unit 571 instructs the image input unit 500 to read a document and registers image data in the document management unit 590. Give instructions.
[0006]
  The image input unit 500 that has received a document reading instruction converts the document into digital data and inputs, for example, 8-bit multi-value image data (256 gradations) to the multi-value image processing unit 510. The multi-value image processing means 510 performs image processing (described later) such as zoom processing and edge enhancement processing on the multi-value image data.
[0007]
  By the way, when registering image data in the storage means 580, binary image data (two gradations) with a small data size or this binary image data is compressed, converted into encoded image data, and registered. Is customary. That is, the multi-value image data is first subjected to binarization processing by the binarization means 520 and converted to binary image data. In this binarization process, a simple binarization process for determining whether it is “1” or “0” depending on whether the value is larger or smaller than a predetermined threshold, an error diffusion method, a dither method, etc. It is effective to use such pseudo halftone binarization processing by switching at appropriate times. These binarization processing and switching method are described in detail in JP-A-8-223409.
[0008]
  The image data binarized as described above is converted into encoded image data by the encoding means 150 such as an encoding circuit. As the encoding method at this time, MH, MR, MMR, JBIG or the like used in the facsimile may be selected as appropriate.
[0009]
  As described above, the multi-valued image data generated by the image input unit 500 is binarized and encoded, so that the original data size of about 1/160 (2 bits of 8-bit multi-valued image data is converted to 2). The value is simply 1/8 by encoding, and further, by encoding, the average is about 1/20 for a normal manuscript. After that, the document management unit 590 described below stores the storage unit 580. Will be registered.
[0010]
  That is, the document management unit 590 that has received an image data registration instruction from the panel control unit 571 generates a document ID consisting of, for example, an 8-digit number corresponding to the encoded image data. The encoded file data is registered as an image data file 181 in the storage unit 580 with a corresponding file name. Here, the document management unit 590 stores the attribute information including “document ID”, “registration date”, “pointer information”, “image size”, and the like of the image data file 181 together with the registration of the image data file 181. Is stored in the attribute table 182. The “pointer information” is a registered address of the image data file 181 in the storage unit 580, and the “image size” is a standard paper size corresponding to the image data file 181.
[0011]
  In parallel with the above processing, the multi-value image data input from the image input unit 500 is printed by the image output unit 540 in the same data format.
[0012]
  As described above, the document set in the image input unit 500 is registered in the storage unit 580 as image data. When the registered image data is to be extracted, the extraction process described below is performed. Execute.
[0013]
  Next, the “extraction process” for extracting the image data registered in the storage means 580 by the “registration process” will be described with reference to FIG.
[0014]
  First, when a document ID corresponding to image data to be extracted is input using the operation panel 572 and an extraction process is instructed, the document ID is held in the panel control unit 571. Subsequently, when the start button on the operation panel 572 is pressed, the panel control unit 571 notifies the document management unit 590 of this document ID. Upon receiving the notification, the document management unit 590 refers to the attribute table 582 based on the document ID, and obtains the registration location of the image data file 581 corresponding to the document ID based on the pointer information. As described above, when the registration location is known, the document management unit 590 reads the image data file 581 from the storage unit 580 and inputs it to the decoding unit 560.
[0015]
  The decoding unit 560 decodes the encoded image data input as described above into binary image data, and inputs the decoded image data to the multilevel reproduction unit 530. The multi-value reproduction means 530 converts the decoded binary image data into multi-value image data.TactTo do. Thereafter, the image output means 540 such as a printer forms an image on a recording sheet based on the multivalued image data converted as described above, and outputs the image.
[0016]
  As described above, the image data registered by binarization and encoding in the storage unit 580 can be reproduced and printed as multi-value image data.
[0017]
  When “copy processing” is input from the operation panel 572, the multi-value image data obtained from the image input unit 500 is output as an image via the multi-value image processing unit 510 as shown in FIG. It is made to input into the means 540.
[0018]
  As described above, by including the binarizing means 520 and the multi-value reproducing means 530, binary image data having a small data capacity is registered when registered in the storage means 580, and image quality is reduced when printing. High multi-value image data can be used. Further, the user can perform “registration processing”, “removal processing”, and “copy processing” by a simple operation using the operation panel 572.
[0019]
  Hereinafter, the image processing and multilevel reproduction processing will be described.
[0020]
  FIG. 11 shows an example of the configuration of the multi-value image processing circuit (multi-value image processing means) 510. Here, the multi-value image processing circuit 510 will be described as having an edge enhancement processing circuit 511 and a zoom processing circuit 512. To do.
[0021]
  The edge emphasis processing circuit 511 is a circuit for emphasizing an edge portion, that is, a contour portion, and can be configured by a window generation circuit 511a and a matrix circuit 511b as shown in FIG. 12, for example.
[0022]
  The window generation circuit 511a is a line delay 511a that delays input multi-value image data in units of lines.1And a flip-flop (FF) 511a that delays the pixel unit.2The 3 × 3 pixel window data (W0 to W8) centering on the target pixel (W4) to be processed as shown in FIG. 13 is output to the matrix circuit 511b.
[0023]
  The matrix circuit 511b multiplies the window data (W0 to W8) by the coefficient shown in FIG. 13, that is, “−1/8” or “2”, and adds the result to the pixel of interest (W4). The differential value in the region is added to the target pixel (W4).
[0024]
  As a result, the density change in the region where the density changes rapidly, that is, the contour area becomes steeper, and the edge portion is emphasized.
[0025]
  The zoom process is a process for enlarging and reducing an image, and this zoom process can be performed independently for each of the main scanning direction and the sub-scanning direction perpendicular to each other. Hereinafter, the zoom process in the sub-scanning direction will be described. The main scanning direction is a direction in which the image sensor of the image scanner (image input means) 500 is electrically operated, and the sub-scanning direction is a direction in which the image sensor is mechanically operated.
[0026]
  As shown in FIG. 14, the zoom processing circuit 512 has a line delay 512a for delaying input multi-value image data in units of lines, and a flip-flop (hereinafter referred to as “FF”) 512b for delaying in units of pixels.1512b2Multi-valued image data adder 512c and divider 512d, and FF 512b.1, Divider 512d, FF512b2A selector 512e for selecting one of the outputs, and a skip table that is a RAM having a bit number of 9882 pixels corresponding to, for example, the long side (420 mm) of A3 size which is the maximum line length that can be processed by the image processing apparatus. Based on 512g and the data set in this skip table 512g, it is determined whether or not the input multi-valued image data is valid, and is constituted by a thinning circuit 512f that outputs only valid multi-valued image data. Is done.
[0027]
  The operation of the zoom processing circuit 512 having the above configuration will be described below.
[0028]
  First, for example, when an instruction for reduction processing is input together with the reduction ratio from the operation panel 572, the CPU always indicates that the selector 512e is FF512b.1And the setting data based on the reduction ratio is written to the skip table 512g as follows. That is, for example, if a bit of “1” indicates a valid line and a bit of “0” indicates an invalid line, the CPU sets “1” and “0” when performing 50% reduction in the skip table 512g. Are written alternately, and when performing reduction of 66.66%, the bit string “110110...” Of “510” pattern is written.
[0029]
  With the above settings, the input multi-valued image data is once converted to FF512b.1The delayed multi-valued image data is selected by the selector 512e and input to the thinning circuit 512f. Here, if the thinning circuit 512f refers to the skip table 512g for each line and determines that the line is a valid line, the thinning circuit 512f outputs the input data as it is and the line is an invalid line. If it is determined, input data is not output. That is, when 50% reduction is performed, since “1010...” Is set in the skip table 512g, the thinning circuit 512f outputs multi-value image data input every other line.
[0030]
  As described above, the reduction is performed by 50%. Further, if the setting data of the skip table 512g is changed, zoom with an arbitrary reduction ratio can be performed.
[0031]
  Next, the operation for enlarging will be described.
[0032]
  First, in the CPU, the selector 512e outputs the output of the divider 512d and the output of the line delay 512a to the FF 512b.2The multi-value image data delayed by one line and one clock is set so as to be alternately selected for each line. Also, if one line of multi-value image data to be input is input, no time is input for one line.
[0033]
  FIG. 15 is a time chart in the case of enlarging processing (“enable signal” in FIG. 15 indicates that image data is valid), and will be described below according to this time chart.
[0034]
  First, the selector 512e selects the output of the divider 512d when multi-valued image data is input. The output of the divider 512d is a half of the value obtained by adding the multi-value image data of the currently input line and the multi-value image data delayed by one line by the line delay 512a, that is, an average value.
[0035]
  On the other hand, when multi-value image data is not input, the selector 512e receives multi-value image data delayed by one line by the line delay 512a, that is, the multi-value image input when selecting the output data of the divider 512d. Select data.
[0036]
  As a result, the output of the selector 512e is multi-valued image data obtained by interpolating the multi-valued image data sequentially input twice, which corresponds to 200% enlargement. Here, if a predetermined bit pattern is set in the skip table 512g, reduction from 200% can be performed at an arbitrary magnification. For example, if the pattern “110110...” Is set, the enlargement process of 133.33 (200 × 66.66)% can be performed.
[0037]
  As described above, zoom processing (reduction processing and enlargement processing) at an arbitrary magnification in the sub-scanning direction can be performed, and zoom processing in the main scanning direction can be similarly performed.
[0038]
  In the above description, the configuration in which image data is enlarged by interpolating is exemplified. However, if the mechanical speed of the image sensor of the image scanner (image input means) 500 is decreased, the pixel density at the time of reading increases. It can be printed substantially enlarged. Also in this case, the enlargement process to an arbitrary magnification can be performed by performing the thinning process.
[0039]
  An example of the multilevel reproduction process will be described below.
[0040]
  For example, as shown in FIG. 16, the multi-value reproduction means 130 includes a window generation circuit 531 that converts sequentially input binary image data into 5 × 5 pixel window data centered on the pixel of interest, A smoothing circuit 532 that adds the binary image data therein and normalizes it to 8-bit multi-value image data is provided.
[0041]
  As shown in FIG. 17, the window generation circuit 531 includes a line delay circuit 531a that delays input binary image data in units of lines and a flip-flop 531b that delays in units of pixels (hereinafter referred to as “FF531b”). It is described.) By combining the line delay circuit 531a and the FF 531b, window data (W0 to W24) centered on the target pixel (W12) to be processed as shown in FIG. 19 can be generated. Note that “× 1”, “× 2”, and “× 4” shown in FIG. 19 indicate the weights of the respective pixels in the smoothing processing described below.
[0042]
  FIG. 18 is a schematic block diagram of the smoothing circuit 532. The adder 532a adds all the 16 binary image data (W0 to W5, W9, W10, W14, W15, and W19 to W24) belonging to the outer periphery of the window. Similarly, the adder 532b adds all eight binary image data (W6 to W8, W11, W13, and W16 to W18) belonging to the inner periphery excluding the target pixel of the window. The multiplier 532c doubles the result of addition by the adder 532b, and the multiplier 532d multiplies the binary image data of the pixel of interest (W12) by four. Here, multiplication of powers of 2 such as 2 times and 4 times is very simple in terms of circuit because it only shifts the binary bits to the left.
[0043]
  The adder 532e adds all the results processed by the adder 532a, the results processed by the multiplier 532c, and the results processed by the multiplier 532d, and outputs the result as smoothed data.
[0044]
  Here, the values that can be taken by the smoothed data range from 0 (when W0 to W24 are all “0”) to 36 (when W0 to W24 are all “1”). In order to achieve this, it is necessary to process the value from 0 to 255. Therefore, the smoothed data is normalized in the normalizing circuit 532f so that 36, which is the maximum value, becomes 255.
[0045]
  In this normalization process, if the smoothed data is multiplied by 7.125, the configuration of the normalization circuit 532f can be simplified. That is, “7.125 = 4 + 2 + 1 + 0.125 = 2.2+21+20+2-3Therefore, multiplying the smoothed data by 7.125 means that the smoothed data is 22Doubled value, 21Doubled value, and 2-3Since the multiplied value is added to the smoothed data, normalization can be performed by addition of a power of 2 that facilitates the circuit configuration. When the result of 7.125 magnification becomes 256 or more, clipping is performed at 255.
[0046]
[Problems to be solved by the invention]
  However, in the above-described conventional image processing apparatus, the image printed during the “registration process” is the image input means.FromObtained multi-value image dataThings inWhereasSince the multi-value image data is binarized and registered (stored) in “registration processing”,By "removal processing"(During “Removal process”)The printed image isThat at the "registration process"A part of image information was lost by binarization processing.Played a thingMulti-level playback image dataThings inEnd up. That is, "registration process"In memory meansRegistrationButImage dataAt the same time as the registrationprintingThePrint image whenTheAfter registrationTheStorage meansFrom"Removal process"AtreadingTheprintingTheHowever, there was a problem that the image quality of printing was different.
[0047]
  Also, when performing electronic sorting (when a plurality of pages of a document is copied in plural copies, the first copy is output in the order of 1 page, 2 pages,..., 2 pages, 1 page, 2 pages,...) The multi-value image data output from the multi-value image processing means is printed out as it is by the image output means, and binarized and stored in the storage means, and the second and subsequent copies are read out from the storage means and multi-value reproduction means In general, it is converted into multi-value image data and printed out. However, there is a drawback that the image quality of the first copy is different from the image quality of the second and subsequent print images.
[0048]
  Further, the conventional configuration has a problem that image processing such as zoom processing cannot be executed during the extraction processing. For example, in the above configuration, it is impossible to print on a recording paper having a size different from the registered size while being enlarged or reduced.
[0049]
  The above problem can be solved by adding an expansion circuit for zooming, but this configuration increases the cost.
[0050]
  The present invention has been proposed based on the above-described conventional circumstances, and provides an image processing apparatus in which the image quality of an image taken out from a storage unit and printed is the same as the image quality of an image printed at the time of image registration. It is for the purpose. It is another object of the present invention to provide an image processing apparatus capable of executing various types of image processing when taking out registered image data.
[0051]
[Means for Solving the Problems]
  The present invention employs the following means in order to achieve the above object. That is, the image processing apparatus of the present invention binarizes the multi-valued image data input from the image input unit 100 by the binarization unit 130 and registers the binarized image data in the storage unit 210. Binary image data is subjected to multi-value reproduction by the multi-value reproduction means 150 and output to the image output means 170. The binary image data from the binarization means 130 or the binary image data from the storage means 210 is output. Select one of the image data and send it to the multilevel reproduction means 150When binary image data from the binarization unit 130 is selected, the binary image data from the storage unit 210 is input to the binarization unit 130 while multilevel image data is input from the image input unit 100. When selected, the binary image data is retrieved from the storage means 210,Second selection means 140 for outputting, and third value data for selecting either multi-value image data from the image input means 100 or multi-value image data from the multi-value reproduction means 150 for output to the image output means 170 The selection means 160 is provided.When the multi-value image data input from the image input means 100 is output to the image output means 170, and simultaneously registered in the storage means 210, the multi-value image data is converted into the binarization means 130, The second selection unit 140, the multi-value reproduction unit 150, and the third selection unit 160 are output to the image output unit 170 in that order.
[0052]
  When registering the image data in the storage unit 210, the multivalued image data input from the image input unit 100 is converted into binary image data by the binarizing unit 130, and this binary image data is converted by the document management unit 220. It is registered in the storage unit 210 and is selected by the second selection unit 140. The binary image data is converted into a multi-value by the multi-value reproduction unit 150 and output to the image output unit 170 by the third selection unit 160. With the above configuration, the image data that is printed simultaneously with the image registration processing is once binarized and then reproduced as multi-valued image data. Accordingly, the image quality is the same as when the registered image data is printed.
[0053]
  OrIn order to achieve the above object, the present inventionIn, Image input means 100Frominputis doingMulti-valueofThe image data is subjected to predetermined image processing by the multi-value image processing means 120 and then binarized by the binarization means 130 and registered in the storage means 210.Shi,Also,Binary values registered in the storage means 210ofMulti-value reproduction of image data by multi-value reproduction means 150TheImage output means 170WhatIn the image processing device to output,Shown belowFirst selection means 110 and,MoreoverSecond selection means 140WhenThe structure with is adopted.
[0054]
  The first selection means 110 selects either multi-value image data from the image input means 100 or multi-value image data from the multi-value reproduction means 150 and outputs it to the multi-value image processing means 120. Further, the second selection unit 140 selects either binary image data from the binarization unit 130 or binary image data from the storage unit 210 and sends it to the multilevel reproduction unit 150.When binary image data binarized by the binarizing means 130 is selected, multi-valued image data is input from the image input means 100 to the binarizing means 130 and binary data from the storage means 210 is input. When the image data is selected, the binary image data is retrieved from the storage means 210,Output. AndWhen the multi-value image data input from the image input means 100 is output to the image output means 170, and simultaneously registered in the storage means 210, the multi-value image data is stored in the first selection means 110, multi-value data. The value image processing means 120, the binarization means 130, the second selection means 140, and the multi-value reproduction means 150 are output to the image output means 170 in that order.
[0055]
  A CPU (not shown) controls the operations of the first selection unit 110 and the second selection unit 140 so that the image data extracted from the storage unit 210 is input to the multi-value image processing unit 120. In this way, the image data registered in the storage unit 210 can be zoomed out and extracted without adding an expansion circuit for performing image processing such as zooming or edge enhancement.
[0056]
  AlsoIsThe synchronization signal generating means 240 and the fourth selecting means 230 are added to the above configuration.didIt is good also as a structure.here,This synchronization signal generating means 240 is connected to the image output means 170.ofcontrolImage data is processed inRuNecessary forPeriod longer than the first synchronization signalButA short second synchronization signal is generated.
[0057]
  Further, the fourth selection unit 230 is configured such that the first selection unit 110 is the image input unit 100.Multi-valued image data fromWhen is selectedIsThe first synchronization signal is received by the first selection unit 110 from the multilevel reproduction unit 150.Multi-valued image data fromWhen is selectedIsSynchronization signal generating means 240InThe second synchronization signal obtained fromConcernedThe synchronization signal of the entire device andSelectTo do.
[0058]
  With the above configuration, high-speed processing is possible when the multi-value image processing unit 120 performs image processing on the registered image data.
[0059]
  The image input unit 100 is at least one of an image reading unit, a facsimile receiving unit, and a print controller, and the image output unit 170 is at least one of a printing unit, a facsimile transmission unit, and a filing unit. It is.
[0060]
DETAILED DESCRIPTION OF THE INVENTION
  Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[First Embodiment]
  As shown in FIGS. 1 to 4, the present embodiment includes a first selection unit 110, a second selection unit 140, and a third selection unit 160 in addition to the conventional configuration described above. . These three control means are controlled by a CPU (not shown), and the CPU performs the above control based on an instruction input from an operation panel 202 having a plurality of keys such as a touch panel and a numeric keypad.
[0061]
  The “registration process”, “retrieve process”, and “copy process” in the first embodiment of the present invention will be described below.
[0062]
  FIG. 1 shows a process flow in the “registration process”. When the operation panel 202 instructs to register at the same time as copying, the first selection unit 110 selects the image input unit 100 and the second selection unit 1.40 is binarization means 130 is selected, and the third selection unit 160 selects the multi-level reproduction unit 150. Here, since the first selection means 110 needs to be switched during feedback processing to be described later and normally selects an input from the image input means 100, the second selection means 1 is mainly used here.4The state of 0 and the third selection means 160 becomes a problem.
[0063]
  Obtained by the image input means 100ThisThe multi-value image data is passed to the binarization means 130 through the first selection means 110 and the multi-value image processing means 120 as in the conventional case. The binary image data generated by the binarization unit 130 is registered in the storage unit 210 by the document management unit 220 and input to the second selection unit 140. The second selection means 140 inputs this binary image data to the subsequent multi-value reproduction means 150, where it is converted into multi-value reproduction image data.
[0064]
  Here, the third selection means 160 selects not the image data from the multi-value image processing means 120 but the image data from the multi-value reproduction means 150, and selects the third selection means 160. The multi-valued reproduced image data thus printed is printed by the image output means 170 and the “registration process” is completed. In other words, printing is executed simultaneously with the image registration process.
[0065]
  Next, the extraction process will be described.
[0066]
  The “removal process” is divided into two processes: “removal process without image processing” and “removal process with image processing”. This “extraction process without image processing” refers to image data stored in the storage means 210.,This is a process of taking out the attributes (dice, direction, etc.) at the time of registration as they are. “Retrieving process with image processing” refers to image processing such as zoom processing for image data registered in the storage unit 210. It is a process to apply and take out.
[0067]
  That is, when the user sets the zoom rate via the operation panel 202 when performing the “extraction processing”, the operation automatically operates as “extraction processing with image processing”.
[0068]
  FIG. 2 shows a processing flow of extraction processing without image processing.
[0069]
  When an instruction “input processing” is input from the operation panel 202 (here, no image processing is input as described below), the second selection unit 140 selects binary image data from the decoding unit 190. The third selection unit 160 selects the multi-level reproduction unit 150 side. Here, the first selection means 110 is not involved in the processing.
[0070]
  Thus, when the encoded image data is read from the storage unit 210 by the document management unit 220, the read encoded image data is decoded into binary image data by the decoding unit 190, and further, multi-level reproduction is performed. After being reproduced as multi-valued image data by the means 150, it is printed by the image output means 170, and the extraction process is completed. Here, the first selection means 110 is not involved.
[0071]
  FIG. 3 shows a processing flow of the extraction processing accompanied with image processing.
[0072]
  When an instruction is input from the operation panel 202 to “take out processing” and an instruction is given to perform image processing such as zoom processing and edge enhancement processing, the first selection unit 110 causes the multi-value reproduction unit 150 to perform the processing. The reproduced multi-value image data is selected, and this multi-value image data is output to the multi-value image processing means 120. On the other hand, the second selection unit 140 selects the binary image data from the decoding unit 190 and outputs the binary image data to the multilevel reproduction unit 150. In addition, image data is not input to the third selection unit 160 or the image output unit 170. Alternatively, even if image data is input to the image output unit 170, printing is not performed.
[0073]
  In this state, when the encoded image data is read from the storage unit 210 by the document management unit 220, the read encoded image data is decoded into binary image data by the decoding unit 190. Next, the multi-level reproduction unit 150 reproduces the decoded binary image data into multi-level image data, and then inputs the multi-level image data to the multi-level image processing unit 120 via the first selection unit 110. Here, necessary image processing, that is, image processing such as edge enhancement processing and zoom processing is performed.
[0074]
  Here, when the image data path to the image output means 170 is used for performing multi-value reproduction processing, the multi-value image data subjected to the image processing is binarized by the binarization means 130. After being encoded by the encoding means 180, it is temporarily stored in the storage means 210, a buffer (not shown) or the like (hereinafter, this process is referred to as “feedback process”).
[0075]
  The encoded image data stored temporarily is extracted from the temporarily stored area as soon as the image data path to the image output means 170 becomes unused, and the above-mentioned “extraction processing without image processing” is performed. The image output means 170 prints in the same procedure as in the case of "." After that, the document management unit 220 deletes the temporarily stored image data, and the extraction process ends.
[0076]
  As described above, according to the present embodiment, various types of image processing can be executed when taking out registered image data.
[0077]
  Note that this image processing is not limited to edge enhancement processing and zoom processing, but masking processing, trimming processing, and the like (the description is omitted here because it is a widely known technique). A circuit to be added may be added, and a circuit unnecessary for the feedback processing may be set so as not to be processed.
[0078]
  In the above description, the multivalued image data subjected to the image processing is deleted. However, the present invention is not limited to this. That is, the document management unit 220 may register the image data that has been subjected to image processing as new image data.
[0079]
  Further, the multi-value image data subjected to image processing by the multi-value image processing means 120 is directly input to the image output means 170 when the path to the image output means 170 is unused. Not too long.
[0080]
  FIG. 4 shows a processing flow in copy processing.
[0081]
  When a copy processing instruction is issued from the operation panel 202, the first selection means 110 is the image input means 100, and the third selection means 160 is the multi-value image processing means 1.2The output of 0 is selected. Here, the second selection means 140 is not involved.NoIt will be.
[0082]
  That is, when multi-value image data is generated from the image input means 100, the generated multi-value image data is subjected to image processing such as zooming and edge enhancement by the multi-value image processing means 120, and the third selection is performed. Printing is performed by the image output unit 170 via the unit 160.
[0083]
  As described above, in the present embodiment, by providing the first selection unit 110, the second selection unit 140, and the third selection unit 160, the processing to be performed on the image data is selected as necessary. (FIG. 3). In this way, the image quality of the image obtained by printing at the same time as registration (FIG. 1) and the subsequent storage from the storage means are obtained.brothThe image quality (FIG. 2) of the image printed by the processing can be the same quality (both are multi-value images). Further, as in the prior art, it is possible to perform copy processing without using binarization means (FIG. 4).
[0084]
  The first, second, and third selection means are not particularly limited as long as the above-described process selection is possible.
[0085]
  In the above, when the extraction function with image processing is not provided, the multi-value image processing means 120 always receives the image data from the image input means 100, so the first selection means 110 is essentially unnecessary. It becomes. Further, when the feedback process is performed, since the data does not pass through the third selection means 160, the third selection means 160 is essentially unnecessary. However, it is necessary for the extraction after the feedback, but in this case, the processing is the same as the extraction without image processing.
[0086]
  [Second Embodiment]
  According to the first embodiment, when an image is formed by the image output unit 170, the line synchronization signal of the image output unit 170 (the cycle of the line synchronization signal is determined from the cycle of the operation clock and the mechanical configuration. In general, the image data corresponding to a width equal to or larger than the maximum size of the printable recording paper is fixed to a period necessary for processing with the operation clock. It is necessary to input to the image output means 170. For example, in a printer capable of printing up to A3 size recording paper, a line synchronization signal is output at a period necessary for processing image data corresponding to the A3 size width, that is, the short side of 297 mm, with the operation clock. All circuits handling image data of the image processing apparatus start processing for each line in synchronization with the line synchronization signal.
[0087]
  However, when the first selection unit 110 selects the multi-value reproduction unit 150 as an input, that is, during feedback processing, the image data is output from the storage unit 210 and subjected to a predetermined process and stored in the storage unit 210. It returns only, and the output process to the image output means 170 is not performed. Therefore, at this time, it is not necessary to synchronize the entire processing with the operation of the image output means 170, and it is preferable to enable processing at a higher speed.
[0088]
  Therefore, as shown in FIG. 5, the image processing apparatus according to the present embodiment has the same configuration as that of the first embodiment, for example, a synchronization signal generation unit 240 such as a synchronization signal generation circuit, and a fourth such as a selector. Thus, the feedback processing can be performed at a high speed.
[0089]
  Hereinafter, the synchronization signal generation means 240 will be described first.
[0090]
  The synchronization signal generation means 240 is a means for generating a second synchronization signal having a shorter cycle than the line synchronization signal (hereinafter referred to as “first synchronization signal”) for controlling the image output means 170. In the embodiment, the second synchronization signal is generated by the CPU controlling the synchronization signal generation circuit 240 as shown in FIG.
[0091]
  Hereinafter, the configuration of the synchronization signal generation circuit 240 will be described.
[0092]
  The counter 243 counts the operation clock and sequentially counts up, the pulse width setting register 241 holds a value set by the CPU (the pulse width of the second synchronization signal to be generated), and the cycle setting register 242 The value set by the CPU (the cycle of the second synchronization signal to be generated) is held. When the count value output from the counter 243 becomes “0”, the comparator 244 determines that the comparator 246 indicates that the count value is equal to the value of the pulse width setting register 241. When the count value becomes equal to the value of the period setting register 242, a high level signal is output. A set-reset flip-flop 247 (hereinafter referred to as “SRFF 247”) outputs a high-level signal when the set signal becomes high level, and a low-level signal when the reset signal becomes high level. Is output.
[0093]
  Hereinafter, an operation until the synchronization signal generation circuit 240 configured as described above generates the second synchronization signal will be described with reference to the time chart of FIG.
[0094]
  First, the CPU sets “3”, for example, in the pulse width setting register 241 and “100”, for example, in the period setting register 242. Here, the set value “100” is a value that determines the period of the second synchronization signal, which is slightly larger than the period necessary for processing the image data to be feedback-processed with the operation clock, and is the first value. The value is smaller than the period of the synchronization signal. Note that the value set in the pulse width setting register 241 may be fixed to the pulse width of a commonly used synchronization signal (not limited to “3”).
[0095]
  The counter 243 counts up the operation clock and sequentially counts up. When the counter value reaches “100” set in the cycle setting register 242, the comparator 246 becomes high level. Here, since the output of the comparator 246 is input to the clear terminal CLR of the counter 243, the counter 243 is cleared when the counter value reaches “100” and starts counting up again from the next operation clock. It will be.
[0096]
  On the other hand, when the counter value of the counter 243 becomes “0”, the output of the comparator 244 becomes high level, and since the output of the comparator 244 is input to the set terminal of the SRFF 247, At the next operation clock when the counter value becomes “0”, the output of the SRFF 247 becomes high level.
[0097]
  Here, when the counter value of the counter 243 becomes “3” set in the pulse width setting register 241, the output of the comparator 245 becomes high level, and the output of the comparator 245 becomes the reset terminal of the SRFF 247. As a result, the output of the SRFF 247 becomes low level.
[0098]
  By repeating the above operation, the SRFF 247 outputs a signal having a cycle of “100” and a pulse width of “3”, that is, a second synchronization signal based on the setting from the CPU.
[0099]
  The operation of the fourth selection unit 230 is controlled by the CPU, and the CPU performs different operations depending on whether or not it is during feedback processing, as described below.
[0100]
  When performing the feedback process, the CPU performs the operation described in the synchronization signal generation process and controls the fourth selection unit 230 to select the second synchronization signal. The fourth selection unit 230 receives the second synchronization signal generated by the synchronization signal generation process, and outputs the second synchronization signal as a synchronization signal for the entire apparatus.
[0101]
  During processing other than the feedback processing, the CPU controls the fourth selection unit 230 to select the first synchronization signal. The fourth selection unit 230 receives the first synchronization signal as an input and outputs the first synchronization signal as a synchronization signal for the entire apparatus.
[0102]
  As a result, during the feedback process, the entire process is synchronized with a synchronization signal having a shorter cycle than the synchronization signal for controlling the image output means 170, and the time during which image data is not processed (standby time) is reduced. Can do.
[0103]
  In the first and second embodiments, the image scanner (image reading unit) has been described as an example of the image input unit 100. However, the present invention is not limited to this. That is, the same effect can be obtained even when the image input means 100 is a fax modem (facsimile transmission means) for inputting image data via a public line or a printer controller for generating image data via a network or a dedicated line.
[0104]
  Similarly, a printer (printing unit) has been described as an example of the image output unit 170, but it goes without saying that a fax modem (facsimile receiving unit) or a storage device (filing unit) may be used as the image output unit 170. .
[Brief description of the drawings]
FIG. 1 is an explanatory diagram of a flow of image data in “registration processing” of the present invention.
FIG. 2 is an explanatory diagram of the flow of image data in “retrieve processing” of the present invention.
FIG. 3 is an explanatory diagram of a flow of image data in “copy processing” of the present invention.
FIG. 4 is an explanatory diagram showing a flow of image data in “feedback processing” of the present invention.
FIG. 5 is an explanatory diagram showing the flow of image data in “feedback processing” when a synchronization signal generation circuit is provided.
FIG. 6 is a schematic block diagram of a synchronization signal generation circuit.
FIG. 7 is a time chart of the synchronization signal generation circuit.
FIG. 8 shows image data in the conventional “registration process”.DataIt is explanatory drawing which shows the flow.
FIG. 9 shows image data in the conventional “retrieval process”.DataIt is explanatory drawing which shows the flow.
FIG. 10 shows image data in conventional “copy processing”.DataIt is explanatory drawing which shows the flow.
FIG. 11 is a block diagram of a multi-value image processing circuit.
FIG. 12 is a schematic block diagram of an edge enhancement processing circuit.
FIG. 13 is an explanatory diagram of coefficients (weighting) of pixels in a matrix circuit.
FIG. 14 is a schematic block diagram of a zoom processing circuit.
FIG. 15 is a time chart of the zoom processing circuit during enlargement processing;
FIG. 16 is an explanatory diagram of an example of a multi-value reproduction unit.
FIG. 17 is a circuit diagram of a window generation circuit.
FIG. 18 is a schematic block diagram of a smoothing circuit.
FIG. 19 is an explanatory diagram of weighting in the smoothing process.
[Explanation of symbols]
  100 Image input means
  110 First selection means
  120 Multi-value image processing means
  130 Binarization means
  140 Second selection means
  150 Multi-value reproduction means
  160 Third selection means
  170 Image output means
  210 Storage means
  220 Document management means
  230 Fourth selection means
  240 Synchronization signal generating means

Claims (10)

少なくとも1種の画像入力手段から入力している多値の画像データを2値化手段で2値化して記憶手段に登録し、また、該記憶手段に登録した2値の画像データを多値再生手段で多値再生して少なくとも1種の画像出力手段へ出力する画像処理装置において、
上記2値化手段からの2値の画像データまたは上記記憶手段からの2値の画像データのいずれかを選択して上記多値再生手段へ、上記2値化手段からの2値の画像データを選択したときにはその2値化手段へ多値の画像データが上記画像入力手段から入力されつつ、上記記憶手段からの2値の画像データを選択したときにはその2値の画像データをその記憶手段から取り出ししつつ、出力する第1の選択手段と、
上記画像入力手段からの多値の画像データ、または上記2値化手段からの2値の画像データが上記第1の選択手段により上記多値再生手段に出力され、上記多値再生手段により多値再生された画像データのいずれかを選択して上記画像出力手段へ出力する第2の選択手段と、
を備えたことを特徴とする画像処理装置。
Multilevel image data input from at least one type of image input means is binarized by the binarization means and registered in the storage means, and the binary image data registered in the storage means is also reproduced in multiple values In an image processing apparatus for multi-value reproduction by means and outputting to at least one kind of image output means,
Either binary image data from the binarization means or binary image data from the storage means is selected and the binary image data from the binarization means is sent to the multi-value reproduction means. When selected, multi-value image data is input to the binarization means from the image input means, and when binary image data from the storage means is selected, the binary image data is taken out from the storage means. while, first selection means for outputting,
The multi-value image data from the image input unit, or image data of two values from said binarizing means is output to the multi-value reproduction means by the first selection means, the multi-level by the multivalue reproducing means Second selection means for selecting any of the reproduced image data and outputting the selected image data to the image output means;
An image processing apparatus comprising:
上記第1の選択手段が上記2値化手段からの2値の画像データを選択し、かつ、上記第2の選択手段が上記多値再生手段からの多値の画像データを選択する請求項1に記載の画像処理装置。  2. The first selection means selects binary image data from the binarization means, and the second selection means selects multi-value image data from the multi-value reproduction means. An image processing apparatus according to 1. 上記第1の選択手段が上記記憶手段からの画像データを選択し、かつ、上記第2の選択手段が上記多値再生手段からの画像データを選択する請求項1に記載の画像処理装置。  2. The image processing apparatus according to claim 1, wherein the first selection unit selects image data from the storage unit, and the second selection unit selects image data from the multilevel reproduction unit. 少なくとも1種の画像入力手段から入力している多値の画像データを、多値画像処理手段で所定の画像処理を施した後、2値化手段で2値化して記憶手段に登録し、また、該記憶手段に登録した2値の画像データを多値再生手段で多値再生して少なくとも1種の画像出力手段へ出力する画像処理装置において、
上記画像入力手段からの多値の画像データまたは上記多値再生手段からの多値の画像データのいずれかを選択して上記多値画像処理手段へ出力する第1の選択手段と、
上記画像入力手段から入力され上記多値画像処理手段で上記所定の画像処理が施され、上記2値化手段により2値化された2値の画像データ、または上記記憶手段からの2値の画像データのいずれかを選択して上記多値再生手段へ、上記2値化手段により2値化された2値の画像データを選択したときにはその2値化手段へ多値の画像データが上記画像入力手段から入力されつつ、上記記憶手段からの2値の画像データを選択したときにはその2値の画像データをその記憶手段から取り出ししつつ、出力する第2の選択手段と、
を備えたことを特徴とする画像処理装置。
The multi-value image data input from at least one kind of image input means is subjected to predetermined image processing by the multi-value image processing means, and then binarized by the binarization means and registered in the storage means. In the image processing apparatus which outputs the binary image data registered in the storage means to at least one kind of image output means by multi-value reproduction by the multi-value reproduction means,
First selection means for selecting either multi-value image data from the image input means or multi-value image data from the multi-value reproduction means and outputting to the multi-value image processing means;
The predetermined image processing in the image input is input from the unit above multivalued image processing means is performed, the image data of the binarized binary by the binarizing means, or the 2 value from the storage means When the binary image data binarized by the binarization unit is selected by selecting any one of the image data, the multilevel image data is input to the binarization unit. A second selection means for outputting binary image data from the storage means when the binary image data from the storage means is selected while being input from the image input means ;
An image processing apparatus comprising:
上記第1の選択手段が上記多値再生手段からの多値の画像データを選択し、かつ、上記第2の選択手段が上記記憶手段からの2値の画像データを選択して、上記記憶手段に登録した画像データについて上記多値画像処理手段で所定の画像処理を施した後、上記記憶手段に再び登録する請求項4に記載の画像処理装置。  The first selection means selects multi-value image data from the multi-value reproduction means, and the second selection means selects binary image data from the storage means, and the storage means 5. The image processing apparatus according to claim 4, wherein the multi-valued image processing unit performs predetermined image processing on the image data registered in step S1, and then registers the image data in the storage unit again. 上記画像出力手段の制御において画像データが処理されるために必要な第1の同期信号よりも周期が短い第2の同期信号を生成する同期信号生成手段と、
上記第1の選択手段が上記画像入力手段からの多値の画像データを選択しているときには上記第1の同期信号を、上記第1の選択手段が上記多値再生手段からの多値の画像データを選択しているときには上記同期信号生成手段により得られる上記第2の同期信号を、当該装置全体の同期信号として選択する第3の選択手段と、
をさらに備えたことを特徴とする請求項4又は5に記載の画像処理装置。
Synchronization signal generating means for generating a second synchronization signal having a shorter cycle than the first synchronization signal necessary for processing image data in the control of the image output means;
When the first selection means is selecting multi-valued image data from the image input means, the first synchronization signal is displayed, and the first selection means is a multi-valued image from the multi-value reproduction means. Third selection means for selecting the second synchronization signal obtained by the synchronization signal generation means as a synchronization signal for the entire apparatus when data is selected;
The image processing apparatus according to claim 4, further comprising:
上記多値画像処理手段が、多値の画像データで表された画像の拡大または縮小を行う請求項4乃至6のいずれか一項に記載の画像処理装置。  The image processing apparatus according to any one of claims 4 to 6, wherein the multi-value image processing means enlarges or reduces an image represented by multi-value image data. 上記多値画像処理手段が、多値の画像データで表された画像におけるエッジ部分を強調する請求項7に記載の画像処理装置。  The image processing apparatus according to claim 7, wherein the multi-value image processing means emphasizes an edge portion in an image represented by multi-value image data. 上記画像入力手段が、画像読み取り手段、ファクシミリ受信手段、プリンタコントローラのうち、少なくとも一種である請求項4乃至8のいずれか一項に記載の画像処理装置。  9. The image processing apparatus according to claim 4, wherein the image input unit is at least one of an image reading unit, a facsimile receiving unit, and a printer controller. 上記画像出力手段が、印刷手段、ファクシミリ送信手段、ファイリング手段のうち、少なくとも一種である請求項4乃至9のいずれか一項に記載の画像処理装置。  The image processing apparatus according to claim 4, wherein the image output unit is at least one of a printing unit, a facsimile transmission unit, and a filing unit.
JP01579899A 1998-01-27 1999-01-25 Image processing device Expired - Fee Related JP4157209B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP01579899A JP4157209B2 (en) 1998-01-27 1999-01-25 Image processing device

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
JP1400298 1998-01-27
JP10-14002 1998-06-01
JP15112098 1998-06-01
JP10-151120 1998-06-01
JP01579899A JP4157209B2 (en) 1998-01-27 1999-01-25 Image processing device

Publications (2)

Publication Number Publication Date
JP2000059617A JP2000059617A (en) 2000-02-25
JP4157209B2 true JP4157209B2 (en) 2008-10-01

Family

ID=27280493

Family Applications (1)

Application Number Title Priority Date Filing Date
JP01579899A Expired - Fee Related JP4157209B2 (en) 1998-01-27 1999-01-25 Image processing device

Country Status (1)

Country Link
JP (1) JP4157209B2 (en)

Also Published As

Publication number Publication date
JP2000059617A (en) 2000-02-25

Similar Documents

Publication Publication Date Title
JP2000101851A (en) Image processor
JPH09116758A (en) High-speed preview processing method of jpeg compessed picture
JPH08274986A (en) Image processing unit
US5715329A (en) Digital copying machine with memory for compressed image data
JP4027133B2 (en) Image processing device
JP4157209B2 (en) Image processing device
JP2829931B2 (en) Image processing device
JP3066154B2 (en) Selective binarization method
JPH0211063A (en) Picture processor
JPH09284436A (en) Image processor
JP3722816B2 (en) Image processing device
JP2004303276A (en) Image processor
JPH02107061A (en) Picture signal processing method
JPH0818799A (en) Image processor
JP4197097B2 (en) Image processing device
JP2000188678A (en) Image processing unit and method for correcting tilting
JPS62123574A (en) Picture processing system
JPH0795391A (en) Picture element density converter
JPS6335071A (en) Variable power method
JPH03270473A (en) Facsimile equipment
JPH09307721A (en) Digital copying machine
JP2003283832A (en) Image processing apparatus, image processing method and color copying machine
JP2001274993A (en) Image processor, printer device, copying device, facsimile equipment, image forming composite device, image processing method and computer readable recording medium with the processing method recorded therein
JPH04265069A (en) Picture processing method
JP2004241951A (en) Circuit and method for image magnification variation

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051109

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070425

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070622

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070727

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070921

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080321

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080418

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20080530

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080618

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080711

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

Free format text: PAYMENT UNTIL: 20110718

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110718

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120718

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees