JP2003008913A - Image processor - Google Patents

Image processor

Info

Publication number
JP2003008913A
JP2003008913A JP2001186181A JP2001186181A JP2003008913A JP 2003008913 A JP2003008913 A JP 2003008913A JP 2001186181 A JP2001186181 A JP 2001186181A JP 2001186181 A JP2001186181 A JP 2001186181A JP 2003008913 A JP2003008913 A JP 2003008913A
Authority
JP
Japan
Prior art keywords
color
signal
image
lightness
color space
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001186181A
Other languages
Japanese (ja)
Inventor
Hiromi Kita
洋実 北
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2001186181A priority Critical patent/JP2003008913A/en
Publication of JP2003008913A publication Critical patent/JP2003008913A/en
Pending legal-status Critical Current

Links

Landscapes

  • Color, Gradation (AREA)
  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image processor for reducing the color component of a background of an image that can reduce the color component of the background of an original and reproduce the light color of the original. SOLUTION: A color space conversion section 110 of a background processing section 100 converts image data in an RGB color space into image data L*(1), a*(1) and b*(1) expressed in an L*, a*, b* color space. A lightness conversion section 120 converts the image data in the RGB color space into the image data with greater lightness when the lightness L*(1) is a 1st threshold value L1 or more. A color compression section 130 with a saturation conversion section 132 and a color space conversion section 134 converts the image data in the RGB color space into the image data with smaller saturation of the color image when the lightness L*(2) is a 2nd threshold value L*max greater than the 1st threshold value L1 or more. That is, the saturation conversion section 132 converts the data into data with zero saturation when the lightness L*(2) is the L*max or more, and a color space conversion section 134 uses a*(3), b*(3), L*(3) to convert data in a color space data for pre-processing into data in an output color space.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、たとえばディスプ
レイ装置、複写機、FAX、あるいはスキャナなどの画
像を取り扱う画像処理装置に関する。特に、カラー原稿
の地肌部の地色除去に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus for handling an image, such as a display device, a copying machine, a FAX, or a scanner. In particular, it relates to the removal of the background color of the background portion of a color document.

【0002】[0002]

【従来の技術】ディスプレイ装置、複写機、FAX、あ
るいはスキャナなどの画像を取り扱う画像処理装置が知
られている。ここでたとえば、文書画像をスキャナで読
み取り、読み取られた多値画像をディスプレイやプリン
タで出力すると、原稿の地肌の濃淡も再現されるため、
出力画像中に地肌の汚れが生じる。そして原稿がカラー
画像の場合には、地色が白とはならない、いわゆる「カ
ブリ」の現象が生じる。
2. Description of the Related Art Image processing devices such as display devices, copying machines, fax machines, and scanners that handle images are known. Here, for example, if a document image is read by a scanner and the read multi-valued image is output by a display or a printer, the shade of the background of the document is also reproduced,
The background image is smeared in the output image. When the original is a color image, a so-called "fog" phenomenon occurs in which the background color is not white.

【0003】この問題を解消する方法として、画像を出
力する前に原稿地肌の汚れを除去する地肌除去方法が提
案されている。たとえば特開平6−197216号に記
載の方法は、入力されたカラー画像信号を明度、彩度、
および色相を表す色空間上の信号に変換後、明度および
彩度に応じて、白または白に近い色信号の濃度を下げる
ことにより、地肌の色を除去する。
As a method for solving this problem, a background removal method has been proposed which removes stains on the background of an original before outputting an image. For example, the method described in Japanese Patent Laid-Open No. 6-197216 uses an input color image signal as a lightness, saturation,
After conversion into a signal on the color space representing the hue and the hue, the background color is removed by reducing the density of white or a color signal close to white according to the lightness and the saturation.

【0004】また、前記特開平6−197216号の実
施例1においては、入力されたRGB色空間上のカラー
画像信号をL*u*v*色空間上の信号に変換(この変
換を前処理用の色変換という)した後、明度L*の高い
白地やハイライトの色成分の明度L*をより高くする一
方、u*およびv*の値はそのまま用いて、出力用の色
空間上の信号に変換(この変換を出力用の色変換とい
う)することにより、高い明度域での色再現域を伸長
し、これによって地肌の色を除去する方法が提案されて
いる。さらに、出力用の色変換の際に、オーバーフロー
やアンダーフローが生じる場合には、色空間に収まるよ
うに信号値を丸めることも提案されている。
In the first embodiment of Japanese Patent Laid-Open No. 6-197216, the input color image signal in the RGB color space is converted into a signal in the L * u * v * color space (this conversion is preprocessed. After the color conversion), the lightness L * of the color component of the white background or the highlight having a high lightness L * is made higher, while the values of u * and v * are used as they are, in the output color space. A method has been proposed in which a color reproduction area in a high lightness area is extended by converting the signal into a signal (this conversion is called a color conversion for output), and thereby a background color is removed. Further, it has been proposed to round the signal value so that it will fit in the color space when overflow or underflow occurs during color conversion for output.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記特
開平6−197216号に記載の方法は、変換後の明度
および彩度に応じて白または白に近い色信号の濃度を下
げるもので、入力信号の彩度を算出し、この算出した彩
度を濃度変換に反映させる必要があるが、具体的手法は
明示されていない。
However, the method described in Japanese Patent Laid-Open No. 6-197216 reduces the density of a white or near-white color signal according to the converted lightness and saturation. It is necessary to calculate the saturation and to reflect the calculated saturation in the density conversion, but no specific method is specified.

【0006】一方、出力用の色変換に際して、オーバー
フローやアンダーフローが生じないように信号値を丸め
ると、出力用の色変換の結果によっては、明度の高い領
域が白とはならずに色成分が残ってしまう。このように
原稿の地色を白として出力しないで色味が残ると、たと
えば複写において、この出力された原稿を再度複写した
場合に、「カブリ」の影響が残ってしまう。濃度変換の
度合いを強くすれば色成分を除去できるが、消したくな
い原稿の淡色(ハイライト色)が忠実に再現されないと
いう新たな問題を招く。
On the other hand, in the output color conversion, if the signal value is rounded so that overflow or underflow does not occur, the area of high lightness does not become white depending on the result of the output color conversion and the color component Will remain. In this way, if the tint remains without outputting the background color of the original as white, for example, in copying, when the output original is copied again, the influence of "fog" remains. Color components can be removed by increasing the degree of density conversion, but this causes a new problem that the light color (highlight color) of the original that is not erased is not faithfully reproduced.

【0007】また上記特開平6-197216号に記載
の方法は、彩度が明度変換に応じて変化されていないの
で、原稿の淡色(ハイライト色)が忠実に再現されな
い。
Further, in the method described in Japanese Patent Laid-Open No. 6-197216, since the saturation is not changed according to the lightness conversion, the light color (highlight color) of the original is not faithfully reproduced.

【0008】本発明は、上記事情に鑑みてなされたもの
であり、原稿の地肌の色成分を確実に低減することがで
きるとともに、原稿の淡色を再現することのできる画像
処理装置を提供することを目的とする。
The present invention has been made in view of the above circumstances, and provides an image processing apparatus capable of surely reducing the background color component of an original and reproducing the light color of the original. With the goal.

【0009】[0009]

【課題を解決するための手段】すなわち、本発明に係る
画像処理装置は、画像の地肌部の色成分を低減する画像
処理装置であって、画像を担持する画像信号を、明度信
号と色度信号とに変換する前処理用の色空間変換部と、
前処理用の色空間変換部により変換された明度信号が表
す明度が予め定められた値(第1の閾値)以上のとき、
明度がより大きくなるように明度信号を変換する明度変
換部と、明度信号が表す明度が予め定められた値(第1
の閾値より大きな第2の閾値)以上のとき、色度信号が
表す彩度がより小さくなるように色度信号を変換する色
圧縮部とを備えた。
That is, an image processing apparatus according to the present invention is an image processing apparatus for reducing a color component of a background portion of an image, in which an image signal carrying an image is converted into a lightness signal and a chromaticity signal. A color space conversion unit for pre-processing for converting to a signal,
When the lightness represented by the lightness signal converted by the preprocessing color space conversion unit is equal to or greater than a predetermined value (first threshold value),
A brightness conversion unit that converts the brightness signal so that the brightness becomes larger, and the brightness represented by the brightness signal has a predetermined value (first
A second threshold value larger than the threshold value of 1) or more, a color compression unit that converts the chromaticity signal so that the saturation represented by the chromaticity signal becomes smaller.

【0010】[0010]

【作用】上記構成の画像処理装置において、先ず明度変
換部は、前処理用の色空間変換部により変換された画像
の明度が第1の閾値以上のときには、明度がより大きく
なるように変換する。この結果、明度が第1の閾値以上
であるハイライト部での色再現域が伸長され、地肌の色
成分が抑圧される。
In the image processing apparatus having the above structure, first, the lightness conversion unit converts the image converted by the preprocessing color space conversion unit so that the lightness becomes higher when the lightness is equal to or higher than the first threshold value. . As a result, the color gamut in the highlight part, where the brightness is equal to or higher than the first threshold value, is expanded, and the background color component is suppressed.

【0011】また色圧縮部は、明度変換部により変換さ
れた明度が第2の閾値以上のときには、画像の彩度がよ
り小さくなるように変換する。この結果、明度が第1の
閾値から第2の閾値までの間のハイライト色がほぼ忠実
に再現されるとともに、明度が第2の閾値以上であるよ
りハイライトの部分の色成分が抑圧される。
The color compressing unit converts the brightness of the image to be smaller when the brightness converted by the brightness converting unit is equal to or higher than the second threshold value. As a result, the highlight color whose brightness is between the first threshold value and the second threshold value is reproduced with high fidelity, and the color component in the highlight portion whose brightness is equal to or higher than the second threshold value is suppressed. It

【0012】[0012]

【発明の実施の形態】以下、図面を参照して本発明の実
施の形態について詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below in detail with reference to the drawings.

【0013】図1は、本発明の画像処理装置の一実施形
態を搭載したカラー複写機の一例の機構図である。この
カラー複写機は、画像取得部(画像読取部、画像入力
部)10、本発明の画像処理装置の一例である画像処理
部20、画像出力部(画像記録部)30、ユーザインタ
フェース50、およびエディットパッド60を備える。
FIG. 1 is a mechanism diagram of an example of a color copying machine equipped with an embodiment of an image processing apparatus of the present invention. This color copying machine includes an image acquisition section (image reading section, image input section) 10, an image processing section 20 which is an example of an image processing apparatus of the present invention, an image output section (image recording section) 30, a user interface 50, and An edit pad 60 is provided.

【0014】画像取得部10は、プラテンガラス11上
に載置された原稿を読み取って得た入力画像を赤、緑、
青の各色成分のデジタル画像データに変換する。たとえ
ばハロゲンランプを有する光源12からの光がプラテン
ガラス11上に載置された原稿を照射し、反対光が図示
しない光学系を介して赤、緑、青の各色に分光される。
そして各色光が、各色光用に分けられた、たとえばCC
D(固体撮像素子)からなるラインセンサ(イメージセ
ンサ)13に入射し、入力画像がたとえば400dpi
(400ドット/1インチ)の解像度で読み取られるこ
とによって、赤、緑、青の各色成分のアナログの画像信
号が得られる。さらに、信号処理部14において、図示
しない増幅部がラインセンサ13からの赤、緑、青の各
画像信号を所定のレベルまで増幅し、さらに図示しない
A/Dコンバータがデジタルデータに変換することによ
り、赤、緑、青のデジタル画像データR,G,BがA/
Dコンバータから得られる。この赤、緑、青の画像デー
タR,G,Bは、ケーブル15を通じて画像処理部20
に送られる。
The image acquisition unit 10 reads an input image obtained by reading a document placed on the platen glass 11 with red, green,
Convert to digital image data of each color component of blue. For example, light from a light source 12 having a halogen lamp irradiates a document placed on the platen glass 11, and counter light is split into red, green, and blue colors through an optical system (not shown).
Then, each color light is divided for each color light, for example, CC
It is incident on a line sensor (image sensor) 13 including a D (solid-state image sensor), and an input image is, for example, 400 dpi.
By reading at a resolution of (400 dots / 1 inch), analog image signals of red, green, and blue color components can be obtained. Further, in the signal processing unit 14, an amplification unit (not shown) amplifies each red, green, and blue image signal from the line sensor 13 to a predetermined level, and an A / D converter (not shown) converts the signal into digital data. , Red, green, blue digital image data R, G, B are A /
Obtained from the D converter. The red, green, and blue image data R, G, B are sent to the image processing unit 20 via the cable 15.
Sent to.

【0015】この読取り時には、光源12からの光が原
稿を全面に亘って照射し、ラインセンサ13が入力画像
を全面に亘って読み取るように、光源12を含む光学
系、ラインセンサ13および信号処理部14は、矢印1
6で示すように図1中の左方から右方に移動させられ
る。
At the time of this reading, the light from the light source 12 irradiates the entire surface of the original document, and the line sensor 13 reads the input image over the entire surface. The optical system including the light source 12, the line sensor 13 and the signal processing. Part 14 is arrow 1
As shown by 6, it is moved from the left side to the right side in FIG.

【0016】画像処理部20は、画像取得部10の信号
処理部14からの赤、緑、青の画像データR,G,Bに
基づいて、ブラック(K)、イエロー(Y)、マゼンタ
(M)、シアン(C)のオンオフ2値化トナー信号を
得、各トナー信号を画像出力部30に出力する。
The image processing unit 20 is based on the red, green, and blue image data R, G, and B from the signal processing unit 14 of the image acquisition unit 10, and is black (K), yellow (Y), magenta (M). ), A cyan (C) on / off binary toner signal is obtained, and each toner signal is output to the image output unit 30.

【0017】本実施形態の画像出力部30は、一方向に
順次一定間隔をおいて並置されたK,Y,M,Cの各色
の画像形成部31K,31Y,31M,31Cを有す
る。先端検出器44が、用紙カセット41から各画像形
成部に搬送される用紙の搬送経路上に近接して設けられ
ている。この先端検出器44は、用紙カセット41から
レジストローラ42を通じて転写ベルト43上に送り出
された用紙の先端をたとえば光学的に検出して先端検出
信号を得、この先端検出信号を画像処理部20に送る。
画像処理部20は、入力された先端検出信号に同期し
て、K,Y,M,Cの各色のオンオフ2値化トナー信号
を順次一定間隔をおいて得る。
The image output section 30 of the present embodiment has image forming sections 31K, 31Y, 31M and 31C of K, Y, M and C, which are arranged in parallel in one direction at regular intervals. The leading edge detector 44 is provided in proximity to the conveyance path of the sheet conveyed from the sheet cassette 41 to each image forming unit. The leading edge detector 44 optically detects the leading edge of the sheet sent onto the transfer belt 43 from the sheet cassette 41 through the registration rollers 42 to obtain a leading edge detection signal, and the leading edge detection signal is sent to the image processing section 20. send.
The image processing unit 20 can sequentially obtain on / off binarized toner signals of K, Y, M, and C colors at regular intervals in synchronization with the input leading edge detection signal.

【0018】画像出力部30においては先ず、半導体レ
ーザ38Kは、画像処理部20からのブラックのオンオ
フ2値化トナー信号によって駆動されることにより、ブ
ラックのオンオフ2値化トナー信号を光信号に変換し、
この変換されたレーザ光をポリゴンミラー39に向けて
照射する。このレーザ光は、さらに反射ミラー47K,
48K,49Kを介して一次帯電器33Kによって帯電
された感光体ドラム32K上を走査することにより、感
光体ドラム32K上に静電潜像を形成する。この静電潜
像は、ブラックのトナーが供給される現像器34Kによ
ってトナー像とされ、このトナー像は、転写ベルト43
上の用紙が感光体ドラム32Kを通過する間に転写帯電
器35Kによって用紙上に転写される。そして転写後
は、クリーナ36Kによって感光体ドラム32K上から
余分なトナーが除去される。
In the image output unit 30, first, the semiconductor laser 38K is driven by the black on / off binary toner signal from the image processing unit 20 to convert the black on / off binary toner signal into an optical signal. Then
The converted laser light is emitted toward the polygon mirror 39. This laser light is further reflected by the reflection mirror 47K,
An electrostatic latent image is formed on the photoconductor drum 32K by scanning the photoconductor drum 32K charged by the primary charger 33K via 48K and 49K. This electrostatic latent image is made into a toner image by the developing device 34K to which black toner is supplied, and this toner image is transferred to the transfer belt 43.
While the upper sheet passes through the photoconductor drum 32K, it is transferred onto the sheet by the transfer charger 35K. After the transfer, the cleaner 36K removes excess toner from the photosensitive drum 32K.

【0019】同様に、半導体レーザ38Y,38M,3
8Cは、画像処理部20からブラックのオンオフ2値化
トナー信号に対して順次一定間隔をおいて得られる対応
するY,M,Cの各色のオンオフ2値化トナー信号によ
って駆動されることにより、各色のオンオフ2値化トナ
ー信号を光信号に変換し、この変換されたレーザ光をポ
リゴンミラー39に向けて照射する。このレーザ光は、
さらに反射ミラー47Y〜49Y,47M〜49M,4
7C〜49Cを介して一次帯電器33Y,33M,33
Cによって帯電された感光体ドラム32K上を走査する
ことにより、感光体ドラム32Y,32M,32C上に
静電潜像を順次形成する。各静電潜像は、各色のトナー
が供給される現像器34Y,34M,34Cによって順
次トナー像とされ、各トナー像は、転写ベルト43上の
用紙が対応する感光体ドラム32Y,32M,32Cを
通過する間に対応する転写帯電器35Y,35M,35
Cによって用紙上に順次転写される。
Similarly, the semiconductor lasers 38Y, 38M, 3
8C is driven by on / off binary toner signals of corresponding colors Y, M, and C, which are sequentially obtained from the image processing unit 20 at regular intervals with respect to the black on / off binary toner signal. The on / off binary toner signal of each color is converted into an optical signal, and the converted laser light is directed toward the polygon mirror 39. This laser light
Furthermore, the reflection mirrors 47Y to 49Y, 47M to 49M, 4
Primary charger 33Y, 33M, 33 via 7C-49C
By scanning the photosensitive drum 32K charged by C, electrostatic latent images are sequentially formed on the photosensitive drums 32Y, 32M, and 32C. The electrostatic latent images are sequentially made into toner images by the developing devices 34Y, 34M, and 34C to which the toners of the respective colors are supplied. Transfer chargers 35Y, 35M, 35 corresponding to the passing through
It is sequentially transferred onto the paper by C.

【0020】このようにK,Y,M,Cの各色のトナー
像が順次多重転写された用紙は、転写ベルト43上から
剥離され、定着ローラ45によってトナーが定着され
て、複写機の外部に排出される。
The sheet on which the toner images of K, Y, M, and C are sequentially transferred in this manner is separated from the transfer belt 43, the toner is fixed by the fixing roller 45, and the toner is fixed to the outside of the copying machine. Is discharged.

【0021】ユーザインタフェース50は、ユーザが所
望の機能を選択して、その実行を指示するもので、この
例においては、カラーCRTディスプレイ51およびハ
ードコントロールパネル52を備え、さらに赤外線タッ
チボード53が組み合わされて、画面上のソフトボタン
によって直接、条件を指示できるようにされる。エディ
ットパッド60は、これによって編集を施す領域を設定
することができる。
The user interface 50 is used by the user to select a desired function and instruct execution thereof. In this example, the user interface 50 includes a color CRT display 51 and a hard control panel 52, and an infrared touch board 53 is further combined. Then, the soft buttons on the screen can be used to directly specify the conditions. The edit pad 60 can thereby set the area to be edited.

【0022】図2は、上記構成のカラー複写機に設けら
れた、本発明の画像処理装置の一例である画像処理部2
0の第1実施形態のブロック図である。この画像処理部
20においては、画像取得部10からの赤、緑、青の画
像データR,G,Bが、一旦ページメモリ62に記憶さ
れ、前段色補正処理部62により色補正が施された後
に、下地処理部100に入力される。下地処理部100
は、画像データR,G,Bを均等色空間の明度信号L*
並びに彩度および色相を表す色度信号a*,b*とに切
り分けてに変換し、さらに変換された明度信号L*およ
び色度信号a*,b*をイエロー(Y)、マゼンタ
(M)、シアン(C)、およびブラック(K)の画像デ
ータに変換する。このとき、下地処理部100は、K,
Y,M,Cの各色の画像データを入力画像の下地濃度に
応じて下地除去処理する。
FIG. 2 is an image processing section 2 which is an example of the image processing apparatus of the present invention, which is provided in the color copying machine having the above construction.
3 is a block diagram of the first embodiment of No. 0. FIG. In the image processing unit 20, the red, green, and blue image data R, G, and B from the image acquisition unit 10 are temporarily stored in the page memory 62, and color correction is performed by the pre-stage color correction processing unit 62. After that, it is input to the background processing unit 100. Base processing unit 100
Is the lightness signal L * of the uniform color space for the image data R, G, B.
In addition, the lightness signal L * and the chromaticity signals a * and b *, which are divided into the chromaticity signals a * and b * representing the saturation and the hue, are converted into, and the converted lightness signal L * and chromaticity signals a * and b * are yellow (Y) and magenta (M). , Cyan (C), and black (K) image data. At this time, the background processing unit 100 sets K,
The image data of each color of Y, M and C is subjected to background removal processing according to the background density of the input image.

【0023】第1実施形態の画像処理部20の主要部で
ある下地処理部100は、カラー画像を担持するRGB
色空間上の画像データを、明度、彩度、および色相を表
わす前処理用の色空間上のデータL*(1),a*
(1),b*(1)に変換する前処理用の色空間変換部
110と、変換されたカラー画像の明度L*(1)が第
1の閾値L1以上のときには、明度がより大きくなるよ
うに変換する明度変換部120とを備える。さらに下地
処理部100は、明度変換部120により変換された明
度L*(2)が第1の閾値L1より大きな第2の閾値L
*max以上のときには、カラー画像の彩度がより小さ
くなるように変換する色圧縮部130を備える。
The background processing unit 100, which is a main part of the image processing unit 20 of the first embodiment, is an RGB unit that carries a color image.
Image data on the color space is converted into data L * (1), a * on the color space for preprocessing, which represents lightness, saturation, and hue.
(1), b * (1) pre-processing color space conversion unit 110, and when the lightness L * (1) of the converted color image is equal to or greater than the first threshold value L1, the lightness becomes larger. And a lightness conversion unit 120 for performing the above conversion. Further, the background processing unit 100 uses the second threshold value L in which the lightness L * (2) converted by the lightness conversion unit 120 is larger than the first threshold value L1.
When it is equal to or more than * max, the color compression unit 130 is provided to convert the color image so that the color image becomes less saturated.

【0024】色圧縮部130は、明度変換部120によ
り変換された明度L*(2)が第2の閾値L*max以
上のときには、カラー画像の彩度が略ゼロ(「0」)と
なるように変換する彩度変換部132と、彩度変換部1
32により変換された彩度を表す色度信号a*(3),
b*(3)および明度変換部120により変換された明
度L*(2)(=L*(3))を用いて、前処理用の色
空間変換部110により変換された前処理用の色空間上
のデータを、前処理用の色空間とは異なる出力用の色空
間上のデータに変換する出力用の色空間変換部134と
を有する。
When the lightness L * (2) converted by the lightness conversion unit 120 is greater than or equal to the second threshold L * max, the color compression unit 130 makes the saturation of the color image substantially zero (“0”). And a saturation conversion unit 132 for converting
Chromaticity signal a * (3) representing the chroma converted by 32,
b * (3) and the lightness L * (2) (= L * (3)) converted by the lightness conversion unit 120, the color for preprocessing converted by the color space conversion unit 110 for preprocessing An output color space conversion unit 134 for converting the data in the space into the data in the output color space different from the preprocessing color space.

【0025】なお、前処理用の色空間は、カラー画像
を、明度および彩度(さらに好ましくは色相も)を区別
して表わすことのできる色空間であればよく、L*a*
b*色空間に限らず、たとえばL*u*v*などの均等
色空間であってもよい。一方、出力用の色空間は、当該
画像処理部20の後段に接続される出力部に応じた色空
間であればよく、たとえば、ディスプレイ上に画像を出
力するときはRGB色空間、カラープリンタで画像を出
力するときはYMC色空間であればよい。本実施形態で
は、プリンタで画像を出力する場合に対応して、YMC
色空間を用いる。
The color space for preprocessing may be any color space that can represent a color image by distinguishing lightness and saturation (more preferably also hue), and L * a *
The color space is not limited to the b * color space, and may be a uniform color space such as L * u * v *. On the other hand, the output color space may be a color space corresponding to an output unit connected to the subsequent stage of the image processing unit 20, and for example, when outputting an image on a display, an RGB color space or a color printer is used. The YMC color space may be used when outputting the image. In this embodiment, the YMC
Use color space.

【0026】像域検出部75aは、色空間変換部110
からの明度信号L* および色度信号a* ,b* に基づい
て、たとえば8×8の画素ブロック単位で入力画像の文
字部と絵柄部と識別し、たとえば文字部と識別された領
域では「1」となり、絵柄部と識別された領域では
「0」となる2値データを像域信号として得る。拡縮部
75bは、この像域信号を、単純間引きや単純拡大によ
りラインセンサ13のライン方向である主走査方向に縮
小または拡大(縮小と拡大の両者をまとめて変倍とい
う)する。
The image area detecting section 75a includes a color space converting section 110.
Based on the lightness signal L * and the chromaticity signals a * and b * from, the character portion and the picture portion of the input image are identified in units of 8 × 8 pixel blocks, for example, in the area identified as the character portion, “ Binary data which becomes "1" and becomes "0" in the area identified as the picture portion is obtained as an image area signal. The enlargement / reduction unit 75b reduces or enlarges this image area signal in the main scanning direction which is the line direction of the line sensor 13 by simple thinning or simple enlargement (both reduction and enlargement are collectively referred to as scaling).

【0027】さらに拡縮部76は、色空間変換部134
からのY,M,C,Kの各色のそれぞれ多値データであ
る画像データを2点間補間により主走査方向に変倍し、
平滑処理部77は、平滑用空間フィルタを用いて、拡縮
部76により変倍されたY,M,C,Kの各色の画像デ
ータを、拡縮部75bからの像域信号に応じて平滑処理
する。
The enlarging / reducing unit 76 further includes a color space converting unit 134.
Image data, which is multi-valued data of each color of Y, M, C, and K from, is scaled in the main scanning direction by interpolation between two points,
The smoothing processing unit 77 uses the smoothing spatial filter to smooth the image data of each color of Y, M, C, and K scaled by the scaling unit 76 according to the image area signal from the scaling unit 75b. .

【0028】平滑処理部77の平滑用空間フィルタは、
モアレを除去したり中間調データを平滑化するもので、
画像データに乗じられる係数が拡縮部75bからの2値
データである像域信号に応じてリアルタイムに切り替え
られる。たとえば、平滑用空間フィルタがカーネルサイ
ズ3×3の場合には、平滑処理部77は、入力画像の文
字部と識別された領域では、像域信号が「1」とされる
ことによってモアレ除去を目的とした緩いローパスのフ
ィルタ定数に切り替えられる一方、入力画像の絵柄部と
識別された領域では、像域信号が「0」とされることに
よってきつめの平滑特性のフィルタ定数に切り替えられ
る。
The smoothing spatial filter of the smoothing processing unit 77 is
It removes moire and smoothes halftone data.
The coefficient by which the image data is multiplied is switched in real time according to the image area signal which is the binary data from the expansion / contraction unit 75b. For example, when the spatial filter for smoothing has a kernel size of 3 × 3, the smoothing processing unit 77 removes moire by setting the image area signal to “1” in the area identified as the character portion of the input image. On the other hand, the filter constant is switched to a target low-pass filter constant, while in the area identified as the pattern portion of the input image, the image area signal is set to "0" to switch to a filter constant having a tight smoothing characteristic.

【0029】次に符号化部81は、平滑処理部77によ
り平滑処理されたK,Y,M,Cの各色の画像データ
を、DCT(Discrete Cosine Transform )などの直行
変換符号化やベクトル量子化などの方法により符号化し
て非可逆圧縮する。この後、書込部83は、符号化部8
1により非可逆圧縮されたK,Y,M,Cの各色の符号
化画像データを、画像格納部の一例である画像メモリ8
2に同時に書き込むとともに、書込部85は、画像メモ
リ82と同様にK,Y,M,Cの各色用に合計4面用意
された像域メモリ84に、拡縮部75bからの2値デー
タである像域信号を同時に書き込む。
Next, the encoding unit 81 performs the orthogonal transform encoding such as DCT (Discrete Cosine Transform) or the vector quantization on the image data of each color of K, Y, M and C smoothed by the smoothing processing unit 77. And then lossy compression is performed. After that, the writing unit 83 causes the encoding unit 8 to
The encoded image data of each color of K, Y, M, and C that has been irreversibly compressed by 1 is an image memory 8 that is an example of an image storage unit.
The writing section 85 writes the binary data from the enlarging / reducing section 75b into the image area memory 84 which is prepared for a total of four planes for each color of K, Y, M, and C as well as the image memory 82. Write a certain image area signal at the same time.

【0030】次いで画像出力部30の先端検出器44か
らの先端検出信号に同期して、読出部86が、画像メモ
リ82からK,Y,M,Cの各色の符号化画像データを
順次一定間隔をおいて読み出すとともに、読出部88
が、像域メモリ84からK,Y,M,Cの各色用の同一
内容の像域信号を順次一定間隔をおいて読み出す。復号
化部89は、画像メモリ82から順次一定間隔をおいて
読み出されたK,Y,M,Cの各色の符号化画像データ
を復号化してもとの画像データに戻す。
Then, in synchronization with the leading edge detection signal from the leading edge detector 44 of the image output section 30, the reading section 86 sequentially outputs the coded image data of each color of K, Y, M and C from the image memory 82 at regular intervals. The reading section 88
However, the image area signals of the same contents for K, Y, M, and C are sequentially read out from the image area memory 84 at regular intervals. The decoding unit 89 decodes the coded image data of each color of K, Y, M, and C, which are sequentially read from the image memory 82 at regular intervals, and restore the original image data.

【0031】強調処理部90に設けられたエッジ強調部
91は、エッジ強調用空間フィルタを用いて、像域メモ
リ84から順次一定間隔をおいて読み出されたK,Y,
M,Cの各色用の同一内容の像域信号に応じて、復号化
部89から順次一定間隔をおいて読み出されたK,Y,
M,Cの各色の復号化画像データを、エッジ強調処理す
る。
The edge enhancement unit 91 provided in the enhancement processing unit 90 uses the spatial filter for edge enhancement to read K, Y, and S sequentially read from the image area memory 84 at regular intervals.
According to the image area signals of the same contents for each of M and C, K, Y, which are sequentially read from the decoding unit 89 at regular intervals.
The edge enhancement processing is performed on the decoded image data of each color of M and C.

【0032】エッジ強調部91の後段に設けられたガン
マ補正部92は、エッジ強調部91から順次一定間隔お
いて得られるエッジ強調処理されたK,Y,M,Cの各
色の画像データを、像域メモリ84から順次一定間隔を
おいて読み出されたK,Y,M,Cの各色用の同一内容
の像域信号に応じてガンマ補正する。
The gamma correction unit 92 provided at the subsequent stage of the edge emphasizing unit 91 outputs the image data of each color of K, Y, M, and C which has been subjected to the edge emphasizing process and is sequentially obtained from the edge emphasizing unit 91 at regular intervals. Gamma correction is performed according to the image area signals of the same contents for K, Y, M, and C, which are sequentially read from the image area memory 84 at fixed intervals.

【0033】なお、図示していないが、画像処理部20
においては、ガンマ補正部92から順次一定間隔をおい
て得られるK,Y,M,Cの各色の画像データがD/A
変換されてプロセスカラーの階調トナー信号とされ、プ
ロセスカラー階調トナー信号が2値化されてオンオフ2
値化トナー信号に変換され、オンオフ2値化トナー信号
が上述したように画像出力部30に出力される。
Although not shown, the image processing unit 20
, The image data of each color of K, Y, M, and C obtained sequentially from the gamma correction unit 92 at fixed intervals is D / A.
It is converted into a process color gradation toner signal, and the process color gradation toner signal is binarized to turn on / off 2
It is converted into a binarized toner signal, and the on / off binarized toner signal is output to the image output unit 30 as described above.

【0034】エッジ強調部91のエッジ強調用空間フィ
ルタは、像域メモリ84から読み出された2値データで
ある像域信号に応じて、画像データに乗じられる係数を
リアルタイムに切り替える。たとえば、エッジ強調用空
間フィルタがカーネルサイズ5×7の場合には、エッジ
強調部91は、入力画像の文字部と識別された領域で
は、像域信号が「1」とされることによって強調特性を
持たせる係数に切り替える一方、入力画像の絵柄部と識
別された領域では、像域信号が「0」とされることによ
って素通しの特性とする係数に切り替える。
The edge enhancement spatial filter of the edge enhancement unit 91 switches the coefficient by which the image data is multiplied in real time according to the image area signal which is the binary data read from the image area memory 84. For example, when the spatial filter for edge enhancement has a kernel size of 5 × 7, the edge enhancement unit 91 sets the image region signal to “1” in the region identified as the character portion of the input image, thereby enhancing the enhancement characteristic. On the other hand, in the area identified as the picture portion of the input image, the coefficient is changed to a coefficient having a plain characteristic by setting the image area signal to “0”.

【0035】ガンマ補正部92は、たとえば2種類の非
線形ルックアップテーブルを有し、像域メモリ84から
読み出された2値データである像域信号に応じて入出力
特性をリアルタイムに切り替える。たとえばガンマ補正
部92は、入力画像の文字部と識別された領域では、像
域信号が「1」とされることによってエッジ強調特性を
持たせた高ガンマ曲線の入出力特性に切り替える一方、
入力画像の絵柄部と識別された領域では、像域信号が
「0」とされることによって忠実な階調再現がなされる
ような滑らかなガンマ曲線の入出力特性に切り替える。
The gamma correction unit 92 has, for example, two types of non-linear lookup tables, and switches the input / output characteristics in real time according to the image area signal which is binary data read from the image area memory 84. For example, the gamma correction unit 92 switches to the input / output characteristic of the high gamma curve having the edge enhancement characteristic when the image area signal is set to “1” in the area identified as the character portion of the input image,
In the area identified as the picture portion of the input image, the input / output characteristic of the smooth gamma curve is switched so that faithful gradation reproduction is performed by setting the image area signal to "0".

【0036】なお上述した例は、平滑用空間フィルタ、
エッジ強調用空間フィルタ、およびガンマ補正部92を
それぞれY,M,CまたはK,Y,M,Cの各色につき
同一特性としていたが、各色ごとに最適な特性となるよ
うに特性を変えてもよい。
The above-mentioned example is a spatial filter for smoothing,
Although the edge enhancement spatial filter and the gamma correction unit 92 have the same characteristics for each color of Y, M, C or K, Y, M, C, even if the characteristics are changed so as to have optimum characteristics for each color. Good.

【0037】また、画像出力部30は、1個のレーザ光
スキャナによって1個の感光体ドラム上にK,Y,M,
Cの各色の静電潜像が順次形成され、静電潜像が感光体
ドラムの周囲に設けられた、それぞれK,Y,M,Cの
各色のトナーが供給される現像器によって順次トナー像
とされ、トナー像が転写ドラム上に吸着された用紙上に
順次、多重転写される構成でもよい。
Further, the image output section 30 uses K, Y, M, and K on one photoconductor drum by one laser light scanner.
An electrostatic latent image of each color of C is sequentially formed, and the electrostatic latent image is sequentially formed by a developing device provided around the photosensitive drum and supplied with toners of each color of K, Y, M, and C, respectively. Alternatively, the toner images may be sequentially and multiple-transferred onto the sheet adsorbed on the transfer drum.

【0038】図3は、第1実施形態の画像処理部の主要
部である下地処理部におけるデータ変換の概要を示す。
色空間変換部110は、RGB色空間で表されたカラー
画像データ(RGBデータ)が入力されると、各画素ご
とにRGBデータをL*a*b*色空間上のデータL*
(1),a*(1),b*(1)に変換する。この色空
間変換部110における色変換の方法は、公知であるの
でその詳細説明は省略する。次いで、明度変換部120
は、明度成分の値L*(1)が、第1の閾値L1以上の
ときには、明度がより大きくなるように変換する。すな
わち、この明度成分の変換では、第1の閾値L1以上で
ある明度の高い白地やハイライトの色成分の明度がより
高くされる。この結果、明度が第1の閾値L1以上であ
る高い明度域での色再現域が伸長されるから、ハイライ
ト部に近い入力をさらに明度を上げることにより、地肌
の色成分が抑圧される。
FIG. 3 shows an outline of data conversion in the background processing section which is a main part of the image processing section of the first embodiment.
When the color image data (RGB data) represented in the RGB color space is input, the color space conversion unit 110 converts the RGB data for each pixel into data L * a * b * data L * in the color space.
(1), a * (1), b * (1). Since the color conversion method in the color space conversion unit 110 is known, detailed description thereof will be omitted. Next, the brightness conversion unit 120
When the value L * (1) of the lightness component is equal to or larger than the first threshold value L1, the lightness is converted to be larger. That is, in the conversion of the lightness component, the lightness of the color component of the white background or the highlight having a high lightness equal to or higher than the first threshold L1 is made higher. As a result, the color gamut in the high lightness range in which the lightness is equal to or higher than the first threshold value L1 is extended, so that the background color component is suppressed by further increasing the lightness in the input near the highlight part.

【0039】また色圧縮部130は、明度変換部120
により変換された明度L*(2)が第2の閾値L*ma
x(L*(1)軸上において第1の閾値L1より大きな
閾値L2)以上のときには、彩度がより小さくなるよう
に変換する。このとき、色圧縮部130は、色相が変化
しないように彩度を小さくするのが好ましい。具体的に
は、彩度変換部132は、明度変換後の明度レベルL*
(2)が第2の閾値L*max以上のとき、彩度を強制
的に略「0」、すなわちa*(3)=b*(3)≒0と
なるように変換する。そして、色空間変換部134は、
変換後の彩度a*(3),b*(3)および明度L*
(3)(=L*(2))を用いて、YMC色空間上のデ
ータYMCKに変換する。この色空間変換部134にお
ける色変換の方法は、公知であるのでその詳細説明は省
略する。
The color compressing section 130 also includes a lightness converting section 120.
The lightness L * (2) converted by the second threshold L * ma
When the value is equal to or more than x (threshold L2 larger than the first threshold L1 on the L * (1) axis), the conversion is performed so that the saturation becomes smaller. At this time, the color compression unit 130 preferably reduces the saturation so that the hue does not change. Specifically, the saturation conversion unit 132 causes the brightness level L * after the brightness conversion.
When (2) is greater than or equal to the second threshold L * max, the saturation is forcibly converted to approximately “0”, that is, a * (3) = b * (3) ≈0. Then, the color space conversion unit 134
Saturation a * (3), b * (3) and lightness L * after conversion
(3) (= L * (2)) is used to convert to data YMCK in the YMC color space. Since the color conversion method in the color space conversion unit 134 is known, its detailed description is omitted.

【0040】この結果、明度レベルL*(2)が第1の
閾値L1から第2の閾値L*maxまでのときには、彩
度および色相を表す色度信号それぞれの値はa1,b1
〜a2,b2の間で線形性が維持されるので色再現性を
損なうことがなく、明度L*(1)が第1の閾値L1か
ら第2の閾値L*maxに対応する閾値L2までの間で
あるハイライト色がほぼ忠実に再現される一方、閾値L
2以上であるよりハイライトの部分の色成分が確実に抑
圧される。
As a result, when the lightness level L * (2) is from the first threshold value L1 to the second threshold value L * max, the values of the chromaticity signals representing the saturation and the hue are a1 and b1, respectively.
Since linearity is maintained between ~ a2 and b2, the color reproducibility is not impaired, and the lightness L * (1) is from the first threshold L1 to the threshold L2 corresponding to the second threshold L * max. While the highlight color that is between is reproduced almost faithfully, the threshold L
A color component of a highlight portion is suppressed more reliably than 2 or more.

【0041】ここで、色空間変換部134における色空
間変換処理において、L*a*b*空間上のデータをY
MCK色空間上のデータに変換すると、一般的に、入力
が彩度なしのとき、YMCKそれぞれの値は「0」すな
わち白となる変換となるので、その後の色空間変換処理
の影響を受けずに、地色除去したところを白にして出力
することができ、印字出力に「かぶり」が発生しない。
一方、明度レベルL*(2)が第1の閾値L1から第2
の閾値L*maxまでのときには、YMCKそれぞれの
値は線形性が維持されるので、色再現性を損なうことが
ない。他方このとき、明度変換部120により、第1の
閾値L1以上の明度成分のみに対して地色除去処理が施
されているので、原稿の下地の地色が抑制され(とばさ
れ)、地色が目立たなくなる。
Here, in the color space conversion processing in the color space conversion unit 134, the data on the L * a * b * space is converted to Y.
When converted to data in the MCK color space, generally, when the input has no saturation, the value of each YMCK becomes "0", that is, white, so that it is not affected by the subsequent color space conversion processing. In addition, it is possible to output white after the background color is removed, and “fog” does not occur in the print output.
On the other hand, the brightness level L * (2) changes from the first threshold value L1 to the second threshold value L2.
Up to the threshold value L * max of, the linearity of each value of YMCK is maintained, so that the color reproducibility is not impaired. On the other hand, at this time, since the background color removal processing is performed by the brightness conversion unit 120 only on the brightness components having the first threshold value L1 or more, the background color of the background of the document is suppressed (blown out), and the background color is suppressed. The color becomes less noticeable.

【0042】また、上記第1実施形態の画像処理部20
においては、地肌除去処理の対象を明度の高い白地や彩
度の淡いハイライト部分に限定しているから、低明度域
においては色調変化を生じることがないし、高明度域に
おいて地肌除去処理をしても、色相を変化させることが
ない、色再現性の優れた処理となる。
Further, the image processing unit 20 of the first embodiment described above.
In the above, since the target of the background removal processing is limited to the white background with high lightness and the highlight portion with low saturation, there is no change in color tone in the low lightness area, and the background removal processing is performed in the high lightness area. However, the processing is excellent in color reproducibility without changing the hue.

【0043】図4は、本発明の画像処理装置の主要部で
ある下地処理部の第2実施形態のブロック図である。第
2実施形態の下地処理部100は、色圧縮部130の構
成が第1実施形態と異なる。すなわち第2実施形態の色
圧縮部130は、色空間変換部110により変換された
前処理用の色空間上のデータを出力用の色空間上のデー
タに変換するとともに、明度変換部120により変換さ
れた明度L*(2)が第2の閾値L*max以上のと
き、出力用の色空間上のデータの値を略ゼロにする色空
間変換部136を有する。
FIG. 4 is a block diagram of a second embodiment of the background processing section which is the main part of the image processing apparatus of the present invention. The background processing unit 100 of the second embodiment is different from the first embodiment in the configuration of the color compression unit 130. That is, the color compressing unit 130 of the second embodiment converts the data in the preprocessing color space converted by the color space converting unit 110 into the data in the output color space, and the lightness converting unit 120. When the brightness L * (2) is equal to or larger than the second threshold value L * max, the color space conversion unit 136 that makes the value of the data on the output color space substantially zero is included.

【0044】図5は、第2実施形態の下地処理部100
におけるデータ変換の概要を示す。色圧縮部130内の
色空間変換部136は、明度と彩度および色相とを表わ
すL*a*b*色空間で表されたデータL*(2),a
*(1),b*(1)が入力されると、先ず各画素ごと
に、出力に応じた色空間としてのYMC色空間上のデー
タY(1),M(1),C(1),K(1)に変換す
る。次いで、色空間変換部136は、明度変換部120
により変換された明度成分の値L*(2)が、第2の閾
値L*max以上のときには、YMC色空間上の全ての
データ値(色変換出力値)を変換された値よりも、強制
的により小さくする(好ましくは略ゼロにする)。この
結果、第1実施形態と同様に、明度レベルL*(2)が
第2の閾値L*max以上であるよりハイライトの部分
の色成分が確実に抑圧される。
FIG. 5 shows the background processing section 100 of the second embodiment.
The outline of the data conversion in is shown. The color space conversion unit 136 in the color compression unit 130 uses the data L * (2), a expressed in the L * a * b * color space that represents the lightness, the saturation, and the hue.
When * (1) and b * (1) are input, first, for each pixel, data Y (1), M (1), C (1) on the YMC color space as a color space according to the output. , K (1). Next, the color space conversion unit 136 causes the lightness conversion unit 120.
When the value L * (2) of the lightness component converted by is greater than or equal to the second threshold value L * max, all the data values (color conversion output values) in the YMC color space are forced to be more than the converted values. It is made smaller (preferably approximately zero). As a result, as in the case of the first embodiment, the color component in the highlighted portion is surely suppressed when the lightness level L * (2) is not less than the second threshold value L * max.

【0045】一方、第1実施形態と同様に、明度レベル
L*(2)が第1の閾値L1から第2の閾値L*max
までのときには、YMCKそれぞれの値はY1,M1,
C1,K1〜Y2,M2,C2,K2の間で線形性が維
持されるので、色再現性を損なうことがなく、またこの
とき明度変換部120により、第1の閾値L1以上の明
度成分のみに対して地色除去処理が施されているので、
原稿の下地の地色が抑制され(とばされ)、地色が目立
たなくなる。
On the other hand, as in the first embodiment, the lightness level L * (2) changes from the first threshold value L1 to the second threshold value L * max.
Up to, the values of YMCK are Y1, M1,
Since the linearity is maintained among C1, K1 to Y2, M2, C2, and K2, the color reproducibility is not impaired, and at this time, the lightness conversion unit 120 allows only the lightness component equal to or higher than the first threshold L1. Since the background color removal processing has been applied to
The background color of the background of the original is suppressed (blown), and the background color becomes inconspicuous.

【0046】以上、本発明を実施の形態を用いて説明し
たが、本発明の技術的範囲は上記実施形態に記載の範囲
には限定されない。上記実施の形態に、多様な変更また
は改良を加えることができ、そのような変更または改良
を加えた形態も本発明の技術的範囲に含まれる。また、
上記の実施形態は、クレームにかかる発明を限定するも
のではなく、また実施形態の中で説明されている特徴の
組合せの全てが発明の解決手段に必須であるとは限らな
い。
Although the present invention has been described using the embodiments, the technical scope of the present invention is not limited to the scope described in the above embodiments. Various changes or improvements can be added to the above-described embodiment, and a mode in which such changes or improvements are added is also included in the technical scope of the present invention. Also,
The above embodiments do not limit the claimed invention, and all combinations of the features described in the embodiments are not necessarily essential to the solution of the invention.

【0047】[0047]

【発明の効果】以上のように、本発明によれば、ハイラ
イト部において、原稿の地肌の色成分を確実に低減する
ことができるとともに、原稿の淡色を再現することがで
きる。
As described above, according to the present invention, it is possible to surely reduce the background color component of the document in the highlight portion and to reproduce the light color of the document.

【図面の簡単な説明】[Brief description of drawings]

【図1】 本発明の画像処理装置の一例を搭載したカラ
ー複写機の一例の機構図である。
FIG. 1 is a mechanism diagram of an example of a color copying machine equipped with an example of an image processing apparatus of the present invention.

【図2】 本発明の画像処理部の第1実施形態のブロッ
ク図である。
FIG. 2 is a block diagram of a first embodiment of an image processing unit of the present invention.

【図3】 第1実施形態の下地処理部におけるデータ変
換の概要を示す図である。
FIG. 3 is a diagram showing an outline of data conversion in a background processing unit of the first embodiment.

【図4】 本発明の画像処理装置の主要部である下地処
理部の第2実施形態のブロック図である。
FIG. 4 is a block diagram of a second embodiment of a background processing unit that is a main part of the image processing apparatus of the present invention.

【図5】 第2実施形態の下地処理部におけるデータ変
換の概要を示す図である。
FIG. 5 is a diagram showing an outline of data conversion in a background processing unit of the second embodiment.

【符号の説明】[Explanation of symbols]

20…画像処理部、100…下地処理部、110…色空
間変換部、120…明度変換部、130…色圧縮部、1
32…彩度変換部、134…色空間変換部、136…色
空間変換部、L1…第1の閾値、L*max…第2の閾
20 ... Image processing unit, 100 ... Background processing unit, 110 ... Color space conversion unit, 120 ... Lightness conversion unit, 130 ... Color compression unit, 1
32 ... Saturation conversion unit, 134 ... Color space conversion unit, 136 ... Color space conversion unit, L1 ... First threshold value, L * max ... Second threshold value

フロントページの続き Fターム(参考) 2C262 AA24 AB13 BA16 BA19 BC07 BC19 DA17 5B057 CA01 CA08 CA12 CB01 CB08 CB12 CE17 CE18 CH11 DB02 DB06 DB09 DC25 5C077 LL19 MP08 PP33 PP35 PP36 PP37 PP52 PQ22 RR14 TT06 5C079 HB03 HB06 HB08 HB12 LA07 LA26 LB02 MA02 NA03 NA07 PA01 PA02 PA05 Continued front page    F-term (reference) 2C262 AA24 AB13 BA16 BA19 BC07                       BC19 DA17                 5B057 CA01 CA08 CA12 CB01 CB08                       CB12 CE17 CE18 CH11 DB02                       DB06 DB09 DC25                 5C077 LL19 MP08 PP33 PP35 PP36                       PP37 PP52 PQ22 RR14 TT06                 5C079 HB03 HB06 HB08 HB12 LA07                       LA26 LB02 MA02 NA03 NA07                       PA01 PA02 PA05

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 画像の地肌部の色成分を低減する画像処
理装置であって、 前記画像を担持する画像信号を、明度信号と色度信号に
変換する前処理用の色空間変換部と、 前記前処理用の色空間変換部により変換された前記明度
信号が表す明度が第1の閾値以上のとき、前記明度がよ
り大きくなるように前記明度信号を変換する明度変換部
と、 前記明度信号が表す明度が前記第1の閾値より大きな第
2の閾値以上のとき、前記色度信号が表す彩度がより小
さくなるように前記色度信号を変換する色圧縮部とを備
えたことを特徴とする画像処理装置。
1. An image processing apparatus for reducing a color component of a background portion of an image, comprising: a color space conversion unit for pre-processing for converting an image signal carrying the image into a lightness signal and a chromaticity signal; A lightness conversion unit that converts the lightness signal so that the lightness becomes larger when the lightness represented by the lightness signal converted by the preprocessing color space conversion unit is equal to or greater than a first threshold; and the lightness signal. And a color compression unit that converts the chromaticity signal so that the saturation represented by the chromaticity signal becomes smaller when the lightness represented by is greater than or equal to a second threshold value that is greater than the first threshold value. Image processing device.
【請求項2】 前記色圧縮部は、前記明度信号が表す明
度が前記第2の閾値以上のとき、前記色度信号が表す彩
度がより小さくなるように前記色度信号を変換する彩度
変換部と、該彩度変換部により変換された彩度信号およ
び前記明度変換部により変換された明度信号を用いて、
前記前処理用の色空間変換部により変換された前記前処
理用の色空間上の信号を、前記前処理用の色空間とは異
なる出力用の色空間上の信号に変換する出力用の色空間
変換部とを有することを特徴とする請求項1記載の画像
処理装置。
2. The saturation which converts the chromaticity signal so that the saturation shown by the chromaticity signal becomes smaller when the brightness represented by the brightness signal is equal to or higher than the second threshold value. Using a conversion unit, the saturation signal converted by the saturation conversion unit and the brightness signal converted by the brightness conversion unit,
An output color that converts the signal on the preprocessing color space converted by the preprocessing color space conversion unit into a signal on an output color space different from the preprocessing color space. The image processing apparatus according to claim 1, further comprising a space conversion unit.
【請求項3】 前記色圧縮部は、前記前処理用の色空間
変換部により変換された前記前処理用の色空間上の信号
を、前記前処理用の色空間とは異なる出力用の色空間上
の信号に変換するとともに、前記明度信号が表す明度が
前記第2の閾値以上のとき、前記出力用の色空間上の信
号により表される彩度がより小さくなるように、前記出
力用の色空間上の信号を変換する出力用の色空間変換部
を有することを特徴とする請求項1記載の画像処理装
置。
3. The color compression unit outputs the signal on the preprocessing color space converted by the preprocessing color space conversion unit to an output color different from the preprocessing color space. When the lightness represented by the lightness signal is equal to or greater than the second threshold value, the output signal is converted into a signal on a space so that the saturation represented by the signal on the output color space becomes smaller. The image processing apparatus according to claim 1, further comprising an output color space conversion unit that converts a signal on the color space of.
JP2001186181A 2001-06-20 2001-06-20 Image processor Pending JP2003008913A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001186181A JP2003008913A (en) 2001-06-20 2001-06-20 Image processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001186181A JP2003008913A (en) 2001-06-20 2001-06-20 Image processor

Publications (1)

Publication Number Publication Date
JP2003008913A true JP2003008913A (en) 2003-01-10

Family

ID=19025647

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001186181A Pending JP2003008913A (en) 2001-06-20 2001-06-20 Image processor

Country Status (1)

Country Link
JP (1) JP2003008913A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005048583A1 (en) * 2003-11-14 2005-05-26 Mitsubishi Denki Kabushiki Kaisha Color correction device and color correction method
JP2006237906A (en) * 2005-02-23 2006-09-07 Fuji Xerox Co Ltd Image processing apparatus and image processing method
JP2007013846A (en) * 2005-07-04 2007-01-18 Fuji Xerox Co Ltd Image processing device and its method
JP2007019885A (en) * 2005-07-07 2007-01-25 Fuji Xerox Co Ltd Image processor, method and program
CN100410079C (en) * 2004-09-17 2008-08-13 佳能株式会社 Color processing apparatus and its method, program, and printer driver
US7646517B2 (en) 2004-02-27 2010-01-12 Seiko Epson Corporation Image processing system and image processing method
US8023145B2 (en) 2004-02-27 2011-09-20 Seiko Epson Corporation Image processing system and image processing method
JP2012101453A (en) * 2010-11-10 2012-05-31 Seiko Epson Corp Printing apparatus, color conversion method, program, and recording medium
JP2014072820A (en) * 2012-10-01 2014-04-21 Oki Data Corp Image processing apparatus

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005048583A1 (en) * 2003-11-14 2005-05-26 Mitsubishi Denki Kabushiki Kaisha Color correction device and color correction method
US7599551B2 (en) 2003-11-14 2009-10-06 Mitsubishi Denki Kabushiki Kaisha Color correction device and color correction method
US7646517B2 (en) 2004-02-27 2010-01-12 Seiko Epson Corporation Image processing system and image processing method
US8023145B2 (en) 2004-02-27 2011-09-20 Seiko Epson Corporation Image processing system and image processing method
CN100410079C (en) * 2004-09-17 2008-08-13 佳能株式会社 Color processing apparatus and its method, program, and printer driver
JP2006237906A (en) * 2005-02-23 2006-09-07 Fuji Xerox Co Ltd Image processing apparatus and image processing method
JP2007013846A (en) * 2005-07-04 2007-01-18 Fuji Xerox Co Ltd Image processing device and its method
JP4529820B2 (en) * 2005-07-04 2010-08-25 富士ゼロックス株式会社 Image processing apparatus and method
JP2007019885A (en) * 2005-07-07 2007-01-25 Fuji Xerox Co Ltd Image processor, method and program
JP4595721B2 (en) * 2005-07-07 2010-12-08 富士ゼロックス株式会社 Image processing apparatus and program
JP2012101453A (en) * 2010-11-10 2012-05-31 Seiko Epson Corp Printing apparatus, color conversion method, program, and recording medium
JP2014072820A (en) * 2012-10-01 2014-04-21 Oki Data Corp Image processing apparatus

Similar Documents

Publication Publication Date Title
US5165072A (en) Image processing apparatus which detects a line image
JP2600515B2 (en) Image processing method
US7916352B2 (en) Image processing apparatus, image processing method, program, and recording medium
JP4280404B2 (en) Image processing apparatus and method
JP2003008913A (en) Image processor
JP4140212B2 (en) Image processing device
JP3337723B2 (en) Image processing apparatus and image processing method
JPH07307869A (en) Image processing unit
JP2001186356A (en) Picture compression device, picture compresion method and computer readable storage medium
JP3988970B2 (en) Image processing apparatus, image processing method, and storage medium
JP2003008907A (en) Image processor
JP3079630B2 (en) Image processing device
JP2004128664A (en) Image processor and processing method
JP3829656B2 (en) Image reading device
JP5361556B2 (en) Image processing apparatus and method, and computer program and storage medium
JP3909924B2 (en) Image processing device
JP2004282489A (en) Image processor and image forming apparatus
JP3471915B2 (en) Image processing apparatus and method
JP2003008900A (en) Image processor
JPH04314183A (en) Image processing device
JP3492460B2 (en) Background processing method for color image forming apparatus
JP2001211318A (en) Device and method for image processing, storage medium, and image processing system
JP2004112604A (en) Image processing apparatus
JPH0318176A (en) Color picture processor
JP2000134491A (en) Image processor and its control method, and storage medium