JPH08186704A - Magnified data generator in digital copying machine - Google Patents

Magnified data generator in digital copying machine

Info

Publication number
JPH08186704A
JPH08186704A JP6326910A JP32691094A JPH08186704A JP H08186704 A JPH08186704 A JP H08186704A JP 6326910 A JP6326910 A JP 6326910A JP 32691094 A JP32691094 A JP 32691094A JP H08186704 A JPH08186704 A JP H08186704A
Authority
JP
Japan
Prior art keywords
density
pixel density
pixel
range
minimum
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
JP6326910A
Other languages
Japanese (ja)
Inventor
Shinji Koga
新二 古閑
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.)
Kyocera Mita Industrial Co Ltd
Original Assignee
Mita Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mita Industrial Co Ltd filed Critical Mita Industrial Co Ltd
Priority to JP6326910A priority Critical patent/JPH08186704A/en
Publication of JPH08186704A publication Critical patent/JPH08186704A/en
Pending legal-status Critical Current

Links

Landscapes

  • Editing Of Facsimile Originals (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

PURPOSE: To prevent the contour part of a character from blurring and the line width of the character from being changed by density adjustment. CONSTITUTION: This generator is provided with a magnification interpolation processing means 11 and a contour emphasis processing means 12. The contour emphasis processing means 12 is provided a first means for obtaining a minimum picture element density and maximum picture element density within the density judgment area of a prescribed size whose center is a picture element under consideration and with a second means in which a density range between the minimum picture element density and the maximum picture element is divided into the three ranges of a low density range, an intermediate density range and a high density range corresponding to a set magnifying power, the density of the picture element under consideration is converted to the minimum picture element density when a difference between the density of the picture element under consideration and the minimum picture element density is within the low density range, the density of the picture element under consideration is converted to the maximum picture element density when the difference is within the high density range and the density of the picture element under consideration is converted to the density corresponding to the difference between the density of the picture element under consideration and the minimum picture element density when the difference is within the intermediate density range.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、ディジタル複写機に
おける拡大画像データ生成装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a magnified image data generating device in a digital copying machine.

【0002】[0002]

【従来の技術】ディジタル複写機においては、原稿画像
がCCD等によって入力され、その入力データが多値化
処理され、その結果が多値画像として出力される。
2. Description of the Related Art In a digital copying machine, an original image is input by a CCD or the like, the input data is multivalued, and the result is output as a multivalued image.

【0003】拡大時においては、副走査方向の拡大を行
なうために、光学系の移動速度が拡大倍率に応じて遅く
され、1画素に対応する原稿上の走査線幅が狭くされ
る。また、多値化処理後の多値化データに対して、主走
査方向の拡大を行なうために、次のような拡大補間処理
が行なわれる。
At the time of enlargement, in order to perform enlargement in the sub-scanning direction, the moving speed of the optical system is slowed according to the enlargement magnification, and the scanning line width on the original corresponding to one pixel is narrowed. Further, in order to perform enlargement in the main scanning direction on the multivalued data after the multivalued processing, the following enlargement interpolation processing is performed.

【0004】つまり、主走査方向に隣合う画素(注目画
素と次の画素)の濃度勾配に応じて、設定拡大倍率に応
じた数の画素データが上記隣合う画素間に補間される。
注目画素濃度をIDn 、次画素の濃度をIDn+1 、補間
画素の濃度をADm とすると、補間画素の濃度AD
m は、次のようにして決定される。
That is, a number of pixel data corresponding to the set enlargement magnification is interpolated between the adjacent pixels according to the density gradient of the adjacent pixels (the target pixel and the next pixel) in the main scanning direction.
Assuming that the density of the pixel of interest is ID n , the density of the next pixel is ID n + 1 , and the density of the interpolation pixel is AD m , the density AD of the interpolation pixel is AD.
m is determined as follows.

【0005】補間画素の数が1個のとき、すなわち、拡
大倍率が2倍のときには、次の数式1に基づいて、補間
画素の濃度AD1 が決定される。
When the number of interpolated pixels is one, that is, when the enlargement factor is two, the density AD 1 of the interpolated pixel is determined based on the following equation 1.

【0006】[0006]

【数1】 AD1 =IDn +(IDn+1 −IDn )・1/2## EQU1 ## AD 1 = ID n + (ID n + 1 -ID n ) .1 / 2

【0007】補間画素の数が2個のとき、すなわち、拡
大倍率が3倍のときには、次の数式2に基づいて、各補
間画素の濃度AD1 、AD2 が決定される。
When the number of interpolated pixels is 2, that is, when the enlargement factor is 3, the densities AD 1 and AD 2 of the interpolated pixels are determined based on the following equation (2).

【0008】[0008]

【数2】 AD1 =IDn +(IDn+1 −IDn )・1/3 AD2 =IDn +(IDn+1 −IDn )・2/3[Number 2] AD 1 = ID n + (ID n + 1 -ID n) · 1/3 AD 2 = ID n + (ID n + 1 -ID n) · 2/3

【0009】補間画素の数が3個のとき、すなわち、拡
大倍率が4倍のときには、次の数式3に基づいて、各補
間画素の濃度AD1 、AD2 、AD3 が決定される。
When the number of interpolated pixels is 3, that is, when the enlargement factor is 4, the densities AD 1 , AD 2 , and AD 3 of the interpolated pixels are determined on the basis of the following formula 3.

【0010】[0010]

【数3】 AD1 =IDn +(IDn+1 −IDn )・1/4 AD2 =IDn +(IDn+1 −IDn )・2/4 AD3 =IDn +(IDn+1 −IDn )・3/4## EQU00003 ## AD 1 = ID n + (ID n + 1 −ID n ) · 1/4 AD 2 = ID n + (ID n + 1 −ID n ) · 2/4 AD 3 = ID n + (ID n + 1- ID n ) ・ 3/4

【0011】[0011]

【発明が解決しようとする課題】上記従来の拡大補間処
理によって、ジャギーのない輪郭のなめらかな拡大画像
が得られる。しかしながら、上記のような拡大補間処理
によって得られた拡大画像データを用いて拡大画像を得
た場合には、濃度差をはっきりさせたい文字の輪郭部が
ぼやけるという問題がある。また、上記のような拡大補
間処理で得られた拡大画像データに対して、濃度調整が
行なわれた場合、文字の線幅が太くなったり、細くなっ
たりするという問題がある。
By the conventional enlargement interpolation processing described above, an enlarged image having a smooth contour without jaggies can be obtained. However, when a magnified image is obtained using the magnified image data obtained by the magnifying interpolation processing as described above, there is a problem that the outline portion of the character for which the density difference is desired to be clear is blurred. Further, when the density adjustment is performed on the enlarged image data obtained by the above-described enlargement interpolation processing, there is a problem that the line width of the character becomes thick or thin.

【0012】この発明は、文字の輪郭部がぼやけたり、
濃度調整によって文字の線幅が変化するのを防止できる
ディジタル複写機における拡大画像データ生成装置を提
供することを目的とする。
According to the present invention, the outline of a character is blurred,
It is an object of the present invention to provide a magnified image data generation device in a digital copying machine which can prevent the line width of characters from changing due to density adjustment.

【0013】[0013]

【課題を解決するための手段】この発明によるディジタ
ル複写機における第1の拡大画像データ生成装置は、主
走査方向に隣合う画素の濃度勾配に応じて、設定拡大倍
率に応じた数の画素データを上記隣合う画素間に補間す
る拡大補間処理手段、および拡大補間処理後の画素デー
タに対して、輪郭強調処理を行なう輪郭強調処理手段を
備え、輪郭強調処理手段は、注目画素を中心とした所定
サイズの濃度判定領域内の最小画素濃度および最大画素
濃度を求める第1手段、および上記最小画素濃度と上記
最大画素濃度との間の濃度範囲を、設定拡大倍率に応じ
て低濃度範囲、中間濃度範囲および高濃度範囲の3つの
範囲に分け、注目画素濃度と最小画素濃度との差が低濃
度範囲内である場合には、注目画素濃度を上記最小画素
濃度に変換し、注目画素濃度と最小画素濃度との差が高
濃度範囲内である場合には、注目画素濃度を上記最大画
素濃度に変換し、注目画素濃度と最小画素濃度との差が
中間度範囲内である場合には、上記最小画素濃度と上記
最大画素濃度との間の濃度範囲内において注目画素濃度
と最小画素濃度との差に応じた濃度に注目画素濃度を変
換する第2手段を備えていることを特徴とする。
A first magnified image data generating device in a digital copying machine according to the present invention has a number of pixel data corresponding to a set magnifying power according to a density gradient of adjacent pixels in the main scanning direction. Is provided between the adjacent pixels, and an edge enhancement processing means for performing edge enhancement processing on the pixel data after the extension interpolation processing. The edge enhancement processing means is centered on the pixel of interest. A first means for obtaining the minimum pixel density and the maximum pixel density in a density determination area of a predetermined size, and a density range between the minimum pixel density and the maximum pixel density are a low density range and an intermediate density range depending on a set enlargement magnification. If the difference between the target pixel density and the minimum pixel density is within the low density range, the target pixel density is converted into the minimum pixel density, and When the difference between the pixel density and the minimum pixel density is within the high density range, the target pixel density is converted to the maximum pixel density, and the difference between the target pixel density and the minimum pixel density is within the intermediate range. Further comprises second means for converting the target pixel density into a density corresponding to a difference between the target pixel density and the minimum pixel density within a density range between the minimum pixel density and the maximum pixel density. Characterize.

【0014】上記第2手段としては、たとえば、上記注
目画素濃度をS、上記最小画素濃度をLth、上記最大画
素濃度をHthおよび上記設定拡大倍率をαとして、第1
指標kを、(2α−1)・{(S−Lth)/(Hth−L
th)}−(α−1)の式に基づいて算出する手段、算出
された第1指標kに基づき、第2指標Kを、k≦0であ
ればK=0、k≧1であればK=1、0<k<1であれ
ばK=kとする規則に基づいて求める手段、ならびに求
められた第2指標Kを用い、注目画素濃度Sを、(Hth
−Lth)K+Lthの式に基づいて、濃度変換する手段を
備えているものが用いられる。
As the second means, for example, the target pixel density is S, the minimum pixel density is L th , the maximum pixel density is H th, and the set enlargement magnification is α, and the first means is
The index k is calculated as (2α−1) · {(S−L th ) / (H th −L
th )}-(α-1), a second index K based on the calculated first index k, if k ≦ 0, K = 0, if k ≧ 1 When K = 1 and 0 <k <1, means for obtaining based on the rule of K = k and the obtained second index K are used to set the target pixel density S to (H th
A unit having a means for converting the density based on the formula −L th ) K + L th is used.

【0015】この発明によるディジタル複写機における
第2の拡大画像データ生成装置は、主走査方向に隣合う
画素の濃度勾配に応じて、設定拡大倍率に応じた数の画
素データを上記隣合う画素間に補間する拡大補間処理手
段、および拡大補間処理後の画素データに対して、輪郭
強調処理を行なう輪郭強調処理手段を備え、輪郭強調処
理手段は、予め設定された最小画素濃度と予め設定され
た最大画素濃度との間の濃度範囲を、設定拡大倍率に応
じて低濃度範囲、中間濃度範囲および高濃度範囲の3つ
の範囲に分け、注目画素濃度と最小画素濃度との差が低
濃度範囲内である場合には、注目画素濃度を上記最小画
素濃度に変換し、注目画素濃度と最小画素濃度との差が
高濃度範囲内である場合には、注目画素濃度を上記最大
画素濃度に変換し、注目画素濃度と最小画素濃度との差
が中間度範囲内である場合には、上記最小画素濃度と上
記最大画素濃度との間の濃度範囲内において注目画素濃
度と最小画素濃度との差に応じた濃度に注目画素濃度を
変換するものであることを特徴とする。
The second magnified image data generating apparatus in the digital copying machine according to the present invention provides the pixel data of the number corresponding to the set magnification in accordance with the density gradient of the adjacent pixels in the main scanning direction between the adjacent pixels. And an edge enhancement processing means for performing edge enhancement processing on the pixel data after the extension interpolation processing. The edge enhancement processing means is preset with a preset minimum pixel density. The density range between the maximum pixel density and the maximum pixel density is divided into three ranges, a low density range, an intermediate density range, and a high density range, according to the set magnification, and the difference between the target pixel density and the minimum pixel density is within the low density range. If the difference between the target pixel density and the minimum pixel density is within the high density range, the target pixel density is converted to the maximum pixel density. If the difference between the target pixel density and the minimum pixel density is within the intermediate range, the difference between the target pixel density and the minimum pixel density is determined within the density range between the minimum pixel density and the maximum pixel density. It is characterized in that the density of the pixel of interest is converted into another density.

【0016】上記輪郭強調処理手段としては、たとえ
ば、上記注目画素濃度をS、上記最小画素濃度をLth
上記最大画素濃度をHthおよび上記設定拡大倍率をαと
して、第1指標kを、(2α−1)・{(S−Lth)/
(Hth−Lth)}−(α−1)の式に基づいて算出する
手段、算出された第1指標kに基づき、第2指標Kを、
k≦0であればK=0、k≧1であればK=1、0<k
<1であればK=kとする規則に基づいて求める手段、
ならびに求められた第2指標Kを用い、注目画素濃度S
を、(Hth−Lth)K+Lthの式に基づいて、濃度変換
する手段を備えているものが用いられる。
As the contour enhancement processing means, for example, the target pixel density is S, the minimum pixel density is L th ,
Letting H th be the maximum pixel density and α be the set enlargement magnification, the first index k is (2α−1) · {(S−L th ) /
Means for calculating based on the formula (H th −L th )} − (α−1), the second index K based on the calculated first index k,
If k ≦ 0, K = 0; if k ≧ 1, K = 1, 0 <k
If <1, then means for obtaining based on the rule that K = k,
And using the obtained second index K, the target pixel density S
Is provided with a means for converting the density based on the formula of (H th −L th ) K + L th .

【0017】[0017]

【作用】この発明によるディジタル複写機における第1
の拡大画像データ生成装置では、主走査方向に隣合う画
素の濃度勾配に応じて、設定拡大倍率に応じた数の画素
データが上記隣合う画素間に補間される。そして、拡大
補間処理後の画素データに対して、輪郭強調処理が行な
われる。
The first aspect of the digital copying machine according to the present invention
In the enlarged image data generation device, the pixel data of the number corresponding to the set enlargement magnification is interpolated between the adjacent pixels according to the density gradient of the adjacent pixels in the main scanning direction. Then, the contour emphasis processing is performed on the pixel data after the enlargement interpolation processing.

【0018】輪郭強調処理は、次のように行なわれる。
すなわち、まず、注目画素を中心とした所定サイズの濃
度判定領域内の最小画素濃度および最大画素濃度が求め
られる。そして、上記最小画素濃度と上記最大画素濃度
との間の濃度範囲を、設定拡大倍率に応じて低濃度範
囲、中間濃度範囲および高濃度範囲の3つの範囲に分
け、注目画素濃度と最小画素濃度との差が低濃度範囲内
である場合には、注目画素濃度が上記最小画素濃度に変
換される。注目画素濃度と最小画素濃度との差が高濃度
範囲内である場合には、注目画素濃度が上記最大画素濃
度に変換される。注目画素濃度と最小画素濃度との差が
中間度範囲内である場合には、上記最小画素濃度と上記
最大画素濃度との間の濃度範囲内において注目画素濃度
と最小画素濃度との差に応じた濃度に注目画素濃度が変
換される。
The contour enhancement processing is performed as follows.
That is, first, the minimum pixel density and the maximum pixel density in the density determination area of a predetermined size centered on the target pixel are obtained. Then, the density range between the minimum pixel density and the maximum pixel density is divided into three ranges of a low density range, an intermediate density range, and a high density range according to the set enlargement magnification, and the target pixel density and the minimum pixel density are When the difference between and is within the low density range, the target pixel density is converted to the minimum pixel density. When the difference between the target pixel density and the minimum pixel density is within the high density range, the target pixel density is converted to the maximum pixel density. If the difference between the target pixel density and the minimum pixel density is within the intermediate range, the difference between the target pixel density and the minimum pixel density is determined within the density range between the minimum pixel density and the maximum pixel density. The density of the pixel of interest is converted into the density of interest.

【0019】この発明によるディジタル複写機における
第2の拡大画像データ生成装置では、主走査方向に隣合
う画素の濃度勾配に応じて、設定拡大倍率に応じた数の
画素データが上記隣合う画素間に補間される。そして、
拡大補間処理後の画素データに対して、輪郭強調処理が
行なわれる。
In the second enlarged image data generating apparatus in the digital copying machine according to the present invention, the pixel data of the number corresponding to the set enlargement magnification is set between the adjacent pixels in accordance with the density gradient of the adjacent pixels in the main scanning direction. Is interpolated to. And
Contour enhancement processing is performed on the pixel data after the expansion interpolation processing.

【0020】輪郭強調処理は、次のように行なわれる。
すなわち、予め設定された最小画素濃度と予め設定され
た最大画素濃度との間の濃度範囲を、設定拡大倍率に応
じて低濃度範囲、中間濃度範囲および高濃度範囲の3つ
の範囲に分け、注目画素濃度と最小画素濃度との差が低
濃度範囲内である場合には、注目画素濃度が上記最小画
素濃度に変換される。注目画素濃度と最小画素濃度との
差が高濃度範囲内である場合には、注目画素濃度が上記
最大画素濃度に変換される。注目画素濃度と最小画素濃
度との差が中間度範囲内である場合には、上記最小画素
濃度と上記最大画素濃度との間の濃度範囲内において注
目画素濃度と最小画素濃度との差に応じた濃度に注目画
素濃度が変換される。
The contour enhancement processing is performed as follows.
That is, the density range between the preset minimum pixel density and the preset maximum pixel density is divided into three ranges, a low density range, an intermediate density range, and a high density range, according to the set magnification ratio. When the difference between the pixel density and the minimum pixel density is within the low density range, the target pixel density is converted to the minimum pixel density. When the difference between the target pixel density and the minimum pixel density is within the high density range, the target pixel density is converted to the maximum pixel density. When the difference between the target pixel density and the minimum pixel density is within the intermediate range, the difference between the target pixel density and the minimum pixel density is determined within the density range between the minimum pixel density and the maximum pixel density. The density of the pixel of interest is converted into the density of interest.

【0021】[0021]

【実施例】以下、図1を参照して、この発明の実施例に
ついて説明する。
Embodiments of the present invention will be described below with reference to FIG.

【0022】図1は、ディジタル複写機の画像データ処
理回路を示している。
FIG. 1 shows an image data processing circuit of a digital copying machine.

【0023】ここでは、複写倍率として拡大倍率α(α
>1)が設定された場合の画像データ処理回路の動作に
ついて説明する。拡大倍率αが設定されているので、複
写時には、副走査方向の拡大を行なうために、光学系の
移動速度が拡大倍率αに応じて遅くされ、1画素に対応
する原稿上の走査線幅が狭くされる。
Here, the enlargement magnification α (α
The operation of the image data processing circuit when> 1) is set will be described. Since the enlargement ratio α is set, the moving speed of the optical system is slowed in accordance with the enlargement ratio α during copying in order to perform enlargement in the sub-scanning direction, and the scanning line width on the original corresponding to one pixel is reduced. To be narrowed.

【0024】CCD1によって読み込まれた画素データ
は、多値化処理部2で所定の複数段階の濃度を表す多値
化データに変換される。多値化処理部2から出力される
多値化画素データは、拡大画像データ生成部3に送られ
る。拡大画像データ生成部3では、設定倍率に応じた拡
大画像のデータが生成される。拡大画像データ生成部3
によって得られた拡大画像データは、濃度調整部4に送
られる。濃度調整部4では、入力階調/出力階調テーブ
ルに基づいて、入力された各画素データの濃度(入力階
調)から出力データ(出力階調)が得られる。このよう
にして得られた出力データは、画像出力部に送られる。
The pixel data read by the CCD 1 is converted into multi-valued data representing the density of a predetermined plurality of levels in the multi-valued processing section 2. The multi-valued pixel data output from the multi-valued processing unit 2 is sent to the enlarged image data generation unit 3. The magnified image data generation unit 3 generates magnified image data according to the set magnification. Enlarged image data generator 3
The enlarged image data obtained by the above is sent to the density adjusting unit 4. The density adjusting unit 4 obtains output data (output gradation) from the density (input gradation) of each input pixel data based on the input gradation / output gradation table. The output data thus obtained is sent to the image output unit.

【0025】図2は、拡大画像データ生成部3の構成を
示している。
FIG. 2 shows the structure of the enlarged image data generating section 3.

【0026】拡大画像データ生成部3は、拡大補間処理
部11および輪郭強調処理部12を備えている。拡大補
間処理部11は、多値化処理部2からの多値化画素デー
タに対して、上述したように、主走査方向に隣合う画素
(注目画素と次の画素)の濃度勾配に応じて、設定拡大
倍率に応じた数の画素データが上記隣合う画素間に補間
される。各補間画素の濃度は、上記数式1〜3に示した
ような方法で決定される。
The magnified image data generating section 3 includes a magnifying interpolation processing section 11 and a contour emphasizing processing section 12. As described above, the enlargement interpolation processing unit 11 responds to the multi-valued pixel data from the multi-valued processing unit 2 according to the density gradient of the adjacent pixels (the target pixel and the next pixel) in the main scanning direction. , The number of pixel data corresponding to the set enlargement ratio is interpolated between the adjacent pixels. The densities of the respective interpolated pixels are determined by the method as shown in Equations 1 to 3 above.

【0027】輪郭強調処理部12の動作について説明す
る。拡大補間処理部11による拡大補間処理後の画素デ
ータ中の注目画素の濃度をSとする。注目画素を中心と
したn行×m列の画素からなる領域(以下、濃度判定領
域という)の中から、最大画素濃度Hthおよび最小画素
濃度Lthを検出する。上記濃度判定領域のnは、2以上
の自然数であり、上記濃度判定領域のmは1以上の自然
数である。設定された拡大倍率をαとすると、上記濃度
判定領域のnを、n=2α+1で求められる数に設定す
ることが好ましい。また、上記濃度判定領域のmを、3
〜5に設定することが好ましい。
The operation of the contour emphasis processing section 12 will be described. Let S be the density of the pixel of interest in the pixel data after the enlargement interpolation processing by the enlargement interpolation processing unit 11. The maximum pixel density H th and the minimum pixel density L th are detected from an area composed of pixels of n rows × m columns centering on the pixel of interest (hereinafter referred to as density determination area). N in the density determination area is a natural number of 2 or more, and m in the density determination area is a natural number of 1 or more. When the set enlargement factor is α, it is preferable to set n in the density determination area to a number obtained by n = 2α + 1. In addition, m of the density determination region is set to 3
It is preferable to set to ~ 5.

【0028】次に、次の数式4によって、第1指標kを
求める。
Next, the first index k is obtained by the following equation 4.

【0029】[0029]

【数4】k=(2α−1)・{(S−Lth)/(Hth
th)}−(α−1)
Equation 4] k = (2α-1) · {(S-L th) / (H th -
L th )}-(α-1)

【0030】第1指標kは、注目画素の濃度Sが、それ
を中心とする上記濃度判定領域内の最小画素濃度Lth
最大画素濃度Hthとの間のどの濃度位置にあるかを示す
指標である。
The first index k indicates at which density position the density S of the pixel of interest is between the minimum pixel density L th and the maximum pixel density H th in the density determination area centered on it. It is an index.

【0031】たとえば、拡大倍率αが2である場合に
は、k=3・{(S−Lth)/(Hth−Lth)}−1と
なる。したがって、(S−Lth)が(Hth−Lth)の1
/3以下である場合には、kは0以下(k≦0)とな
る。(S−Lth)が(Hth−Lth)の2/3以上である
場合には、kは1以上(k≧1)となる。(S−Lth
が(Hth−Lth)の1/3より大きく2/3より小さい
場合には、kは0<k<1の範囲内の値となる。
For example, when the enlargement factor α is 2, k = 3 {(S-L th ) / (H th- L th )}-1. Therefore, (S−L th ) is 1 of (H th −L th ).
When it is / 3 or less, k is 0 or less (k ≦ 0). If (S-L th) is 2/3 or more (H th -L th) is, k is 1 or more (k ≧ 1). (S-L th )
Is larger than 1/3 of (H th −L th ) and smaller than 2/3, k becomes a value within the range of 0 <k <1.

【0032】たとえば、拡大倍率αが3である場合に
は、k=5・{(S−Lth)/(Hth−Lth)}−2と
なる。したがって、(S−Lth)が(Hth−Lth)の2
/5以下である場合には、kは0以下(k≦0)とな
る。(S−Lth)が(Hth−Lth)の3/5以上である
場合には、kは1以上(k≧1)となる。(S−Lth
が(Hth−Lth)の2/5より大きく3/5より小さい
場合には、kは0<k<1の範囲内の値となる。
For example, when the enlargement factor α is 3, k = 5 {(S-L th ) / (H th- L th )}-2. Therefore, (S−L th ) is 2 of (H th −L th ).
When it is / 5 or less, k is 0 or less (k ≦ 0). If (S-L th) is 3/5 or more (H th -L th) is, k is 1 or more (k ≧ 1). (S-L th )
Is larger than 2/5 and smaller than 3/5 of (H th −L th ), k takes a value within the range of 0 <k <1.

【0033】たとえば、拡大倍率αが4である場合に
は、k=7・{(S−Lth)/(Hth−Lth)}−3と
なる。したがって、(S−Lth)が(Hth−Lth)の3
/7以下である場合には、kは0以下(k≦0)とな
る。(S−Lth)が(Hth−Lth)の4/7以上である
場合には、kは1以上(k≧1)となる。(S−Lth
が(Hth−Lth)の3/7より大きく4/7より小さい
場合には、kは0<k<1の範囲内の値となる。
For example, when the enlargement factor α is 4, k = 7 {(S-L th ) / (H th- L th )}-3. Therefore, (S−L th ) is 3 of (H th −L th ).
When it is / 7 or less, k is 0 or less (k ≦ 0). If (S-L th) is 4/7 or more (H th -L th) is, k is 1 or more (k ≧ 1). (S-L th )
Is larger than 3/7 and smaller than 4/7 of (H th −L th ), k takes a value within the range of 0 <k <1.

【0034】そして、次の数式5によって表される判別
式により、第2指標Kを求める。
Then, the second index K is obtained by the discriminant expressed by the following equation 5.

【0035】[0035]

【数5】k≦0であれば、K=0とする。k≧1であれ
ば、K=1とする。0<k<1であれば、K=kとす
る。
## EQU00005 ## If k.ltoreq.0, then K = 0. If k ≧ 1, then K = 1. If 0 <k <1, then K = k.

【0036】第2指標Kは、注目画素の濃度Sがそれを
中心とする上記濃度判定領域の最小画素濃度Lthと最大
画素濃度Hthとの濃度範囲を、拡大倍率αに応じて3つ
の範囲に分けた場合に、どの範囲に属するか等を示す指
標である。
As the second index K, the density range of the minimum pixel density L th and the maximum pixel density H th of the density determination area with the density S of the pixel of interest as the center is set to three values according to the enlargement ratio α. When divided into ranges, it is an index indicating which range it belongs to.

【0037】たとえば、拡大倍率αが2倍の場合には、
上記濃度判定領域の最小画素濃度L thと最大画素濃度H
thとの間が、最大最小濃度差(Hth−Lth)の1/3以
下の低濃度範囲、最大最小濃度差の2/3以上の高濃度
範囲およびそれらの中間の中間濃度範囲に分割される。
拡大倍率αが3倍の場合には、上記濃度判定領域の最小
画素濃度Lthと最大画素濃度Hthとの間が、最大最小濃
度差の2/5以下の低濃度範囲、最大最小濃度差の3/
5以上の高濃度範囲およびそれらの中間の中間濃度範囲
に分割される。拡大倍率αが4倍の場合には、上記濃度
判定領域の最小画素濃度Lthと最大画素濃度Hthとの間
が、最大最小濃度差の3/7以下の低濃度範囲、最大最
小濃度差の4/7以上の高濃度範囲およびそれらの中間
の中間濃度範囲に分割される。
For example, when the enlargement factor α is 2,
Minimum pixel density L in the density determination area thAnd maximum pixel density H
thBetween the maximum and minimum density difference (Hth-Lth) 1/3 or more
Lower low density range, high density of 2/3 or more of maximum and minimum density difference
It is divided into ranges and intermediate concentration ranges in between.
When the enlargement factor α is 3 times, the minimum density determination area
Pixel density LthAnd maximum pixel density HthBetween and is the maximum
Low density range of 2/5 or less of degree difference, 3 / of maximum and minimum density difference
High concentration range of 5 or more and intermediate concentration range between them
Is divided into If the magnification α is 4 times, the above density
Minimum pixel density L in the judgment areathAnd maximum pixel density HthBetween
Is a low concentration range of 3/7 or less of the maximum and minimum concentration difference, maximum and maximum
High density range of 4/7 or more of small density difference and their middle
Is divided into intermediate concentration ranges.

【0038】そして、注目画素の濃度Sと最小画素濃度
thとの差(S−Lth)が、低濃度範囲にあるときには
K=0となり、高濃度範囲にあるときにはK=1とな
る。注目画素の濃度Sと最小画素濃度Lthとの差が中間
濃度範囲にあるときには、Kは、0と1との間(0<K
<1)となる。
[0038] Then, the difference between the concentration S and the minimum pixel density L th of the pixel of interest (S-L th) becomes the K = 1 when the when in a low concentration range is K = 0, and the high concentration range. When the difference between the density S of the pixel of interest and the minimum pixel density L th is in the intermediate density range, K is between 0 and 1 (0 <K
<1).

【0039】次に、次の数式6に基づいて、注目画素濃
度Sを変換する。変換後に得られた画素データは、濃度
調整部4に送られる。
Next, the pixel density S of interest is converted based on the following equation (6). The pixel data obtained after the conversion is sent to the density adjusting unit 4.

【0040】[0040]

【数6】S’=(Hth−Lth)K+Lth [Equation 6] S ′ = (H th −L th ) K + L th

【0041】注目画素の濃度Sと最小画素濃度Lthとの
差が低濃度範囲にある場合には、K=0となるので、変
換後の画素濃度S’は、上記濃度判定領域内の最小画素
値L thとなる。注目画素の濃度Sと最小画素濃度Lth
の差が高濃度範囲にある場合には、K=1となるので、
変換後の画素濃度S’は、上記濃度判定領域内の最大画
素値Hthとなる。
The density S of the pixel of interest and the minimum pixel density LthWith
If the difference is in the low concentration range, K = 0, so
The pixel density S'after conversion is the minimum pixel in the density determination area.
Value L thBecomes The density S of the pixel of interest and the minimum pixel density LthWhen
When the difference of is in the high concentration range, K = 1, so
The converted pixel density S ′ is the maximum image density in the density determination area.
Elementary value HthBecomes

【0042】注目画素の濃度Sと最小画素濃度Lthとの
差が中間濃度範囲にある場合には、Kは0〜1の範囲内
の値となるので、変換後の画素濃度S’は、注目画素濃
度Sと最小画素濃度Lthとの差に比例した値となる。し
たがって、変換後の画素濃度S’は、上記濃度判定領域
内の最小画素濃度Lthと最大画素値Hthの間であって、
注目画素濃度Sと最小画素濃度Lthとの差に比例した濃
度となる。
When the difference between the density S of the pixel of interest and the minimum pixel density L th is in the intermediate density range, K takes a value within the range of 0 to 1, so that the pixel density S ′ after conversion is The value is proportional to the difference between the target pixel density S and the minimum pixel density L th . Therefore, the converted pixel density S ′ is between the minimum pixel density L th and the maximum pixel value H th in the density determination region,
The density is proportional to the difference between the target pixel density S and the minimum pixel density L th .

【0043】このように、拡大補間処理後の各画素を中
心とする濃度判定領域内の最小画素濃度Lthと最大画素
濃度Hthとの濃度範囲が3分割された範囲のうち、その
画素の濃度Sと最小画素濃度Lthとの差が低濃度範囲内
にあるときにはその画素濃度が最小画素濃度Lthに変換
され、その画素の濃度Sと最小画素濃度Lthとの差が高
濃度範囲内にあるときにはその画素濃度が最大画素濃度
thに変換され、その画素の濃度Sと最小画素濃度Lth
との差が中間濃度範囲内にあるときにはその画素濃度が
最小画素濃度Lthと最大画素濃度Hthとの中間値に変換
される。
As described above, the density range of the minimum pixel density L th and the maximum pixel density H th in the density determination area centering on each pixel after the expansion interpolation processing is divided into three, and that density of that pixel is when the difference between the density S and the minimum pixel density L th is within a low concentration range is converted the pixel density is a minimum pixel density L th, the difference is high density range between the density S and the minimum pixel density L th of the pixel When it is within the range, the pixel density is converted into the maximum pixel density H th , and the density S of the pixel and the minimum pixel density L th
And the pixel density is within the intermediate density range, the pixel density is converted to an intermediate value between the minimum pixel density L th and the maximum pixel density H th .

【0044】したがって、補間画素を含めた画素のう
ち、注目画素がたとえば黒文字領域内にあるときには、
注目画素濃度が文字領域の最大画素濃度に変換され、注
目画素が文字領域外にあるときには、注目画素濃度が文
字領域外の最小画素濃度に変換されるので、文字の輪郭
が明確になるとともに、文字等を構成する線の幅も一定
となる。
Therefore, of the pixels including the interpolated pixels, when the pixel of interest is within the black character area, for example,
When the target pixel density is converted to the maximum pixel density of the character area and the target pixel is outside the character area, the target pixel density is converted to the minimum pixel density outside the character area, so that the outline of the character becomes clear and The width of the lines that make up characters and the like is also constant.

【0045】上記実施例では、注目画素を中心としたn
行×m列の画素からなる濃度判定領域の中から、最大画
素濃度Hthおよび最小画素濃度Lthを検出している。し
かしながら、このような検出を行なうことなく、最大画
素濃度Hthおよび最小画素濃度Lthを自由に設定して、
上記数式4〜6に基づいて、拡大補間処理後の各画素の
濃度を変換するようにしてもよい。
In the above embodiment, n with the pixel of interest at the center
The maximum pixel density H th and the minimum pixel density L th are detected from the density determination area composed of pixels of rows × m columns. However, without performing such detection, the maximum pixel density H th and the minimum pixel density L th can be freely set,
The densities of the respective pixels after the expansion interpolation processing may be converted based on the equations 4 to 6.

【0046】たとえば、多値化処理部2で0〜254の
255段階の濃度を表す多値化データが生成される場合
には、最大画素濃度Hthを254とし、最小画素濃度L
thを0に設定してもよい。また、0〜254の濃度範囲
内において任意の値Aを最小画素濃度Lthに設定し、上
記濃度範囲内においてAより大きな任意の値Bを最大画
素濃度Hthに設定するようにしてもよい。
For example, in the case where the multilevel halftoning processing section 2 generates multilevel halftoning data representing densities of 255 levels from 0 to 254, the maximum pixel density H th is set to 254 and the minimum pixel density L is set to 254.
You may set th to 0. Further, an arbitrary value A may be set to the minimum pixel density L th within the density range of 0 to 254, and an arbitrary value B larger than A may be set to the maximum pixel density H th within the density range. .

【0047】[0047]

【発明の効果】この発明によれば、文字の輪郭部がぼや
けたり、濃度調整によって文字の線幅が変化するのを防
止することができる。
According to the present invention, it is possible to prevent the outline portion of a character from being blurred and the line width of the character from changing due to density adjustment.

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

【図1】ディジタル複写機の画像データ処理回路の概略
構成を示すブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of an image data processing circuit of a digital copying machine.

【図2】拡大画像データ生成部の構成を示すブロック図
である。
FIG. 2 is a block diagram showing a configuration of an enlarged image data generation unit.

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

1 CCD 2 多値化処理部 3 拡大画像データ生成部 11 拡大補間処理部 12 輪郭強調処理部 1 CCD 2 Multi-value processing unit 3 Enlarged image data generation unit 11 Enlargement interpolation processing unit 12 Edge enhancement processing unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 主走査方向に隣合う画素の濃度勾配に応
じて、設定拡大倍率に応じた数の画素データを上記隣合
う画素間に補間する拡大補間処理手段、および拡大補間
処理後の画素データに対して、輪郭強調処理を行なう輪
郭強調処理手段を備え、 輪郭強調処理手段は、注目画素を中心とした所定サイズ
の濃度判定領域内の最小画素濃度および最大画素濃度を
求める第1手段、および上記最小画素濃度と上記最大画
素濃度との間の濃度範囲を、設定拡大倍率に応じて低濃
度範囲、中間濃度範囲および高濃度範囲の3つの範囲に
分け、注目画素濃度と最小画素濃度との差が低濃度範囲
内である場合には、注目画素濃度を上記最小画素濃度に
変換し、注目画素濃度と最小画素濃度との差が高濃度範
囲内である場合には、注目画素濃度を上記最大画素濃度
に変換し、注目画素濃度と最小画素濃度との差が中間度
範囲内である場合には、上記最小画素濃度と上記最大画
素濃度との間の濃度範囲内において注目画素濃度と最小
画素濃度との差に応じた濃度に注目画素濃度を変換する
第2手段、 を備えているディジタル複写機における拡大画像データ
生成装置。
1. An enlargement interpolation processing means for interpolating a number of pixel data corresponding to a set enlargement magnification between the adjacent pixels according to a density gradient of adjacent pixels in the main scanning direction, and a pixel after the enlargement interpolation processing. A contour enhancement processing unit that performs a contour enhancement process on the data is provided, and the contour enhancement processing unit obtains a minimum pixel density and a maximum pixel density in a density determination region of a predetermined size centered on the pixel of interest. And the density range between the minimum pixel density and the maximum pixel density is divided into three ranges, a low density range, an intermediate density range, and a high density range according to the set enlargement magnification, Is within the low density range, the target pixel density is converted to the minimum pixel density, and when the difference between the target pixel density and the minimum pixel density is within the high density range, the target pixel density is changed. Maximum image above When the difference between the target pixel density and the minimum pixel density is within the intermediate range, the target pixel density and the minimum pixel density are converted within the density range between the minimum pixel density and the maximum pixel density. An enlarged image data generation device in a digital copying machine, comprising: a second means for converting the density of a pixel of interest into a density according to the difference between
【請求項2】 上記第2手段は、 上記注目画素濃度をS、上記最小画素濃度をLth、上記
最大画素濃度をHthおよび上記設定拡大倍率をαとし
て、第1指標kを、 (2α−1)・{(S−Lth)/(Hth−Lth)}−
(α−1) の式に基づいて算出する手段、 算出された第1指標kに基づき、第2指標Kを、k≦0
であればK=0、k≧1であればK=1、0<k<1で
あればK=kとする規則に基づいて求める手段、ならび
に求められた第2指標Kを用い、注目画素濃度Sを、 (Hth−Lth)K+Lth の式に基づいて、濃度変換する手段、 を備えている請求項1に記載のディジタル複写機におけ
る拡大画像データ生成装置。
2. The second means, wherein the target pixel density is S, the minimum pixel density is L th , the maximum pixel density is H th, and the set enlargement magnification is α, and the first index k is (2α -1) · {(S-L th) / (H th -L th)} -
Means for calculating based on the equation (α-1), the second index K based on the calculated first index k, k ≦ 0
If K = 0, if k ≧ 1, K = 1 if K ≧ 1, and if K <k if 0 <k <1, means for obtaining based on the rule and the obtained second index K are used to obtain the pixel of interest. The enlarged image data generating device in a digital copying machine according to claim 1, further comprising: a unit for converting the density S based on the formula (H th −L th ) K + L th .
【請求項3】 主走査方向に隣合う画素の濃度勾配に
応じて、設定拡大倍率に応じた数の画素データを上記隣
合う画素間に補間する拡大補間処理手段、および拡大補
間処理後の画素データに対して、輪郭強調処理を行なう
輪郭強調処理手段を備え、 輪郭強調処理手段は、予め設定された最小画素濃度と予
め設定された最大画素濃度との間の濃度範囲を、設定拡
大倍率に応じて低濃度範囲、中間濃度範囲および高濃度
範囲の3つの範囲に分け、注目画素濃度と最小画素濃度
との差が低濃度範囲内である場合には、注目画素濃度を
上記最小画素濃度に変換し、注目画素濃度と最小画素濃
度との差が高濃度範囲内である場合には、注目画素濃度
を上記最大画素濃度に変換し、注目画素濃度と最小画素
濃度との差が中間度範囲内である場合には、上記最小画
素濃度と上記最大画素濃度との間の濃度範囲内において
注目画素濃度と最小画素濃度との差に応じた濃度に注目
画素濃度を変換するものであるディジタル複写機におけ
る拡大画像データ生成装置。
3. Enlargement interpolation processing means for interpolating a number of pixel data corresponding to a set enlargement magnification between the adjacent pixels according to a density gradient of adjacent pixels in the main scanning direction, and pixels after the enlargement interpolation processing A contour enhancement processing unit that performs a contour enhancement process on the data is provided, and the contour enhancement processing unit sets a density range between a preset minimum pixel density and a preset maximum pixel density as a set magnification factor. Accordingly, when the difference between the target pixel density and the minimum pixel density is within the low density range, the target pixel density is set to the minimum pixel density. If the difference between the target pixel density and the minimum pixel density is within the high density range after conversion, the target pixel density is converted to the maximum pixel density, and the difference between the target pixel density and the minimum pixel density is in the intermediate range. If within, then Enlarged image data generation apparatus in a digital copying machine which converts the pixel of interest density to the density corresponding to the difference between the target pixel density and the minimum pixel density within the density range between the small pixel density and the maximum pixel density.
【請求項4】 上記輪郭強調処理手段は、 上記注目画素濃度をS、上記最小画素濃度をLth、上記
最大画素濃度をHthおよび上記設定拡大倍率をαとし
て、第1指標kを、 (2α−1)・{(S−Lth)/(Hth−Lth)}−
(α−1) の式に基づいて算出する手段、 算出された第1指標kに基づき、第2指標Kを、k≦0
であればK=0、k≧1であればK=1、0<k<1で
あればK=kとする規則に基づいて求める手段、ならび
に求められた第2指標Kを用い、注目画素濃度Sを、 (Hth−Lth)K+Lth の式に基づいて、濃度変換する手段、 を備えている請求項3に記載のディジタル複写機におけ
る拡大画像データ生成装置。
4. The contour emphasis processing means sets the first index k to S, the target pixel density is S, the minimum pixel density is L th , the maximum pixel density is H th, and the set enlargement magnification is α. 2α-1) · {(S-L th ) / (H th- L th )}-
Means for calculating based on the equation (α-1), the second index K based on the calculated first index k, k ≦ 0
If K = 0, if k ≧ 1, K = 1 if K ≧ 1, and if K <k if 0 <k <1, means for obtaining based on the rule and the obtained second index K are used to obtain the pixel of interest. 4. The enlarged image data generating device in a digital copying machine according to claim 3, further comprising: a means for converting the density S based on the formula of (H th −L th ) K + L th .
JP6326910A 1994-12-28 1994-12-28 Magnified data generator in digital copying machine Pending JPH08186704A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6326910A JPH08186704A (en) 1994-12-28 1994-12-28 Magnified data generator in digital copying machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6326910A JPH08186704A (en) 1994-12-28 1994-12-28 Magnified data generator in digital copying machine

Publications (1)

Publication Number Publication Date
JPH08186704A true JPH08186704A (en) 1996-07-16

Family

ID=18193123

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6326910A Pending JPH08186704A (en) 1994-12-28 1994-12-28 Magnified data generator in digital copying machine

Country Status (1)

Country Link
JP (1) JPH08186704A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7961968B2 (en) 2006-08-25 2011-06-14 Nec Corporation Image density conversion method, image enhancement processor, and program thereof
JP2015222323A (en) * 2014-05-22 2015-12-10 株式会社沖データ Image processing apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7961968B2 (en) 2006-08-25 2011-06-14 Nec Corporation Image density conversion method, image enhancement processor, and program thereof
JP2015222323A (en) * 2014-05-22 2015-12-10 株式会社沖データ Image processing apparatus

Similar Documents

Publication Publication Date Title
JP3585703B2 (en) Image processing device
JPS62216476A (en) Picture processor
JPH1056569A (en) Image processing method and device therefor
JPH0793531A (en) Picture processor
JPH08186704A (en) Magnified data generator in digital copying machine
JPH11261814A (en) Discrimination system for image attribute
JPH10155089A (en) Image processor
JP3262425B2 (en) Image processing device
JPS6210777A (en) Processing method for picture
JP3783815B2 (en) Image processing device
JP3539552B2 (en) Image processing device
JPH07170372A (en) Image reader and facsimile equipment using the same
JP3678319B2 (en) Image density converter
JPH1051629A (en) Facsimile equipment
JPH08297739A (en) Picture processor and method therefor
JP3054315B2 (en) Image processing method and apparatus
JPH0795393A (en) Method and device for processing magnified picture data in digital copying machine
JP2555199B2 (en) Image reading method
JP2903175B2 (en) Image processing device
JP2000149009A (en) Image processor
JPH0832798A (en) Method and device for processing image
JPH01109963A (en) Picture signal processing unit
JPH05191637A (en) Picture magnification device
JPH08156326A (en) Device and method for processing image
JPH0955850A (en) Pseudo halftone image processor