JP5701181B2 - 画像処理装置、画像処理方法及びコンピュータプログラム - Google Patents
画像処理装置、画像処理方法及びコンピュータプログラム Download PDFInfo
- Publication number
- JP5701181B2 JP5701181B2 JP2011178816A JP2011178816A JP5701181B2 JP 5701181 B2 JP5701181 B2 JP 5701181B2 JP 2011178816 A JP2011178816 A JP 2011178816A JP 2011178816 A JP2011178816 A JP 2011178816A JP 5701181 B2 JP5701181 B2 JP 5701181B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- histogram
- isolated
- edge
- pixels
- 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.)
- Active
Links
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/40—Picture signal circuits
- H04N1/403—Discrimination between the two tones in the picture signal of a two-tone original
-
- 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/10—Character recognition
- G06V30/14—Image acquisition
- G06V30/146—Aligning or centring of the image pick-up or image-field
- G06V30/1473—Recognising objects as potential recognition candidates based on visual cues, e.g. shapes
-
- 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/10—Character recognition
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Facsimile Image Signal Circuits (AREA)
- Image Processing (AREA)
- Image Analysis (AREA)
- Editing Of Facsimile Originals (AREA)
Description
輝度値=0.30×R値+0.59×G値+0.11×B値 (1)
10、30 画像読取装置
11、31 画像入力部
12、32 第1画像メモリ部
13、33 第1インターフェース部
14、34 第1記憶部
15、35 第1中央処理部
16、46 画像処理部
20、40 情報処理装置
21、41 第2インターフェース部
22、42 第2画像メモリ部
23、43 表示部
24、44 第2記憶部
25、45 第2中央処理部
101 間引き画像生成部
102 エッジ画素抽出部
103 エッジクラス抽出部
104 ヒストグラム生成部
105 判定部
106 特徴量抽出部
107 特徴量解析部
108 閾値算出部
109 二値化処理部
Claims (8)
- 入力画像から画素を間引いた間引き画像を生成する間引き画像生成部と、
前記間引き画像からエッジ画素を抽出するエッジ画素抽出部と、
前記エッジ画素から隣接するエッジ画素のない孤立エッジ画素を抽出するエッジクラス抽出部と、
前記孤立エッジ画素と前記孤立エッジ画素に隣接する画素との間の輝度値の差分値のヒストグラムである孤立ヒストグラムを生成するヒストグラム生成部と、
前記孤立ヒストグラムに基づいて、前記入力画像に背景要素があるか否かの判定を行う判定部と、
を有することを特徴とする画像処理装置。 - 前記エッジクラス抽出部は、前記エッジ画素から隣接するエッジ画素のある連結エッジ画素をさらに抽出し、
前記ヒストグラム生成部は、前記連結エッジ画素と前記連結エッジ画素に隣接する画素との間の輝度値の差分値のヒストグラムである連結ヒストグラムをさらに生成し、
前記判定部は、前記孤立ヒストグラム及び前記連結ヒストグラムに基づいて、前記入力画像に前記背景要素があるか否かの判定を行う、請求項1に記載の画像処理装置。 - 前記判定部は、前記連結ヒストグラムの収束の度合と前記孤立ヒストグラムの収束の度合の相互の関係に基づいて前記入力画像に前記背景要素があるか否かの判定を行う、請求項2に記載の画像処理装置。
- 前記判定部は、前記連結ヒストグラムの最大値と前記孤立ヒストグラムの最大値の相互の関係に基づいて前記入力画像に前記背景要素があるか否かの判定を行う、請求項2または3に記載の画像処理装置。
- 前記判定部は、前記孤立ヒストグラムの収束の度合に基づいて前記入力画像に前記背景要素があるか否かの判定を行う、請求項1に記載の画像処理装置。
- 前記判定部は、前記孤立ヒストグラムの最大値に対する比率が所定以上となる範囲の大きさにより前記収束の度合を求める、請求項5に記載の画像処理装置。
- 入力画像から画素を間引いた間引き画像を生成するステップと、
前記間引き画像からエッジ画素を抽出するステップと、
前記エッジ画素から隣接するエッジ画素のない孤立エッジ画素を抽出するステップと、
前記孤立エッジ画素と前記孤立エッジ画素に隣接する画素との間の輝度値の差分値のヒストグラムである孤立ヒストグラムを生成するステップと、
前記孤立ヒストグラムに基づいて、前記入力画像に背景要素があるか否かの判定を行うステップと、
を含むことを特徴とする画像処理方法。 - 入力画像から画素を間引いた間引き画像を生成するステップと、
前記間引き画像からエッジ画素を抽出するステップと、
前記エッジ画素から隣接するエッジ画素のない孤立エッジ画素を抽出するステップと、
前記孤立エッジ画素と前記孤立エッジ画素に隣接する画素との間の輝度値の差分値のヒストグラムである孤立ヒストグラムを生成するステップと、
前記孤立ヒストグラムに基づいて、前記入力画像に背景要素があるか否かの判定を行うステップと、
をコンピュータに実行させることを特徴とするコンピュータプログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011178816A JP5701181B2 (ja) | 2011-08-18 | 2011-08-18 | 画像処理装置、画像処理方法及びコンピュータプログラム |
US13/543,605 US8824796B2 (en) | 2011-08-18 | 2012-07-06 | Image processing apparatus, image processing method, and computer-readable, non-transitory medium |
CN201210292587.9A CN102956029B (zh) | 2011-08-18 | 2012-08-16 | 图像处理装置以及图像处理方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011178816A JP5701181B2 (ja) | 2011-08-18 | 2011-08-18 | 画像処理装置、画像処理方法及びコンピュータプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013042413A JP2013042413A (ja) | 2013-02-28 |
JP5701181B2 true JP5701181B2 (ja) | 2015-04-15 |
Family
ID=47712711
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011178816A Active JP5701181B2 (ja) | 2011-08-18 | 2011-08-18 | 画像処理装置、画像処理方法及びコンピュータプログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US8824796B2 (ja) |
JP (1) | JP5701181B2 (ja) |
CN (1) | CN102956029B (ja) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102025184B1 (ko) * | 2013-07-31 | 2019-09-25 | 엘지디스플레이 주식회사 | 데이터 변환 장치 및 이를 이용한 디스플레이 장치 |
US9552528B1 (en) * | 2014-03-03 | 2017-01-24 | Accusoft Corporation | Method and apparatus for image binarization |
CN104899853B (zh) * | 2014-03-04 | 2019-12-06 | 腾讯科技(深圳)有限公司 | 图像区域的划分方法及装置 |
CN106991418B (zh) * | 2017-03-09 | 2020-08-04 | 上海小蚁科技有限公司 | 飞虫检测方法、装置及终端 |
US10740889B2 (en) * | 2017-12-29 | 2020-08-11 | Huizhou China Star Optoelectronics Technology Co., Ltd. | Method and system for detection of in-panel mura based on hough transform and gaussian fitting |
CN108074238B (zh) * | 2017-12-29 | 2020-07-24 | 惠州市华星光电技术有限公司 | 基于霍夫变换及高斯拟合的面内mura检测方法及检测系统 |
US12039615B2 (en) | 2019-07-03 | 2024-07-16 | Sap Se | Anomaly and fraud detection with fake event detection using machine learning |
US11113689B2 (en) | 2019-07-03 | 2021-09-07 | Sap Se | Transaction policy audit |
US11308492B2 (en) | 2019-07-03 | 2022-04-19 | Sap Se | Anomaly and fraud detection with fake event detection using pixel intensity testing |
CN117876274B (zh) * | 2024-03-11 | 2024-05-10 | 摩尔线程智能科技(北京)有限责任公司 | 处理图像的方法、装置、计算设备和计算机可读存储介质 |
Family Cites Families (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CA1226948A (en) * | 1984-04-13 | 1987-09-15 | Tohru Ozaki | Apparatus for evaluating density and evenness of printed patterns |
JPH0761192B2 (ja) | 1990-07-16 | 1995-06-28 | 松下電器産業株式会社 | 車載用音響再生装置 |
JPH06113139A (ja) | 1992-09-25 | 1994-04-22 | Olympus Optical Co Ltd | 画像2値化装置 |
JPH096957A (ja) * | 1995-06-23 | 1997-01-10 | Toshiba Corp | 濃度画像の2値化方法および画像2値化装置 |
DE69526792T2 (de) | 1995-09-29 | 2002-12-05 | Hewlett-Packard Co. (N.D.Ges.D.Staates Delaware), Palo Alto | Bildverarbeitungsgerät und -verfahren |
US6507670B1 (en) * | 1998-03-05 | 2003-01-14 | Ncr Corporation | System and process for removing a background pattern from a binary image |
US6363162B1 (en) * | 1998-03-05 | 2002-03-26 | Ncr Corporation | System and process for assessing the quality of a signature within a binary image |
US6415062B1 (en) * | 1998-03-05 | 2002-07-02 | Ncr Corporation | System and process for repairing a binary image containing discontinuous segments of a character |
JP4077094B2 (ja) | 1998-12-11 | 2008-04-16 | 富士通株式会社 | カラー文書画像認識装置 |
US6473522B1 (en) | 2000-03-14 | 2002-10-29 | Intel Corporation | Estimating text color and segmentation of images |
US6587576B1 (en) * | 2000-05-17 | 2003-07-01 | Ncr Corporation | Method of quantifying the quality of a gray scale image of a document and an apparatus therefor |
JP4157259B2 (ja) * | 2000-07-17 | 2008-10-01 | 株式会社東芝 | 画像処理方法および画像処理装置 |
US6674899B2 (en) * | 2000-12-18 | 2004-01-06 | Xerox Corporation | Automatic background detection of scanned documents |
JP4003428B2 (ja) * | 2001-10-10 | 2007-11-07 | セイコーエプソン株式会社 | 小切手等処理装置及び小切手等処理方法 |
US7426291B2 (en) * | 2002-07-29 | 2008-09-16 | Seiko Epson Corporation | Apparatus and method for binarizing images of negotiable instruments using a binarization method chosen based on an image of a partial area |
JP4047192B2 (ja) | 2003-02-24 | 2008-02-13 | キヤノン株式会社 | 画像圧縮装置及び方法、画像伸張装置及び方法、プログラム |
US7983446B2 (en) * | 2003-07-18 | 2011-07-19 | Lockheed Martin Corporation | Method and apparatus for automatic object identification |
US7522760B1 (en) * | 2003-10-17 | 2009-04-21 | Carreker Corporation | Method for inspecting document images |
US7475807B2 (en) * | 2003-10-24 | 2009-01-13 | De La Rue International Limited | Method and apparatus for processing checks |
US7379594B2 (en) * | 2004-01-28 | 2008-05-27 | Sharp Laboratories Of America, Inc. | Methods and systems for automatic detection of continuous-tone regions in document images |
JP3990375B2 (ja) * | 2004-03-30 | 2007-10-10 | 東芝ソリューション株式会社 | 画像処理装置および画像処理方法 |
JP2005301713A (ja) * | 2004-04-13 | 2005-10-27 | Oki Electric Ind Co Ltd | 帳票画像の地紋除去方法及び装置 |
TWI284288B (en) * | 2004-06-04 | 2007-07-21 | Benq Corp | Text region recognition method, storage medium and system |
JP2007028362A (ja) | 2005-07-20 | 2007-02-01 | Seiko Epson Corp | 背景画像と目的画像が混在する画像データを処理するための装置及び方法 |
JP4232804B2 (ja) * | 2006-08-25 | 2009-03-04 | 日本電気株式会社 | 画像濃度変換方法、画像強調処理装置、およびそのプログラム |
CN101822037B (zh) * | 2007-08-15 | 2013-06-19 | 独立行政法人科学技术振兴机构 | 图像处理装置和方法 |
US8467614B2 (en) * | 2007-11-28 | 2013-06-18 | Lumex As | Method for processing optical character recognition (OCR) data, wherein the output comprises visually impaired character images |
US8073284B2 (en) * | 2008-04-03 | 2011-12-06 | Seiko Epson Corporation | Thresholding gray-scale images to produce bitonal images |
US8150202B2 (en) | 2008-06-30 | 2012-04-03 | Honeywell International Inc. | Gaussian mixture model based illumination normalization for global enhancement |
KR100951254B1 (ko) * | 2008-07-18 | 2010-04-02 | 삼성전기주식회사 | 이미지의 선명도 향상 장치 |
US8144986B2 (en) * | 2008-09-05 | 2012-03-27 | The Neat Company, Inc. | Method and apparatus for binarization threshold calculation |
JP5701182B2 (ja) * | 2011-08-18 | 2015-04-15 | 株式会社Pfu | 画像処理装置、画像処理方法及びコンピュータプログラム |
-
2011
- 2011-08-18 JP JP2011178816A patent/JP5701181B2/ja active Active
-
2012
- 2012-07-06 US US13/543,605 patent/US8824796B2/en active Active
- 2012-08-16 CN CN201210292587.9A patent/CN102956029B/zh not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US8824796B2 (en) | 2014-09-02 |
CN102956029B (zh) | 2016-02-17 |
US20130044953A1 (en) | 2013-02-21 |
CN102956029A (zh) | 2013-03-06 |
JP2013042413A (ja) | 2013-02-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5701181B2 (ja) | 画像処理装置、画像処理方法及びコンピュータプログラム | |
JP5701182B2 (ja) | 画像処理装置、画像処理方法及びコンピュータプログラム | |
US10455117B2 (en) | Image processing apparatus, method, and storage medium | |
US8224095B2 (en) | Image processing apparatus, image forming apparatus, image processing system, and image processing method | |
US10354352B2 (en) | Image processing apparatus, image processing method, and storage medium | |
JP6779688B2 (ja) | 画像処理装置、画像処理方法、コンピュータプログラム | |
WO2020065995A1 (ja) | 画像処理装置、制御方法及び制御プログラム | |
JP2008252862A (ja) | 画像処理装置、画像処理方法及び画像処理プログラム | |
JP5645612B2 (ja) | 画像処理装置、画像処理方法、プログラム、及び記憶媒体 | |
JP6362632B2 (ja) | 画像処理装置、画像処理方法 | |
US8705134B2 (en) | Method of processing an image to clarify text in the image | |
EP3407252B1 (en) | Image processing apparatus, image processing method, and storage medium | |
US20080310715A1 (en) | Applying a segmentation engine to different mappings of a digital image | |
US11115560B2 (en) | Image processing device, control method and control program for more accurately removing a background pattern from an image | |
US10896344B2 (en) | Information processing apparatus, information processing method, and computer program | |
JP2014071556A (ja) | 画像処理装置、画像処理方法、及びプログラム | |
JP2012205133A (ja) | 画像処理装置およびその制御方法 | |
JP7022847B2 (ja) | 画像処理装置、制御方法及び制御プログラム | |
JP6194677B2 (ja) | 画像処理装置およびプログラム | |
WO2016151706A1 (ja) | 画像処理装置、領域決定方法及びコンピュータプログラム | |
JP2016085593A (ja) | 画像処理装置、画像処理方法、及びプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20131008 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140911 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20141021 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20141219 |
|
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: 20150120 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150217 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5701181 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |