JP2020167483A - Image processing apparatus, program, image forming apparatus, and control method - Google Patents

Image processing apparatus, program, image forming apparatus, and control method Download PDF

Info

Publication number
JP2020167483A
JP2020167483A JP2019064895A JP2019064895A JP2020167483A JP 2020167483 A JP2020167483 A JP 2020167483A JP 2019064895 A JP2019064895 A JP 2019064895A JP 2019064895 A JP2019064895 A JP 2019064895A JP 2020167483 A JP2020167483 A JP 2020167483A
Authority
JP
Japan
Prior art keywords
image
frequency
determination
target page
page
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.)
Granted
Application number
JP2019064895A
Other languages
Japanese (ja)
Other versions
JP7211209B2 (en
Inventor
直行 中村
Naoyuki Nakamura
直行 中村
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.)
Brother Industries Ltd
Original Assignee
Brother Industries 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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2019064895A priority Critical patent/JP7211209B2/en
Publication of JP2020167483A publication Critical patent/JP2020167483A/en
Application granted granted Critical
Publication of JP7211209B2 publication Critical patent/JP7211209B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Facsimiles In General (AREA)
  • Control Or Security For Electrophotography (AREA)
  • Color Electrophotography (AREA)

Abstract

To make it possible to perform accurate blank determination in one-time blank determination.SOLUTION: An image processing apparatus comprises an acquisition unit that acquires a multigradation image and a control unit. The control unit executes frequency acquisition processing of acquiring, for a determination target page included in the multigradation image, a first frequency that is the total sum of the frequencies of luminance values equal to or more than a first threshold, and a second frequency that is the total sum of the frequencies of luminance values less than the first threshold, single color/multicolor determination processing of determining that when the first frequency or the second frequency is equal to or more than a second threshold, the determination target page is in a single color, and in other cases, the page is in multicolor, and image output determination processing of outputting a binary image for the determination target page determined to be in multicolor, and not outputting an image for the determination target page determined to be in a single color.SELECTED DRAWING: Figure 1

Description

本発明は、画像処理装置、画像処理装置を制御するためのプログラム、画像形成装置、および画像処理装置の制御方法に関する。 The present invention relates to an image processing apparatus, a program for controlling the image processing apparatus, an image forming apparatus, and a control method of the image processing apparatus.

従来、原稿の画像を読み取って、その画像を用紙またはディスプレイ等に出力する処理を実行する画像処理装置が知られている。また、このような画像処理装置は、読み取った画像を出力する際に白黒画像による出力を選択可能であり、白黒の二値化処理によって変換した白黒画像を出力する機能を有する場合がある。 Conventionally, there are known image processing devices that perform a process of reading an image of a document and outputting the image to paper, a display, or the like. Further, such an image processing device can select output as a black-and-white image when outputting the read image, and may have a function of outputting a black-and-white image converted by a black-and-white binarization process.

この種の画像処理装置の中には、原稿が白紙原稿であるか否かを判定する白紙判定機能を搭載したものがある。しかし、白紙判定で白紙ではないと判定された画像に対して上述した二値化処理を実行すると、二値化処理によって画像が白紙化されてしまい、そのまま白紙が出力されてしまう場合があった。 Some image processing devices of this type are equipped with a blank paper determination function for determining whether or not the original is a blank original. However, when the above-mentioned binarization process is executed on an image that is determined not to be blank by the blank sheet judgment, the image is blanked by the binarization process, and the blank sheet may be output as it is. ..

この問題を解決するために、例えば特許文献1には、二値化処理によって白黒に変換する前後の画像に対してそれぞれ白紙判定を行うことで、白紙原稿であるか否かを正確に判定する機能を搭載した画像処理装置が開示されている。 In order to solve this problem, for example, in Patent Document 1, it is accurately determined whether or not the image is a blank document by performing a blank sheet determination on each of the images before and after the image is converted to black and white by the binarization process. An image processing device equipped with a function is disclosed.

特開2015−65638号公報JP-A-2015-65638

上記特許文献1に記載された技術については、二値化処理後に白紙判定を行うために複数回の白紙判定を行う必要があった。一度の白紙判定によって二値化処理の有無を問わず正確な白紙判定が可能であれば、白紙判定にかかる時間の短縮が期待できる。 With respect to the technique described in Patent Document 1, it is necessary to perform a blank sheet determination a plurality of times in order to perform a blank sheet determination after the binarization process. If accurate blank paper determination can be performed with or without binarization processing by one blank page determination, the time required for blank page determination can be expected to be shortened.

そこで本発明の一態様は、一度の白紙判定によって二値化処理が施される画像の白紙判定を正確に実施できる画像処理装置等を提供することを目的とする。 Therefore, one aspect of the present invention is to provide an image processing apparatus or the like capable of accurately performing a blank sheet determination of an image to be binarized by a single blank sheet determination.

上記の課題を解決するために、本発明の一態様に係る画像処理装置は、原稿を読み取って多階調画像を取得する取得部と、制御部と、を備え、前記制御部は、前記多階調画像に含まれる1頁を判定対象頁とし、当該判定対象頁について、第1閾値以上である輝度値を有する画素の頻度の総和である第1頻度と、前記第1閾値未満である前記輝度値を有する画素の頻度の総和である第2頻度と、を取得する頻度取得処理と、前記第1頻度および前記第2頻度の少なくとも一方が第2閾値以上であれば、前記判定対象頁は単色であり、前記第1頻度および前記第2頻度がともに第2閾値未満であれば、前記判定対象頁は多色であると判定する、単色/多色判定処理と、前記単色/多色判定処理にて多色であると判定された前記判定対象頁については、当該頁に係る前記多階調画像を前記第1閾値と前記輝度値との比較に基づく二値画像への画像変換を行って当該二値画像を出力し、前記単色/多色判定処理にて単色であると判定された前記判定対象頁については、当該頁に係る前記多階調画像に対応する画像を出力しない画像出力判断処理と、を実行する。 In order to solve the above-mentioned problems, the image processing apparatus according to one aspect of the present invention includes an acquisition unit for reading a document and acquiring a multi-gradation image and a control unit, and the control unit includes the multiple unit. One page included in the gradation image is set as a judgment target page, and for the judgment target page, the first frequency, which is the total frequency of pixels having a luminance value equal to or higher than the first threshold value, and the first frequency, which is less than the first threshold value, are described. If at least one of the frequency acquisition process for acquiring the second frequency, which is the sum of the frequencies of the pixels having the luminance value, and the first frequency and the second frequency is the second threshold value or more, the determination target page is If the first frequency and the second frequency are both less than the second threshold value, the determination target page is determined to be multicolored, that is, the monochromatic / multicolor determination process and the monochromatic / multicolor determination. For the determination target page determined to be multicolored by the processing, the multi-gradation image related to the page is converted into a binary image based on the comparison between the first threshold value and the brightness value. The binary image is output, and the image output corresponding to the multi-gradation image related to the page is not output for the determination target page determined to be monochromatic by the monochromatic / multicolor determination process. Judgment processing and execution.

前記構成によれば、二値画像への画像変換に用いる第1閾値を単色/多色判定処理でも用いる。そのため、単色/多色判定処理は画像変換後の二値画像における各画素の輝度値の頻度を算出し、当該算出結果を用いて画像変換後の二値画像が単色となるか否かを判定できる。したがって、多階調画像における判断対象頁は単色ではないと判定されたが、画像変換後の二値画像は単色となってしまう現象を、一度の単色/多色判定処理のみによって抑制できる。 According to the above configuration, the first threshold value used for image conversion to a binary image is also used in the monochromatic / multicolor determination process. Therefore, the monochromatic / multicolor determination process calculates the frequency of the brightness value of each pixel in the binary image after image conversion, and uses the calculation result to determine whether or not the binary image after image conversion is monochromatic. it can. Therefore, although it is determined that the judgment target page in the multi-gradation image is not monochromatic, the phenomenon that the binary image after image conversion becomes monochromatic can be suppressed by only one monochromatic / multicolor determination process.

上記の課題を解決するために、本発明の一態様に係る制御方法は、原稿を読み取って多階調画像を取得する取得部を備える画像処理装置の制御方法であって、前記多階調画像に含まれる1頁を判定対象頁とし、当該判定対象頁について、第1閾値以上である輝度値を有する画素の頻度の総和である第1頻度と、前記第1閾値未満である前記輝度値を有する画素の頻度の総和である第2頻度と、を取得する頻度取得ステップと、前記第1頻度および前記第2頻度の少なくとも一方が第2閾値以上であれば、前記判定対象頁は単色であり、前記第1頻度および前記第2頻度がともに第2閾値未満であれば、前記判定対象頁は多色であると判定する、単色/多色判定ステップと、前記単色/多色判定ステップにて多色であると判定された前記判定対象頁については、当該頁に係る前記多階調画像を前記第1閾値と前記輝度値との比較に基づく二値画像への画像変換を行って当該二値画像を出力し、前記単色/多色判定ステップにて単色であると判定された前記判定対象頁については、当該頁に係る前記多階調画像に対応する画像を出力しない画像出力判断ステップと、を含む。 In order to solve the above problems, the control method according to one aspect of the present invention is a control method of an image processing apparatus including an acquisition unit that reads a document and acquires a multi-gradation image, and the multi-gradation image. The page included in the above is set as the determination target page, and for the determination target page, the first frequency, which is the sum of the frequencies of pixels having a luminance value equal to or higher than the first threshold value, and the luminance value, which is less than the first threshold value, are set. If at least one of the frequency acquisition step for acquiring the second frequency, which is the sum of the frequencies of the pixels, and the first frequency and the second frequency is equal to or higher than the second threshold value, the determination target page is monochromatic. If both the first frequency and the second frequency are less than the second threshold value, the determination target page is determined to be multicolored in the monochromatic / multicolor determination step and the monochromatic / multicolor determination step. With respect to the determination target page determined to be multicolored, the multi-gradation image related to the page is converted into a binary image based on a comparison between the first threshold value and the luminance value, and the second value is obtained. The value image is output, and the determination target page determined to be monochromatic in the monochromatic / multicolor determination step is an image output determination step in which the image corresponding to the multigradation image related to the page is not output. ,including.

本発明の一態様によれば、一度の白紙判定によって二値化処理が施される画像の白紙判定を正確に実施できる画像処理装置等を提供できる。 According to one aspect of the present invention, it is possible to provide an image processing apparatus or the like capable of accurately performing a blank sheet determination of an image to be binarized by a single blank sheet determination.

本発明の一実施形態に係るMFP(Multi-Function Peripheral)の構成の一例を示すブロック図である。It is a block diagram which shows an example of the structure of the MFP (Multi-Function Peripheral) which concerns on one Embodiment of this invention. 単色頁除去処理の一例を示すフローチャートである。It is a flowchart which shows an example of the monochromatic page removal process. 原稿を複数のブロックに分割する一例を示す図である。It is a figure which shows an example which divides a document into a plurality of blocks. 頻度取得処理の一例を示すフローチャートである。It is a flowchart which shows an example of a frequency acquisition process. 輝度値のヒストグラムの一例を示す図である。It is a figure which shows an example of the histogram of the luminance value. 二値画像要否判定処理の一例を示すフローチャートである。It is a flowchart which shows an example of the binary image necessity determination processing. 白紙頁除去処理の一例を示すフローチャートである。It is a flowchart which shows an example of a blank page removal process.

以下、本発明の一実施形態について、図1〜5を参照して詳細に説明する。 Hereinafter, one embodiment of the present invention will be described in detail with reference to FIGS. 1 to 5.

<ハードウエア構成>
画像処理装置の一例としてのMFP(Multi-Function Peripheral)1は、図1に示されるように、画像形成部10と、画像読取部20と、操作パネル30と、ネットワークインターフェース(I/F)40と、制御部50とを備えている。
<Hardware configuration>
As shown in FIG. 1, the MFP (Multi-Function Peripheral) 1 as an example of the image processing device includes an image forming unit 10, an image reading unit 20, an operation panel 30, and a network interface (I / F) 40. And a control unit 50.

プロセス部の一例としての画像形成部10は、画像データに基づく印刷(カラー印刷またはモノクロ印刷)を実行し、当該画像データに基づく現像剤像をプリント用紙等の被記録媒体上に形成する。画像形成の方式は、電子写真方式であってもよいし、インクジェット方式であってもよい。また画像形成部10は、ネットワークインターフェース40を介して接続された外部のPCなどに出力するための、デジタル画像データを生成してもよい。 The image forming unit 10 as an example of the process unit executes printing (color printing or monochrome printing) based on the image data, and forms a developer image based on the image data on a recording medium such as printing paper. The image forming method may be an electrophotographic method or an inkjet method. Further, the image forming unit 10 may generate digital image data for output to an external PC or the like connected via the network interface 40.

取得部の一例としての画像読取部20は、原稿の画像を読み取り、画像データを生成する。読み取りの方式は、原稿を搬送しつつ、原稿の画像を読み取るADF(Auto Document Feeder)方式であってもよいし、コンタクトガラス上に原稿を載置して、原稿の画像を読み取るFB(Flat Bed)方式であってもよい。 The image reading unit 20 as an example of the acquisition unit reads the image of the original and generates the image data. The scanning method may be an ADF (Auto Document Feeder) method that reads the image of the document while transporting the document, or an FB (Flat Bed) that reads the image of the document by placing the document on the contact glass. ) Method may be used.

操作パネル30は、タッチパネルを備えている。タッチパネルには、MFP1の状態等、各種の情報が表示される。また、タッチパネルに対するタッチ操作により、ユーザによる各種の入力が可能である。操作パネル30には、テンキーなどの入力キーが備えられていてもよい。 The operation panel 30 includes a touch panel. Various information such as the status of the MFP1 is displayed on the touch panel. In addition, various inputs can be made by the user by touching the touch panel. The operation panel 30 may be provided with an input key such as a numeric keypad.

MFP1は、ネットワークインターフェース40を備えていることにより、LAN(Local Area Network)に接続されているPC(パーソナルコンピュータ)などの外部装置との間で、LANを経由した通信が可能である。 Since the MFP 1 is provided with the network interface 40, it is possible to communicate with an external device such as a PC (personal computer) connected to the LAN (Local Area Network) via the LAN.

制御部50は、CPU51と、ROM52と、RAM53と、NVRAM(Non Volatile RAM)54と、ASIC55とを備えている。CPU51は、各種の処理のためのプログラムを実行することにより、画像形成部10と、画像読取部20と、操作パネル30とを制御し、ネットワークインターフェース40を介したデータ通信を制御する。ROM52には、CPU51によって実行されるプログラムおよび各種のデータなどが格納されている。RAM53は、CPU51がプログラムを実行する際のワークエリアとして使用される。NVRAM54には、操作パネル30から入力される各種の設定値等が記憶される。 The control unit 50 includes a CPU 51, a ROM 52, a RAM 53, an NVRAM (Non Volatile RAM) 54, and an ASIC 55. The CPU 51 controls the image forming unit 10, the image reading unit 20, and the operation panel 30 by executing programs for various processes, and controls data communication via the network interface 40. The ROM 52 stores a program executed by the CPU 51, various data, and the like. The RAM 53 is used as a work area when the CPU 51 executes a program. Various setting values and the like input from the operation panel 30 are stored in the NVRAM 54.

<機能および設定>
MFP1は、画像読取部20により原稿の画像を読み取り、読み取った画像に基づく画像データを画像形成部10によりプリント用紙などに出力したり、ネットワークインターフェース40を介して外部のPCなどに出力したりする読取機能を有している。
<Functions and settings>
The MFP 1 reads the image of the original by the image reading unit 20, outputs the image data based on the read image to a print paper or the like by the image forming unit 10, or outputs the image data to an external PC or the like via the network interface 40. It has a reading function.

この読取機能の使用に際して、ユーザは、操作パネル30を操作して、出力設定を変更することができる。出力設定としては、例えばBW(白黒)と、グレーと、カラーとの3タイプが用意されている。画像読取部20は、いずれの出力設定が設定されていても、原稿の画像について、多諧調のデジタル画像データである多階調画像として読み取る。多階調画像には、少なくとも多階調の輝度値データが含まれる。また、原稿には複数の頁が含まれていてもよい。この場合、多階調画像には複数の頁のデジタル画像データが含まれる。 When using this reading function, the user can operate the operation panel 30 to change the output setting. As output settings, for example, three types of BW (black and white), gray, and color are prepared. The image reading unit 20 reads the original image as a multi-gradation image, which is multi-tone digital image data, regardless of which output setting is set. The multi-gradation image includes at least multi-gradation luminance value data. Further, the manuscript may include a plurality of pages. In this case, the multi-gradation image includes a plurality of pages of digital image data.

そしてMFP1は、「出力設定:BW」が設定されると、読み取った多階調画像を白黒の二値画像に変換する画像変換を行い、当該二値画像を出力する。「出力設定:グレー」または「出力設定:カラー」が設定されると、例えば256階調のグレーJpeg画像またはカラーJpeg画像を出力する。 Then, when "output setting: BW" is set, the MFP 1 performs image conversion for converting the read multi-gradation image into a black and white binary image, and outputs the binary image. When "output setting: gray" or "output setting: color" is set, for example, a gray Jpeg image or a color Jpeg image of 256 gradations is output.

また、MFP1は単色画像除去機能を有している。単色画像除去機能は、画像読取部20により読み取った原稿の画像が白単色または黒単色等である単色の画像であるか否かを判定し、単色の画像であった場合に、当該画像を出力しない機能である。なおMFP1は、単色画像除去機能のうち、原稿が白紙であった場合のみ画像を出力しない、白紙除去機能を有効にすることができる。ユーザは、操作パネル30を操作して、単色画像除去機能または白紙除去機能を有効にするか無効にするかを設定することができる。 Further, the MFP 1 has a single color image removal function. The monochromatic image removal function determines whether or not the image of the original document read by the image scanning unit 20 is a monochromatic image such as white monochromatic or black monochromatic, and outputs the image if it is a monochromatic image. It is a function that does not. The MFP1 can enable the blank image removal function, which does not output an image only when the original is blank, among the single color image removal functions. The user can operate the operation panel 30 to set whether to enable or disable the monochrome image removal function or the blank page removal function.

なお、従来のMFPでは、「出力設定:BW」が設定された場合、さらに単色画像除去機能が有効に設定されていても、出力する画像は白単色または黒単色となる場合があるという問題点があった。これは例えば、当該MFPが読み取った多階調画像が単色の画像であるか否かを判定した際には単色の画像でないと判定したが、その後の二値画像への画像変換によっておよそ全ての画素が白または黒となった画像が生成され、当該画像が出力される場合である。 In the conventional MFP, when "output setting: BW" is set, there is a problem that the output image may be a single white color or a single black color even if the single color image removal function is enabled. was there. For example, when it was determined whether or not the multi-gradation image read by the MFP was a monochromatic image, it was determined that it was not a monochromatic image, but by the subsequent image conversion to a binary image, almost all of them were determined. This is a case where an image in which the pixels are white or black is generated and the image is output.

一方、本実施形態に係るMFP1によれば、「出力設定:BW」が設定された場合の単色の画像であるか否かの判定には、後述するように二値画像への画像変換に用いられる輝度値の閾値を参照する。これによりMFP1は、画像変換後の二値画像が単色となるか否かを判定できるため、単色画像除去機能が有効に設定されている場合に、単色の画像を出力してしまうことがない。 On the other hand, according to the MFP 1 according to the present embodiment, in determining whether or not the image is a monochromatic image when "output setting: BW" is set, it is used for image conversion to a binary image as described later. Refer to the threshold value of the brightness value to be obtained. As a result, the MFP1 can determine whether or not the binary image after image conversion is monochromatic, so that the monochromatic image is not output when the monochromatic image removal function is enabled.

また、MFP1によれば、前記のような問題点を解決するために、二値画像への画像変換前に多階調画像が単色の画像であるか否かを判定し、さらに二値画像への画像変換後に二値画像が単色の画像であるか否かを判定する必要がない。そのため、例えば二値画像が単色の画像であるか否かを判定するために、専用の回路等を設ける必要がなく、MFP1の構成を簡略化できる。また、単色の画像であるか否かの判定に要する時間の短縮も期待できる。 Further, according to the MFP 1, in order to solve the above-mentioned problems, it is determined whether or not the multi-gradation image is a monochromatic image before the image conversion to the binary image, and further to the binary image. It is not necessary to determine whether or not the binary image is a monochromatic image after the image conversion of. Therefore, for example, in order to determine whether or not the binary image is a monochromatic image, it is not necessary to provide a dedicated circuit or the like, and the configuration of the MFP 1 can be simplified. In addition, it can be expected that the time required for determining whether or not the image is a single color image can be shortened.

<単色画像除去機能における処理>
単色画像除去機能を実現するために、制御部50のCPU51は、プログラムを実行することにより、頻度取得処理と、単色/多色判定処理と、画像出力判断処理とが含まれる単色頁除去処理を実行する。以下に、MFP1の制御方法の一例として、これらの処理についてそれぞれ説明する。
<Processing in the single color image removal function>
In order to realize the single color image removal function, the CPU 51 of the control unit 50 executes a program to perform a single color page removal process including a frequency acquisition process, a single color / multicolor determination process, and an image output determination process. Execute. Each of these processes will be described below as an example of the control method of the MFP1.

(単色頁除去処理)
単色頁除去処理について、図2を参照して以下に説明する。CPU51は、画像読取部20により読み取られた多階調画像に含まれる1頁を判定対象頁とする。図3に示すように、CPU51は、判定対象頁を格子状に複数のブロックに分割する(S1)。このとき、各ブロックの大きさはblk_sizex×blk_sizeyとして表される。CPU51は、blk_sizexおよびblk_sizeyの値について、分割により得られるブロックの数に応じて適宜設定する。
(Single color page removal process)
The monochromatic page removal process will be described below with reference to FIG. The CPU 51 uses one page included in the multi-gradation image read by the image reading unit 20 as a determination target page. As shown in FIG. 3, the CPU 51 divides the determination target page into a plurality of blocks in a grid pattern (S1). At this time, the size of each block is expressed as blk_sizex × blk_sizey. The CPU 51 appropriately sets the values of blk_sizex and blk_sizey according to the number of blocks obtained by the division.

次にCPU51は、ブロックごとに頻度取得処理を実行し、最頻度値の値を取得する(S2)。頻度取得処理については後述する。CPU51は、最頻度値が単色判定閾値hindo_th以上であるか否かを判定する、単色/多色判定処理を実行する(S3、単色/多色判定ステップ)。なお、単色判定閾値hindo_thは第2閾値の一例である。CPU51は、最頻度値が単色判定閾値hindo_th以上であった場合(S3でYES)、判定を実行したブロックの属性を単色ブロックとして設定し(S4)、最頻度値が単色判定閾値hindo_th未満であった場合(S3でNO)、判定を実行したブロックの属性を多色ブロックとして設定する(S5)。CPU51は、設定したブロックの属性をRAM53に保存する。 Next, the CPU 51 executes a frequency acquisition process for each block and acquires the value of the maximum frequency value (S2). The frequency acquisition process will be described later. The CPU 51 executes a single color / multicolor determination process for determining whether or not the maximum frequency value is equal to or greater than the single color determination threshold value hidden_th (S3, single color / multicolor determination step). The single color determination threshold value hidden_th is an example of the second threshold value. When the maximum frequency value is equal to or higher than the single color determination threshold value hidden_th (YES in S3), the CPU 51 sets the attribute of the block that executed the determination as a single color block (S4), and the maximum frequency value is less than the single color determination threshold value hidden_th. If (NO in S3), the attribute of the block that executed the determination is set as a multicolor block (S5). The CPU 51 saves the set block attributes in the RAM 53.

なお、後述する頻度取得処理において第1頻度および第2頻度のみ取得し、最頻度値は取得していなかった場合には、CPU51は、第1頻度および第2頻度のそれぞれについて単色判定閾値hindo_th以上であるか否かを判定してもよい。この場合、CPU51は、第1頻度および第2頻度の少なくとも一方が単色判定閾値hindo_th以上であれば、判定を実行したブロックの属性を単色ブロックとして設定する。 When only the first frequency and the second frequency are acquired and the maximum frequency value is not acquired in the frequency acquisition process described later, the CPU 51 determines the single color determination threshold value of hint_th or more for each of the first frequency and the second frequency. It may be determined whether or not it is. In this case, the CPU 51 sets the attribute of the block that executed the determination as the monochromatic block if at least one of the first frequency and the second frequency is equal to or higher than the monochromatic determination threshold threshold_th.

次にCPU51は、判定対象頁に含まれる全てのブロックについてS3の判定、すなわち単色ブロックであるか多色ブロックであるかの判定を実行したか否かを判定する(S6)。全てのブロックについてS3の判定が終了していなかった場合(S6でNO)、CPU51は全てのブロックの判定が終了するまでS2〜S5までの処理を実行する。一方、全てのブロックについてS3の判定が終了していた場合(S6でYES)、CPU51は、属性が単色ブロックに設定されているブロックの数をカウントする(S7)。 Next, the CPU 51 determines whether or not the determination of S3, that is, the determination of whether the block is a monochromatic block or a multicolor block, has been executed for all the blocks included in the determination target page (S6). If the determination of S3 is not completed for all blocks (NO in S6), the CPU 51 executes the processes S2 to S5 until the determination of all blocks is completed. On the other hand, when the determination of S3 is completed for all the blocks (YES in S6), the CPU 51 counts the number of blocks whose attributes are set to the monochromatic blocks (S7).

そしてCPU51は、判定対象頁に含まれる全ブロックのうちの、単色ブロックの割合が単色ブロック閾値plane_blk_weight以上であるか否かを判定する(S8)。CPU51は、判定対象頁に含まれる単色ブロックの割合が単色ブロック閾値plane_blk_weight以上であった場合(S8でYES)、判定対象頁の属性を単色頁として設定し(S9)、判定対象頁に含まれる単色ブロックの割合が単色ブロック閾値plane_blk_weight未満であった場合(S8でNO)、判定対象頁の属性を多色頁として設定する(S10)。 Then, the CPU 51 determines whether or not the ratio of the monochromatic blocks among all the blocks included in the determination target page is equal to or greater than the monochromatic block threshold plane_blk_weight (S8). When the ratio of the monochromatic blocks included in the determination target page is equal to or greater than the monochromatic block threshold plane_blk_weight (YES in S8), the CPU 51 sets the attribute of the determination target page as the monochromatic page (S9) and includes the determination target page. When the ratio of the monochromatic block is less than the monochromatic block threshold plane_blk_weight (NO in S8), the attribute of the determination target page is set as the multicolor page (S10).

次に、CPU51は画像出力判断処理を実行し(S11)、単色頁除去処理を終了する。 Next, the CPU 51 executes an image output determination process (S11), and ends the monochromatic page removal process.

以上のように、CPU51は、判定対象頁全体について、第1頻度および第2頻度の何れか一方が単色判定閾値hindo_th以上であれば、判定対象頁は単色であり、第1頻度および第2頻度がともに単色判定閾値hindo_th未満であれば、判定対象頁は多色であると判定する処理を実行する。 As described above, the CPU 51 determines that the determination target page is monochromatic and the first frequency and the second frequency are monochromatic if either the first frequency or the second frequency is equal to or higher than the single color determination threshold threshold_th for the entire determination target page. If both are less than the single color determination threshold value hidden_th, the process of determining that the determination target page is multicolored is executed.

なお、単色ブロック閾値plane_blk_weightの値は、判定対象頁に誤差程度の多色ブロックが含まれることを許容し、かつ判定対象頁に含まれる多色ブロックの割合が誤差範囲内に収まるような値であることが好ましい。このような値として、例えば99%および98%等が挙げられるが、これに限られるものではない。 The value of the single-color block threshold plane_blk_weight is a value that allows the judgment target page to contain multi-color blocks with an error level, and the ratio of the multi-color blocks included in the judgment target page falls within the error range. It is preferable to have. Examples of such values include, but are not limited to, 99% and 98%.

なおCPU51は、多階調画像に複数の頁が含まれていた場合には、全ての頁に対して上述の単色頁除去処理を実行する。 When a plurality of pages are included in the multi-gradation image, the CPU 51 executes the above-mentioned single color page removal process for all the pages.

(頻度取得処理)
図2に示される単色頁除去処理のS1で実行される頻度取得処理について、図4および図5を参照して以下に説明する。
(Frequency acquisition process)
The frequency acquisition process executed in S1 of the monochromatic page removal process shown in FIG. 2 will be described below with reference to FIGS. 4 and 5.

CPU51は、ブロック中の各画素が有する輝度値のヒストグラムを生成する(S21)。ここでは、多階調画像に含まれる輝度値の階調が6ビット(0〜63)である場合を例として説明する。なお、多階調画像に含まれる輝度値の階調が6ビットよりも大きい場合、CPU51は、輝度値の階調を6ビットに変換してもよい。輝度値のヒストグラムは、図5に示すように、横軸を輝度値kとし、縦軸は、輝度値kを有する画素の頻度を表す頻度値h(k)として表される。CPU51は、生成した輝度値のヒストグラムをRAM53に保存する。 The CPU 51 generates a histogram of the luminance values of each pixel in the block (S21). Here, a case where the gradation of the luminance value included in the multi-gradation image is 6 bits (0 to 63) will be described as an example. When the gradation of the luminance value included in the multi-gradation image is larger than 6 bits, the CPU 51 may convert the gradation of the luminance value into 6 bits. As shown in FIG. 5, the luminance value histogram is represented by a luminance value k on the horizontal axis and a frequency h (k) representing the frequency of pixels having the luminance value k on the vertical axis. The CPU 51 stores the generated histogram of the luminance value in the RAM 53.

次に、CPU51は、ブロック中の全画素を走査したか否かを判定する(S22)。CPU51がS21においてブロック中の全画素を走査しておらず、輝度値がヒストグラムに反映されていない画素があると判定した場合(S22でNO)、CPU51は、ブロック中の全画素の走査が完了するまで、S21の処理を繰り返す。一方、全画素が走査され、全画素の輝度値がヒストグラムに反映されたと判定した場合(S22でYES)、CPU51は、MFP1が「出力設定:BW」に設定されているか否か、すなわち最終出力がBW(白黒)であるか否かを判定する(S23)。 Next, the CPU 51 determines whether or not all the pixels in the block have been scanned (S22). When the CPU 51 has not scanned all the pixels in the block in S21 and determines that there is a pixel whose luminance value is not reflected in the histogram (NO in S22), the CPU 51 completes scanning of all the pixels in the block. The process of S21 is repeated until the above. On the other hand, when all the pixels are scanned and it is determined that the luminance values of all the pixels are reflected in the histogram (YES in S22), the CPU 51 determines whether or not the MFP1 is set to "output setting: BW", that is, the final output. Is BW (black and white) or not (S23).

MFP1が「出力設定:BW」に設定されていなかった場合(S23でNO)、すなわち、出力設定がグレーまたはカラーに設定されていた場合には、CPU51は、ヒストグラムにおいて最も頻度値h(k)が高い輝度値kの値である最頻値k_maxを、「最頻度値」として取得する。一方、MFP1が「出力設定:BW」に設定されていた場合(S23でYES)、CPU51は、ヒストグラムにおいて二値化閾値bw_th以上である輝度値kに対応する頻度値h(k)の総和を算出し、得られた値を「第1頻度」として取得する(S25、頻度取得ステップ)。またCPU51は、ヒストグラムにおいて二値化閾値bw_th未満である輝度値kに対応する頻度値h(k)の総和を算出し、得られた値を「第2頻度」として取得する(S26、頻度取得ステップ)。 When the MFP1 is not set to "output setting: BW" (NO in S23), that is, when the output setting is set to gray or color, the CPU 51 has the mode value h (k) in the histogram. The mode k_max, which is the value of the high luminance value k, is acquired as the "mode". On the other hand, when the MFP1 is set to "output setting: BW" (YES in S23), the CPU 51 calculates the sum of the frequency values h (k) corresponding to the luminance value k which is equal to or higher than the binarization threshold bw_th in the histogram. The calculated value is acquired as the "first frequency" (S25, frequency acquisition step). Further, the CPU 51 calculates the sum of the frequency values h (k) corresponding to the luminance value k which is less than the binarization threshold value bw_th in the histogram, and acquires the obtained value as the “second frequency” (S26, frequency acquisition). Step).

なお、二値化閾値bw_thは第1閾値の一例であり、二値画像への画像変換において用いられる輝度値の閾値である。当該画像変換において、CPU51は、輝度値が二値化閾値bw_th以上である画素を白に変換し、二値化閾値bw_th未満である画素を黒に変換する。これにより、黒または白の画素のみを有する二値画像が得られる。図5では二値化閾値bw_thを64階調の輝度値kのうちの下から51番目の輝度値k(k=50)としているが、二値化閾値bw_thはこれに限られるものではない。 The binarization threshold value bw_th is an example of the first threshold value, and is a threshold value of the brightness value used in image conversion into a binary image. In the image conversion, the CPU 51 converts the pixel whose brightness value is equal to or more than the binarization threshold value bw_th to white, and converts the pixel whose brightness value is less than the binarization threshold value bw_th to black. This gives a binary image with only black or white pixels. In FIG. 5, the binarization threshold value bw_th is set to the 51st luminance value k (k = 50) from the bottom among the luminance values k of 64 gradations, but the binarization threshold value bw_th is not limited to this.

CPU51は、得られた第1頻度および第2頻度のうち、値の大きい方を「最頻度値」として取得し(S27)、当該最頻度値をRAM53に保存して頻度取得処理を終了する。このように最頻度値を取得する構成によれば、CPU51は、単色頁除去処理において第1頻度および第2頻度の両方を後述の単色判定閾値hindo_thと比較する必要がない。そのため、CPU51は、最頻度値と単色判定閾値hindo_thとを一度比較するだけで、原稿が単色か多色かを判定できる。したがって、CPU51の処理について、負荷の低減および高速化が期待できる。なおCPU51は、最頻度値を取得せずに、第1頻度および第2頻度のそれぞれをRAM53に保存してもよい。 The CPU 51 acquires the larger value of the obtained first frequency and the second frequency as the "most frequency value" (S27), stores the most frequency value in the RAM 53, and ends the frequency acquisition process. According to the configuration for acquiring the maximum frequency value in this way, the CPU 51 does not need to compare both the first frequency and the second frequency with the single color determination threshold value hidden_th described later in the single color page removal process. Therefore, the CPU 51 can determine whether the original is monochromatic or multicolored only by comparing the most frequent value and the monochromatic threshold value hidden_th once. Therefore, it can be expected that the processing of the CPU 51 will be reduced in load and speeded up. The CPU 51 may store each of the first frequency and the second frequency in the RAM 53 without acquiring the maximum frequency value.

以上の通り、頻度取得処理においてCPU51は、多階調画像に含まれる1頁を判定対象頁とし、当該判定対象頁全体について、二値化閾値bw_th以上である輝度値を有する画素の頻度の総和である第1頻度と、二値化閾値bw_th未満である輝度値を有する画素の頻度の総和である第2頻度と、を取得する。 As described above, in the frequency acquisition process, the CPU 51 sets one page included in the multi-gradation image as the determination target page, and sums the frequencies of pixels having a luminance value equal to or higher than the binarization threshold bw_th for the entire determination target page. The first frequency, which is the sum of the frequencies of the pixels having the luminance value less than the binarization threshold bw_th, and the second frequency, which is the sum of the frequencies of the pixels.

なお、二値化閾値bw_th、単色判定閾値hindo_thおよび単色ブロック閾値plane_blk_weightの値は、MFP1の工場出荷時に所定の値が設定されていてもよく、ユーザが操作パネル30によって任意の値として設定してもよい。二値化閾値bw_thと、単色判定閾値hindo_thと、単色ブロック閾値plane_blk_weightとは、初期設定値としてROM52に保存されていてもよく、ユーザ設定値としてNVRAM54に保存されていてもよい。 The values of the binarization threshold value bw_th, the single color determination threshold value hidden_th, and the single color block threshold value plane_blk_weight may be set to predetermined values at the time of shipment from the factory of the MFP 1, and the user sets them as arbitrary values by the operation panel 30. May be good. The binarization threshold value bw_th, the single color determination threshold value hidden_th, and the single color block threshold value plane_blk_weight may be stored in the ROM 52 as initial setting values or may be stored in the NVRAM 54 as user setting values.

(画像出力判断処理)
次に、図2に示される単色頁除去処理のS11で実行される画像出力判断処理について、図6を参照して以下に説明する。まずCPU51は、RAM53に保存されている判定対象頁の属性を参照する(S31)。
(Image output judgment processing)
Next, the image output determination process executed in S11 of the monochromatic page removal process shown in FIG. 2 will be described below with reference to FIG. First, the CPU 51 refers to the attributes of the determination target page stored in the RAM 53 (S31).

次に、CPU51は、判定対象頁の属性が単色頁に設定されているか否かを判定する(S32、画像出力判断ステップ)。判定対象頁の属性が単色頁に設定されていなかった場合(S32でNO)、CPU51は、当該頁に係る多階調画像を二値化閾値と輝度値との比較に基づく二値画像への画像変換を行い(S33)、生成した二値画像を画像形成部10に出力し(S34)、画像出力判断処理を終了する。画像形成部10は、入力された二値画像をプリント用紙などに出力したり、ネットワークインターフェース40を介して外部のPCなどに出力したりする。 Next, the CPU 51 determines whether or not the attribute of the determination target page is set to the monochrome page (S32, image output determination step). When the attribute of the determination target page is not set to the monochromatic page (NO in S32), the CPU 51 converts the multi-gradation image related to the page into a binary image based on the comparison between the binarization threshold value and the brightness value. Image conversion is performed (S33), the generated binary image is output to the image forming unit 10 (S34), and the image output determination process is completed. The image forming unit 10 outputs the input binary image to a print paper or the like, or outputs the input binary image to an external PC or the like via the network interface 40.

一方、判定対象頁の属性が単色頁に設定されていた場合(S32でYES)、CPU51は、当該頁に係る前記多階調画像に対応する画像を出力せずに、画像出力判断処理を終了する。この場合、CPU51は、単色頁に設定されていた判定対象頁について、二値画像への画像変換を行ってもよいし、行わなくてもよい。 On the other hand, when the attribute of the determination target page is set to a single color page (YES in S32), the CPU 51 ends the image output determination process without outputting the image corresponding to the multi-gradation image related to the page. To do. In this case, the CPU 51 may or may not perform image conversion to a binary image for the determination target page set as the monochromatic page.

ここで、二値画像への画像変換を行う場合、CPU51は、単色/多色判定処理の結果によらず多階調画像に含まれる全ての頁を二値画像に画像変換する。これによれば、CPU51は、多階調画像をRAM53に一時保存する場合に、低容量の二値画像をRAM53に保存できるため、必要なRAM53の容量を節約できる。また、二値画像への画像変換を行わない場合、CPU51は必要な場合のみ二値画像への画像変換を実行できる。したがって、CPU51の処理について、負荷の低減および処理の高速化が期待できる。 Here, when performing image conversion to a binary image, the CPU 51 converts all the pages included in the multi-gradation image into a binary image regardless of the result of the monochromatic / multicolor determination processing. According to this, when the multi-gradation image is temporarily stored in the RAM 53, the CPU 51 can store the low-capacity binary image in the RAM 53, so that the required capacity of the RAM 53 can be saved. Further, when the image conversion to the binary image is not performed, the CPU 51 can execute the image conversion to the binary image only when necessary. Therefore, regarding the processing of the CPU 51, it can be expected that the load is reduced and the processing speed is increased.

<白紙除去機能における処理>
上述したように、MFP1が備える単色画像除去機能には、白紙除去機能が含まれる。以下、白紙除去機能を実現するために、制御部50のCPU51が実行する白紙頁除去処理について説明する。なお、白紙頁除去処理は単色頁除去処理の一例である。また、白紙頁除去処理に含まれる頻度取得処理については単色頁除去処理の場合と同様のため、ここでは説明を省略する。
<Processing in the blank paper removal function>
As described above, the monochromatic image removing function included in the MFP 1 includes a blank page removing function. Hereinafter, the blank page removal process executed by the CPU 51 of the control unit 50 in order to realize the blank page removal function will be described. The blank page removal process is an example of the single color page removal process. Further, since the frequency acquisition process included in the blank page removal process is the same as in the case of the single color page removal process, the description thereof is omitted here.

(白紙頁除去処理)
白紙頁除去処理について、図7を参照して以下に説明する。CPU51は、画像読取部20により読み取られた多階調画像に含まれる1頁を判定対象頁とする。図3に示すように、CPU51は、判定対象頁を格子状に複数のブロックに分割する(S41)。各ブロックの大きさは上述の通りである。
(Blank page removal process)
The blank page removal process will be described below with reference to FIG. 7. The CPU 51 uses one page included in the multi-gradation image read by the image reading unit 20 as a determination target page. As shown in FIG. 3, the CPU 51 divides the determination target page into a plurality of blocks in a grid pattern (S41). The size of each block is as described above.

次に、CPU51は、ブロックごとに上述の頻度取得処理を実行し、最頻度値の値を取得する(S42)。CPU51は、最頻度値が単色判定閾値hindo_th以上であるか否かを判定する、単色/多色判定処理を実行する(S43、単色/多色判定ステップ)。最頻度値が単色判定閾値hindo_th以上であった場合(S43でYES)、CPU51は、最頻度値に対応する輝度値が白紙輝度閾値white_th以上であるか否かを判定する(S44)。 Next, the CPU 51 executes the above-mentioned frequency acquisition process for each block to acquire the value of the maximum frequency value (S42). The CPU 51 executes a single color / multicolor determination process for determining whether or not the maximum frequency value is equal to or higher than the single color determination threshold value hidden_th (S43, single color / multicolor determination step). When the highest frequency value is equal to or higher than the single color determination threshold value (YES in S43), the CPU 51 determines whether or not the brightness value corresponding to the highest frequency value is equal to or higher than the blank sheet brightness threshold value white_th (S44).

ここで、MFP1が「出力設定:BW」に設定されていた場合の「最頻度値に対応する輝度値」とは、最頻度値に含まれる輝度値kの中で、頻度値h(k)が最も大きかった輝度値kを示す。例えば、図4に示す頻度取得処理のS27において、CPU51が第1頻度を最頻度値として取得した場合、CPU51は、二値化閾値bw_th以上であった輝度値kの中で、頻度値h(k)が最も大きかった輝度値kを、S44において「最頻度値に対応する輝度値」として用いる。 Here, the "luminance value corresponding to the highest frequency value" when the MFP 1 is set to "output setting: BW" is the frequency value h (k) among the brightness values k included in the highest frequency value. Indicates the largest luminance value k. For example, in S27 of the frequency acquisition process shown in FIG. 4, when the CPU 51 acquires the first frequency as the maximum frequency value, the CPU 51 has a frequency value h (of the brightness value k that is equal to or higher than the binarization threshold value bw_th). The luminance value k having the largest k) is used as the "luminance value corresponding to the most frequent value" in S44.

CPU51は、最頻度値に対応する輝度値が白紙判定閾値white_th以上であった場合(S44でYES)、判定を実行したブロックの属性を白紙ブロックとして設定し(S45)、最頻度値が単色判定閾値hindo_th未満であった場合(S44でNO)、または最頻度値に対応する輝度値が白紙判定閾値white_th未満であった場合(S45でNO)、判定を実行したブロックの属性をカラーブロックとして設定する(S46)。CPU51は、設定したブロックの属性をRAM53に保存する。 When the luminance value corresponding to the highest frequency value is equal to or higher than the blank paper determination threshold value white_th (YES in S44), the CPU 51 sets the attribute of the block that executed the judgment as a blank paper block (S45), and determines that the highest frequency value is a single color. If it is less than the threshold threshold_th (NO in S44), or if the luminance value corresponding to the most frequent value is less than the blank judgment threshold white_th (NO in S45), the attribute of the block that executed the judgment is set as a color block. (S46). The CPU 51 saves the set block attributes in the RAM 53.

次に、CPU51は、判定対象頁に含まれる全てのブロックについてS43および/またはS44の判定、すなわち白紙ブロックであるかカラーブロックであるかの判定を実行したか否かを判定する(S47)。全てのブロックについてS43および/またはS44の判定が終了していなかった場合(S47でNO)、CPU51は全てのブロックの判定が終了するまでS42〜S46までの処理を実行する。一方、全てのブロックについてS43および/またはS44の判定が終了していた場合(S47でYES)、CPU51は、属性が白紙ブロックに設定されているブロックの数をカウントする(S48)。 Next, the CPU 51 determines whether or not the determination of S43 and / or S44, that is, the determination of whether the block is a blank block or a color block is executed for all the blocks included in the determination target page (S47). If the determination of S43 and / or S44 is not completed for all blocks (NO in S47), the CPU 51 executes the processes S42 to S46 until the determination of all blocks is completed. On the other hand, when the determination of S43 and / or S44 is completed for all the blocks (YES in S47), the CPU 51 counts the number of blocks whose attributes are set as blank blocks (S48).

そしてCPU51は、判定対象頁に含まれる全ブロックのうちの、白紙ブロックの割合が単色ブロック閾値plane_blk_weight以上であるか否かを判定する(S49)。CPU51は、判定対象頁に含まれる白紙ブロックの割合が単色ブロック閾値plane_blk_weight以上であった場合(S49でYES)、判定対象頁の属性を白紙頁として設定し(S50)、判定対象頁に含まれる白紙ブロックの割合が単色ブロック閾値plane_blk_weight未満であった場合(S49でNO)、判定対象頁の属性をカラー頁として設定する(S51)。 Then, the CPU 51 determines whether or not the ratio of the blank block among all the blocks included in the determination target page is equal to or greater than the monochromatic block threshold plane_blk_weight (S49). When the ratio of blank pages included in the determination target page is equal to or greater than the single color block threshold plane_blk_weight (YES in S49), the CPU 51 sets the attribute of the determination target page as a blank page (S50) and includes it in the determination target page. When the ratio of blank blocks is less than the single color block threshold plane_blk_weight (NO in S49), the attribute of the page to be determined is set as the color page (S51).

次に、CPU51は後述する画像出力判断処理を実行し(S52)、白紙頁除去処理を終了する。 Next, the CPU 51 executes an image output determination process described later (S52), and ends the blank page removal process.

(画像出力判断処理)
白紙頁除去処理における画像出力判断処理については、単色頁除去処理における画像出力判断処理と同様であるが、図6のS32では判断対象頁の属性が単色頁に設定されているか否かを判定するのではなく、白紙頁に設定されているか否かを判定する点においてのみ異なる。その他の処理は単色頁除去処理における画像出力判断処理と同様であるため、ここでは説明を省略する。
(Image output judgment processing)
The image output judgment process in the blank page removal process is the same as the image output judgment process in the single color page removal process, but in S32 of FIG. 6, it is determined whether or not the attribute of the page to be judged is set to the single color page. It differs only in determining whether or not it is set on a blank page. Since other processes are the same as the image output determination process in the single color page removal process, the description thereof is omitted here.

以上のように、白紙頁除去処理においては、判断対象頁が二値画像への画像変換により単色の二値画像となり、かつ該画像変換前の判断対象頁は白紙であると判定された場合のみ、CPU51は二値画像への画像変換要と判断する。すなわち、判断対象頁が白紙以外であった場合、CPU51は該判断対象頁を二値画像に変換し、該二値画像が単色となる場合でも画像形成部10により単色の二値画像を出力する。したがってユーザは、MFP1から単色の二値画像が出力された場合には、原稿は白紙以外の頁であったことを認識できる。この場合、ユーザは例えば、二値画像への画像変換に問題があったと判断し、適切な画像がMFP1から出力されるようにMFP1の出力設定を変更することができる。
<変形例>
以上、本発明の一実施形態について説明したが、本発明は、さらに他の形態で実施することもできる。
As described above, in the blank page removal process, only when it is determined that the judgment target page becomes a monochromatic binary image by image conversion to a binary image and the judgment target page before the image conversion is blank. , CPU 51 determines that image conversion to a binary image is necessary. That is, when the judgment target page is other than a blank page, the CPU 51 converts the judgment target page into a binary image, and even if the binary image becomes a single color, the image forming unit 10 outputs a single color binary image. .. Therefore, the user can recognize that the original is a page other than a blank page when the binary image of a single color is output from the MFP1. In this case, for example, the user can determine that there is a problem in image conversion to a binary image and change the output setting of the MFP1 so that an appropriate image is output from the MFP1.
<Modification example>
Although one embodiment of the present invention has been described above, the present invention can also be implemented in other embodiments.

前述の実施形態では、CPU51が各処理を実行する場合について説明した。しかしながら、ASIC55が各処理を実行してもよいし、CPU51とASIC55とが協働して各処理を実行してもよい。また、制御部50が複数のCPUを備え、複数のCPUが協働して各処理を実行してもよい。 In the above-described embodiment, the case where the CPU 51 executes each process has been described. However, the ASIC 55 may execute each process, or the CPU 51 and the ASIC 55 may cooperate to execute each process. Further, the control unit 50 may include a plurality of CPUs, and the plurality of CPUs may cooperate to execute each process.

また、インターネットに接続されたPC(コンピュータ)に、MFP1のCPU51が実行する各処理のプログラムがインストールされて、PCにおいて、CPU51が実行する各処理と同様の処理が実行されてもよい。 Further, a program for each process executed by the CPU 51 of the MFP 1 may be installed on a PC (computer) connected to the Internet, and the same process as each process executed by the CPU 51 may be executed on the PC.

さらには、インターネットに接続されたPCに限らず、LAN(Local Area Network)を介してMFP1と接続されたPC(図示せず)に、MFP1のCPU51が実行する各処理のプログラムがインストールされて、そのPCにおいて、CPU51が実行する各処理と同様の処理が実行されてもよい。 Furthermore, not only the PC connected to the Internet but also the PC (not shown) connected to the MFP1 via the LAN (Local Area Network) is installed with the program of each process executed by the CPU 51 of the MFP1. In the PC, the same processing as each processing executed by the CPU 51 may be executed.

また、前述の一実施形態では、画像処理装置の一例として、画像形成部10による印刷機能および画像読取部20による読取機能を有する画像形成装置としてのMFP1を取り上げたが、画像処理装置は、読取機能を有する読取装置など、単機能の装置であってもよい。 Further, in the above-described embodiment, as an example of the image processing device, the MFP 1 as an image forming device having a printing function by the image forming unit 10 and a reading function by the image reading unit 20 is taken up, but the image processing device reads. It may be a single-function device such as a reader having a function.

本発明は上述した各実施形態に限定されるものではなく、請求項に示した範囲で種々の変更が可能であり、異なる実施形態にそれぞれ開示された技術的手段を適宜組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。 The present invention is not limited to the above-described embodiments, and various modifications can be made within the scope of the claims, and the embodiments obtained by appropriately combining the technical means disclosed in the different embodiments. Is also included in the technical scope of the present invention.

1 MFP(画像処理装置、画像形成装置)
10 画像形成部(プロセス部)
20 画像読取部(取得部)
50 制御部
1 MFP (image processing device, image forming device)
10 Image forming part (process part)
20 Image reading unit (acquisition unit)
50 Control unit

Claims (5)

原稿を読み取って多階調画像を取得する取得部と、
制御部と、を備え、
前記制御部は、
前記多階調画像に含まれる1頁を判定対象頁とし、当該判定対象頁について、第1閾値以上である輝度値を有する画素の頻度の総和である第1頻度と、前記第1閾値未満である前記輝度値を有する画素の頻度の総和である第2頻度と、を取得する頻度取得処理と、
前記第1頻度および前記第2頻度の少なくとも一方が第2閾値以上であれば、前記判定対象頁は単色であり、前記第1頻度および前記第2頻度がともに第2閾値未満であれば、前記判定対象頁は多色であると判定する、単色/多色判定処理と、
前記単色/多色判定処理にて多色であると判定された前記判定対象頁については、当該頁に係る前記多階調画像を前記第1閾値と前記輝度値との比較に基づく二値画像への画像変換を行って当該二値画像を出力し、
前記単色/多色判定処理にて単色であると判定された前記判定対象頁については、当該頁に係る前記多階調画像に対応する画像を出力しない画像出力判断処理と、を実行することを特徴とする画像処理装置。
An acquisition unit that reads a document and acquires a multi-gradation image,
With a control unit
The control unit
One page included in the multi-gradation image is set as a judgment target page, and for the judgment target page, the first frequency, which is the sum of the frequencies of pixels having a luminance value equal to or higher than the first threshold value, and the first frequency, which is less than the first threshold value, A frequency acquisition process for acquiring a second frequency, which is the sum of the frequencies of pixels having a certain luminance value, and
If at least one of the first frequency and the second frequency is equal to or higher than the second threshold value, the determination target page is a single color, and if both the first frequency and the second frequency are less than the second threshold value, the determination target page is described. Single color / multicolor judgment processing that determines that the judgment target page is multicolor,
Regarding the determination target page determined to be multicolored by the monochromatic / multicolor determination process, the multigradation image related to the page is a binary image based on the comparison between the first threshold value and the luminance value. The image is converted to and the binary image is output.
For the determination target page determined to be monochromatic by the monochromatic / multicolor determination process, it is possible to execute an image output determination process that does not output an image corresponding to the multigradation image related to the page. An image processing device as a feature.
前記頻度取得処理にて、前記第1頻度および前記第2頻度のうち、値が大きい一方を最頻度値として取得し、
前記単色/多色判定処理にて、前記最頻度値が前記第2閾値以上であれば、前記判定対象頁は単色であると判定し、前記最頻度値が前記第2閾値未満であれば、前記判定対象頁は多色であると判定することを特徴とする、請求項1に記載の画像処理装置。
In the frequency acquisition process, one of the first frequency and the second frequency, which has a larger value, is acquired as the highest frequency value.
In the monochromatic / multicolor determination process, if the maximum frequency value is equal to or higher than the second threshold value, it is determined that the determination target page is monochromatic, and if the maximum frequency value is less than the second threshold value, it is determined. The image processing apparatus according to claim 1, wherein the determination target page is determined to have multiple colors.
請求項1または2に記載の画像処理装置における制御部における各処理をコンピュータに実行させ、当該コンピュータを前記制御部として機能させることを特徴とするプログラム。 A program characterized by causing a computer to execute each process in the control unit of the image processing apparatus according to claim 1 or 2, and causing the computer to function as the control unit. 請求項1または2に記載の画像処理装置と、
前記画像出力判断処理にて、前記二値画像への画像変換が必要と判断された多色頁について前記画像変換が行われた後の二値画像に基づいて現像剤像を被記録媒体上に形成するプロセス部と、を備えていることを特徴とする画像形成装置。
The image processing apparatus according to claim 1 or 2,
A developer image is placed on the recording medium based on the binary image after the image conversion is performed on the multicolor page for which the image conversion to the binary image is determined to be necessary in the image output determination process. An image forming apparatus including a process unit for forming.
原稿を読み取って多階調画像を取得する取得部を備える画像処理装置の制御方法であって、
前記多階調画像に含まれる1頁を判定対象頁とし、当該判定対象頁について、第1閾値以上である輝度値を有する画素の頻度の総和である第1頻度と、前記第1閾値未満である前記輝度値を有する画素の頻度の総和である第2頻度と、を取得する頻度取得ステップと、
前記第1頻度および前記第2頻度の少なくとも一方が第2閾値以上であれば、前記判定対象頁は単色であり、前記第1頻度および前記第2頻度がともに第2閾値未満であれば、前記判定対象頁は多色であると判定する、単色/多色判定ステップと、
前記単色/多色判定ステップにて多色であると判定された前記判定対象頁については、当該頁に係る前記多階調画像を前記第1閾値と前記輝度値との比較に基づく二値画像への画像変換を行って当該二値画像を出力し、
前記単色/多色判定ステップにて単色であると判定された前記判定対象頁については、当該頁に係る前記多階調画像に対応する画像を出力しない画像出力判断ステップと、を含むことを特徴とする制御方法。
It is a control method of an image processing device including an acquisition unit that reads a document and acquires a multi-gradation image.
One page included in the multi-gradation image is set as a determination target page, and the first frequency, which is the sum of the frequencies of pixels having a luminance value equal to or higher than the first threshold value, and the determination target page are less than the first threshold value. A frequency acquisition step of acquiring a second frequency, which is the sum of the frequencies of pixels having a certain luminance value, and
If at least one of the first frequency and the second frequency is equal to or higher than the second threshold value, the determination target page is a single color, and if both the first frequency and the second frequency are less than the second threshold value, the determination target page is described. A single color / multicolor judgment step that determines that the judgment target page is multicolor,
Regarding the determination target page determined to be multicolored in the monochromatic / multicolor determination step, the multi-gradation image related to the page is a binary image based on the comparison between the first threshold value and the luminance value. The image is converted to and the binary image is output.
The determination target page determined to be monochromatic in the monochromatic / multicolor determination step includes an image output determination step that does not output an image corresponding to the multigradation image related to the page. Control method.
JP2019064895A 2019-03-28 2019-03-28 IMAGE PROCESSING APPARATUS, PROGRAM, IMAGE FORMING APPARATUS, AND CONTROL METHOD Active JP7211209B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019064895A JP7211209B2 (en) 2019-03-28 2019-03-28 IMAGE PROCESSING APPARATUS, PROGRAM, IMAGE FORMING APPARATUS, AND CONTROL METHOD

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019064895A JP7211209B2 (en) 2019-03-28 2019-03-28 IMAGE PROCESSING APPARATUS, PROGRAM, IMAGE FORMING APPARATUS, AND CONTROL METHOD

Publications (2)

Publication Number Publication Date
JP2020167483A true JP2020167483A (en) 2020-10-08
JP7211209B2 JP7211209B2 (en) 2023-01-24

Family

ID=72715322

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019064895A Active JP7211209B2 (en) 2019-03-28 2019-03-28 IMAGE PROCESSING APPARATUS, PROGRAM, IMAGE FORMING APPARATUS, AND CONTROL METHOD

Country Status (1)

Country Link
JP (1) JP7211209B2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013074536A (en) * 2011-09-28 2013-04-22 Brother Ind Ltd Image processing device, image reading device and image processing program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013074536A (en) * 2011-09-28 2013-04-22 Brother Ind Ltd Image processing device, image reading device and image processing program

Also Published As

Publication number Publication date
JP7211209B2 (en) 2023-01-24

Similar Documents

Publication Publication Date Title
US10706340B2 (en) Image processing apparatus and method for controlling the same with character attribute indicating that pixel is pixel of a character
US10841457B2 (en) Image forming apparatus with density correction and edge smoothing, method, and storage medium storing program to perform the method
US11272074B2 (en) System, method, and storage medium for converting low-resolution image data into high-resolution image data using neural network
CN106303150B (en) Image processing apparatus, control method for image processing apparatus, and storage medium
EP2670125A1 (en) Image processing device correcting color of border region between object and background in image
US11323579B2 (en) Image processing apparatus, image processing method, and storage medium
US9621763B2 (en) Image processing apparatus, image processing system, image processing method, and recording medium converting gradation of image data in gradation conversion range to emphasize or reduce shine appearance
JP2017126869A (en) Image processing apparatus, image processing method and program
JP7207977B2 (en) Image processing device, image processing method and program
US10674037B2 (en) Image processing apparatus, image processing method, and storage medium with halftone processing using dither matrix of dot concentration type or dither matrix of dot distribution type
US11503188B2 (en) Image processing apparatus, control method for controlling image processing apparatus, and storage medium
JP2020174226A (en) Image processing apparatus, image processing method, and program
JP7211209B2 (en) IMAGE PROCESSING APPARATUS, PROGRAM, IMAGE FORMING APPARATUS, AND CONTROL METHOD
JP2021103902A (en) Image processing device, control method of the same, and program
JP2012183763A (en) Printer
JP5453215B2 (en) Image processing apparatus, image forming apparatus, and image processing method
JP2021010117A (en) Information processing apparatus, image processing apparatus, method, and program
JP6427960B2 (en) Image processing device
US12041213B2 (en) Image processing apparatus in which full color document images are printed in monochrome, image processing method, and storage medium
JP2013222983A (en) Image processing system, image processing method, and computer program
JP7077925B2 (en) Image processing equipment, image processing methods, and programs
JP6707903B2 (en) Output device and computer program
JP2006287603A (en) Mesh point region discrimination apparatus and mesh point region discrimination program
JP2022166904A (en) Image reading device
JP2024100034A (en) Image processing device, image processing method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220311

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221108

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221115

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221129

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: 20221213

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221226

R150 Certificate of patent or registration of utility model

Ref document number: 7211209

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

RD07 Notification of extinguishment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7427

Effective date: 20230414