JP2010074368A - 画像処理装置、画像処理方法、およびプログラム - Google Patents
画像処理装置、画像処理方法、およびプログラム Download PDFInfo
- Publication number
- JP2010074368A JP2010074368A JP2008237911A JP2008237911A JP2010074368A JP 2010074368 A JP2010074368 A JP 2010074368A JP 2008237911 A JP2008237911 A JP 2008237911A JP 2008237911 A JP2008237911 A JP 2008237911A JP 2010074368 A JP2010074368 A JP 2010074368A
- Authority
- JP
- Japan
- Prior art keywords
- edge
- area
- candidate
- intensity information
- character
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Landscapes
- Facsimile Image Signal Circuits (AREA)
- Image Analysis (AREA)
Abstract
【解決手段】ラスターイメージデータから検出したエッジ画素の連結成分を抽出し、当該連結成分の外接矩形によって画定される領域内に含まれる各画素のエッジ強度情報を特徴量として取得する構成において、当該エッジ強度情報を補正する手段を設けることによって、文字列や罫線のみしか含まない領域を図又は写真を構成する領域として誤って認識することが防止され、図又は写真を構成する領域のみを正確に特定することができる。
【選択図】図1
Description
Claims (10)
- 文字列と図又は写真が混在する文書のラスターイメージデータの中から図又は写真を構成する領域を抽出する画像処理装置であって、
処理対象の前記ラスターイメージデータからエッジ画素を検出した後、該エッジ画素について二値化処理を施すエッジ検出手段と、
前記エッジ画素の連結成分の外接矩形によって画定される領域を候補領域として抽出する候補領域画定手段と、
前記候補領域内の画素のエッジ強度情報を取得する手段と、該エッジ強度情報を補正するエッジ強度情報補正手段とを備える特徴量取得手段と、
前記特徴量に基づいて前記候補領域が図又は写真の構成要素を含むか否かを判定する判定手段と、
前記判定手段によって図又は写真の構成要素を含むと判定された前記候補領域を統合する図写真要素領域統合手段とを含む、
画像処理装置。 - 前記エッジ強度情報補正手段は、取得された前記エッジ強度情報から前記候補領域内に存在する文字および罫線の少なくとも一方を構成する画素のエッジ強度情報を除外する手段を含む、
請求項1に記載の画像処理装置。 - 前記エッジ強度情報補正手段は、取得された前記エッジ強度情報から前記候補領域内に存在する文字および罫線の少なくとも一方を構成する画素の周辺画素のエッジ強度情報を除外する手段をさらに含む、
請求項2に記載の画像処理装置。 - 前記エッジ強度情報補正手段は、前記文字を構成する画素を特定するための文字抽出手段と前記罫線を構成する画素を特定するための罫線抽出手段を含む、
請求項2に記載の画像処理装置。 - 前記特徴量取得手段は、前記図写真要素領域統合手段が統合した領域内に存在する文字行の数を特徴量として取得する手段をさらに含む、
請求項1〜4のいずれか1項に記載の画像処理装置。 - 前記文字行の数を特徴量として取得する手段は、前記統合した領域をはみ出す形で存在する文字行の数を特徴量として取得する手段をさらに含む、
請求項5に記載の画像処理装置。 - 文字列と図又は写真が混在する文書のラスターイメージデータの中から図又は写真を構成する領域を抽出する画像処理方法であって、
処理対象の前記ラスターイメージデータからエッジ画素を検出した後、該エッジ画素について二値化処理を施すステップと、
前記エッジ画素の連結成分の外接矩形によって画定される領域を候補領域として抽出するステップと、
前記候補領域内の画素のエッジ強度情報を取得し、取得した該エッジ強度情報を補正する特徴量取得ステップと、
前記特徴量に基づいて前記候補領域が図又は写真の構成要素を含むか否かを判定するステップと、
前記判定手段によって図又は写真の構成要素を含むと判定された前記候補領域を統合するステップとを含む、
画像処理方法。 - 前記エッジ強度情報を補正するステップは、取得された前記エッジ強度情報から前記候補領域内に存在する文字および罫線の少なくとも一方を構成する画素のエッジ強度情報を除外するステップを含む、
請求項7に記載の画像処理方法。 - コンピュータに文字列と図又は写真が混在する文書のラスターイメージデータの中から図又は写真を構成する領域を抽出する画像処理を実行させるためのコンピュータ実行可能なプログラムであって、
コンピュータを、
処理対象の前記ラスターイメージデータからエッジ画素を検出した後、該エッジ画素について二値化処理を施すエッジ検出手段と、
前記エッジ画素の連結成分の外接矩形によって画定される領域を候補領域として抽出する候補領域画定手段と、
前記候補領域内の画素のエッジ強度情報を取得する手段と、該エッジ強度情報を補正するエッジ強度情報補正手段とを備える特徴量取得手段と、
前記特徴量に基づいて前記候補領域が図又は写真の構成要素を含むか否かを判定する判定手段と、
前記判定手段によって図又は写真の構成要素を含むと判定された前記候補領域を統合する図写真要素領域統合手段として機能させるための
プログラム。 - 前記エッジ強度情報補正手段は、取得された前記エッジ強度情報から前記候補領域内に存在する文字および罫線の少なくとも一方を構成する画素のエッジ強度情報を除外する手段を含む、
請求項9に記載のプログラム。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008237911A JP5046243B2 (ja) | 2008-09-17 | 2008-09-17 | 画像処理装置、画像処理方法、およびプログラム |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008237911A JP5046243B2 (ja) | 2008-09-17 | 2008-09-17 | 画像処理装置、画像処理方法、およびプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2010074368A true JP2010074368A (ja) | 2010-04-02 |
| JP5046243B2 JP5046243B2 (ja) | 2012-10-10 |
Family
ID=42205770
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2008237911A Expired - Fee Related JP5046243B2 (ja) | 2008-09-17 | 2008-09-17 | 画像処理装置、画像処理方法、およびプログラム |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5046243B2 (ja) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013030090A (ja) * | 2011-07-29 | 2013-02-07 | Brother Ind Ltd | 画像処理装置、画像処理プラグラム |
| JP6105179B1 (ja) * | 2016-06-30 | 2017-03-29 | 楽天株式会社 | 画像処理装置、画像処理方法、および、画像処理プログラム |
| CN116485874A (zh) * | 2023-06-25 | 2023-07-25 | 深圳市众翔奕精密科技有限公司 | 一种模切辅料切割间距智能检测方法及系统 |
| CN116958646A (zh) * | 2023-06-12 | 2023-10-27 | 北京声迅电子股份有限公司 | 基于x光图像的违禁物品检测方法 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001203876A (ja) * | 2000-01-20 | 2001-07-27 | Riso Kagaku Corp | 文書修飾装置及び画像処理装置 |
| JP2007193446A (ja) * | 2006-01-17 | 2007-08-02 | Konica Minolta Business Technologies Inc | 画像処理装置および罫線抽出プログラム |
| JP2008011484A (ja) * | 2006-06-02 | 2008-01-17 | Nippon Telegr & Teleph Corp <Ntt> | 文字図形列抽出装置,文字図形列抽出方法,その方法を実行するプログラム,そのプログラムを記録した記録媒体 |
| JP2008099149A (ja) * | 2006-10-13 | 2008-04-24 | Konica Minolta Business Technologies Inc | 画像処理装置、画像処理方法および画像処理プログラム |
-
2008
- 2008-09-17 JP JP2008237911A patent/JP5046243B2/ja not_active Expired - Fee Related
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001203876A (ja) * | 2000-01-20 | 2001-07-27 | Riso Kagaku Corp | 文書修飾装置及び画像処理装置 |
| JP2007193446A (ja) * | 2006-01-17 | 2007-08-02 | Konica Minolta Business Technologies Inc | 画像処理装置および罫線抽出プログラム |
| JP2008011484A (ja) * | 2006-06-02 | 2008-01-17 | Nippon Telegr & Teleph Corp <Ntt> | 文字図形列抽出装置,文字図形列抽出方法,その方法を実行するプログラム,そのプログラムを記録した記録媒体 |
| JP2008099149A (ja) * | 2006-10-13 | 2008-04-24 | Konica Minolta Business Technologies Inc | 画像処理装置、画像処理方法および画像処理プログラム |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013030090A (ja) * | 2011-07-29 | 2013-02-07 | Brother Ind Ltd | 画像処理装置、画像処理プラグラム |
| JP6105179B1 (ja) * | 2016-06-30 | 2017-03-29 | 楽天株式会社 | 画像処理装置、画像処理方法、および、画像処理プログラム |
| WO2018003074A1 (ja) * | 2016-06-30 | 2018-01-04 | 楽天株式会社 | 画像処理装置、画像処理方法、および、画像処理プログラム |
| US11144777B2 (en) | 2016-06-30 | 2021-10-12 | Rakuten Group, Inc. | Image processing apparatus, image processing method, and image processing program for clipping images included in a large image |
| CN116958646A (zh) * | 2023-06-12 | 2023-10-27 | 北京声迅电子股份有限公司 | 基于x光图像的违禁物品检测方法 |
| CN116958646B (zh) * | 2023-06-12 | 2024-01-30 | 北京声迅电子股份有限公司 | 基于x光图像的违禁物品检测方法 |
| CN116485874A (zh) * | 2023-06-25 | 2023-07-25 | 深圳市众翔奕精密科技有限公司 | 一种模切辅料切割间距智能检测方法及系统 |
| CN116485874B (zh) * | 2023-06-25 | 2023-08-29 | 深圳市众翔奕精密科技有限公司 | 一种模切辅料切割间距智能检测方法及系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP5046243B2 (ja) | 2012-10-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8665347B2 (en) | Image processing device, image processing program, and imaging device computing brightness value and color phase value | |
| US7724950B2 (en) | Image processing apparatus, image processing method, computer program, and storage medium | |
| JP4960897B2 (ja) | 画像処理装置、画像処理方法、プログラム、記憶媒体 | |
| US10007846B2 (en) | Image processing method | |
| JP4885789B2 (ja) | 画像処理方法、画像領域検出方法、画像処理プログラム、画像領域検出プログラム、画像処理装置、および、画像領域検出装置 | |
| US9256928B2 (en) | Image processing apparatus, image processing method, and storage medium capable of determining a region corresponding to local light from an image | |
| US9361669B2 (en) | Image processing apparatus, image processing method, and program for performing a blurring process on an image | |
| EP2506218A2 (en) | Method, terminal, and computer-readable recording medium for trimming a piece of image content | |
| US8885971B2 (en) | Image processing apparatus, image processing method, and storage medium | |
| JP5046243B2 (ja) | 画像処理装置、画像処理方法、およびプログラム | |
| JP4405663B2 (ja) | 画像処理方法及び装置 | |
| JP2014147046A (ja) | 画像処理装置、画像処理方法及びコンピュータプログラム | |
| JP2009123206A (ja) | 画像からテキストを抽出する方法及び装置 | |
| JP4416724B2 (ja) | 画像処理方法およびその装置 | |
| US9438767B2 (en) | Image processing apparatus, image processing method, and storage medium | |
| JP6191256B2 (ja) | 画像処理装置及びプログラム | |
| KR101224936B1 (ko) | 화상 처리 장치, 화상 형성 장치, 및 컴퓨터 판독 가능한 매체 | |
| US9489603B2 (en) | Image processing apparatus, image processing method, and storage medium that determine whether a white character exists inside a graphics object and convert density information accordingly | |
| JP4393411B2 (ja) | 画像処理装置、画像処理プログラムおよび画像処理方法 | |
| JP2010028429A (ja) | 画像処理装置、画像処理方法およびプログラム | |
| JP4825888B2 (ja) | 文書画像処理装置および文書画像処理方法 | |
| JP6003574B2 (ja) | 画像処理装置及び画像処理プログラム | |
| JP2006107018A (ja) | 画像解析方法及び装置、画像処理方法及びシステム、これらの動作プログラム | |
| JP6320130B2 (ja) | 画像処理装置、その制御方法、および制御プログラム | |
| US8781166B2 (en) | Image processing apparatus and image processing program |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110613 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120518 |
|
| 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: 20120529 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120530 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120710 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150727 Year of fee payment: 3 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5046243 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150727 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150727 Year of fee payment: 3 |
|
| LAPS | Cancellation because of no payment of annual fees |