JP2020088734A - Image processing apparatus, image processing method and program - Google Patents

Image processing apparatus, image processing method and program Download PDF

Info

Publication number
JP2020088734A
JP2020088734A JP2018223711A JP2018223711A JP2020088734A JP 2020088734 A JP2020088734 A JP 2020088734A JP 2018223711 A JP2018223711 A JP 2018223711A JP 2018223711 A JP2018223711 A JP 2018223711A JP 2020088734 A JP2020088734 A JP 2020088734A
Authority
JP
Japan
Prior art keywords
character
pixel
pixels
area
chromatic
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
JP2018223711A
Other languages
Japanese (ja)
Other versions
JP7077925B2 (en
Inventor
真也 伊藤
Shinya Ito
真也 伊藤
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2018223711A priority Critical patent/JP7077925B2/en
Publication of JP2020088734A publication Critical patent/JP2020088734A/en
Application granted granted Critical
Publication of JP7077925B2 publication Critical patent/JP7077925B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

To correct the determination result of an image attribute with high accuracy.SOLUTION: An image processing apparatus includes: a character determination unit which determines whether or not a pixel included in an input image is a character pixel; a color determination unit which determines whether or not the pixel included in the input image is a chromatic pixel or an achromatic pixel; an extraction unit which extracts a plurality of character regions including a character composed of the character pixel; and an execution determination unit which determines whether or not to execute correction processing which corrects a character pixel, which is the chromatic pixel and included in a first character region among the plurality of character regions, to the achromatic pixel, based on region information which indicates whether a character pixel included in a second character region, which is included in the plurality of character regions, is the chromatic pixel or the achromatic pixel.SELECTED DRAWING: Figure 3

Description

本発明は、画像処理装置、画像処理方法、およびプログラムに関する。 The present invention relates to an image processing device, an image processing method, and a program.

原稿などを読み取った画像の画素(画素ブロック)ごとに黒文字、色文字、および、絵柄のいずれであるかを適応的に判定して、それぞれに適した画像処理および圧縮処理を行うことで、通常のPDF(Portable Document Format)よりも高圧縮に保存可能な高圧縮PDFを生成する複合機(MFP:Multifunction Peripheral)が知られている。 Normally, by adaptively determining for each pixel (pixel block) of an image read from a document, etc., whether it is a black character, a color character, or a pattern, and performing image processing and compression processing suitable for each. There is known a multi-function peripheral (MFP) that generates a highly compressed PDF that can be stored in a higher compression than a PDF (Portable Document Format).

また、スキャナ読取などが起因で発生した色ずれにより誤判定が起きた場合でも、誤判定を検出して正しい判定結果に補正する技術が提案されている。 Further, there has been proposed a technique for detecting an erroneous determination and correcting it to a correct determination result even when an erroneous determination occurs due to color misregistration caused by scanner reading or the like.

しかしながら、従来技術では、色ずれなどによる誤判定を正しく検出できず、誤った判定結果を補正できない場合があった。この結果、画像の属性に応じた適切な処理(画像処理、圧縮処理など)が実行されず、画質が劣化する場合があった。 However, in the related art, an erroneous determination due to a color shift or the like cannot be correctly detected, and an erroneous determination result may not be corrected. As a result, appropriate processing (image processing, compression processing, etc.) depending on the image attribute may not be performed, and the image quality may be deteriorated.

本発明は、上記に鑑みてなされたものであって、画像の属性の判定結果をより高精度に補正可能とすることを目的とする。 The present invention has been made in view of the above, and an object thereof is to make it possible to correct the determination result of the attribute of an image with higher accuracy.

上述した課題を解決し、目的を達成するために、本発明は、入力画像に含まれる画素が文字画素であるか否かを判定する文字判定部と、入力画像に含まれる画素が有彩画素であるか無彩画素であるかを判定する色判定部と、文字画素により構成される文字を含む複数の文字領域を抽出する抽出部と、複数の文字領域のうち第1文字領域に含まれる有彩画素である文字画素を無彩画素に補正する補正処理を実施するか否かを、複数の文字領域に含まれる第2文字領域に含まれる文字画素が有彩画素であるか無彩画素であるかを示す領域情報に基づいて判定する実施判定部と、を備える。 In order to solve the above-described problems and achieve the object, the present invention provides a character determination unit that determines whether or not a pixel included in an input image is a character pixel, and a pixel included in the input image is a chromatic pixel. Included in the first character region of the plurality of character regions, a color determination unit that determines whether the pixel is an achromatic pixel or an achromatic pixel, an extraction unit that extracts a plurality of character regions including a character composed of character pixels, Whether or not to perform correction processing for correcting a character pixel that is a chromatic pixel to an achromatic pixel is determined by determining whether a character pixel included in a second character area included in a plurality of character areas is a chromatic pixel or an achromatic pixel. And an execution determination unit that determines based on the area information indicating whether or not

本発明によれば、画像の属性の判定結果をより高精度に補正可能になるという効果を奏する。 According to the present invention, there is an effect that the determination result of the image attribute can be corrected with higher accuracy.

図1は、本実施形態の画像処理装置の機能構成の一例を示すブロック図である。FIG. 1 is a block diagram showing an example of the functional configuration of the image processing apparatus of this embodiment. 図2は、像域分離部の機能構成の一例を示すブロック図である。FIG. 2 is a block diagram showing an example of the functional configuration of the image area separation unit. 図3は、画像補正部の機能構成の一例を示すブロック図である。FIG. 3 is a block diagram showing an example of the functional configuration of the image correction unit. 図4は、本実施形態における黒文字化処理の一例を示すフローチャートである。FIG. 4 is a flowchart showing an example of a black character conversion process in this embodiment. 図5は、黒文字化処理を実施するかを判定する判定処理の具体例を説明するための図である。FIG. 5 is a diagram for explaining a specific example of the determination process for determining whether to perform the black character conversion process. 図6は、黒文字化処理を実施するかを判定する判定処理の具体例を説明するための図である。FIG. 6 is a diagram for explaining a specific example of the determination process for determining whether to perform the black character conversion process. 図7は、文字領域に対する画像データ、文字判定結果、および、色判定結果の例を示す図である。FIG. 7 is a diagram showing an example of image data, a character determination result, and a color determination result for a character area. 図8は、黒文字化処理を実施した後の文字領域の具体例を説明するための図である。FIG. 8 is a diagram for explaining a specific example of the character area after the black characterization processing is performed. 図9は、黒文字化処理を実施した後の入力画像の具体例を説明するための図である。FIG. 9 is a diagram for explaining a specific example of the input image after the black character conversion process is performed. 図10は、画像処理装置のハードウェア構成例を示すブロック図である。FIG. 10 is a block diagram showing a hardware configuration example of the image processing apparatus.

以下に添付図面を参照して、この発明にかかる画像処理装置、画像処理方法、およびプログラムの一実施形態を詳細に説明する。 An embodiment of an image processing device, an image processing method, and a program according to the present invention will be described in detail below with reference to the accompanying drawings.

以下では、本発明の画像処理装置を、スキャナ機能およびプリンタ機能を有する、デジタル式のカラー画像処理装置に適用した例を説明するが、適応可能な装置はこれに限られるものではない。カラー画像を処理する画像処理装置であればどのような装置であってもよい。例えば、本発明の画像処理装置を、コピー機能、プリンタ機能、スキャナ機能およびファクシミリ機能のうち少なくとも2つの機能を有する複合機、複写機、プリンタ、スキャナ装置、並びに、ファクシミリ装置等の画像処理装置にも適用することができる。 An example in which the image processing apparatus of the present invention is applied to a digital color image processing apparatus having a scanner function and a printer function will be described below, but the applicable apparatus is not limited to this. Any device may be used as long as it is an image processing device that processes a color image. For example, the image processing apparatus of the present invention can be used as an image processing apparatus such as a multifunction peripheral, a copying machine, a printer, a scanner apparatus, and a facsimile apparatus having at least two functions of a copy function, a printer function, a scanner function, and a facsimile function. Can also be applied.

上記のように、スキャナ読取などが起因で発生した色ずれにより画像の属性を誤って判定する場合がある。特にプリント原稿および複写原稿などに含まれる微細黒文字は、原稿を生成するプロッタによる版ずれが目立つ場合も多い。それに加え、スキャン方法によっては、スキャン時にも色ずれが発生しやすく全体的に誤判定が発生しやすい傾向にある。 As described above, the attribute of the image may be erroneously determined due to the color shift caused by the scanner reading or the like. In particular, fine black characters included in a print document, a copy document, and the like often have noticeable misregistration due to a plotter that generates the document. In addition, depending on the scanning method, color misregistration is likely to occur even during scanning, and erroneous determination tends to occur as a whole.

本実施形態の画像処理装置は、誤判定された画像の属性を正しい判定結果に補正する。これにより、文字の色再現性を向上させ、画質劣化を抑制することができる。また判定結果を補正するときに、判定対象の領域のみでなく、他の領域(この領域の近傍の領域など)の判定結果を参照する。これにより、より高精度に補正を行うことが可能となる。 The image processing apparatus of this embodiment corrects the attribute of an image that has been erroneously determined to a correct determination result. As a result, the color reproducibility of characters can be improved and the deterioration of image quality can be suppressed. Further, when correcting the determination result, the determination results of not only the determination target region but also other regions (regions near this region, etc.) are referred to. This makes it possible to perform the correction with higher accuracy.

図1は、本実施形態の画像処理装置の機能構成の一例を示すブロック図である。図1に示すように画像処理装置100は、スキャナ1と、画像処理部2と、HDD(ハードディスクドライブ)3と、プロッタ4と、圧縮処理部5と、を備えている。 FIG. 1 is a block diagram showing an example of the functional configuration of the image processing apparatus of this embodiment. As shown in FIG. 1, the image processing apparatus 100 includes a scanner 1, an image processing unit 2, an HDD (hard disk drive) 3, a plotter 4, and a compression processing unit 5.

スキャナ1は、原稿から画像データを読み取り、読み取った画像データを画像処理部2へ送る。 The scanner 1 reads image data from a document and sends the read image data to the image processing unit 2.

画像処理部2は、スキャナ1により読み取られた画像データに対する画像処理を行う。画像処理部2は、ガンマ補正部21と、像域分離部22と、データインタフェース部23と、色処理/UCR(Under Color Removal)部24と、プリンタ補正部25と、を備えている。 The image processing unit 2 performs image processing on the image data read by the scanner 1. The image processing unit 2 includes a gamma correction unit 21, an image area separation unit 22, a data interface unit 23, a color processing/UCR (Under Color Removal) unit 24, and a printer correction unit 25.

ガンマ補正部21は、スキャナ1が読み取ったデータ(例えば、アナログデジタル変換後のR、G、B各色8ビットの信号)に対して、色ごとの諧調バランスを揃えるための一次元変換(ガンマ補正処理)を施す。変換後の信号である濃度リニア信号(RGB信号:白を意味する信号値を0とする)は、像域分離部22と、データインタフェース部23とに送られる。 The gamma correction unit 21 performs a one-dimensional conversion (gamma correction) on the data read by the scanner 1 (for example, an 8-bit signal for each color of R, G, and B after analog-digital conversion) so as to adjust the gradation balance for each color. Process). A density linear signal (RGB signal: a signal value indicating white is 0) which is a converted signal is sent to the image area separation unit 22 and the data interface unit 23.

像域分離部22は、入力された画像データ(入力画像)を、複数の属性に対応する複数の領域に分離する。例えば像域分離部22は、画像データの画素ごとに、「文字」および「非文字」のいずれであるかを示す文字判定結果(総合判定結果)X1と、「有彩」および「無彩」のいずれであるかを示す色判定結果X2を出力する。像域分離部22の詳細は後述する。 The image area separation unit 22 separates the input image data (input image) into a plurality of areas corresponding to a plurality of attributes. For example, the image area separation unit 22 determines, for each pixel of the image data, a character determination result (comprehensive determination result) X1 indicating “character” or “non-character”, and “chromatic” and “achromatic”. The color determination result X2 indicating which of the two is output. Details of the image area separation unit 22 will be described later.

なお、文字判定結果が「文字」であるとは、例えば、画素が文字を構成する画素であることを意味する。色の判定とは独立に判定されるため、有彩文字および無彩文字のいずれも「文字」と判定される。有彩文字は、主に有彩色により表される文字(例えば色文字)を示す。無彩文字は、主に無彩色により表される文字(例えば黒文字)を示す。文字判定結果が「非文字」であるとは、例えば、画素が写真などの文字以外を構成する画素であることを意味する。以下では、有彩文字および無彩文字を、それぞれ色文字および黒文字という場合がある。 The character determination result being “character” means that the pixel is a pixel forming a character, for example. Since it is determined independently of the determination of color, both chromatic characters and achromatic characters are determined as "characters". The chromatic character indicates a character mainly represented by chromatic color (for example, a color character). The achromatic character indicates a character mainly represented by an achromatic color (for example, a black character). The character determination result being “non-character” means that the pixel is, for example, a pixel forming a character other than a character such as a photograph. Below, a chromatic character and an achromatic character may be called a color character and a black character, respectively.

なお判定結果を出力する単位は、1画素であってもよいし、複数画素を含む画素ブロックであってもよい。以下では主に1画素単位で判定結果を出力する場合を例に説明する。 The unit for outputting the determination result may be one pixel or a pixel block including a plurality of pixels. The following mainly describes an example in which the determination result is output on a pixel-by-pixel basis.

データインタフェース部23は、像域分離部22から出力された判定結果X1、X2、および、ガンマ補正部21から出力された画像データ(濃度リニア信号)をHDD3へ一時記憶する際のインタフェースである。また、データインタフェース部23は、ガンマ補正後の画像データと像域分離部22からの判定結果X1、X2とを、色処理/UCR部24に出力する。 The data interface unit 23 is an interface for temporarily storing the determination results X1 and X2 output from the image area separation unit 22 and the image data (density linear signal) output from the gamma correction unit 21 in the HDD 3. Further, the data interface unit 23 outputs the image data after gamma correction and the determination results X1 and X2 from the image area separation unit 22 to the color processing/UCR unit 24.

色処理/UCR部24は、画素ごとの判定結果X1、X2に基づいて、色処理およびUCR処理を選択して実行する。例えば色処理/UCR部24は、各8ビットのRGB信号を所定の変換式に基づきプロッタ4の制御信号である画像信号(C,M,Y,Bkの各8ビット)に変換して出力する。 The color processing/UCR unit 24 selects and executes color processing and UCR processing based on the determination results X1 and X2 for each pixel. For example, the color processing/UCR unit 24 converts each 8-bit RGB signal into an image signal (each 8 bits of C, M, Y, Bk) which is a control signal of the plotter 4 based on a predetermined conversion formula, and outputs the image signal. ..

プリンタ補正部25は、C,M,Y,Bkの画像信号に対してプロッタ4の階調特性を反映したガンマ補正処理およびディザ処理(擬似中間調処理)を施して、プロッタ4に出力する。 The printer correction unit 25 performs gamma correction processing and dither processing (pseudo halftone processing) that reflects the gradation characteristics of the plotter 4 on the C, M, Y, and Bk image signals, and outputs them to the plotter 4.

プロッタ4は、画像処理部2から出力された画像データを転写する転写印字ユニットである。 The plotter 4 is a transfer printing unit that transfers the image data output from the image processing unit 2.

圧縮処理部5は、HDD3へ一時記憶された像域分離部22からの判定結果X1、X2と、ガンマ補正部21後の画像データと、を受けて、高圧縮PDF用のデータを作成する。圧縮処理部5は、ACS(Auto Color Selection)処理部51と、画像補正部52と、画像圧縮部53と、を含む。 The compression processing unit 5 receives the determination results X1 and X2 from the image area separation unit 22 temporarily stored in the HDD 3 and the image data after the gamma correction unit 21, and creates data for high compression PDF. The compression processing unit 5 includes an ACS (Auto Color Selection) processing unit 51, an image correction unit 52, and an image compression unit 53.

ACS処理部51は、圧縮処理部5に入力画像がカラー画像であるか、グレースケール画像であるか、を判定する。ACS処理部51は、カラー画像であるかグレースケールであるかの判定結果を画像補正部52に出力する。 The ACS processing unit 51 determines whether the input image to the compression processing unit 5 is a color image or a grayscale image. The ACS processing unit 51 outputs the determination result of whether the image is a color image or a gray scale to the image correction unit 52.

画像補正部52は、入力画像の属性の判定結果(文字判定結果X1、色判定結果X2)を補正する。例えば画像補正部52は、ACS処理部51からカラー画像であることを示す判定結果を受け取った場合に、入力画像の属性の判定結果を補正する。画像補正部52の詳細は後述する。 The image correction unit 52 corrects the attribute determination result (character determination result X1, color determination result X2) of the input image. For example, when the image correction unit 52 receives a determination result indicating that the image is a color image from the ACS processing unit 51, the image correction unit 52 corrects the determination result of the attribute of the input image. Details of the image correction unit 52 will be described later.

画像圧縮部53は、画像補正部52より出力された判定結果に基づき、画像の属性に適した画像圧縮処理を実行する。属性ごとに適用する圧縮処理は、JPEG(Joint Photographic Experts Group)など予め用意された圧縮処理の中からユーザが指定可能とすることができる。 The image compression unit 53 executes image compression processing suitable for the image attribute based on the determination result output from the image correction unit 52. The compression process applied to each attribute can be designated by the user from compression processes prepared in advance such as JPEG (Joint Photographic Experts Group).

次に、像域分離部22の機能構成について説明する。図2は、像域分離部22の機能構成の一例を示すブロック図である。上述のように、像域分離部22には、スキャナ1で読み取られた入力画像(RGBデータ)がガンマ補正部21で補正されて入力される。 Next, the functional configuration of the image area separation unit 22 will be described. FIG. 2 is a block diagram showing an example of the functional configuration of the image area separation unit 22. As described above, the input image (RGB data) read by the scanner 1 is corrected by the gamma correction unit 21 and input to the image area separation unit 22.

図2に示すように、像域分離部22は、文字判定部221と、色判定部222と、を備えている。 As shown in FIG. 2, the image area separation unit 22 includes a character determination unit 221 and a color determination unit 222.

文字判定部221は、画像データの注目画素が、文字画素であるか非文字画素(すなわち絵柄)であるかを判定し、判定結果X1を出力する。 The character determination unit 221 determines whether the pixel of interest of the image data is a character pixel or a non-character pixel (that is, a pattern), and outputs the determination result X1.

文字判定部221は、エッジ検出回路2211と、白背景検出回路2212と、網点検出回路2213と、総合判定回路2214と、を備えている。 The character determination unit 221 includes an edge detection circuit 2211, a white background detection circuit 2212, a halftone dot detection circuit 2213, and a comprehensive determination circuit 2214.

エッジ検出回路2211は、ガンマ補正後の濃度リニア信号(G)に対してエッジ判定(白画素と黒画素の連続性により判定)を行って線画候補のエッジを検出する処理を行い、その結果(以下、「エッジ検出結果」と呼ぶ)を総合判定回路2214に出力する。エッジ検出回路2211は、例えば、入力画像信号の3値化により得られる黒画素や白画素の連続性およびパターンを利用して、文字などの線画と網点とを分離することで、線画候補を構成するエッジを検出する。エッジ検出回路2211の出力は1画素1ビットであり、検出されたエッジ領域画素をアクティブとする。 The edge detection circuit 2211 performs edge determination (determination based on the continuity of white pixels and black pixels) on the density linear signal (G) after gamma correction to detect the edge of the line drawing candidate, and the result ( Hereinafter, the “edge detection result”) is output to the comprehensive determination circuit 2214. The edge detection circuit 2211 uses line continuity and patterns of black pixels and white pixels obtained by ternarization of the input image signal, for example, to separate a line drawing such as a character from a halftone dot, thereby selecting a line drawing candidate. Detect edges that make up. The output of the edge detection circuit 2211 is 1 bit per pixel, and the detected edge area pixel is activated.

白背景検出回路2212は、ガンマ補正後の濃度リニア信号(G)について、白背景か非白背景かを判定し、その結果を総合判定回路2214に出力する。白背景検出回路2212は、例えば、入力画像信号を所定の閾値で2値化して白画素と黒画素に切り分けた後、注目画素の左右または上下両方向に白画素が存在する場合に、白背景と判定する。このとき、白背景検出回路2212は、左右上下の参照領域のサイズを制御することにより、所望の線幅以下の文字エッジ部は白背景として判定し、所望の線幅を超える文字エッジ部は非白背景として判定することができる。白背景検出回路2212の出力は、白背景をアクティブとする。 The white background detection circuit 2212 determines whether the density linear signal (G) after gamma correction is a white background or a non-white background, and outputs the result to the comprehensive determination circuit 2214. The white background detection circuit 2212, for example, binarizes the input image signal with a predetermined threshold value to divide the input image signal into white pixels and black pixels. judge. At this time, the white background detection circuit 2212 controls the sizes of the reference regions on the left, right, top, and bottom to determine that the character edge portion having a desired line width or less is a white background, and the character edge portion exceeding the desired line width is a non-white background. It can be determined as a white background. The output of the white background detection circuit 2212 makes the white background active.

網点検出回路2213は、ガンマ補正後の濃度リニア信号(G)の各画素に対して、網点を判定(画像中の山/谷ピーク画素の繰り返しパターンにより判定)し、その結果を総合判定回路2214に出力する。網点検出回路2213の出力は、網点領域をアクティブとする。 The halftone dot detection circuit 2213 determines a halftone dot for each pixel of the density linear signal (G) after gamma correction (determines by a repeating pattern of peak/valley peak pixels in the image), and comprehensively determines the result. It is output to the circuit 2214. The output of the halftone dot detection circuit 2213 activates the halftone dot area.

総合判定回路2214は、注目画素が、エッジ検出回路2211でアクティブ、白背景検出回路2212でアクティブ、および、網点検出回路2213でノンアクティブの場合に、注目画素を文字画素とする判定結果X1を出力する。 When the target pixel is active in the edge detection circuit 2211, active in the white background detection circuit 2212, and inactive in the halftone dot detection circuit 2213, the comprehensive determination circuit 2214 determines the determination result X1 that the target pixel is a character pixel. Output.

色判定部222は、色判定回路2221を備えている。色判定回路2221は、ガンマ補正後の濃度リニア信号(R,G,B)について、注目画素が、有彩色(有彩画素)であるか無彩色(無彩画素)であるかを判定する。色判定回路2221は、例えば、Max(|R−G|,|G−B|,|B−R|)>th(thは所定の閾値)に該当する画素を有彩画素と判定し、有彩画素であることを示す判定結果X2を出力する。 The color determination unit 222 includes a color determination circuit 2221. The color determination circuit 2221 determines whether the pixel of interest is a chromatic color (chromatic pixel) or an achromatic color (achromatic pixel) for the density linear signal (R, G, B) after gamma correction. The color determination circuit 2221 determines, for example, a pixel corresponding to Max(|RG|, |GB|, |BR|)>th (th is a predetermined threshold value) as a chromatic pixel, The determination result X2 indicating that the pixel is a color pixel is output.

なお、文字判定部221および色判定部222の少なくとも一方は、像域分離後のデータの用途に応じて判定基準(判定方法)を変更してもよい。例えば、上記のように高圧縮PDFを作成する場合には、高圧縮PDF向けに特化した判定基準を用いるように文字判定部221および色判定部222を実装することができる。このとき、像域分離部22の処理結果を高圧縮PDF以外の用途でも使用する場合は、その用途に適した(高圧縮PDF向けと異なる)判定基準を用いるように文字判定部221および色判定部222を実装してもよい。 At least one of the character determination unit 221 and the color determination unit 222 may change the determination standard (determination method) according to the use of the data after the image area separation. For example, when the high compression PDF is created as described above, the character determination unit 221 and the color determination unit 222 can be mounted so as to use the determination standard specialized for the high compression PDF. At this time, when the processing result of the image area separation unit 22 is also used for a purpose other than the high compression PDF, the character determination unit 221 and the color determination are performed so that a determination criterion (different from the high compression PDF) suitable for the use is used. The section 222 may be mounted.

次に、画像補正部52の機能構成について説明する。図3は、画像補正部52の機能構成の一例を示すブロック図である。図3に示すように、画像補正部52は、抽出部521と、黒文字化処理部522と、を備えている。 Next, the functional configuration of the image correction unit 52 will be described. FIG. 3 is a block diagram showing an example of the functional configuration of the image correction unit 52. As shown in FIG. 3, the image correction unit 52 includes an extraction unit 521 and a black character conversion processing unit 522.

抽出部521には、入力画像(RGBデータ)と文字判定結果X1と色判定結果X2とが入力される。入力画像(RGBデータ)は、HDD3から出力された画像データそのものであってもよいし、圧縮処理部5内でさらに補正された画像データであってもよい。文字判定結果X1および色判定結果X2についても同様であり、像域分離部22から出力された判定結果そのものであってもよいし、圧縮処理部5内で補正された判定結果であってもよい。 An input image (RGB data), a character determination result X1 and a color determination result X2 are input to the extraction unit 521. The input image (RGB data) may be the image data itself output from the HDD 3 or the image data further corrected in the compression processing unit 5. The same applies to the character determination result X1 and the color determination result X2, which may be the determination result itself output from the image area separation unit 22 or the determination result corrected in the compression processing unit 5. ..

抽出部521は、文字画素により構成される文字を含む文字領域を抽出する。例えば抽出部521は、入力画像(RGBデータ)から輝度信号を算出して、その輝度信号から作成した2値化画像と文字判定結果X1とを用いて文字領域を抽出する。文字領域の形状は例えば矩形であるが、これに限られるものではない。例えば抽出部521は、矩形以外の形状の文字領域を抽出してもよい。抽出部521は、抽出した文字領域に対して、文字領域を識別するための情報を付加する(ナンバリング)。 The extraction unit 521 extracts a character area including a character composed of character pixels. For example, the extraction unit 521 calculates a luminance signal from the input image (RGB data), and extracts the character region using the binarized image created from the luminance signal and the character determination result X1. The shape of the character area is, for example, a rectangle, but the shape is not limited to this. For example, the extraction unit 521 may extract a character area having a shape other than a rectangle. The extraction unit 521 adds information for identifying the character area to the extracted character area (numbering).

黒文字化処理部522は、実施判定部5221と、実施部5222と、記憶部5223と、を備えている。 The black text conversion processing unit 522 includes an implementation determination unit 5221, an implementation unit 5222, and a storage unit 5223.

実施判定部5221は、文字領域(第1文字領域)に含まれる有彩画素であり、かつ、文字画素である画素を無彩画素に補正する補正処理を実施するか否かを判定する。以下では、有彩画素を黒画素に変更することにより文字を黒文字化する処理(黒文字化処理)を補正処理とする場合を例に説明する。 The implementation determination unit 5221 determines whether or not to perform a correction process of correcting a pixel that is a chromatic pixel included in the character region (first character region) and that is a character pixel into an achromatic pixel. In the following, an example will be described in which the correction process is a process of converting a chromatic pixel into a black pixel to convert a character into a black character (black character conversion process).

例えば実施判定部5221は、抽出部521で抽出された文字領域ごとに、当該文字領域が黒文字化処理を実施すべき領域か否かを、入力画像(RGBデータ)、色判定結果X2、および、他の文字領域(第2文字領域)の領域情報を用いて判定する。 For example, the implementation determination unit 5221 determines, for each of the character regions extracted by the extraction unit 521, whether or not the character region is a region to be subjected to black character conversion processing, the input image (RGB data), the color determination result X2, and The determination is performed using the area information of another character area (second character area).

領域情報は、当該文字領域に含まれる文字画素が有彩画素であるか無彩画素であるかを示す情報である。例えば領域情報は、当該文字領域内の文字が「色文字」であるか、「黒文字」であるかを示す情報である。 The area information is information indicating whether the character pixel included in the character area is a chromatic pixel or an achromatic pixel. For example, the area information is information indicating whether the character in the character area is a “color character” or a “black character”.

実施判定部5221は、黒文字化処理を実施するか否かに関わらず、すべての文字領域について、当該文字領域に含まれる文字が「色文字」であるか、「黒文字」であるかを示す領域情報を求め、求めた領域情報を例えば記憶部5223に記憶する。このようにして、各文字領域の領域情報が記憶部5223に記憶される。 The implementation determination unit 5221 is an area that indicates whether the characters included in the character area are “colored characters” or “black characters” for all the character areas regardless of whether to perform the black character conversion process. Information is obtained, and the obtained area information is stored in, for example, the storage unit 5223. In this way, the area information of each character area is stored in the storage unit 5223.

他の文字領域は、現在判定している文字領域より前に判定の対象となった文字領域である。例えば実施判定部5221は、既に判定済みの文字領域のうち、現在判定している文字領域に対する画像上の位置が最も近い文字領域の領域情報を記憶部5223から読み出して判定に用いることができる。 The other character area is a character area that is a target of determination before the currently determined character area. For example, the implementation determination unit 5221 can read the region information of the character region whose position on the image is closest to the currently determined character region from the already determined character regions from the storage unit 5223 and use it for the determination.

実施部5222は、実施判定部5221により黒文字化処理を実施すると判定された文字領域に対して黒文字化処理を実施する。画像補正部52に入力された色判定結果X2は、黒文字化処理が実施された画素については実施部5222により更新されて出力される。 The implementation unit 5222 performs the black character conversion process on the character area determined by the implementation determination unit 5221 to perform the black character conversion process. The color determination result X2 input to the image correction unit 52 is updated and output by the execution unit 5222 for the pixels subjected to the black character conversion process.

一方、実施判定部5221において、当該文字領域が黒文字化処理を実施する必要がないと判定された文字領域であった場合、黒文字化処理は行われない。そのため、入力された色判定結果X2は、当該文字領域内の画素については更新されず、入力時点と同じ状態で出力される。 On the other hand, if the execution determination unit 5221 determines that the character area does not need to be blackened, the blackening processing is not performed. Therefore, the input color determination result X2 is not updated for the pixels in the character area, and is output in the same state as at the time of input.

記憶部5223は、各文字領域の領域情報などを記憶する。記憶部5223は、実施部5222により黒文字化処理が実施されたか否かによらず、すべての文字領域に対して、当該文字領域の領域情報を記憶する。記憶された領域情報は、実施判定部5221に入力されて、当該文字領域以降の他の文字領域における黒文字化処理を実施するか否かの判定に用いられる。なお記憶部5223は、フラッシュメモリ、および、RAM(Random Access Memory)などの一般的に利用されているあらゆる記憶媒体により構成することができる。 The storage unit 5223 stores area information and the like of each character area. The storage unit 5223 stores the area information of the character area for all the character areas regardless of whether the black characterization processing is performed by the implementation unit 5222. The stored area information is input to the execution determination unit 5221 and is used to determine whether or not to perform the black character conversion process on another character area after the character area. Note that the storage unit 5223 can be configured by any commonly used storage medium such as a flash memory and a RAM (Random Access Memory).

次に、このように構成された本実施形態にかかる画像処理装置100による黒文字化処理について説明する。図4は、本実施形態における黒文字化処理の一例を示すフローチャートである。 Next, the black character conversion processing by the image processing apparatus 100 according to the present embodiment configured as described above will be described. FIG. 4 is a flowchart showing an example of a black character conversion process in this embodiment.

黒文字化処理は、画像補正部52に入力画像(RGBデータ)、文字判定結果X1、おおよび、色判定結果X2が入力されると開始される。 The black character conversion process is started when the input image (RGB data), the character determination result X1, and the color determination result X2 are input to the image correction unit 52.

まず抽出部521は、入力画像(RGBデータ)から作成した2値化画像と文字判定結果X1を用いて文字領域を抽出する(ステップS101)。抽出部521は、抽出した文字領域のナンバリングを行う(ステップS102)。例えば抽出部521は、各文字領域の左上の画素を基準画素とし、ラスタスキャンを行ったときの基準画素のスキャン順に応じた番号により、各文字領域をナンバリングする。なお、ナンバリングの方法はこれに限られず、文字領域を識別するための情報を付加できる方法であればどのような方法であってもよい。また文字領域の処理順は上記の例に限られず、どのような順番であってもよい。 First, the extraction unit 521 extracts a character region using the binarized image created from the input image (RGB data) and the character determination result X1 (step S101). The extraction unit 521 performs numbering on the extracted character area (step S102). For example, the extraction unit 521 uses the upper left pixel of each character area as a reference pixel, and numbers each character area with a number according to the scan order of the reference pixel when raster scanning is performed. Note that the numbering method is not limited to this, and any method may be used as long as the information for identifying the character area can be added. The processing order of the character areas is not limited to the above example, and may be any order.

実施判定部5221は、ナンバリングの順に従って1つの文字領域を判定対象とし、当該文字領域に対して黒文字化処理を実施するか否かを判定する(ステップS103)。この判定処理の詳細は後述する。 The implementation determination unit 5221 determines one character region as a determination target according to the numbering order, and determines whether to perform the black character conversion process on the character region (step S103). The details of this determination processing will be described later.

黒文字化処理を実施すると判定された場合(ステップS103:Yes)、実施部5222は、当該文字領域に対して黒文字化処理を実施する(ステップS104)。黒文字化処理の詳細は後述する。 When it is determined that the black character conversion process is performed (step S103: Yes), the implementation unit 5222 performs the black character conversion process on the character area (step S104). The details of the black character conversion process will be described later.

黒文字化処理を実施後、または、黒文字化処理を実施しないと判定された場合(ステップS103:No)、実施判定部5221は、文字領域の領域情報を算出する(ステップS105)。このように、領域情報は、黒文字化処理を実施するか否かの判定結果によらず実施される。例えば実施判定部5221は、当該文字領域内の色文字画素と黒文字画素をそれぞれカウントする。実施判定部5221は、両カウント結果を比較して、色文字画素数が多かった場合は「色文字」、黒文字画素数が多かった場合は「黒文字」という結果を、当該文字領域の領域情報として算出する。黒文字化処理を行った場合はすべての文字画素は黒文字画素となっているため、実施判定部5221は、画素数をカウントせずに、当該文字領域は「黒文字」であるとする領域情報を算出してもよい。 After performing the black characterizing process, or when it is determined that the black characterizing process is not performed (step S103: No), the implementation determination unit 5221 calculates the region information of the character region (step S105). In this way, the region information is implemented regardless of the determination result of whether or not to perform the black character conversion process. For example, the implementation determination unit 5221 counts the color character pixels and the black character pixels in the character area. The execution determination unit 5221 compares both count results, and if the number of color character pixels is large, the result is “color character”, and if the number of black character pixels is large, “black character” is used as the area information of the character area. calculate. Since all the character pixels are black character pixels when the black character conversion processing is performed, the implementation determination unit 5221 calculates the area information that the character area is “black character” without counting the number of pixels. You may.

実施判定部5221は、算出した領域情報を記憶部5223に記憶する(ステップS106)。例えば実施判定部5221は、当該文字領域が「色文字」であるか「黒文字」であるかを示す情報と、当該文字領域を識別する情報(例えばナンバリングした番号)とを対応づけた領域情報を記憶部5223に記憶する。 The execution determination unit 5221 stores the calculated area information in the storage unit 5223 (step S106). For example, the implementation determination unit 5221 generates area information in which information indicating whether the character area is “colored character” or “black character” and information identifying the character area (for example, a numbered number) are associated with each other. It is stored in the storage unit 5223.

実施判定部5221は、すべての文字領域を参照したか否かを判定する(ステップS107)。すべての文字領域を参照していない場合(ステップS107:No)、ステップS103に戻り、次の文字領域に対して処理が繰り返される。すべての文字領域が参照された場合(ステップS107:Yes)、黒文字化処理が終了する。 The execution determination unit 5221 determines whether or not all the character areas have been referenced (step S107). When all the character areas are not referenced (step S107: No), the process returns to step S103 and the process is repeated for the next character area. If all the character areas have been referenced (step S107: Yes), the black character conversion process ends.

次に、ステップS103の黒文字化処理を実施するか否かを判定する判定処理の具体例について説明する。図5および図6は、黒文字化処理を実施するかを判定する判定処理の具体例を説明するための図である。 Next, a specific example of the determination process of determining whether or not to perform the black character conversion process of step S103 will be described. 5 and 6 are diagrams for explaining a specific example of the determination process for determining whether to perform the black character conversion process.

図5は、入力画像の一例を示す図である。「あ」および「伊」は黒文字の例である。「A」および「ア」は、色文字の例である。「a」は、プロッタによる版ずれまたはスキャナ読取時の異常などに起因する色ずれが生じた文字の例である。 FIG. 5 is a diagram showing an example of the input image. “A” and “I” are examples of black letters. “A” and “A” are examples of color letters. “A” is an example of a character in which a color misregistration has occurred due to a misregistration caused by a plotter or an abnormality when reading a scanner.

図5のような入力画像が入力されると、抽出部521により文字領域が抽出され(ステップS101)、各文字領域に対してナンバリングが実行される(ステップS102)。図6では、説明の便宜のために、抽出された文字領域を示す矩形と、各文字領域に付された番号(No.1〜No.5)とが示されている。 When an input image as shown in FIG. 5 is input, the extraction unit 521 extracts character regions (step S101), and numbering is performed on each character region (step S102). In FIG. 6, for convenience of description, a rectangle indicating the extracted character area and a number (No. 1 to No. 5) given to each character area are shown.

以下では、図6におけるNo.5の文字領域を処理対象の文字領域として、判定処理(ステップS103)を行う例を説明する。 In the following, No. 1 in FIG. An example in which the determination process (step S103) is performed by using the character region 5 as the character region to be processed will be described.

実施判定部5221は、例えば、以下の判定条件(C1)〜(C4)に従い、黒文字化処理を実施するかを判定する。ただし、判定条件は4つに制限されるものではなく、増やしてもよいし減らしてもよい。
(C1)当該文字領域のサイズ(size)がサイズの閾値(th_size)未満か否か
(C2)当該文字領域内の色文字画素の個数(cnt_color)が色文字の画素数の閾値(th_color)以下か否か
(C3)当該文字領域内の黒文字画素の個数(cnt_black)が黒文字の画素数の閾値(th_black)以上か否か
(C4)近傍の文字領域が「黒文字」であるか否か
The implementation determination unit 5221 determines whether to perform the black character conversion process, for example, according to the following determination conditions (C1) to (C4). However, the judgment conditions are not limited to four, and may be increased or decreased.
(C1) Whether the size (size) of the character area is less than the size threshold (th_size) (C2) The number of color character pixels (cnt_color) in the character area is less than or equal to the threshold value (th_color) of the number of color characters Whether or not (C3) whether or not the number of black character pixels (cnt_black) in the character area is greater than or equal to the threshold value (th_black) of the number of black character pixels (C4) whether or not the neighboring character area is “black character”

以下、各条件について説明する。図7は、図6のNo.5の文字領域に対する画像データRGB、文字判定結果X1、および、色判定結果X2の例を示す図である。小さい矩形が1画素に相当する。各画素を含む矩形の領域が文字領域に相当する。説明の便宜のため、図6と図7の間では文字の形状および文字の色味について一致しない箇所が含まれている。また、文字判定結果X1および色判定結果X2は2値で表されるが、図7では、説明の便宜上、ハッチングの相違により2値を表している。実際の判定結果は、白であるか黒であるかを示す場合と同様に、例えば、「0」か「1」かの2値で表される。 Each condition will be described below. 7 is the same as No. 1 in FIG. It is a figure which shows the example of the image data RGB, the character determination result X1, and the color determination result X2 with respect to the character area of 5. A small rectangle corresponds to one pixel. A rectangular area including each pixel corresponds to a character area. For convenience of description, a portion where the shape of the character and the color of the character do not match is included between FIG. 6 and FIG. 7. Further, the character determination result X1 and the color determination result X2 are represented by binary values, but in FIG. 7, for convenience of description, they are represented by binary values due to the difference in hatching. The actual determination result is represented by, for example, a binary value of “0” or “1” as in the case of indicating whether it is white or black.

(C1)の文字領域のサイズ(size)とは、当該文字領域内に含まれる画素数を示す。図7の例では、文字領域内の画素数に相当するため、サイズ(size)は60画素となる。実施判定部5221は、以下の(1)式および(2)式に示すように、サイズ(size)が閾値(th_size)未満か否かを確認する。
size<th_size ・・・(1)
size≧th_size ・・・(2)
The size (size) of the character area (C1) indicates the number of pixels included in the character area. In the example of FIG. 7, the size is 60 pixels because it corresponds to the number of pixels in the character area. The implementation determination unit 5221 confirms whether or not the size (size) is less than the threshold value (th_size) as shown in the following expressions (1) and (2).
size<th_size (1)
size≧th_size (2)

式(1)のようにサイズ(size)が閾値(th_size)未満であれば真となり、式(2)のように閾値(th_size)以上であれば偽となる。閾値(th_size)は固定値としてもよいし、入力画像の解像度(入力解像度)などの予め定められた判定情報(要因)に応じて切り替えてもよい。 If the size (size) is less than the threshold value (th_size) as in the formula (1), it is true, and if the size is equal to or larger than the threshold (th_size) as in the formula (2), it is false. The threshold value (th_size) may be a fixed value, or may be switched according to predetermined determination information (factor) such as the resolution of the input image (input resolution).

(C2)では、実施判定部5221は、当該文字領域内の色文字画素の個数(cnt_color)を用いる。色文字画素とは、文字判定結果X1が文字画素を示し、かつ、色判定結果X2が有彩画素を示す画素である。図7の例では、色文字画素の個数は5画素となる。実施判定部5221は、以下の(3)式および(4)式に示すように、色文字画素の個数(cnt_color)が閾値(th_color)以下であるか否かを確認する。
cnt_color≦th_color ・・・(3)
cnt_color>th_color ・・・(4)
In (C2), the implementation determination unit 5221 uses the number of color character pixels (cnt_color) in the character area. The color character pixel is a pixel whose character determination result X1 indicates a character pixel and whose color determination result X2 indicates a chromatic pixel. In the example of FIG. 7, the number of color character pixels is 5 pixels. The implementation determination unit 5221 confirms whether or not the number of color character pixels (cnt_color) is equal to or less than a threshold value (th_color), as shown in the following expressions (3) and (4).
cnt_color≦th_color (3)
cnt_color>th_color (4)

式(3)のように当該文字領域内の色文字画素の個数(cnt_color)が閾値(th_color)以下であれば真となり、式(4)のように閾値(th_color)より大きい値であれば偽となる。閾値(th_color)は固定値としてもよいし、入力解像度および文字領域のうちいずれかまたは両方などの予め定められた判定情報(要因)に応じて切り替えてもよい。 True if the number (cnt_color) of color character pixels in the character area is equal to or smaller than the threshold value (th_color) as in Expression (3), and false if the value is larger than the threshold value (th_color) as in Expression (4). Becomes The threshold value (th_color) may be a fixed value, or may be switched according to predetermined determination information (factor) such as one or both of the input resolution and the character area.

(C3)では、実施判定部5221は、当該文字領域内の黒文字画素の個数(cnt_black)を用いる。黒文字画素とは、文字判定結果X1が文字画素を示し、かつ、色判定結果X2が無彩画素を示す画素である。図7の例では、黒文字画素の個数は21画素となる。実施判定部5221は、以下の(5)式および(6)式に示すように、黒文字画素の個数(cnt_black)が閾値(th_black)以上であるか否かを確認する。
cnt_black≧th_black ・・・(5)
cnt_black<th_black ・・・(6)
In (C3), the implementation determination unit 5221 uses the number of black character pixels (cnt_black) in the character area. The black character pixels are pixels in which the character determination result X1 indicates a character pixel and the color determination result X2 indicates an achromatic pixel. In the example of FIG. 7, the number of black character pixels is 21 pixels. The execution determination unit 5221 confirms whether or not the number of black character pixels (cnt_black) is equal to or larger than a threshold value (th_black), as shown in the following expressions (5) and (6).
cnt_black≧th_black (5)
cnt_black<th_black (6)

式(5)のように当該文字領域内の黒文字画素の個数(cnt_black)が閾値(th_black)以上であれば真となり、式(6)のように閾値(th_black)未満であれば偽となる。閾値(th_black)は固定値としてもよいし、入力解像度および文字領域のうちいずれかまたは両方などの予め定められた判定情報(要因)に応じて切り替えてもよい。 It becomes true when the number of black character pixels (cnt_black) in the character area is equal to or larger than the threshold value (th_black) as in Expression (5), and false when the number is less than the threshold value (th_black) as in Expression (6). The threshold value (th_black) may be a fixed value, or may be switched according to predetermined determination information (factor) such as one or both of the input resolution and the character area.

(C4)では、実施判定部5221は、当該文字領域の近傍の文字領域が黒文字であるかを確認する。近傍の文字領域とは、例えば、当該文字領域よりも前にすでに処理が完了している文字領域のうち当該文字領域にとって最近傍となる文字領域を示す。すでに処理が完了している当該文字領域よりも前の文字領域群については、ステップS106で領域情報として「色文字」か「黒文字」かのいずれかが記憶部5223に記憶されている。実施判定部5221は、当該文字領域の近傍の文字領域の領域情報が「黒文字」であるかを確認する。「黒文字」であれば真となり、色文字であれば偽となる。 In (C4), the implementation determination unit 5221 confirms whether the character area near the character area is a black character. The neighboring character area indicates, for example, a character area that is the closest to the character area among the character areas that have already been processed before the character area. For the character area group before the character area that has already been processed, in step S106, either "color character" or "black character" is stored in the storage unit 5223 as area information. The implementation determination unit 5221 confirms whether the area information of the character area near the character area is “black character”. If it is "black character", it is true, and if it is a color character, it is false.

実施判定部5221は、上記4つの条件それぞれの判定結果の論理積を算出し、算出結果が真となった場合に、黒文字化処理を実施すると判定する。偽となった場合は黒文字化処理を実施しないと判定する。 The execution determination unit 5221 calculates the logical product of the determination results of each of the above four conditions, and when the calculation result is true, determines to perform the black character conversion process. When it is false, it is determined that the black character conversion process is not performed.

次に、ステップS104の黒文字化処理の具体例について説明する。図8および図9は、黒文字化処理を実施した後の文字領域および入力画像の具体例を説明するための図である。 Next, a specific example of the black character conversion processing in step S104 will be described. 8 and 9 are diagrams for explaining specific examples of the character area and the input image after the black characterization processing is performed.

実施部5222は、黒文字化処理を実施すると判定された文字領域に対してのみ、黒文字化処理を実施する。黒文字化処理では、当該文字領域内にある色文字画素をすべて黒文字画素に補正(変換)する。例えば図7のような文字領域が黒文字化処理の実施対象となった場合、黒文字化処理により色文字画素が黒文字画素に補正されて、図8のようになる。図9は、図6の当該文字領域に対して黒文字化処理を実施した後の画像の例を示す。図9に示すように、No.5の文字領域の色ずれが補正されている。 The implementation unit 5222 performs the black character conversion process only on the character area determined to be the black character conversion process. In the black character conversion process, all the color character pixels in the character area are corrected (converted) into black character pixels. For example, when a character area as shown in FIG. 7 is to be subjected to the black character conversion processing, the color character pixel is corrected to the black character pixel by the black character conversion processing, and the result becomes as shown in FIG. FIG. 9 shows an example of an image after the black characterizing process is performed on the character area in FIG. As shown in FIG. The color misregistration of the character area 5 is corrected.

以上のように、本実施形態によれば、判定対象の領域のみでなく、当該領域の近傍の領域などの他の領域の属性(黒文字であるか、色文字であるかなど)を参照して、当該領域の属性を補正することができる。これにより、より高精度に補正を行うことが可能となる。また、属性の判定結果を高精度に補正できるため、画像の属性に応じたより適切な処理(画像処理、圧縮処理など)を実行可能となり、画質が劣化を抑制することができる。 As described above, according to the present embodiment, the attribute (whether it is a black character, a color character, or the like) of another area such as an area near the area is referred to in addition to the area to be determined. The attribute of the area can be corrected. This makes it possible to perform the correction with higher accuracy. Further, since the attribute determination result can be corrected with high accuracy, more appropriate processing (image processing, compression processing, etc.) according to the attribute of the image can be executed, and deterioration of the image quality can be suppressed.

図10は、画像処理装置100のハードウェア構成例を示すブロック図である。上述した実施形態において説明した画像処理装置100は、例えば図10に示すように、コントローラ210と、オペレーションパネル220と、FCU(Facsimile Control Unit)230と、USB(Universal Serial Bus)デバイス240と、MLB(Media Link Board)250と、スキャナ1と、プロッタ4とを備える。 FIG. 10 is a block diagram showing a hardware configuration example of the image processing apparatus 100. The image processing apparatus 100 described in the above-described embodiment includes a controller 210, an operation panel 220, an FCU (Facsimile Control Unit) 230, a USB (Universal Serial Bus) device 240, and an MLB as illustrated in FIG. 10, for example. A (Media Link Board) 250, a scanner 1, and a plotter 4 are provided.

オペレーションパネル220は、画像処理装置100を使用するユーザが各種の設定入力を行ったり、ユーザに提示する各種情報を表示したりするユーザインタフェースである。 The operation panel 220 is a user interface that allows the user of the image processing apparatus 100 to input various settings and display various information presented to the user.

FCU230は、画像処理装置100のファクシミリ機能を制御する制御ユニットである。USBデバイス240は、USBにより画像処理装置100に接続される機器である。MLB250は、画像データのフォーマット変換を行う変換ボードである。スキャナ1は原稿の読み取りを行うエンジンであり、プロッタ4は印刷を行うエンジンである。処理対象の画像は、スキャナ1による原稿の読み取りによって取得することができる。 The FCU 230 is a control unit that controls the facsimile function of the image processing apparatus 100. The USB device 240 is a device connected to the image processing apparatus 100 by USB. The MLB 250 is a conversion board that converts the format of image data. The scanner 1 is an engine for reading a document, and the plotter 4 is an engine for printing. The image to be processed can be acquired by reading the document with the scanner 1.

コントローラ210は、画像処理装置100の動作を制御する制御装置である。コントローラ210は、図10に示すように、CPU(Central Processing Unit)211と、システムメモリ212と、HDD3と、PHY(Physical Layer:通信系回路の物理階層)214と、ASIC(Application Specific Integrated Circuit)215とを含む。オペレーションパネル220は、コントローラ210のASIC215に接続されている。また、FCU230、USBデバイス240、MLB250、スキャナ1およびプロッタ4は、データ転送バス280を介してコントローラ210のASIC215に接続されている。 The controller 210 is a control device that controls the operation of the image processing apparatus 100. As shown in FIG. 10, the controller 210 includes a CPU (Central Processing Unit) 211, a system memory 212, an HDD 3, a PHY (Physical Layer: a physical layer of a communication system circuit) 214, and an ASIC (Application Specific Integrated Circuit). 215 and. The operation panel 220 is connected to the ASIC 215 of the controller 210. Further, the FCU 230, the USB device 240, the MLB 250, the scanner 1 and the plotter 4 are connected to the ASIC 215 of the controller 210 via the data transfer bus 280.

実施形態において説明した画像処理装置100では、上述の画像処理装置としての機能的な構成要素の一部または全部が、主にコントローラ210によって実現される。すなわち、実施形態において説明した機能的な構成要素のうち、画像処理部2は、例えば、コントローラ210のASIC215により実現される。また、圧縮処理部5は、例えば、コントローラ210のCPU211がシステムメモリ212を利用して所定のプログラム(ソフトウェア)を実行することにより実現される。 In the image processing apparatus 100 described in the embodiment, some or all of the functional components of the image processing apparatus described above are mainly realized by the controller 210. That is, of the functional components described in the embodiment, the image processing unit 2 is realized by, for example, the ASIC 215 of the controller 210. Further, the compression processing unit 5 is realized, for example, by the CPU 211 of the controller 210 using the system memory 212 to execute a predetermined program (software).

なお、上記プログラムは、画像処理装置100にインストール可能な形式または実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVDなどのコンピュータで読み取り可能な記録媒体に記録して提供される。また、上記プログラムを、インターネットなどのネットワークに接続されたコンピュータ上に格納し、ネットワーク経由で画像処理装置100にダウンロードさせることにより提供するように構成してもよい。さらに、上記プログラムを、インターネットなどのネットワーク経由で提供または配布するように構成してもよい。また、上記プログラムを、例えば画像処理装置100内のシステムメモリ212やHDD3などに予め組み込んで提供するようにしてもよい。 The program is recorded in a computer-readable recording medium such as a CD-ROM, a flexible disk (FD), a CD-R, or a DVD as a file in a format that can be installed in the image processing apparatus 100 or an executable format. Provided. The program may be stored in a computer connected to a network such as the Internet and provided by being downloaded to the image processing apparatus 100 via the network. Further, the above program may be configured to be provided or distributed via a network such as the Internet. Further, the above program may be provided by being incorporated in the system memory 212 or the HDD 3 in the image processing apparatus 100 in advance.

また、上述した実施形態では、画像処理装置100を単体の装置として実現する例を想定したが、画像処理装置100の機能的な構成要素を物理的に分離した複数の装置に分散して設け、これら複数の装置の連携により、画像処理装置100としての動作が実現されるように構成してもよい。 Further, in the above-described embodiment, an example in which the image processing apparatus 100 is realized as a single apparatus is assumed, but the functional constituent elements of the image processing apparatus 100 are distributed and provided in a plurality of physically separated apparatuses. The operation of the image processing apparatus 100 may be realized by the cooperation of these plural apparatuses.

1 スキャナ
2 画像処理部
3 HDD
4 プロッタ
5 圧縮処理部
21 ガンマ補正部
22 像域分離部
23 データインタフェース部
24 色処理/UCR部
25 プリンタ補正部
51 ACS処理部
52 画像補正部
53 画像圧縮部
100 画像処理装置
210 コントローラ
211 CPU
212 システムメモリ
215 ASIC
220 オペレーションパネル
221 文字判定部
222 色判定部
230 FCU
240 USBデバイス
250 MLB
280 データ転送バス
521 抽出部
522 黒文字化処理部
2211 エッジ検出回路
2212 白背景検出回路
2213 網点検出回路
2214 総合判定回路
2221 色判定回路
5221 実施判定部
5222 実施部
5223 記憶部
1 Scanner 2 Image Processing Unit 3 HDD
4 Plotter 5 Compression Processing Unit 21 Gamma Correction Unit 22 Image Area Separation Unit 23 Data Interface Unit 24 Color Processing/UCR Unit 25 Printer Correction Unit 51 ACS Processing Unit 52 Image Correction Unit 53 Image Compression Unit 100 Image Processing Device 210 Controller 211 CPU
212 system memory 215 ASIC
220 Operation panel 221 Character determination unit 222 Color determination unit 230 FCU
240 USB device 250 MLB
280 data transfer bus 521 extraction unit 522 black character conversion processing unit 2211 edge detection circuit 2212 white background detection circuit 2213 halftone dot detection circuit 2214 comprehensive determination circuit 2221 color determination circuit 5221 execution determination unit 5222 execution unit 5223 storage unit

特開2001−309189号公報JP 2001-309189 A

Claims (9)

入力画像に含まれる画素が文字画素であるか否かを判定する文字判定部と、
前記入力画像に含まれる画素が有彩画素であるか無彩画素であるかを判定する色判定部と、
前記文字画素により構成される文字を含む複数の文字領域を抽出する抽出部と、
複数の前記文字領域のうち第1文字領域に含まれる有彩画素である文字画素を無彩画素に補正する補正処理を実施するか否かを、複数の前記文字領域に含まれる第2文字領域に含まれる文字画素が有彩画素であるか無彩画素であるかを示す領域情報に基づいて判定する実施判定部と、
を備える画像処理装置。
A character determination unit that determines whether or not the pixels included in the input image are character pixels,
A color determination unit that determines whether the pixels included in the input image are chromatic pixels or achromatic pixels;
An extraction unit for extracting a plurality of character regions including a character composed of the character pixels,
A second character area included in the plurality of character areas determines whether to perform a correction process for correcting a character pixel that is a chromatic pixel included in the first character area of the plurality of character areas into an achromatic pixel. An execution determination unit that determines based on area information indicating whether the character pixel included in is a chromatic pixel or an achromatic pixel,
An image processing apparatus including.
前記領域情報は、前記文字領域に含まれる前記文字が有彩色により表される有彩文字であるか、無彩色により表される無彩文字であるかを示し、
前記文字領域ごとに前記領域情報を記憶する記憶部をさらに備え、
前記実施判定部は、前記記憶部に記憶された前記第2文字領域の前記領域情報に基づいて、前記補正処理を実施するか否かを判定する、
請求項1に記載の画像処理装置。
The area information indicates whether the character included in the character area is a chromatic character represented by a chromatic color or an achromatic character represented by an achromatic color,
Further comprising a storage unit that stores the area information for each of the character areas,
The execution determination unit determines whether to perform the correction process based on the area information of the second character area stored in the storage unit,
The image processing apparatus according to claim 1.
前記実施判定部は、前記第1文字領域の大きさ、前記第1文字領域に含まれる前記文字画素のうち前記有彩画素と判定された前記文字画素の個数、および、前記第1文字領域に含まれる前記文字画素のうち前記無彩画素と判定された前記文字画素の個数のうち少なくとも1つと、前記第2文字領域の前記領域情報と、に基づいて、前記補正処理を実施するか否かを判定する、
請求項1に記載の画像処理装置。
The implementation determination unit determines the size of the first character region, the number of the character pixels determined to be the chromatic pixel among the character pixels included in the first character region, and the first character region. Whether to perform the correction process based on at least one of the number of the character pixels determined to be the achromatic pixel among the included character pixels and the area information of the second character area Judge,
The image processing apparatus according to claim 1.
前記実施判定部は、前記第1文字領域の大きさと閾値とを比較した比較結果と、前記第2文字領域の前記領域情報と、に基づいて、前記補正処理を実施するか否かを判定し、
前記閾値は、前記入力画像の解像度を含む予め定められた判定情報に応じて変更される、
請求項1に記載の画像処理装置。
The implementation determination unit determines whether to perform the correction process based on a comparison result obtained by comparing the size of the first character region with a threshold value and the region information of the second character region. ,
The threshold value is changed according to predetermined determination information including the resolution of the input image,
The image processing apparatus according to claim 1.
前記実施判定部は、前記第1文字領域に含まれる前記文字画素のうち前記有彩画素と判定された前記文字画素の個数と閾値とを比較した比較結果と、前記第2文字領域の前記領域情報と、に基づいて、前記補正処理を実施するか否かを判定し、
前記閾値は、前記入力画像の解像度および前記第1文字領域の大きさの少なくとも一方を含む予め定められた判定情報に応じて変更される、
請求項1に記載の画像処理装置。
The execution determination unit compares the number of the character pixels determined to be the chromatic pixels among the character pixels included in the first character area with a threshold value, and the area of the second character area. Based on the information, it is determined whether to perform the correction process,
The threshold value is changed according to predetermined determination information including at least one of the resolution of the input image and the size of the first character area,
The image processing apparatus according to claim 1.
前記実施判定部は、前記第1文字領域に含まれる前記文字画素のうち前記無彩画素と判定された前記文字画素の個数と閾値とを比較した比較結果と、前記第2文字領域の前記領域情報と、に基づいて、前記補正処理を実施するか否かを判定し、
前記閾値は、前記入力画像の解像度および前記第1文字領域の大きさの少なくとも一方を含む予め定められた判定情報に応じて変更される、
請求項1に記載の画像処理装置。
The execution determination unit compares the number of the character pixels determined to be the achromatic pixels among the character pixels included in the first character area with a threshold value, and the area of the second character area. Based on the information, it is determined whether to perform the correction process,
The threshold value is changed according to predetermined determination information including at least one of the resolution of the input image and the size of the first character area,
The image processing apparatus according to claim 1.
前記補正処理を実施すると判定された前記第1文字領域に対して前記補正処理を実施する実施部をさらに備える、
請求項1に記載の画像処理装置。
Further comprising an execution unit that performs the correction process on the first character area determined to perform the correction process,
The image processing apparatus according to claim 1.
入力画像に含まれる画素が文字画素であるか否かを判定する文字判定ステップと、
前記入力画像に含まれる画素が有彩画素であるか無彩画素であるかを判定する色判定ステップと、
前記文字画素により構成される文字を含む複数の文字領域を抽出する抽出ステップと、
複数の前記文字領域のうち第1文字領域に含まれる有彩画素である文字画素を無彩画素に補正する補正処理を実施するか否かを、複数の前記文字領域に含まれる第2文字領域に含まれる文字画素が有彩画素であるか無彩画素であるかを示す領域情報に基づいて判定する実施判定ステップと、
を含む画像処理方法。
A character determination step of determining whether or not the pixels included in the input image are character pixels,
A color determination step of determining whether the pixels included in the input image are chromatic pixels or achromatic pixels;
An extraction step of extracting a plurality of character areas including a character composed of the character pixels;
A second character area included in the plurality of character areas determines whether to perform a correction process for correcting a character pixel that is a chromatic pixel included in the first character area of the plurality of character areas into an achromatic pixel. An execution determination step of determining based on area information indicating whether the character pixel included in is a chromatic pixel or an achromatic pixel,
An image processing method including.
コンピュータを、
入力画像に含まれる画素が文字画素であるか否かを判定する文字判定部と、
前記入力画像に含まれる画素が有彩画素であるか無彩画素であるかを判定する色判定部と、
前記文字画素により構成される文字を含む複数の文字領域を抽出する抽出部と、
複数の前記文字領域のうち第1文字領域に含まれる有彩画素である文字画素を無彩画素に補正する補正処理を実施するか否かを、複数の前記文字領域に含まれる第2文字領域に含まれる文字画素が有彩画素であるか無彩画素であるかを示す領域情報に基づいて判定する実施判定部と、
として機能させるためのプログラム。
Computer,
A character determination unit that determines whether or not the pixels included in the input image are character pixels,
A color determination unit that determines whether the pixels included in the input image are chromatic pixels or achromatic pixels;
An extraction unit for extracting a plurality of character regions including a character composed of the character pixels,
A second character area included in the plurality of character areas determines whether to perform a correction process for correcting a character pixel that is a chromatic pixel included in the first character area of the plurality of character areas into an achromatic pixel. An execution determination unit that determines based on area information indicating whether the character pixel included in is a chromatic pixel or an achromatic pixel,
Program to function as.
JP2018223711A 2018-11-29 2018-11-29 Image processing equipment, image processing methods, and programs Active JP7077925B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018223711A JP7077925B2 (en) 2018-11-29 2018-11-29 Image processing equipment, image processing methods, and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018223711A JP7077925B2 (en) 2018-11-29 2018-11-29 Image processing equipment, image processing methods, and programs

Publications (2)

Publication Number Publication Date
JP2020088734A true JP2020088734A (en) 2020-06-04
JP7077925B2 JP7077925B2 (en) 2022-05-31

Family

ID=70909148

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018223711A Active JP7077925B2 (en) 2018-11-29 2018-11-29 Image processing equipment, image processing methods, and programs

Country Status (1)

Country Link
JP (1) JP7077925B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10215382A (en) * 1997-01-29 1998-08-11 Ricoh Co Ltd Color image processing unit
JP2005012768A (en) * 2003-05-26 2005-01-13 Ricoh Co Ltd Image processing apparatus, program for image processing and storage medium
JP2005198157A (en) * 2004-01-09 2005-07-21 Canon Inc Image processor, image processing method, storage medium having computer readable program recorded thereon and program
JP2012138861A (en) * 2010-12-27 2012-07-19 Ricoh Co Ltd Image processing apparatus, image forming apparatus, image processing method, image processing program, and recording medium
JP2013232776A (en) * 2012-04-27 2013-11-14 Konica Minolta Inc Attribute data generation apparatus, attribute data generation method, and computer program
JP2017175213A (en) * 2016-03-18 2017-09-28 株式会社リコー Manuscript type recognition device, image forming apparatus, manuscript type recognition method and program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10215382A (en) * 1997-01-29 1998-08-11 Ricoh Co Ltd Color image processing unit
JP2005012768A (en) * 2003-05-26 2005-01-13 Ricoh Co Ltd Image processing apparatus, program for image processing and storage medium
JP2005198157A (en) * 2004-01-09 2005-07-21 Canon Inc Image processor, image processing method, storage medium having computer readable program recorded thereon and program
JP2012138861A (en) * 2010-12-27 2012-07-19 Ricoh Co Ltd Image processing apparatus, image forming apparatus, image processing method, image processing program, and recording medium
JP2013232776A (en) * 2012-04-27 2013-11-14 Konica Minolta Inc Attribute data generation apparatus, attribute data generation method, and computer program
JP2017175213A (en) * 2016-03-18 2017-09-28 株式会社リコー Manuscript type recognition device, image forming apparatus, manuscript type recognition method and program

Also Published As

Publication number Publication date
JP7077925B2 (en) 2022-05-31

Similar Documents

Publication Publication Date Title
US9734439B2 (en) Image processing apparatus and method thereof
KR101172399B1 (en) Image forming apparatus and image improvement method thereof
US7903872B2 (en) Image-processing apparatus and method, computer program, and storage medium
US8384964B2 (en) Image processing apparatus and image processing method
JP4861967B2 (en) Image processing apparatus, image processing method, image processing program, image forming apparatus, and storage medium
JP6923037B2 (en) Image processing equipment, image processing methods and programs
US7339703B2 (en) Image processing apparatus and method thereof
JP2009044616A (en) Image processing apparatus and image processing method
JP3736535B2 (en) Document type identification device
JP2005117504A (en) Image processor and image processing method
JP7077925B2 (en) Image processing equipment, image processing methods, and programs
JP6474315B2 (en) Image processing apparatus, image forming apparatus, image processing method, image processing program, and recording medium therefor
JP4111100B2 (en) Image processing apparatus and image processing program
JP4963559B2 (en) Image processing apparatus, image forming apparatus, image processing method, and program for causing computer to execute the method
JP4047356B2 (en) Image processing device
JP4176053B2 (en) Image processing method, image processing apparatus, image forming apparatus, and computer program
US9756200B2 (en) Image processing apparatus with an improved table image detecting unit
JP3064896B2 (en) Image processing device
JP4165599B2 (en) Image processing device
EP1936952A2 (en) Image forming apparatus and image quality improving method thereof
JP2008092323A (en) Image processing equipment, and image reading apparatus and image forming apparatus equipped with the same
US10277781B2 (en) Image processing apparatus, image forming apparatus, and non-transitory computer readable medium
JP6350877B2 (en) Image forming apparatus
JP2004336714A (en) Original image identifying apparatus, color copying machine, and original image identifying method
JP4412339B2 (en) Image forming apparatus and image data correction method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210819

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20220204

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220418

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220419

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220502

R151 Written notification of patent or utility model registration

Ref document number: 7077925

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151