JP2015060448A - 画像処理装置、画像処理方法及びコンピュータプログラム - Google Patents
画像処理装置、画像処理方法及びコンピュータプログラム Download PDFInfo
- Publication number
- JP2015060448A JP2015060448A JP2013194488A JP2013194488A JP2015060448A JP 2015060448 A JP2015060448 A JP 2015060448A JP 2013194488 A JP2013194488 A JP 2013194488A JP 2013194488 A JP2013194488 A JP 2013194488A JP 2015060448 A JP2015060448 A JP 2015060448A
- Authority
- JP
- Japan
- Prior art keywords
- document
- character string
- image
- histogram
- image processing
- 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
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/387—Composing, repositioning or otherwise geometrically modifying originals
- H04N1/3872—Repositioning or masking
- H04N1/3873—Repositioning or masking defined only by a limited number of coordinate points or parameters, e.g. corners, centre; for trimming
-
- 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/50—Extraction of image or video features by performing operations within image blocks; by using histograms, e.g. histogram of oriented gradients [HoG]; by summing image-intensity values; Projection analysis
- G06V10/507—Summing image-intensity values; Histogram projection analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V30/00—Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
- G06V30/40—Document-oriented image-based pattern recognition
- G06V30/41—Analysis of document content
- G06V30/418—Document matching, e.g. of document images
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/387—Composing, repositioning or otherwise geometrically modifying originals
- H04N1/3877—Image rotation
- H04N1/3878—Skew detection or correction
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/40—Picture signal circuits
- H04N1/40062—Discrimination between different image types, e.g. two-tone, continuous tone
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/46—Colour picture communication systems
- H04N1/48—Picture signal generators
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Artificial Intelligence (AREA)
- Image Analysis (AREA)
- Character Input (AREA)
- Facsimiles In General (AREA)
- Facsimile Image Signal Circuits (AREA)
Abstract
Description
Y値= 0.30×R値+0.59×G値+0.11×B値 (1)
U値=−0.17×R値−0.33×G値+0.50×B値 (2)
V値= 0.50×R値−0.42×G値−0.08×B値 (3)
20、40 情報処理装置
161 入力画像取得部
162 原稿サイズ算出部
164 印刷色判別部
165 二値化画像生成部
166 ヒストグラム生成部
167 文字方向判別部
168 文字列情報算出部
169 原稿種類判別部
Claims (10)
- 原稿を読み取って生成された入力画像を取得する入力画像取得部と、
前記入力画像における文字列密度又は文字列分散を算出する文字列情報算出部と、
前記文字列密度又は文字列分散に基づいて、前記原稿の種類を判別する原稿種類判別部と、
を有することを特徴とする画像処理装置。 - 前記入力画像を二値化した二値化画像を生成する二値化画像生成部と、
前記二値化画像における有効画素のヒストグラムを生成するヒストグラム生成部と、をさらに有し、
前記文字列情報算出部は、前記ヒストグラムに基づいて前記文字列密度又は文字列分散を算出する、請求項1に記載の画像処理装置。 - 前記ヒストグラム生成部は、前記二値化画像の水平方向又は垂直方向のラインを階級とし、水平方向又は垂直方向のラインにおける有効画素数を度数とするヒストグラムを生成し、
前記文字列情報算出部は、前記ヒストグラムの全階級数に対する、度数が閾値以上である階級数の割合を前記文字列密度として算出する、請求項2に記載の画像処理装置。 - 前記ヒストグラム生成部は、前記二値化画像の水平方向又は垂直方向のラインを階級とし、水平方向又は垂直方向のラインにおける有効画素数を度数とするヒストグラムを生成し、
前記文字列情報算出部は、前記ヒストグラムにおいて度数が閾値以上である階級が連続する連続領域を抽出し、前記ヒストグラムの階級の最小値と前記最小値に最も近い前記連続領域の中心との間の距離、前記ヒストグラムの階級の最大値と前記最大値に最も近い前記連続領域の中心との間の距離、並びに、相互に隣接する前記連続領域の中心間の距離の分散を、前記文字列分散として算出する、請求項2に記載の画像処理装置。 - 前記原稿種類判別部は、前記原稿の種類として、少なくとも名刺、レシート及び写真を判別する、請求項1〜4の何れか一項に記載の画像処理装置。
- 前記原稿のサイズを算出する原稿サイズ算出部をさらに有し、
前記原稿種類判別部は、更に、前記原稿のサイズに基づいて、前記原稿の種類を判別する、請求項1〜5の何れか一項に記載の画像処理装置。 - 前記原稿が単色印刷面を有するか否かを判別する印刷色判別部をさらに有し、
前記原稿種類判別部は、更に、前記原稿が単色印刷面を有するか否かに基づいて、前記原稿の種類を判別する、請求項1〜6の何れか一項に記載の画像処理装置。 - 前記原稿に印字された文字が並んでいる文字方向を判別する文字方向判別部をさらに有し、
前記原稿種類判別部は、更に、前記文字方向に基づいて、前記原稿の種類を判別する、請求項1〜7の何れか一項に記載の画像処理装置。 - 原稿を読み取って生成された入力画像を取得するステップと、
前記入力画像における文字列密度又は文字列分散を算出するステップと、
前記文字列密度又は文字列分散に基づいて、前記原稿の種類を判別するステップと、
を含むことを特徴とする画像処理方法。 - 原稿を読み取って生成された入力画像を取得するステップと、
前記入力画像における文字列密度又は文字列分散を算出するステップと、
前記文字列密度又は文字列分散に基づいて、前記原稿の種類を判別するステップと、
をコンピュータに実行させることを特徴とするコンピュータプログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013194488A JP6161484B2 (ja) | 2013-09-19 | 2013-09-19 | 画像処理装置、画像処理方法及びコンピュータプログラム |
US14/178,641 US9305236B2 (en) | 2013-09-19 | 2014-02-12 | Image processing apparatus, image processing method, and computer-readable, non-transitory medium |
CN201410168163.0A CN104469071B (zh) | 2013-09-19 | 2014-04-24 | 图像处理装置及图像处理方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013194488A JP6161484B2 (ja) | 2013-09-19 | 2013-09-19 | 画像処理装置、画像処理方法及びコンピュータプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2015060448A true JP2015060448A (ja) | 2015-03-30 |
JP6161484B2 JP6161484B2 (ja) | 2017-07-12 |
Family
ID=52667744
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013194488A Active JP6161484B2 (ja) | 2013-09-19 | 2013-09-19 | 画像処理装置、画像処理方法及びコンピュータプログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US9305236B2 (ja) |
JP (1) | JP6161484B2 (ja) |
CN (1) | CN104469071B (ja) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018500702A (ja) * | 2015-10-30 | 2018-01-11 | 小米科技有限責任公司Xiaomi Inc. | 領域認識方法及び装置 |
JP2018500703A (ja) * | 2015-10-30 | 2018-01-11 | シャオミ・インコーポレイテッド | 領域識別方法及び装置 |
JP2018019202A (ja) * | 2016-07-27 | 2018-02-01 | 京セラドキュメントソリューションズ株式会社 | 画像形成装置及び画像形成プログラム |
JP2018182451A (ja) * | 2017-04-07 | 2018-11-15 | カシオ計算機株式会社 | 画像確認装置、画像確認方法、及びプログラム |
JP2019133379A (ja) * | 2018-01-31 | 2019-08-08 | セイコーエプソン株式会社 | 画像処理装置および画像処理プログラム |
JP2019139737A (ja) * | 2018-02-08 | 2019-08-22 | セイコーエプソン株式会社 | レシート処理装置、プログラム及びレポートの生産方法 |
JP2021047693A (ja) * | 2019-09-19 | 2021-03-25 | 富士ゼロックス株式会社 | 情報処理装置及びプログラム |
US10970579B2 (en) | 2018-11-22 | 2021-04-06 | Pfu Limited | Image processing apparatus for placing a character recognition target region at a position of a predetermined region in an image conforming to a predetermined format |
JP2021153276A (ja) * | 2020-03-24 | 2021-09-30 | 京セラドキュメントソリューションズ株式会社 | 画像処理装置 |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105528606B (zh) * | 2015-10-30 | 2019-08-06 | 小米科技有限责任公司 | 区域识别方法及装置 |
JP6623866B2 (ja) * | 2016-03-15 | 2019-12-25 | 富士ゼロックス株式会社 | 情報処理装置 |
JP6918482B2 (ja) * | 2016-12-16 | 2021-08-11 | キヤノン株式会社 | 画像読取装置 |
CN108304840B (zh) * | 2017-08-31 | 2022-11-11 | 腾讯科技(深圳)有限公司 | 一种图像数据处理方法以及装置 |
CN110138992A (zh) | 2018-02-08 | 2019-08-16 | 精工爱普生株式会社 | 收据处理装置、程序的存储介质以及报告的制作方法 |
CN109933756B (zh) * | 2019-03-22 | 2022-04-15 | 腾讯科技(深圳)有限公司 | 基于ocr的图像转档方法、装置、设备及可读存储介质 |
JP2022169874A (ja) | 2021-04-28 | 2022-11-10 | 株式会社Pfu | 画像処理装置、画像処理方法、及びプログラム |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0765120A (ja) * | 1993-08-26 | 1995-03-10 | Minolta Co Ltd | 画像読取装置およびこれを備えた画像形成装置 |
JPH10275209A (ja) * | 1995-11-09 | 1998-10-13 | Pfu Ltd | イメージデータ処理システムおよびイメージデータ処理方法 |
JP2001084382A (ja) * | 2000-08-10 | 2001-03-30 | Sharp Corp | 画像分類装置 |
JP2001318941A (ja) * | 2000-05-09 | 2001-11-16 | Matsushita Electric Ind Co Ltd | 情報処理装置および情報処理方法 |
JP2003337941A (ja) * | 2002-05-20 | 2003-11-28 | Matsushita Electric Ind Co Ltd | 画像認識装置と画像認識方法とプログラム |
JP2009169948A (ja) * | 2008-01-11 | 2009-07-30 | Sharp Corp | 原稿方向判定装置、原稿方向判定方法、プログラムおよびその記録媒体 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04309191A (ja) * | 1991-04-08 | 1992-10-30 | Matsushita Electric Ind Co Ltd | 領域属性識別装置 |
JPH0822507A (ja) * | 1994-07-08 | 1996-01-23 | Matsushita Electric Ind Co Ltd | 文書認識装置 |
DE69525401T2 (de) * | 1994-09-12 | 2002-11-21 | Adobe Systems, Inc. | Verfahren und Gerät zur Identifikation von Wörtern, die in einem portablen elektronischen Dokument beschrieben sind |
US6389162B2 (en) * | 1996-02-15 | 2002-05-14 | Canon Kabushiki Kaisha | Image processing apparatus and method and medium |
US7016534B2 (en) * | 2001-08-07 | 2006-03-21 | Canon Kabushiki Kaisha | Method, and apparatus for discriminating kind of image medium stored with program |
JP4914185B2 (ja) | 2006-11-20 | 2012-04-11 | 株式会社Pfu | 画像読取処理装置および画像読取処理方法 |
CN101551859B (zh) * | 2008-03-31 | 2012-01-04 | 夏普株式会社 | 图像辨别装置及图像检索装置 |
JP5247588B2 (ja) | 2009-05-20 | 2013-07-24 | キヤノン株式会社 | 画像処理装置、その制御方法及びプログラム |
-
2013
- 2013-09-19 JP JP2013194488A patent/JP6161484B2/ja active Active
-
2014
- 2014-02-12 US US14/178,641 patent/US9305236B2/en active Active
- 2014-04-24 CN CN201410168163.0A patent/CN104469071B/zh not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0765120A (ja) * | 1993-08-26 | 1995-03-10 | Minolta Co Ltd | 画像読取装置およびこれを備えた画像形成装置 |
JPH10275209A (ja) * | 1995-11-09 | 1998-10-13 | Pfu Ltd | イメージデータ処理システムおよびイメージデータ処理方法 |
JP2001318941A (ja) * | 2000-05-09 | 2001-11-16 | Matsushita Electric Ind Co Ltd | 情報処理装置および情報処理方法 |
JP2001084382A (ja) * | 2000-08-10 | 2001-03-30 | Sharp Corp | 画像分類装置 |
JP2003337941A (ja) * | 2002-05-20 | 2003-11-28 | Matsushita Electric Ind Co Ltd | 画像認識装置と画像認識方法とプログラム |
JP2009169948A (ja) * | 2008-01-11 | 2009-07-30 | Sharp Corp | 原稿方向判定装置、原稿方向判定方法、プログラムおよびその記録媒体 |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018500703A (ja) * | 2015-10-30 | 2018-01-11 | シャオミ・インコーポレイテッド | 領域識別方法及び装置 |
US10095949B2 (en) | 2015-10-30 | 2018-10-09 | Xiaomi Inc. | Method, apparatus, and computer-readable storage medium for area identification |
JP2018500702A (ja) * | 2015-10-30 | 2018-01-11 | 小米科技有限責任公司Xiaomi Inc. | 領域認識方法及び装置 |
JP2018019202A (ja) * | 2016-07-27 | 2018-02-01 | 京セラドキュメントソリューションズ株式会社 | 画像形成装置及び画像形成プログラム |
JP2018182451A (ja) * | 2017-04-07 | 2018-11-15 | カシオ計算機株式会社 | 画像確認装置、画像確認方法、及びプログラム |
JP7081179B2 (ja) | 2018-01-31 | 2022-06-07 | セイコーエプソン株式会社 | 画像処理装置および画像処理プログラム |
JP2019133379A (ja) * | 2018-01-31 | 2019-08-08 | セイコーエプソン株式会社 | 画像処理装置および画像処理プログラム |
JP2019139737A (ja) * | 2018-02-08 | 2019-08-22 | セイコーエプソン株式会社 | レシート処理装置、プログラム及びレポートの生産方法 |
JP7255121B2 (ja) | 2018-02-08 | 2023-04-11 | セイコーエプソン株式会社 | レシート処理装置及びレポートの生産方法 |
US10970579B2 (en) | 2018-11-22 | 2021-04-06 | Pfu Limited | Image processing apparatus for placing a character recognition target region at a position of a predetermined region in an image conforming to a predetermined format |
JP2021047693A (ja) * | 2019-09-19 | 2021-03-25 | 富士ゼロックス株式会社 | 情報処理装置及びプログラム |
JP2021153276A (ja) * | 2020-03-24 | 2021-09-30 | 京セラドキュメントソリューションズ株式会社 | 画像処理装置 |
JP7457903B2 (ja) | 2020-03-24 | 2024-03-29 | 京セラドキュメントソリューションズ株式会社 | 画像処理装置 |
Also Published As
Publication number | Publication date |
---|---|
JP6161484B2 (ja) | 2017-07-12 |
CN104469071A (zh) | 2015-03-25 |
CN104469071B (zh) | 2017-12-15 |
US9305236B2 (en) | 2016-04-05 |
US20150077817A1 (en) | 2015-03-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6161484B2 (ja) | 画像処理装置、画像処理方法及びコンピュータプログラム | |
US11574489B2 (en) | Image processing system, image processing method, and storage medium | |
JP2014195148A (ja) | 画像処理装置、領域決定方法及びコンピュータプログラム | |
JP5847210B2 (ja) | 画像処理装置、画像処理方法及びコンピュータプログラム | |
EP2608104B1 (en) | Image processing device, image processing method, and image processing program | |
US9626601B2 (en) | Identifying image transformations for improving optical character recognition quality | |
US20200167588A1 (en) | Image processing apparatus for placing a character recognition target region at a position of a predetermined region in an image conforming to a predetermined format | |
JP6021665B2 (ja) | 画像処理装置、画像処理方法及びコンピュータプログラム | |
US11881043B2 (en) | Image processing system, image processing method, and program | |
US20190005325A1 (en) | Identification of emphasized text in electronic documents | |
EP3786844A1 (en) | Image processing system, image processing method, and program | |
US9085191B2 (en) | Background pattern image combining apparatus, background pattern image combining method, and computer-readable storage medium for computer program | |
US20140293353A1 (en) | Document file output apparatus, document file output method, and computer program | |
JP2018042067A (ja) | 画像処理システム、画像処理方法、情報処理装置 | |
US11436733B2 (en) | Image processing apparatus, image processing method and storage medium | |
US10757281B1 (en) | Image reading apparatus for executing image processing based on a reliability level according to a number of conveyance mechanisms clamping a medium | |
US9659230B2 (en) | Methods and systems for estimating skew angle of an image | |
JP6365894B2 (ja) | 画像読取装置 | |
JP6970834B2 (ja) | 画像処理装置、制御方法及び制御プログラム | |
JP2018067096A (ja) | 文字認識装置及び文字認識方法 | |
JP4205554B2 (ja) | 帳票処理装置 | |
US20240348736A1 (en) | Image processing apparatus, control method, and non-transitory computer-executable medium | |
JP2009284190A (ja) | 画像読み取り装置および画像読み取りシステム | |
JP5298830B2 (ja) | 画像処理プログラム、画像処理装置及び画像処理システム | |
JP2024073232A (ja) | 画像処理装置、画像処理方法及び制御プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20151009 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20160927 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20161018 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20161216 |
|
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: 20170516 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170613 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6161484 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |