JP2017038222A - Image forming apparatus, control method of the same, and program - Google Patents
Image forming apparatus, control method of the same, and program Download PDFInfo
- Publication number
- JP2017038222A JP2017038222A JP2015158351A JP2015158351A JP2017038222A JP 2017038222 A JP2017038222 A JP 2017038222A JP 2015158351 A JP2015158351 A JP 2015158351A JP 2015158351 A JP2015158351 A JP 2015158351A JP 2017038222 A JP2017038222 A JP 2017038222A
- Authority
- JP
- Japan
- Prior art keywords
- information
- document
- peak
- printing process
- reading
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
- Facsimile Image Signal Circuits (AREA)
Abstract
Description
本発明は、画像形成装置、画像形成装置の制御方法、及びプログラムに関する。 The present invention relates to an image forming apparatus, a control method for the image forming apparatus, and a program.
従来より、例えば、文字が印刷された原稿を読み取るときに原稿の背景色(以下、「下地情報」という。)を白色に置換して下地情報を除去し、原稿に印刷された文字のみを抽出する下地情報除去処理を実行する画像形成装置が知られている(例えば、特許文献1)。 Conventionally, for example, when reading a document on which characters are printed, the background color of the document (hereinafter referred to as “background information”) is replaced with white to remove the background information, and only the characters printed on the document are extracted. An image forming apparatus that executes background information removal processing is known (for example, Patent Document 1).
また、表面にのみ文字が印刷されている記録紙の裏面を読み取って下地情報を取得する画像形成装置が知られている(例えば、特許文献2)。特許文献2の画像形成装置は、下地情報の取得後、記録紙の裏面に文字が印刷されると、記録紙の両面を読み取って記録紙の両面に対応する画像データを形成し、形成されたそれぞれの画像データから下地情報を除去する下地情報除去処理を実行する。 There is also known an image forming apparatus that acquires background information by reading the back side of a recording sheet on which characters are printed only on the front side (for example, Patent Document 2). In the image forming apparatus disclosed in Patent Literature 2, when characters are printed on the back side of the recording paper after obtaining the background information, both sides of the recording paper are read to form image data corresponding to both sides of the recording paper. Background information removal processing for removing background information from each image data is executed.
通常、読み取られた画像データから下地情報を除去する下地情報除去処理は、具体的に、以下の手順によって実行される。まず、画像形成装置は、例えば、淡灰色の下地に黒色の文字が印刷された原稿の表面を読み取り、該表面の画像データ800(図8(A))を形成し、画像データ800を構成する各輝度の分布を示す輝度ヒストグラム810を取得する(図8(B))。輝度ヒストグラム810は比較的大きい輝度値のピーク811と、比較的小さい輝度値のピーク812とを有する。下地は淡灰色であり、文字は黒色であるため、下地の輝度値は文字の輝度値よりも大きく、ピーク811が下地に対応し、ピーク812が文字に対応する。したがって、輝度ヒストグラム810からピーク811を除去することにより、文字に対応するピーク812のみを有する輝度ヒストグラム830(図8(D))が得られる。その結果、輝度ヒストグラム730に基いて、画像データ800から下地情報が除去された画像データ820(図8(C))が得られる。なお、輝度ヒストグラム810からピーク811を除去する際に、ピーク811とピーク812を仕分ける必要があるが、仕分けには閾値が用いられる。 Usually, the background information removal processing for removing the background information from the read image data is specifically executed by the following procedure. First, for example, the image forming apparatus reads the surface of a document on which black characters are printed on a light gray background, forms image data 800 (FIG. 8A) on the surface, and configures the image data 800. A luminance histogram 810 indicating each luminance distribution is acquired (FIG. 8B). The luminance histogram 810 has a relatively large luminance value peak 811 and a relatively small luminance value peak 812. Since the background is light gray and the character is black, the luminance value of the background is larger than the luminance value of the character, and the peak 811 corresponds to the background and the peak 812 corresponds to the character. Therefore, by removing the peak 811 from the luminance histogram 810, a luminance histogram 830 (FIG. 8D) having only the peak 812 corresponding to the character is obtained. As a result, based on the luminance histogram 730, image data 820 (FIG. 8C) obtained by removing background information from the image data 800 is obtained. Note that when removing the peak 811 from the luminance histogram 810, it is necessary to sort the peak 811 and the peak 812, but a threshold is used for sorting.
しかしながら、上述の下地情報除去処理方法が実行されても、下地情報のみを除去することが困難な場合がある。例えば、原稿の下地が濃灰色であり、文字が黒色である場合(図9(A))、濃灰色と黒色の輝度値の差は小さいため、当該原稿から得られる輝度ヒストグラム910(図9(B))では、下地に対応するピーク911と文字に対応するピーク912が近接する。この場合、ピーク912を正確に残そうとして閾値を設定すると、輝度ヒストグラム910からピーク911の一部が除去されない可能性がある。すなわち、画像データから下地情報を正確に除去することができないという問題があった。 However, even if the background information removal processing method described above is executed, it may be difficult to remove only the background information. For example, when the background of the document is dark gray and the characters are black (FIG. 9A), the difference between the brightness values of dark gray and black is small, and thus a luminance histogram 910 obtained from the document (FIG. 9 ( In B)), the peak 911 corresponding to the background and the peak 912 corresponding to the character are close to each other. In this case, if a threshold value is set so as to accurately leave the peak 912, a part of the peak 911 may not be removed from the luminance histogram 910. That is, there is a problem that the background information cannot be accurately removed from the image data.
本発明の目的は、画像データから下地情報を正確に除去することができる画像形成装置、画像形成装置の制御方法、及びプログラムを提供することにある。 An object of the present invention is to provide an image forming apparatus, an image forming apparatus control method, and a program capable of accurately removing background information from image data.
上記目的を達成するために、本発明の画像形成装置は、原稿の表面及び裏面を読み取る読取手段と、前記読み取られた原稿の表面及び裏面のいずれか一方に印刷処理が施されていないか否かを判別する判別手段と、前記読み取られた原稿の表面及び裏面のいずれか一方に前記印刷処理が施されていないと判別されたとき、前記印刷処理が施されている一方の面の第1の情報と、前記印刷処理が施されていない他方の面の第2の情報とを取得する取得手段と、前記取得された第1の情報から前記第2の情報を除去する除去手段とを備えることを特徴とする。 In order to achieve the above object, an image forming apparatus according to the present invention includes a reading unit that reads a front surface and a back surface of a document, and whether or not any one of the front and back surfaces of the read document is subjected to a printing process. Determining means for determining whether or not the printing process has been performed on either one of the front surface and the back surface of the read original, the first of the one surface on which the printing process has been performed. And acquisition means for acquiring the second information on the other surface not subjected to the printing process, and removal means for removing the second information from the acquired first information. It is characterized by that.
本発明によれば、画像データから下地情報を正確に除去することができる。 According to the present invention, background information can be accurately removed from image data.
以下、本発明の実施の形態について図面を参照しながら詳述する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
図1は、本発明の実施の形態に係る画像形成装置としてのMFP100の正面図である。 FIG. 1 is a front view of MFP 100 as an image forming apparatus according to an embodiment of the present invention.
図1のMFP100はスキャナ101(読取手段)、プリンタ102、操作表示部103、コントローラ104を備え、スキャナ101は原稿フィーダ105及びトレイ106を備え、プリンタ102はカセット107〜109及び排紙トレイ110を備える。 1 includes a scanner 101 (reading unit), a printer 102, an operation display unit 103, and a controller 104. The scanner 101 includes a document feeder 105 and a tray 106. The printer 102 includes cassettes 107 to 109 and a paper discharge tray 110. Prepare.
スキャナ101は原稿の表面や裏面を読み取って読み取られた面に対応する画像データを生成する。トレイ106に、例えば、複数の原稿がセットされ、ユーザが操作表示部103を介してトレイ106にセットされた原稿の読み取りを指示したとき、原稿フィーダ105はトレイ106に載置された原稿を1枚ずつスキャナ101に給紙する。スキャナ101は給紙された原稿の読み取りを開始する。プリンタ102は、例えば、スキャナ101によって生成された画像データを記録紙に印刷する。画像データが印刷される前、記録紙はカセット107〜109に格納され、画像データが印刷された記録紙は排紙トレイ110に排出される。コントローラ104はMFP100の動作を制御する。 The scanner 101 reads the front and back surfaces of the document and generates image data corresponding to the read surface. For example, when a plurality of originals are set on the tray 106 and the user instructs reading of the originals set on the tray 106 via the operation display unit 103, the original feeder 105 reads the originals placed on the tray 106 one by one. Sheets are fed to the scanner 101 one by one. The scanner 101 starts reading the fed document. For example, the printer 102 prints image data generated by the scanner 101 on a recording sheet. Before the image data is printed, the recording paper is stored in the cassettes 107 to 109, and the recording paper on which the image data is printed is discharged to the paper discharge tray 110. The controller 104 controls the operation of the MFP 100.
図2は、図1におけるスキャナ101の内部の構成及びスキャナ101によって実行される原稿の読取処理を説明するために用いられる図である。 FIG. 2 is a diagram used to explain the internal configuration of the scanner 101 in FIG. 1 and the document reading process executed by the scanner 101.
図2のスキャナ101はADF201及び画像読取部202を備える。ADF201は排紙トレイ110、給紙ローラ211、分離ローラ212、引抜ローラ213、レジストローラ214、表面読取搬送ローラ215、表面読取上流ローラ216、表面読取下流ローラ217、及び対向部材218を備える。また、ADF201は裏面読取搬送ローラ219、裏面読取上流ローラ220、裏面読取下流ローラ221、対向部材222、排紙センサ223、及び排紙ローラ224を備える。さらに、ADF201は原稿有無検知センサ226、分離後センサ227、レジセンサ228、リードセンサ229、分離パッド230、重送検知センサ231,232、原稿トレイ233、裏面流し読みガラス234、及び光学スキャナユニット235を備える。光学スキャナユニット235はLED236,237、ミラー238,239,240、及び裏面画像読取センサ241を有する。画像読取部202は、表面流し読みガラス251、光学スキャナユニット252、及び原稿トレイガラス253を備え、光学スキャナユニット252は、LED261,262、ミラー263,264,265、及び表面画像読取センサ266を有する。 The scanner 101 in FIG. 2 includes an ADF 201 and an image reading unit 202. The ADF 201 includes a paper discharge tray 110, a paper feed roller 211, a separation roller 212, a drawing roller 213, a registration roller 214, a surface reading / conveying roller 215, a surface reading upstream roller 216, a surface reading downstream roller 217, and a counter member 218. In addition, the ADF 201 includes a back surface reading conveyance roller 219, a back surface reading upstream roller 220, a back surface reading downstream roller 221, a facing member 222, a paper discharge sensor 223, and a paper discharge roller 224. Further, the ADF 201 includes a document presence / absence detection sensor 226, a post-separation sensor 227, a registration sensor 228, a read sensor 229, a separation pad 230, double feed detection sensors 231 and 232, a document tray 233, a back side scanning glass 234, and an optical scanner unit 235. Prepare. The optical scanner unit 235 includes LEDs 236 and 237, mirrors 238, 239 and 240, and a back image reading sensor 241. The image reading unit 202 includes a surface flow reading glass 251, an optical scanner unit 252, and a document tray glass 253. The optical scanner unit 252 includes LEDs 261 and 262, mirrors 263, 264, 265, and a surface image reading sensor 266. .
スキャナ101が実行する原稿の読み取りモードには、原稿トレイガラス253に載置された原稿を読み取る固定読みモードと、ADF201内部に搬送された原稿を読み取る流し読みモードとがある。固定読みモードでは、光学スキャナユニット252を副走査方向(図2の矢印の方向)に一定速度で走査させることにより、原稿トレイガラス253に載置された原稿を読み取る。一方、流し読みモードでは、まず、光学スキャナユニット252によって原稿の表面を読み取るために、給紙ローラ211は原稿トレイ233に積載された原稿束Sの原稿面に落下して原稿面上で回転する。給紙ローラ211が原稿面上で回転すると、原稿束Sの最上の原稿がADF201内部に搬送される。このとき、原稿束Sの最上の原稿だけでなく、複数の原稿が搬送された場合は、分離ローラ212及び分離パッド230が搬送された複数の原稿から最上の原稿のみを分離する。重送検知センサ231,232は分離ローラ212及び分離パッド230を通過した原稿が1枚であるか否かを検知し、複数枚であることを検知したとき、操作表示部103に複数枚の原稿がADF201内部に搬送されている旨を表示する。 The document reading mode executed by the scanner 101 includes a fixed reading mode for reading a document placed on the document tray glass 253 and a flow reading mode for reading a document conveyed inside the ADF 201. In the fixed reading mode, the document placed on the document tray glass 253 is read by causing the optical scanner unit 252 to scan at a constant speed in the sub-scanning direction (the direction of the arrow in FIG. 2). On the other hand, in the flow-reading mode, first, in order to read the surface of the original by the optical scanner unit 252, the paper feed roller 211 drops on the original surface of the original bundle S stacked on the original tray 233 and rotates on the original surface. . When the paper feed roller 211 rotates on the original surface, the uppermost original of the original bundle S is conveyed into the ADF 201. At this time, when not only the uppermost document in the document bundle S but also a plurality of documents are conveyed, only the uppermost document is separated from the plurality of documents conveyed by the separation roller 212 and the separation pad 230. The double feed detection sensors 231 and 232 detect whether or not there is one document that has passed through the separation roller 212 and the separation pad 230. When it is detected that there are a plurality of documents, the operation display unit 103 displays a plurality of documents. Is displayed in the ADF 201.
搬送された原稿束Sの最上の原稿は、分離後センサ227、重送検知センサ231,232、引抜ローラ213、及びレジセンサ228を順に通過してレジストローラ214で一旦停止する。原稿は搬送される際に斜行することがあるが、原稿がレジストローラ214で一旦停止してループ状に撓み、その撓みが解消されるときに斜行が解消される。 The uppermost document in the conveyed document bundle S passes through the post-separation sensor 227, the double feed detection sensors 231 and 232, the drawing roller 213, and the registration sensor 228 in order, and is temporarily stopped by the registration roller 214. Although the document may be skewed when being conveyed, the document is temporarily stopped by the registration roller 214 and bent in a loop shape, and the skew is eliminated when the bending is eliminated.
次いで、原稿はリードセンサ229及び表面読取搬送ローラ215を順に通過して原稿の表面を読み取るための位置(以下、「表面読取位置」という。)である表面流し読みガラス251と対向部材218の間に搬送される。原稿が表面読取位置を通過するときにLED261,262からのLED光によって原稿の表面が照射される。表面画像読取センサ266は、LED光の照射によって得られる反射光をミラー263,264,265を介して検知して原稿の表面を読み取る。表面読取位置を通過した原稿は裏面読取搬送ローラ219まで搬送される。 Next, the document passes through the read sensor 229 and the front surface reading conveyance roller 215 in order, and the surface flow reading glass 251, which is a position for reading the surface of the document (hereinafter referred to as “front surface reading position”), and the facing member 218. It is conveyed to. When the document passes through the surface reading position, the surface of the document is irradiated by the LED light from the LEDs 261 and 262. The surface image reading sensor 266 detects the reflected light obtained by the irradiation of the LED light through the mirrors 263, 264, 265 and reads the surface of the document. The document that has passed the front side reading position is conveyed to the rear side reading conveyance roller 219.
その後、光学スキャナユニット235によって裏面読取搬送ローラ219に搬送された原稿の裏面を読み取るために、原稿は裏面読取上流ローラ220を通過して原稿の裏面を読み取るための位置(以下、「裏面読取位置」という。)である裏面流し読みガラス234と対向部材222の間に搬送される。原稿が裏面読取位置を通過するときにLED236,237からのLED光によって原稿の裏面が照射される。裏面画像読取センサ241は、LED光の照射によって得られる反射光をミラー238,239,240を介して検知して原稿の裏面を読み取る。なお、原稿の表面のみを読み取る片面読取設定がMFP100に設定されている場合、原稿は裏面を読み取られることなく、裏面読取位置を通過する。裏面読取位置を通過した原稿は排紙センサ223及び排紙ローラ224を順に通過して排紙トレイ110に搬送され、流し読みモードによる原稿の読み取りが終了する。 Thereafter, in order to read the back side of the document conveyed by the optical scanner unit 235 to the back surface reading and conveying roller 219, the document passes through the back surface reading upstream roller 220 to read the back side of the document (hereinafter referred to as "back surface reading position"). ") Is conveyed between the back-flow-reading glass 234 and the opposing member 222. When the document passes through the back surface reading position, the back surface of the document is irradiated by the LED light from the LEDs 236 and 237. The back side image reading sensor 241 reads the back side of the document by detecting the reflected light obtained by the irradiation of the LED light through the mirrors 238, 239 and 240. If single-sided scanning setting for reading only the front side of the document is set in MFP 100, the document passes through the back side scanning position without being scanned on the back side. The document that has passed through the back side reading position sequentially passes through the paper discharge sensor 223 and the paper discharge roller 224 and is conveyed to the paper discharge tray 110, and the reading of the document in the flow reading mode is completed.
図3は、図1のMFP100の内部構成を概略的に示すブロック図である。 FIG. 3 is a block diagram schematically showing an internal configuration of MFP 100 in FIG.
図3のMFP100は、スキャナ101、プリンタ102、操作表示部103、コントローラ104、及び原稿フィーダ105を備える。コントローラ104は、CPU301(判別手段、取得手段)、RAM302、ROM303、LANコントローラ304、ローカルI/F305、モデム306、HDD307を有する。また、コントローラ104はプリンタI/F308、スキャナI/F309、画像回転部310、画像圧縮伸張部311、及び操作表示部I/F312を有する。 3 includes a scanner 101, a printer 102, an operation display unit 103, a controller 104, and a document feeder 105. The controller 104 includes a CPU 301 (determination unit, acquisition unit), a RAM 302, a ROM 303, a LAN controller 304, a local I / F 305, a modem 306, and an HDD 307. The controller 104 includes a printer I / F 308, a scanner I / F 309, an image rotation unit 310, an image compression / decompression unit 311, and an operation display unit I / F 312.
CPU301は、ROM303に格納される制御プログラム等に基づいてMFP100全体、並びに、MFP100及びMFP100に接続される各種デバイスの通信を制御する。また、CPU301はROM303に格納される制御プログラム等に基づいてコントローラ104において実行される各種処理を制御する。RAM302は、CPU301のシステムワークメモリである。また、RAM302は、例えば、画像データを一時的に格納する。ROM303はブートプログラムを格納する。 CPU 301 controls communication of MFP 100 as a whole and various devices connected to MFP 100 and MFP 100 based on a control program or the like stored in ROM 303. The CPU 301 controls various processes executed in the controller 104 based on a control program stored in the ROM 303. A RAM 302 is a system work memory of the CPU 301. The RAM 302 temporarily stores image data, for example. The ROM 303 stores a boot program.
LANコントローラ304はLAN313を介して外部装置としてのクライアントPC314に接続され、クライアントPC314との間で画像データ等を通信する。ローカルI/F305は、例えば、USBケーブル315を接続するためのインターフェースである。MFP100がUSBケーブル315を介して外部装置としてのクライアントPC316に接続されると、MFP100はクライアントPC316との間で画像データ等を通信する。モデム306は公衆回線317に接続され、例えば、外部のFAX装置とFAX通信する。HDD307は、例えば、MFP100を起動させ、又は動作させるためのシステムソフトウェアや画像データを格納する。 The LAN controller 304 is connected to a client PC 314 as an external device via the LAN 313 and communicates image data and the like with the client PC 314. The local I / F 305 is an interface for connecting a USB cable 315, for example. When MFP 100 is connected to client PC 316 as an external device via USB cable 315, MFP 100 communicates image data and the like with client PC 316. The modem 306 is connected to the public line 317 and performs, for example, FAX communication with an external FAX apparatus. For example, the HDD 307 stores system software and image data for starting up or operating the MFP 100.
プリンタI/F308はプリンタ102に接続され、画像データを印刷するための画像処理を実行する。プリンタ102はCPU351、RAM352、及びROM353に接続され、プリンタ102、CPU351、RAM352、及びROM353は互いに接続されている。CPU351はROM353に格納されるプログラムを実行してプリンタ102を制御する。RAM352はプリンタ102のワークメモリである。 A printer I / F 308 is connected to the printer 102 and executes image processing for printing image data. The printer 102 is connected to the CPU 351, RAM 352, and ROM 353, and the printer 102, CPU 351, RAM 352, and ROM 353 are connected to each other. The CPU 351 executes a program stored in the ROM 353 to control the printer 102. A RAM 352 is a work memory of the printer 102.
スキャナI/F309はスキャナ101に接続され、スキャナ101は原稿フィーダ105に接続されている。また、スキャナ101はCPU361、RAM362、及びROM363に接続され、スキャナ101、CPU361、RAM362、及びROM363は互いに接続されている。CPU361はROM363に格納されるプログラムを実行してプリンタ102を制御する。RAM362はスキャナ101のワークメモリである。 A scanner I / F 309 is connected to the scanner 101, and the scanner 101 is connected to the document feeder 105. The scanner 101 is connected to the CPU 361, RAM 362, and ROM 363, and the scanner 101, CPU 361, RAM 362, and ROM 363 are connected to each other. The CPU 361 controls the printer 102 by executing a program stored in the ROM 363. A RAM 362 is a work memory of the scanner 101.
画像回転部310は、例えば、HDD307に格納されている画像データに対して画像データを回転させる回転処理を施す。画像圧縮伸張部311は多値、例えば、8ビット形式で表現される画像データをJPEGに、2値の画像データをJBIG、MMR、MH等に圧縮し、圧縮された画像データを伸張する。操作表示部I/F312には操作表示部103が接続される。 For example, the image rotation unit 310 performs a rotation process for rotating the image data on the image data stored in the HDD 307. The image compression / decompression unit 311 compresses multi-valued, for example, image data expressed in an 8-bit format to JPEG and binary image data to JBIG, MMR, MH, etc., and decompresses the compressed image data. The operation display unit 103 is connected to the operation display unit I / F 312.
図4は、図3におけるCPU301によって実行される下地情報除去処理の手順を示すフローチャートである。本実施の形態では、原稿の表面や裏面が読み取られるが、原稿の表面(一方の面)には文字が印刷されている(すなわち、印刷処理済みである)ことを前提とする。 FIG. 4 is a flowchart showing a background information removal processing procedure executed by the CPU 301 in FIG. In this embodiment, the front and back surfaces of the document are read, but it is assumed that characters are printed on the front surface (one surface) of the document (that is, the printing process has been completed).
図4において、まず、原稿の表面のみを読み取る片面読取設定がMFP100に設定されているか否かを判別する(ステップS401)。ステップS401の判別の結果、片面読取設定がMFP100に設定されていないとき、原稿の両面を読み取り(ステップS402)、本処理を終了する。一方、片面読取設定がMFP100に設定されているとき、読み取られた画像データから下地情報を除去する下地情報除去設定がMFP100に設定されているか否かを判別する(ステップS403)。 In FIG. 4, first, it is determined whether or not single-sided reading setting for reading only the surface of the document is set in the MFP 100 (step S401). As a result of the determination in step S401, when the single-sided reading setting is not set in the MFP 100, both sides of the original are read (step S402), and this process is terminated. On the other hand, when the single-sided reading setting is set in MFP 100, it is determined whether or not the background information removal setting for removing background information from the read image data is set in MFP 100 (step S403).
ステップS403の判別の結果、下地情報除去設定がMFP100に設定されていないとき、原稿の表面を読み取り(ステップS404)、本処理を終了する。一方、下地情報除去設定がMFP100に設定されているとき、原稿の両面を読み取り(ステップS405)、原稿の裏面(他方の面)に文字や図形等が印刷されているか否かを判別する(ステップS406)。ステップS406の判別の結果、原稿の裏面に文字や図形等が印刷されていないとき、読み取られた原稿の裏面から原稿の裏面が有する情報(以下、「裏面情報」という。)を抽出し、抽出された裏面情報を下地情報とする。次いで、読み取られた原稿の表面から原稿の表面が有する情報(以下、「表面情報」という。)を抽出し、抽出された表面情報から下地情報としての裏面情報を除去して(ステップS407)本処理を終了する。 If the background information removal setting is not set in the MFP 100 as a result of the determination in step S403, the front side of the document is read (step S404), and the process is terminated. On the other hand, when the background information removal setting is set in MFP 100, both sides of the document are read (step S405), and it is determined whether characters, figures, or the like are printed on the back side (the other side) of the document (step S405). S406). As a result of the determination in step S406, when characters, figures, or the like are not printed on the back side of the document, information on the back side of the document (hereinafter referred to as “back side information”) is extracted from the back side of the read document. The back side information thus made is used as background information. Next, information on the surface of the document (hereinafter referred to as “surface information”) is extracted from the surface of the read document, and back surface information as background information is removed from the extracted surface information (step S407). End the process.
図5は、図4のステップS407において表面情報から下地情報としての裏面情報が除去される方法を説明するために用いられる図である。 FIG. 5 is a diagram used to explain a method of removing back surface information as background information from front surface information in step S407 of FIG.
例えば、上述のステップS405において、原稿の表面及び裏面の下地が濃灰色であり、原稿の表面に黒色の文字のみが印刷され、原稿の裏面に文字や図形等が何も印刷されていない原稿の両面が読み取られる。その結果、原稿の表面に対応する画像データ501と原稿の裏面に対応する画像データ502が得られる。また、画像データ501に基づいて表面情報である輝度ヒストグラム503(第1の情報)及び画像データ502に基づいて裏面情報である輝度ヒストグラム504(第2の情報)が得られる。 For example, in the above-described step S405, the background on the front and back sides of the document is dark gray, only black characters are printed on the front side of the document, and no characters or figures are printed on the back side of the document. Both sides are read. As a result, image data 501 corresponding to the front side of the document and image data 502 corresponding to the back side of the document are obtained. Further, a luminance histogram 503 (first information) that is surface information is obtained based on the image data 501, and a luminance histogram 504 (second information) that is back surface information is obtained based on the image data 502.
輝度ヒストグラム503はピーク503a(第3の情報)及びピーク503bを有し、ピーク503aの頂点が示す輝度値はピーク503bの頂点が示す輝度値よりも輝度値の大きい。ここで、表面情報には原稿の表面の下地情報(以下、「表面下地情報」という。)及び原稿の表面に印刷された文字を示す情報(以下、「表面文字情報」という。)が含まれる。したがって、表面情報である輝度ヒストグラム503には表面下地情報を示すピークと、表面文字情報を示すピークとが含まれる。また、原稿の表面では下地が濃灰色であり、文字が黒色であるため、表面下地情報を示すピークの輝度値は表面文字情報を示すピークの輝度値よりも大きくなる。したがって、輝度ヒストグラム503では、ピーク503aが表面下地情報を示すピークに該当し、ピーク503bが表面文字情報を示すピークに該当する。 The luminance histogram 503 has a peak 503a (third information) and a peak 503b, and the luminance value indicated by the peak 503a is larger than the luminance value indicated by the peak 503b. Here, the surface information includes background information on the surface of the document (hereinafter referred to as “surface background information”) and information indicating characters printed on the surface of the document (hereinafter referred to as “surface character information”). . Therefore, the luminance histogram 503 that is the surface information includes a peak indicating the surface background information and a peak indicating the surface character information. Further, since the background is dark gray and the character is black on the surface of the document, the peak luminance value indicating the surface background information is larger than the peak luminance value indicating the surface character information. Therefore, in the luminance histogram 503, the peak 503a corresponds to the peak indicating the surface background information, and the peak 503b corresponds to the peak indicating the surface character information.
また、輝度ヒストグラム504はピーク504aを有する。輝度ヒストグラム504は文字や図形等が何も印刷されていない原稿の裏面情報であり、原稿の下地情報に他ならない。したがって、輝度ヒストグラム504が有するピーク504aは下地情報を示すピークである。 The luminance histogram 504 has a peak 504a. The luminance histogram 504 is information on the back side of a document on which no characters, graphics, or the like are printed, and is nothing but background information on the document. Therefore, the peak 504a included in the luminance histogram 504 is a peak indicating background information.
上述したように、原稿の表面及び裏面の下地はいずれも濃灰色であるため、表面下地情報を示すピーク503aと、原稿の裏面の下地情報を示すピーク504aとは一致する。したがって、輝度ヒストグラム503から輝度ヒストグラム504(ピーク504a)を除去すると、輝度ヒストグラム503からピーク503aを除去することになり、表面の文字等に対応するピーク503bのみを有する輝度ヒストグラム505が得られる。 As described above, since the background on the front side and the back side of the document are both dark gray, the peak 503a indicating the surface background information coincides with the peak 504a indicating the background information on the back side of the document. Therefore, when the luminance histogram 504 (peak 504a) is removed from the luminance histogram 503, the peak 503a is removed from the luminance histogram 503, and the luminance histogram 505 having only the peak 503b corresponding to the surface character or the like is obtained.
また、原稿の裏面に文字や図形等が印刷されているとき、裏面情報には原稿の裏面の下地情報(以下、「裏面下地情報」という。)及び原稿の裏面に印刷された文字を示す情報(以下、「裏面文字情報」という。)が含まれる。このとき、裏面情報である輝度ヒストグラムには裏面下地情報を示すピークと、裏面文字情報を示すピークとが含まれる。したがって、表面情報である輝度ヒストグラムから裏面情報である輝度ヒストグラムを除去すると、表面情報である輝度ヒストグラムから裏面下地情報を示すピークだけでなく裏面文字情報を示すピークまで除去されてしまう。その結果、除去後の輝度ヒストグラムに表面文字情報を示すピークだけを残存させることができない。これに対応して、図4の処理では、ステップS406の判別の結果、原稿の裏面に文字や図形等が印刷されているとき、表面情報から表面下地情報のみが除去され、裏面情報から裏面下地情報のみが除去される(ステップS408)。具体的には、表面情報から表面下地情報を除去するために、閾値を用いて表面下地情報及び表面文字情報が仕分けされ、仕分された表面下地情報が表面情報から除去される。また、表面情報から表面下地情報を除去するのと同様にして裏面情報から裏面下地情報が除去される。 Further, when characters, graphics, or the like are printed on the back side of the document, the back side information includes background information on the back side of the document (hereinafter referred to as “back side ground information”) and information indicating the characters printed on the back side of the document. (Hereinafter referred to as “backside character information”). At this time, the luminance histogram which is the back surface information includes a peak indicating the back surface background information and a peak indicating the back surface character information. Therefore, when the luminance histogram which is the back surface information is removed from the luminance histogram which is the front surface information, not only the peak indicating the back surface background information but also the peak indicating the back surface character information is removed from the luminance histogram which is the surface information. As a result, only the peak indicating the surface character information cannot remain in the luminance histogram after removal. Correspondingly, in the processing of FIG. 4, when characters, graphics, or the like are printed on the back side of the document as a result of the determination in step S406, only the front side ground information is removed from the front side information, and the back side ground is removed from the back side information. Only the information is removed (step S408). Specifically, in order to remove the surface ground information from the surface information, the surface ground information and the surface character information are sorted using a threshold value, and the sorted surface ground information is removed from the surface information. Further, the back surface ground information is removed from the back surface information in the same manner as the front surface ground information is removed from the front surface information.
図4の処理によれば、原稿の裏面に文字や図形等が印刷されていないとき(ステップS406でYES)、読み取られた表面情報である輝度ヒストグラム503から裏面情報である輝度ヒストグラム504が除去される(ステップS407)。裏面情報である輝度ヒストグラム504は下地情報に他ならないので、輝度ヒストグラム503から輝度ヒストグラム504を除去することにより、閾値を用いることなく、原稿の下地情報を原稿の表面の画像データから除去することができる。その結果、原稿の表面に印刷された文字に対応する輝度値のピークと、原稿の下地に対応する輝度値のピークとが近接しても、画像データから下地情報を正確に除去することができる。 According to the processing of FIG. 4, when characters, graphics, or the like are not printed on the back side of the document (YES in step S406), the brightness histogram 504, which is the back side information, is removed from the brightness histogram 503, which is the read front side information. (Step S407). Since the luminance histogram 504 that is back surface information is nothing but background information, the background information of the document can be removed from the image data on the surface of the document without using a threshold value by removing the luminance histogram 504 from the luminance histogram 503. it can. As a result, the background information can be accurately removed from the image data even if the peak of the brightness value corresponding to the characters printed on the surface of the document is close to the peak of the brightness value corresponding to the background of the document. .
また、図4の処理によれば、原稿の裏面に文字や図形等が印刷されているとき(ステップS406でNO)、表面情報から表面下地情報のみが除去され、裏面情報から裏面下地情報のみが除去される(ステップS408)。すなわち、表面情報から表面下地情報を除去するために裏面情報は用いられず、裏面情報から裏面下地情報を除去するために表面情報は用いられない。仮に、表面情報から表面下地情報を除去する際に裏面情報を用いるとすれば、裏面情報から裏面下地情報を抽出する必要がある。また、裏面情報から裏面下地情報を除去する際に表面情報を用いるには、表面情報から表面下地情報を抽出する必要がある。これに対して、表面情報から表面下地情報のみを除去し、又は裏面情報から裏面下地情報のみを除去すれば、裏面下地情報や表面下地情報の抽出の手間を省くことができる。すなわち、下地情報除去処理における手間を軽減することができる。 Further, according to the processing of FIG. 4, when characters, graphics, or the like are printed on the back side of the document (NO in step S406), only the front side ground information is removed from the front side information, and only the back side ground information is removed from the back side information. It is removed (step S408). That is, the back surface information is not used to remove the front surface information from the front surface information, and the front surface information is not used to remove the back surface information from the back surface information. If the back surface information is used when the front surface information is removed from the front surface information, it is necessary to extract the back surface ground information from the back surface information. Further, in order to use the surface information when removing the back surface ground information from the back surface information, it is necessary to extract the surface ground information from the surface information. On the other hand, if only the front surface information is removed from the front surface information or only the back surface information is removed from the back surface information, it is possible to save time and effort for extracting the back surface information and the front surface information. That is, it is possible to reduce labor in the background information removal process.
ところで、輝度ヒストグラム503に含まれるピーク503a,503bが一部重畳する場合がある(図6(A))。この場合、輝度ヒストグラム503から輝度ヒストグラム504を除去しても、輝度ヒストグラム503からピーク503aを正確に除去することができない。また、閾値を用いて輝度ヒストグラム503(表面情報)を輝度ヒストグラム503a(表面下地情報)及び輝度ヒストグラム503b(表面文字情報)に仕分けしても、輝度ヒストグラム503からピーク503aを正確に除去することができない。そこで、この場合、ピーク503aを構成する輝度のうち、ピーク503a,503bが重畳することによって形成される谷部601が示す輝度値よりも大きい輝度値の部分(図6(A)の斜線部)を除去してもよい。これにより、輝度ヒストグラム503からピーク503aを正確に除去することができないものの、ピーク503aの大部分を除去することができる。また、ピーク503bの裾と輝度ヒストグラム503の横軸との交点602よりも大きい輝度値の部分(図6(B)の斜線部)を除去することにより、ピーク503aの大部分を除去してもよい。この場合、表面文字情報の一部欠落を防止することができる。 Incidentally, the peaks 503a and 503b included in the luminance histogram 503 may partially overlap (FIG. 6A). In this case, even if the luminance histogram 504 is removed from the luminance histogram 503, the peak 503a cannot be accurately removed from the luminance histogram 503. Even if the luminance histogram 503 (surface information) is sorted into the luminance histogram 503a (surface background information) and the luminance histogram 503b (surface character information) using the threshold, the peak 503a can be accurately removed from the luminance histogram 503. Can not. Therefore, in this case, a portion of the luminance value larger than the luminance value indicated by the valley portion 601 formed by overlapping the peaks 503a and 503b among the luminances constituting the peak 503a (shaded portion in FIG. 6A). May be removed. Thereby, although the peak 503a cannot be accurately removed from the luminance histogram 503, most of the peak 503a can be removed. Further, even if most of the peak 503a is removed by removing a portion having a luminance value larger than the intersection 602 of the skirt of the peak 503b and the horizontal axis of the luminance histogram 503 (shaded portion in FIG. 6B). Good. In this case, partial omission of surface character information can be prevented.
図7は、図4の下地情報除去処理の変形例の手順を示すフローチャートである。 FIG. 7 is a flowchart showing the procedure of a modification of the background information removal process of FIG.
図7のステップS401〜S408の処理は図4のステップS401〜S408の処理と同一であり、以下において、図4の処理と異なる点のみ説明する。なお、以下の変形例では、原稿の表面の下地と、裏面の下地とが同じ色でない可能性があることを前提とする。したがって、輝度ヒストグラム503に含まれるピーク503a(表面下地情報)と、輝度ヒストグラム504に含まれるピーク504a(裏面下地情報)とが一致しない場合がある。しかしながら、ピーク503a及びピーク504aはいずれも下地情報であるため、ピーク503a及びピーク504aは互いに対応するものとする。 The processing in steps S401 to S408 in FIG. 7 is the same as the processing in steps S401 to S408 in FIG. 4, and only differences from the processing in FIG. 4 will be described below. In the following modification, it is assumed that the background on the front side of the document and the background on the back side may not be the same color. Accordingly, the peak 503a (front surface background information) included in the luminance histogram 503 may not match the peak 504a (back surface background information) included in the luminance histogram 504. However, since both the peak 503a and the peak 504a are background information, the peak 503a and the peak 504a correspond to each other.
図7において、原稿の裏面に文字や図形等が印刷されていないとき(ステップS406でYES)、ピーク503aの頂点が示す輝度値及びピーク504aの頂点が示す輝度値の差分値が所定の範囲に含まれるか否かを判別する(ステップS701)。 In FIG. 7, when characters, graphics, or the like are not printed on the back side of the document (YES in step S406), the difference between the luminance value indicated by the peak 503a and the luminance value indicated by the peak 504a falls within a predetermined range. It is determined whether or not it is included (step S701).
ここで、上述したように、ピーク504aは裏面下地情報に該当し、ピーク503aは表面下地情報に該当する。したがって、ピーク504aの頂点が示す輝度値及びピーク503aの頂点が示す輝度値の差分値が所定の範囲に含まれない場合は、表面下地情報と裏面下地情報が大きく異なる場合、すなわち、表面の下地の色と、裏面の下地の色とが大きく異なる場合である。この場合に、輝度ヒストグラム503からピーク504aを除去すると、表面の画像データから、表面下地情報とは大きく異なる裏面下地情報を除去することになる。その結果、表面の画像データから表面下地情報を適切に除去することができない。これに対応して、本変形例では、ピーク504aの頂点が示す輝度値及びピーク503aの頂点が示す輝度値の差分値が所定の範囲に含まれない場合、輝度ヒストグラム503からピーク504aを除去せず、ピーク503aを除去する。すなわち、表面情報(表面下地情報)のみを用いて表面文字情報を取得する。 Here, as described above, the peak 504a corresponds to the back surface ground information, and the peak 503a corresponds to the front surface ground information. Therefore, when the difference value between the luminance value indicated by the peak 504a and the luminance value indicated by the peak 503a is not included in the predetermined range, the surface background information and the back surface information are significantly different, that is, the surface background. And the background color of the back surface are greatly different. In this case, when the peak 504a is removed from the luminance histogram 503, the back surface ground information that is significantly different from the front surface ground information is removed from the surface image data. As a result, the surface ground information cannot be appropriately removed from the surface image data. Correspondingly, in this modified example, when the difference between the luminance value indicated by the peak 504a and the luminance value indicated by the peak 503a is not included in the predetermined range, the peak 504a is removed from the luminance histogram 503. First, the peak 503a is removed. That is, surface character information is acquired using only surface information (surface ground information).
具体的に、ステップS701の判別の結果、ピーク503aの頂点が示す輝度値及びピーク504aの頂点が示す輝度値の差分値が所定の範囲に含まれるとき、ステップS407に進む。一方、ピーク503aの頂点が示す輝度値及びピーク504aの頂点が示す輝度値の差分値が所定の範囲に含まれないとき、ステップS408に進む。なお、上記所定の範囲は、表面下地情報と特に大きく異なる裏面下地情報が用いられるのを回避するために0以上25以下であることが好ましい。 Specifically, as a result of the determination in step S701, when the difference value between the luminance value indicated by the peak 503a and the luminance value indicated by the peak 504a is included in the predetermined range, the process proceeds to step S407. On the other hand, when the difference value between the luminance value indicated by the peak 503a and the luminance value indicated by the peak 504a is not included in the predetermined range, the process proceeds to step S408. The predetermined range is preferably 0 or more and 25 or less in order to avoid the use of back surface ground information that is significantly different from the front surface ground information.
図7の処理によれば、ピーク503aの頂点が示す輝度値及びピーク504aの頂点が示す輝度値の差分値が所定の範囲に含まれないと判定された場合、輝度ヒストグラム503からピーク503aが除去される。これにより、表面の画像データから表面下地情報を除去することになり、表面の画像データから表面下地情報と大きく異なる裏面下地情報が除去されるのを防止することができる。その結果、画像データから下地情報を適切に除去することができる。 According to the processing of FIG. 7, when it is determined that the difference between the luminance value indicated by the peak 503a and the luminance value indicated by the peak 504a is not included in the predetermined range, the peak 503a is removed from the luminance histogram 503. Is done. As a result, the surface background information is removed from the image data of the front surface, and it is possible to prevent the back surface background information greatly different from the surface background information from being removed from the surface image data. As a result, background information can be appropriately removed from the image data.
本発明は上述の実施の形態の1以上の機能を実現するプログラムをネットワーク又は記憶媒体を介してシステム又は装置に供給し、該システム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読み出して実行する処理でも実現可能である。また、本発明は、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。 The present invention supplies a program that realizes one or more functions of the above-described embodiments to a system or apparatus via a network or a storage medium, and one or more processors in the computer of the system or apparatus read and execute the program This process can be realized. The present invention can also be realized by a circuit (for example, ASIC) that realizes one or more functions.
100 MFP
301 CPU
503,504 輝度ヒストグラム
503a,503b,504a ピーク
100 MFP
301 CPU
503, 504 Luminance histogram 503a, 503b, 504a Peak
Claims (7)
前記読み取られた原稿の表面及び裏面のいずれか一方に印刷処理が施されていないか否かを判別する判別手段と、
前記読み取られた原稿の表面及び裏面のいずれか一方に前記印刷処理が施されていないと判別されたとき、前記印刷処理が施されている一方の面の第1の情報と、前記印刷処理が施されていない他方の面の第2の情報とを取得する取得手段と、
前記取得された第1の情報から前記第2の情報を除去する除去手段とを備えることを特徴とする画像形成装置。 Reading means for reading the front and back sides of the document;
A discriminating means for discriminating whether or not any one of the front side and the back side of the read document has been subjected to a printing process;
When it is determined that the printing process has not been performed on either the front surface or the back surface of the read document, the first information on the one surface on which the printing process has been performed and the printing process are performed Obtaining means for obtaining second information of the other surface not applied;
An image forming apparatus comprising: a removing unit that removes the second information from the acquired first information.
前記判定手段が、前記第2の情報の輝度値の頂点及び前記第3の情報の輝度値の頂点の差分値が前記所定の範囲に含まれると判定した場合、前記除去手段は前記取得された第1の情報から前記第3の情報を除去することを特徴とする請求項2記載の画像形成装置。 The third information included in the first information and corresponding to the second information is acquired, the vertex of the luminance value distribution of the second information and the vertex of the luminance value distribution of the third information A determination means for determining whether or not the difference value is included in a predetermined range,
When the determination unit determines that the difference value between the vertex of the luminance value of the second information and the vertex of the luminance value of the third information is included in the predetermined range, the removal unit is acquired The image forming apparatus according to claim 2, wherein the third information is removed from the first information.
前記読み取られた原稿の表面及び裏面のいずれか一方に印刷処理が施されていないか否かを判別する判別ステップと、
前記読み取られた原稿の表面及び裏面のいずれか一方に前記印刷処理が施されていないと判別されたとき、前記印刷処理が施されている一方の面の第1の情報と、前記印刷処理が施されていない他方の面の第2の情報とを取得する取得ステップと、
前記取得された第1の情報から前記第2の情報を除去する除去ステップとを有することを特徴とする画像形成装置の制御方法。 A reading step for reading the front and back sides of the document;
A discriminating step for discriminating whether or not any one of the front side and the back side of the read original is subjected to a printing process;
When it is determined that the printing process has not been performed on either the front surface or the back surface of the read document, the first information on the one surface on which the printing process has been performed and the printing process are performed An acquisition step of acquiring second information of the other surface that has not been applied;
And a removing step of removing the second information from the acquired first information.
前記画像形成装置の制御方法は、
原稿の表面及び裏面を読み取る読取ステップと、
前記読み取られた原稿の表面及び裏面のいずれか一方に印刷処理が施されていないか否かを判別する判別ステップと、
前記読み取られた原稿の表面及び裏面のいずれか一方に前記印刷処理が施されていないと判別されたとき、前記印刷処理が施されている一方の面の第1の情報と、前記印刷処理が施されていない他方の面の第2の情報とを取得する取得ステップと、
前記取得された第1の情報から前記第2の情報を除去する除去ステップとを有することを特徴とするプログラム。 A program for causing a computer to execute a control method of an image forming apparatus,
The control method of the image forming apparatus is:
A reading step for reading the front and back sides of the document;
A discriminating step for discriminating whether or not any one of the front side and the back side of the read original is subjected to a printing process;
When it is determined that the printing process has not been performed on either the front surface or the back surface of the read document, the first information on the one surface on which the printing process has been performed and the printing process are performed An acquisition step of acquiring second information of the other surface that has not been applied;
And a removal step of removing the second information from the acquired first information.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015158351A JP2017038222A (en) | 2015-08-10 | 2015-08-10 | Image forming apparatus, control method of the same, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015158351A JP2017038222A (en) | 2015-08-10 | 2015-08-10 | Image forming apparatus, control method of the same, and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2017038222A true JP2017038222A (en) | 2017-02-16 |
Family
ID=58048774
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015158351A Pending JP2017038222A (en) | 2015-08-10 | 2015-08-10 | Image forming apparatus, control method of the same, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2017038222A (en) |
-
2015
- 2015-08-10 JP JP2015158351A patent/JP2017038222A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9485368B2 (en) | Electronic document generation apparatus, recording medium, and electronic document generation system | |
GB2390774A (en) | Identifying bleedthrough in imager | |
JP2012169755A (en) | Image processing device, image processing method, and program | |
KR20110026385A (en) | Image reader, image read method, image display controller, image display control method, image processing system and computer program | |
JP2015043158A (en) | Image processing apparatus, image processing method, and program | |
JP2009077049A (en) | Image reader | |
US10659621B2 (en) | Image processing apparatus, image processing method, and storage medium | |
TWI514288B (en) | Method for producing duplicate of document and apparatus using such method | |
US9858513B2 (en) | Document file output apparatus, document file output method, and computer readable medium | |
US9124841B2 (en) | Connected component analysis with multi-thresholding to segment halftones | |
JP6590991B2 (en) | Information processing apparatus, information processing apparatus control method, and program | |
JP2017038222A (en) | Image forming apparatus, control method of the same, and program | |
US8184341B2 (en) | Image reading apparatus, image reading method, and storage medium | |
JP2015023468A (en) | Image processing apparatus and image processing method, and program | |
JP5754096B2 (en) | Image processing apparatus, image processing system, and program | |
JP2010050551A (en) | Image formation device | |
US20240348734A1 (en) | Image processing apparatus, control method, and non-transitory computer-executable medium | |
JP6025803B2 (en) | Image processing device | |
JP5854973B2 (en) | Image forming apparatus | |
JP5474222B2 (en) | Image processing apparatus, image processing method, and program | |
JP2017199976A (en) | Image processing apparatus, image processing method and program | |
JP2004104662A (en) | Image forming device | |
JP6362075B2 (en) | Image reading apparatus, image processing apparatus, and image processing method therefor | |
JP2024101605A (en) | Information processing system, method, and program | |
JP2013214897A (en) | Original reading device and original formation device |