JP6221402B2 - 画像処理装置、画像処理方法及びプログラム - Google Patents
画像処理装置、画像処理方法及びプログラム Download PDFInfo
- Publication number
- JP6221402B2 JP6221402B2 JP2013131674A JP2013131674A JP6221402B2 JP 6221402 B2 JP6221402 B2 JP 6221402B2 JP 2013131674 A JP2013131674 A JP 2013131674A JP 2013131674 A JP2013131674 A JP 2013131674A JP 6221402 B2 JP6221402 B2 JP 6221402B2
- Authority
- JP
- Japan
- Prior art keywords
- removal
- image data
- pixel
- attribute
- smoothing
- 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.)
- Expired - Fee Related
Links
- 238000012545 processing Methods 0.000 title claims description 76
- 238000003672 processing method Methods 0.000 title claims description 8
- 238000000034 method Methods 0.000 claims description 48
- 238000009499 grossing Methods 0.000 claims description 27
- 230000008569 process Effects 0.000 claims description 26
- 238000004042 decolorization Methods 0.000 claims description 24
- 238000001514 detection method Methods 0.000 claims description 13
- 239000003086 colorant Substances 0.000 claims 1
- 230000007423 decrease Effects 0.000 claims 1
- 238000000926 separation method Methods 0.000 description 77
- 230000006866 deterioration Effects 0.000 description 18
- 238000010586 diagram Methods 0.000 description 13
- 238000012937 correction Methods 0.000 description 11
- 230000015556 catabolic process Effects 0.000 description 8
- 238000006731 degradation reaction Methods 0.000 description 8
- 230000006870 function Effects 0.000 description 8
- 230000008859 change Effects 0.000 description 3
- 230000000052 comparative effect Effects 0.000 description 3
- 238000004040 coloring Methods 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- 238000003708 edge detection Methods 0.000 description 2
- 238000001914 filtration Methods 0.000 description 2
- 230000006872 improvement Effects 0.000 description 2
- 238000005259 measurement Methods 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- 102000020897 Formins Human genes 0.000 description 1
- 108091022623 Formins Proteins 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 238000005336 cracking Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000009792 diffusion process Methods 0.000 description 1
- 238000007429 general method Methods 0.000 description 1
- 238000003702 image correction Methods 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 230000000873 masking effect Effects 0.000 description 1
- 230000000116 mitigating effect Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/70—Denoising; Smoothing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/28—Quantising the image, e.g. histogram thresholding for discrimination between background and foreground patterns
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/56—Extraction of image or video features relating to colour
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20004—Adaptive image processing
- G06T2207/20012—Locally adaptive
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20172—Image enhancement details
- G06T2207/20192—Edge enhancement; Edge preservation
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
- Color Image Communication Systems (AREA)
- Image Analysis (AREA)
Description
像域分離21はRGB入力画像に対して、各画素の特徴としてエッジ/非エッジ、文字/非文字、有彩/無彩、網点/非網点などの属性の判定を行う画像属性判定手段である。像域分離21の具体的な処理は特許文献5に記載されているため、詳細な方法については省略する。
墨生成25では像域分離判定結果とエッジ量検出結果により、墨生成用のK信号を制御する。墨生成25の方式は既知の技術であり、K=α×min(C,M,Y)−βの式で制御する。分離判定結果が文字判定部においてはα,βを固定パラメータとし、非文字判定部ではα,βをエッジ量に応じて変化させる制御を行う。
下色除去26の説明の前に、まずは墨生成25の説明を行う。前段の墨生成処理では次の手順でK信号を生成している。生成されたK信号をadd_Kとする。墨生成処理としては、以下の処理を行う。
(1)文字かつ無彩判定部
add_K=α0×min(C,M,Y)−β0
(α0、β0は固定値)
例えばα0=1,β0=0の時はmin(C,M,Y)の分だけK信号を生成する。
(2)それ以外
add_K=α1×min(C,M,Y)−β1
(α1,β1ともにエッジ量に応じて変化)
エッジ量検出結果に応じてK信号を制御する。つまりCMY信号の最小値に対して、K信号を何%の値とするかをエッジ量に応じて段階的に制御する。この処理は文字かつ無彩(黒文字)判定されないが、Kで表現したい網点上の黒文字部などの文字品質を向上し、また絵柄ハイライト部分はK信号成分が入ると粒状性が悪くなるので、それらを両立するためにエッジ量で段階的に墨生成を制御している。
図3(b)に示すように、分離結果が「文字かつ無彩」の画素に対して、この二段階目の下色除去を動かす。
「文字かつ無彩」の画素では、エッジ量検出結果に応じて、CMY除去率を決定する。この時、最大除去率や最小除去率、さらに二段階目の除去を有効とするエッジ量の閾値をパラメータで与えることができる。これにより決定されたCMY除去率とC’M’Y’の値から第2の除去量とするCMY除去量2が算出され、最終的な下色除去後のCMY出力はC’’M’’Y’’となる。
二段階目の下色除去処理におけるCMY除去率を2ビットとする場合、あらかじめあるエッジ量範囲に対応するCMY除去率を決めておき、そのテーブルに則ってCMY除去率を参照する。
21 像域分離
22 フィルタ
23 エッジ量検出
24 色補正
25 墨生成
26 下色除去
27 中間調処理
51 入力画像S/N判定
Claims (9)
- 入力された画像データにおける各画素の属性を判定する画素属性判定手段と、
前記入力された画像データに対して平滑化を行う平滑化手段と、
平滑化を行った後の画像データからエッジ量を検出するエッジ量検出手段と、
所定属性の画素を含む前記平滑化を行った後の画像データにおける各画素について、検出された前記エッジ量に応じた第1の除去量で有彩色の除去を実行し、前記第1の除去量で有彩色の除去を実行した後の画像データのうち、前記所定属性の画素について、検出された前記エッジ量に応じた第2の除去量で有彩色の除去を実行する下色除去手段と、
を含むことを特徴とする画像処理装置。 - 前記所定属性の画素は、文字属性であり且つ無彩属性であると判定された画素であることを特徴とする請求項1記載の画像処理装置。
- 前記エッジ量はN値情報であり、
前記第2の除去量は前記エッジ量に対応したM値情報であり、
N>Mであることを特徴とする請求項1又は2記載の画像処理装置。 - 前記入力された画像データのS/N比を判定するS/N判定手段をさらに含み、
前記平滑化手段は、前記判定されたS/N比が所定の第1の閾値を超える場合に、前記画素属性判定手段による判定結果を使用して、前記入力された画像データにおける各画素を、それぞれの画素の属性ごとに異なる平滑フィルタを用いて平滑化を行うことを特徴とする請求項3に記載の画像処理装置。 - 前記平滑化手段は、前記判定されたS/N比が所定の第2の閾値以上である場合に、前記画素属性判定手段による判定結果を使用して、前記入力された画像データにおける各画素を、それぞれの画素の属性ごとに異なる強調フィルタを用いて強調化を行い、
前記第2の閾値は、前記第1の閾値よりも大きいことを特徴とする請求項4記載の画像処理装置。 - 前記M値情報は、前記判定されたS/N比に応じた値であることを特徴とする請求項4又は5記載の画像処理装置。
- 前記M値情報は、前記判定されたS/N比が大きくなるにつれ小さくなることを特徴とする請求項6記載の画像処理装置。
- コンピュータが、入力された画像データにおける各画素の属性を判定するステップと、
コンピュータが、前記入力された画像データに対して平滑化を行うステップと、
コンピュータが、平滑化を行った後の画像データからエッジ量を検出するステップと、
コンピュータが、所定属性の画素を含む前記平滑化を行った後の画像データにおける各画素について、検出された前記エッジ量に応じた第1の除去量で有彩色の除去を実行し、前記第1の除去量で有彩色の除去を実行した後の画像データのうち、前記所定属性の画素について、検出された前記エッジ量に応じた第2の除去量で有彩色の除去を実行するステップと、
を含むことを特徴とする画像処理方法。 - 入力された画像データにおける各画素の属性を判定する処理と、
前記入力された画像データに対して平滑化を行う処理と、
平滑化を行った後の画像データからエッジ量を検出する処理と、
所定属性の画素を含む前記平滑化を行った後の画像データにおける各画素について、検出された前記エッジ量に応じた第1の除去量で有彩色の除去を実行し、前記第1の除去量で有彩色の除去を実行した後の画像データのうち、前記所定属性の画素について、検出された前記エッジ量に応じた第2の除去量で有彩色の除去を実行する処理と、
をコンピュータに実行させるためのプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013131674A JP6221402B2 (ja) | 2013-06-24 | 2013-06-24 | 画像処理装置、画像処理方法及びプログラム |
US14/311,919 US9286661B2 (en) | 2013-06-24 | 2014-06-23 | Method, apparatus, and computer program product for processing an image to reduce image deterioration |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013131674A JP6221402B2 (ja) | 2013-06-24 | 2013-06-24 | 画像処理装置、画像処理方法及びプログラム |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2015005959A JP2015005959A (ja) | 2015-01-08 |
JP2015005959A5 JP2015005959A5 (ja) | 2016-08-12 |
JP6221402B2 true JP6221402B2 (ja) | 2017-11-01 |
Family
ID=52110977
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013131674A Expired - Fee Related JP6221402B2 (ja) | 2013-06-24 | 2013-06-24 | 画像処理装置、画像処理方法及びプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US9286661B2 (ja) |
JP (1) | JP6221402B2 (ja) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6379794B2 (ja) | 2014-07-24 | 2018-08-29 | 株式会社リコー | 画像処理装置、画像処理方法および画像処理システム |
JP6486082B2 (ja) * | 2014-11-27 | 2019-03-20 | キヤノン株式会社 | 画像処理装置及び画像処理方法、プログラム |
US10007907B1 (en) | 2017-09-25 | 2018-06-26 | Capital One Services, Llc | Method and system of capturing an image of a card |
CN110830670A (zh) | 2018-08-10 | 2020-02-21 | 株式会社理光 | 读取装置、图像形成装置、真伪判定系统及读取方法 |
JP7196644B2 (ja) | 2019-01-30 | 2022-12-27 | 株式会社リコー | 傾き検出装置、読取装置、画像処理装置および傾き検出方法 |
JP7131415B2 (ja) | 2019-01-31 | 2022-09-06 | 株式会社リコー | 傾き検出装置、読取装置、画像処理装置および傾き検出方法 |
JP7196698B2 (ja) | 2019-03-11 | 2022-12-27 | 株式会社リコー | 画像処理装置、画像処理方法、及び画像処理プログラム |
JP7211238B2 (ja) | 2019-04-16 | 2023-01-24 | 株式会社リコー | エッジ検出装置、傾き補正装置、読取装置、画像処理装置およびエッジ検出方法 |
US12099896B2 (en) | 2022-03-17 | 2024-09-24 | Ricoh Company, Ltd. | Image reading apparatus, image reading method, and non-transitory recording medium |
EP4250712A1 (en) | 2022-03-23 | 2023-09-27 | Ricoh Company, Ltd. | Image processing apparatus, scanner, image forming apparatus, and image processing method |
Family Cites Families (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5392365A (en) * | 1991-12-23 | 1995-02-21 | Eastman Kodak Company | Apparatus for detecting text edges in digital image processing |
JP3263821B2 (ja) * | 1992-01-29 | 2002-03-11 | コニカ株式会社 | カラー画像形成装置 |
JP3469299B2 (ja) | 1994-03-25 | 2003-11-25 | 株式会社リコー | 画像処理装置 |
JP3754736B2 (ja) * | 1995-12-14 | 2006-03-15 | キヤノン株式会社 | 画像処理装置およびその方法 |
JP3715719B2 (ja) * | 1996-07-22 | 2005-11-16 | キヤノン株式会社 | 画像処理装置及びその方法及びコンピュータ可読メモリ |
JP3709636B2 (ja) | 1996-12-10 | 2005-10-26 | 富士ゼロックス株式会社 | 画像処理装置および画像処理方法 |
JP2000261664A (ja) * | 1999-03-11 | 2000-09-22 | Ricoh Co Ltd | 画像処理装置 |
JP3768028B2 (ja) * | 1999-04-30 | 2006-04-19 | シャープ株式会社 | 画像処理方法、画像処理装置及び画像形成装置 |
JP4269521B2 (ja) * | 2001-01-24 | 2009-05-27 | コニカミノルタビジネステクノロジーズ株式会社 | 画像処理装置及び画像形成装置 |
JP3983101B2 (ja) * | 2001-05-25 | 2007-09-26 | 株式会社リコー | 画像処理装置、画像読み取り装置、画像形成装置およびカラー複写装置 |
JP4172616B2 (ja) | 2001-09-21 | 2008-10-29 | 株式会社リコー | 画像処理装置 |
US7079687B2 (en) | 2003-03-06 | 2006-07-18 | Seiko Epson Corporation | Method and apparatus for segmentation of compound documents |
JP2005101953A (ja) * | 2003-09-25 | 2005-04-14 | Brother Ind Ltd | 画像処理装置,画像処理方法および画像処理プログラム |
JP2006237856A (ja) * | 2005-02-23 | 2006-09-07 | Ricoh Co Ltd | 画像処理装置、画像処理方法、その方法をコンピュータに実行させるプログラム、および記録媒体 |
JP4728695B2 (ja) * | 2005-05-12 | 2011-07-20 | 株式会社リコー | 画像処理装置、画像処理方法、及びコンピュータ読み取り可能な記録媒体 |
JP4498233B2 (ja) * | 2005-06-30 | 2010-07-07 | キヤノン株式会社 | 画像処理装置および画像処理方法 |
JP2008153725A (ja) * | 2006-12-14 | 2008-07-03 | Ricoh Co Ltd | 画像処理装置、画像処理方法、画像表示印刷制御装置、画像表示印刷制御方法、プログラムおよび記録媒体 |
JP4771428B2 (ja) * | 2007-03-09 | 2011-09-14 | 株式会社リコー | 画像処理装置、画像処理方法、プログラムおよび記録媒体 |
US8180159B2 (en) * | 2007-06-06 | 2012-05-15 | Sharp Kabushiki Kaisha | Image processing apparatus, image forming apparatus, image processing system, and image processing method |
JP5058183B2 (ja) * | 2009-01-16 | 2012-10-24 | シャープ株式会社 | 画像処理装置、ならびにそれを備える画像形成装置、画像処理プログラムおよび記録媒体 |
JP4749477B2 (ja) * | 2009-04-09 | 2011-08-17 | シャープ株式会社 | 画像処理装置、画像形成装置、画像処理方法、コンピュータプログラム及び記録媒体 |
JP4749476B2 (ja) * | 2009-04-09 | 2011-08-17 | シャープ株式会社 | 画像処理装置、画像形成装置、画像処理方法、コンピュータプログラム及び記録媒体 |
JP5521440B2 (ja) * | 2009-08-28 | 2014-06-11 | 株式会社リコー | 画像検査装置、画像検査方法、プログラムおよび記録媒体 |
-
2013
- 2013-06-24 JP JP2013131674A patent/JP6221402B2/ja not_active Expired - Fee Related
-
2014
- 2014-06-23 US US14/311,919 patent/US9286661B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US9286661B2 (en) | 2016-03-15 |
US20140376808A1 (en) | 2014-12-25 |
JP2015005959A (ja) | 2015-01-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6221402B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
JP4548733B2 (ja) | 画像処理装置、方法、プログラムおよび記録媒体 | |
US10115011B2 (en) | Document type recognition apparatus, image forming apparatus, document type recognition method, and computer program product | |
JP4464420B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
US8243330B2 (en) | Apparatus, method, and computer-readable recording medium for performing color material saving process | |
JP4498233B2 (ja) | 画像処理装置および画像処理方法 | |
US20070236707A1 (en) | Image processing apparatus, image processing method and image processing program | |
JP2008011267A (ja) | 画像処理装置、画像処理方法、画像処理プログラム及び記憶媒体 | |
US20080137159A1 (en) | Image forming apparatus and image quality improving method thereof | |
CN110619608B (zh) | 图像处理装置及其控制方法和存储介质 | |
US8553279B2 (en) | Image forming apparatus and a control method to improve image quality based on an edge pixel | |
US7995243B2 (en) | Image processing apparatus and control method thereof | |
JP2010093684A (ja) | 画像処理装置 | |
US7460272B2 (en) | Image processing apparatus, image processing method, and image processing program | |
JPH0722330B2 (ja) | 画像処理装置の画像領域識別方式 | |
US9948824B2 (en) | Image compressing device, image forming apparatus, image compressing method, and recording medium | |
JP2009272667A (ja) | 画像処理装置、画像処理システム、およびプログラム | |
JP4771428B2 (ja) | 画像処理装置、画像処理方法、プログラムおよび記録媒体 | |
JP6474315B2 (ja) | 画像処理装置、画像形成装置、画像処理方法、画像処理プログラムおよびその記録媒体 | |
JP4141310B2 (ja) | 画像処理装置、画像処理方法、およびコンピュータが実行するためのプログラム | |
JP4846681B2 (ja) | 画像処理装置、画像処理方法、および画像処理プログラムが格納されたコンピュータ読み取り可能な記憶媒体 | |
JP4149368B2 (ja) | 画像処理方法、画像処理装置及び画像形成装置、コンピュータプログラム、およびコンピュータ読取可能な記録媒体 | |
JP3988970B2 (ja) | 画像処理装置、画像処理方法及び記憶媒体 | |
JP2014011590A (ja) | 画像処理装置 | |
JP3854414B2 (ja) | 画像処理装置および画像形成装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160623 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160623 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160707 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160719 |
|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20161216 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170207 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170314 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170511 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20170905 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170918 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 6221402 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
LAPS | Cancellation because of no payment of annual fees |