JP4340701B2 - デジタル画像のテキストを識別する方法およびシステム - Google Patents
デジタル画像のテキストを識別する方法およびシステム Download PDFInfo
- Publication number
- JP4340701B2 JP4340701B2 JP2007229562A JP2007229562A JP4340701B2 JP 4340701 B2 JP4340701 B2 JP 4340701B2 JP 2007229562 A JP2007229562 A JP 2007229562A JP 2007229562 A JP2007229562 A JP 2007229562A JP 4340701 B2 JP4340701 B2 JP 4340701B2
- Authority
- JP
- Japan
- Prior art keywords
- pixel
- map
- text
- pixels
- text candidate
- 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
Images
Classifications
-
- 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/413—Classification of content, e.g. text, photographs or tables
Landscapes
- Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Artificial Intelligence (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Facsimile Image Signal Circuits (AREA)
- Image Analysis (AREA)
Description
を備えることを特徴とする。
上記デジタル画像におけるテキスト候補画素を示すテキスト候補マップの入力を受け付けるテキスト候補マップ入力受付部と、入力されたテキスト候補マップにおいて、所定サイズのブロックごとにテキスト候補画素の数をカウントし、当該ブロックの各々とカウントしたテキスト候補画素の数とを対応付けたテキストカウントマップを生成するテキストカウントマップ生成部と、を備え、テキスト候補マップ、エッジマップ、テキストカウントマップ、エッジカウントマップの各画素の値について閾値処理を行うことにより、修正テキスト候補マップを生成してもよい。
maxCnt = MAX(PictCnt(i, j-1), 5 PictCnt(i-1, j));
maxCnt = MAX(maxCnt, PictCnt(i-1, j-1));
maxCnt = MAX(maxCnt, PictCnt(i-1, j+1));
pictCnt(i, j) = maxCnt + 1;
pictCnt(i, j) = maxCnt;
PictCnt(i, j) = maxCnt − (16 − cnt×4);
PictCnt(i, j) = 0;
PictCnt(i, j) = PictCnt(i, j) > 255 ? 255 : PictCnt(i, j);
PictCnt(i, j) = PictCnt(i, j) < 0 ? 0 : PictCnt(i, j);
22 識別部
24 クリーンアップ部
Claims (12)
- スキャナで読み取ることにより得られたデジタル画像の中のテキストを識別する方法であって、
テキスト候補マップの中のテキスト候補画素の領域を拡張し、修正テキスト候補マップを生成する第1ステップと、
デジタル画像の各画素におけるエッジ強度である第1特徴量を示す第1特徴データを取得する第2ステップと、
上記デジタル画像に対応するデジタル画像データを取得する第3ステップと、
上記第1特徴量が第1の所定閾値以上である画素をマスク画素とし、上記第1特徴量が当該第1の所定閾値未満である画素を非マスク画素として画素を分類する第4ステップと、
上記デジタル画像データの注目画素毎に、当該注目画素を含む所定サイズのブロック内の複数の画素の画素値について、上記第1特徴量により分類されたマスク画素と非マスク画素とを用いて、度数に対するマスク画素の寄与が非マスク画素の寄与よりも小さくなるようにヒストグラムを作成し、当該ヒストグラムに対するエントロピー量を第2特徴量として計算する第5ステップと、
上記第2特徴量が第2の所定閾値以上である注目画素を写真領域の画素として求める第6ステップと、
上記修正テキスト候補マップから、上記写真領域の画素を削除することで、補正後のテキストマップを生成する第7ステップと、
を含むことを特徴とするテキストを識別する方法。 - 上記デジタル画像データは、輝度を示すデータであることを特徴とする請求項1に記載の方法。
- 上記デジタル画像データの解像度は、上記第1特徴データの解像度よりも小さいことを特徴とする請求項1に記載の方法。
- 上記第6ステップにおいて、上記第2特徴量に対してヒステリシスな閾値処理を行うことにより、写真領域を求めることを特徴とする請求項1に記載の方法。
- スキャナで読み取ることにより得られたデジタル画像のテキストを識別する方法であって、
テキスト候補マップの中のテキスト候補画素の領域を拡張し、修正テキスト候補マップを生成する第1ステップと、
上記デジタル画像に対応するデジタル画像データを取得する第2ステップと、
上記修正テキスト候補マップにおいてテキスト画素としてラベル付けされている画素をマスク画素とし、上記修正テキスト候補マップにおいて非テキスト画素としてラベル付けされている画素を非マスク画素とし、上記デジタル画像データの注目画素毎に、当該注目画素を含む所定サイズのブロック内の複数の画素の画素値について、度数に対するマスク画素の寄与が非マスク画素の寄与よりも小さくなるようにヒストグラムを作成し、当該ヒストグラムに対してエントロピー量を計算する第3ステップと、
上記エントロピー量が所定閾値以上である注目画素を写真領域の画素として求める第4ステップと、
上記修正テキスト候補マップから、上記写真領域の画素を削除することで、補正後のテキストマップを生成する第5ステップと、
を含むことを特徴とする方法。 - 上記第4ステップにおいて、ヒステリシス閾値処理を行うことにより写真領域を識別することを特徴とする請求項5に記載の方法。
- 上記第1ステップは、
上記デジタル画像のエッジを識別するエッジマップの入力を受け付けるステップと、
入力されたエッジマップにおいて、所定サイズのブロックごとにエッジ画素の数をカウントし、当該ブロックの各々とカウントしたエッジ画素の数とを対応付けたエッジカウントマップを生成するステップと、
上記デジタル画像におけるテキスト候補画素を示すテキスト候補マップの入力を受け付けるステップと、
入力されたテキスト候補マップにおいて、所定サイズのブロックごとにテキスト候補画素の数をカウントし、当該ブロックの各々とカウントしたテキスト候補画素の数とを対応付けたテキストカウントマップを生成するステップと、
を含み、
テキスト候補マップ、エッジマップ、テキストカウントマップ、エッジカウントマップの各画素の値について閾値処理を行うことにより、修正テキスト候補マップを生成することを特徴とする請求項5に記載の方法。 - 上記テキスト候補マップは、デジタル画像におけるテキステャー特徴に基づいて生成されたものであることを特徴とする請求項7に記載の方法。
- スキャナで読み取ることにより得られたデジタル画像のテキストを識別するシステムであって、
テキスト候補マップの中のテキスト候補画素の領域を拡張し、修正テキスト候補マップを生成する拡張部と、
上記修正テキスト候補マップにおいてテキスト画素としてラベル付けされている画素をマスク画素とし、上記修正テキスト候補マップにおいて非テキスト画素としてラベル付けされている画素を非マスク画素とし、上記デジタル画像に対応するデジタル画像データにおいて、当該デジタル画像データの注目画素毎に、当該注目画素を含む所定サイズのブロック内の複数の画素の画素値について、度数に対するマスク画素の寄与が非マスク画素の寄与よりも小さくなるようにヒストグラムを作成し、当該ヒストグラムに対してエントロピー量を計算し、当該エントロピー量が所定閾値以上である注目画素を写真領域の画素として求める識別部と、
上記修正テキスト候補マップから、上記写真領域の画素を削除することで、補正後のテキストマップを生成する補正部と、
を備えることを特徴とするシステム。 - 上記識別部は、ヒステリシス閾値処理を行うことにより写真領域を識別することを特徴とする請求項9に記載のシステム。
- 上記拡張部は、
上記デジタル画像のエッジを識別するエッジマップの入力を受け付けるエッジマップ入力受付部と、
入力されたエッジマップにおいて、所定サイズのブロックごとにエッジ画素の数をカウントし、当該ブロックの各々とカウントしたエッジ画素の数とを対応付けたエッジカウントマップを生成するエッジカウントマップ生成部と、
上記デジタル画像におけるテキスト候補画素を示すテキスト候補マップの入力を受け付けるテキスト候補マップ入力受付部と、
入力されたテキスト候補マップにおいて、所定サイズのブロックごとにテキスト候補画
素の数をカウントし、当該ブロックの各々とカウントしたテキスト候補画素の数とを対応付けたテキストカウントマップを生成するテキストカウントマップ生成部と、
を備え、
テキスト候補マップ、エッジマップ、テキストカウントマップ、エッジカウントマップの各画素の値について閾値処理を行うことにより、修正テキスト候補マップを生成することを特徴とする請求項9に記載のシステム。 - 上記テキスト候補マップは、デジタル画像におけるテキステャー特徴に基づいて生成されたものであることを特徴とする請求項11に記載のシステム。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/470,519 US7876959B2 (en) | 2006-09-06 | 2006-09-06 | Methods and systems for identifying text in digital images |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008067387A JP2008067387A (ja) | 2008-03-21 |
JP4340701B2 true JP4340701B2 (ja) | 2009-10-07 |
Family
ID=39151601
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007229562A Active JP4340701B2 (ja) | 2006-09-06 | 2007-09-04 | デジタル画像のテキストを識別する方法およびシステム |
Country Status (2)
Country | Link |
---|---|
US (2) | US7876959B2 (ja) |
JP (1) | JP4340701B2 (ja) |
Families Citing this family (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4732250B2 (ja) * | 2006-06-14 | 2011-07-27 | キヤノン株式会社 | 情報処理装置、制御方法、およびコンピュータプログラム |
JP4902569B2 (ja) * | 2008-02-19 | 2012-03-21 | キヤノン株式会社 | 画像符号化装置及びその制御方法 |
US20110026816A1 (en) * | 2009-07-29 | 2011-02-03 | Vaughn Robert L | Rapid image categorization |
US8675060B2 (en) * | 2009-08-28 | 2014-03-18 | Indian Institute Of Science | Machine vision based obstacle avoidance system |
JP5500996B2 (ja) * | 2010-01-06 | 2014-05-21 | キヤノン株式会社 | 画像処理装置及び画像処理方法 |
US8571343B2 (en) * | 2011-03-01 | 2013-10-29 | Sharp Laboratories Of America, Inc. | Methods and systems for document-image correction |
US8571306B2 (en) | 2011-08-10 | 2013-10-29 | Qualcomm Incorporated | Coding of feature location information |
US9223769B2 (en) | 2011-09-21 | 2015-12-29 | Roman Tsibulevskiy | Data processing systems, devices, and methods for content analysis |
JP2014528224A (ja) * | 2011-09-29 | 2014-10-23 | ヒューレット−パッカード デベロップメント カンパニー エル.ピー.Hewlett‐Packard Development Company, L.P. | アクティビティマップに基づいてイメージの新しい色値を求める |
US9589184B1 (en) | 2012-08-16 | 2017-03-07 | Groupon, Inc. | Method, apparatus, and computer program product for classification of documents |
US9355435B2 (en) | 2013-03-14 | 2016-05-31 | Drs Network & Imaging Systems, Llc | Method and system for adaptive pixel replacement |
US9058539B2 (en) | 2013-04-16 | 2015-06-16 | Canon Kabushiki Kaisha | Systems and methods for quantifying graphics or text in an image |
CN103971134B (zh) * | 2014-04-25 | 2017-07-07 | 华为技术有限公司 | 图像分类、检索和校正方法,以及相应装置 |
US10678848B2 (en) | 2018-02-12 | 2020-06-09 | Wipro Limited | Method and a system for recognition of data in one or more images |
CN109684980B (zh) * | 2018-09-19 | 2022-12-13 | 腾讯科技(深圳)有限公司 | 自动阅卷方法及装置 |
US20210034907A1 (en) * | 2019-07-29 | 2021-02-04 | Walmart Apollo, Llc | System and method for textual analysis of images |
CN110610166B (zh) * | 2019-09-18 | 2022-06-07 | 北京猎户星空科技有限公司 | 文本区域检测模型训练方法、装置、电子设备和存储介质 |
JP2024074521A (ja) * | 2022-11-21 | 2024-05-31 | 株式会社リコー | 画像処理装置、画像処理方法及びプログラム |
Family Cites Families (152)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CH646788A5 (de) * | 1978-11-28 | 1984-12-14 | Hell Rudolf Dr Ing Gmbh | Verfahren und schaltungsanordnung zum erkennen von farben. |
US4741046A (en) * | 1984-07-27 | 1988-04-26 | Konishiroku Photo Industry Co., Ltd. | Method of discriminating pictures |
US5001767A (en) * | 1987-11-30 | 1991-03-19 | Kabushiki Kaisha Toshiba | Image processing device |
JPH02100583A (ja) * | 1988-10-07 | 1990-04-12 | Toshiba Corp | 画像処理方法およびその装置 |
US5353132A (en) * | 1989-02-06 | 1994-10-04 | Canon Kabushiki Kaisha | Image processing device |
JP3223512B2 (ja) * | 1990-12-19 | 2001-10-29 | ソニー株式会社 | 画像表示方法及び装置 |
US5157740A (en) * | 1991-02-07 | 1992-10-20 | Unisys Corporation | Method for background suppression in an image data processing system |
JP2852390B2 (ja) * | 1991-02-16 | 1999-02-03 | 株式会社半導体エネルギー研究所 | 表示装置 |
US5265173A (en) | 1991-03-20 | 1993-11-23 | Hughes Aircraft Company | Rectilinear object image matcher |
JPH06121161A (ja) * | 1991-05-14 | 1994-04-28 | Fuji Xerox Co Ltd | カラー画像処理装置の文字処理方式 |
US5280367A (en) * | 1991-05-28 | 1994-01-18 | Hewlett-Packard Company | Automatic separation of text from background in scanned images of complex documents |
JP3276985B2 (ja) * | 1991-06-27 | 2002-04-22 | ゼロックス・コーポレーション | イメージピクセル処理方法 |
US5696842A (en) | 1991-07-04 | 1997-12-09 | Ricoh Company, Ltd. | Image processing system for adaptive coding of color document images |
US5436981A (en) * | 1992-06-24 | 1995-07-25 | Canon Kabushiki Kaisha | Image processing method, and apparatus therefor |
JP3337723B2 (ja) | 1992-11-06 | 2002-10-21 | キヤノン株式会社 | 画像処理装置及び画像処理方法 |
US5379130A (en) * | 1992-12-02 | 1995-01-03 | Industrial Technology Research Institute | Text/image separation method |
US5339172A (en) * | 1993-06-11 | 1994-08-16 | Xerox Corporation | Apparatus and method for segmenting an input image in one of a plurality of modes |
US5362796A (en) * | 1993-08-09 | 1994-11-08 | Isp Investments Inc. | Molded crosslinked vinyl lactam polymer gel and method of preparation |
JPH07107275A (ja) | 1993-10-06 | 1995-04-21 | Konica Corp | 画像領域判別装置 |
US5689575A (en) * | 1993-11-22 | 1997-11-18 | Hitachi, Ltd. | Method and apparatus for processing images of facial expressions |
US5546474A (en) * | 1993-12-21 | 1996-08-13 | Hewlett-Packard Company | Detection of photo regions in digital images |
US5588072A (en) | 1993-12-22 | 1996-12-24 | Canon Kabushiki Kaisha | Method and apparatus for selecting blocks of image data from image data having both horizontally- and vertically-oriented blocks |
JPH07220091A (ja) * | 1994-02-04 | 1995-08-18 | Canon Inc | 画像処理装置及び方法 |
US5481622A (en) * | 1994-03-01 | 1996-01-02 | Rensselaer Polytechnic Institute | Eye tracking apparatus and method employing grayscale threshold values |
DE69523970T2 (de) * | 1994-04-15 | 2002-07-04 | Canon K.K., Tokio/Tokyo | Dokumentspeicher- und Wiederauffindungssystem |
EP0677817B1 (en) * | 1994-04-15 | 2000-11-08 | Canon Kabushiki Kaisha | Page segmentation and character recognition system |
JPH07322252A (ja) * | 1994-05-23 | 1995-12-08 | Canon Inc | 画像符号化装置 |
US5917945A (en) | 1994-06-15 | 1999-06-29 | Metanetics Corporation | Recognizing dataforms in image areas |
US5903363A (en) | 1994-08-04 | 1999-05-11 | Canon Kabushiki Kaisha | Image processing apparatus and method |
US5694228A (en) | 1994-08-09 | 1997-12-02 | Ricoh Company,Ltd. | Document image processor with defect detection |
US5987171A (en) * | 1994-11-10 | 1999-11-16 | Canon Kabushiki Kaisha | Page analysis system |
US6215904B1 (en) * | 1994-11-30 | 2001-04-10 | Xerox Corporation | Apparatus and method for selecting encoding schemes based upon image content |
US5581667A (en) | 1994-12-23 | 1996-12-03 | Xerox Corporation | Electronic trapping system for digitized text and images |
DE69523135T2 (de) | 1994-12-28 | 2002-05-02 | Canon K.K., Tokio/Tokyo | Bildverarbeitungsvorrichtung und Verfahren |
US5649025A (en) * | 1995-02-03 | 1997-07-15 | Xerox Corporation | Multithresholding for document image segmentation |
JPH08305846A (ja) * | 1995-03-07 | 1996-11-22 | Matsushita Electric Ind Co Ltd | ニューロフィルターと像域分割方法とフィルター装置 |
US5682249A (en) * | 1995-05-11 | 1997-10-28 | Xerox Corporation | Method of encoding an image at full resolution for storing in a reduced image buffer |
US5995665A (en) * | 1995-05-31 | 1999-11-30 | Canon Kabushiki Kaisha | Image processing apparatus and method |
JP3774498B2 (ja) | 1996-01-08 | 2006-05-17 | キヤノン株式会社 | 画像処理方法とその装置 |
JPH09204525A (ja) | 1996-01-29 | 1997-08-05 | Canon Inc | 画像像域分離装置及びその方法 |
JPH09251533A (ja) | 1996-03-18 | 1997-09-22 | Babcock Hitachi Kk | 画像領域の抽出方法 |
US5923775A (en) * | 1996-04-04 | 1999-07-13 | Eastman Kodak Company | Apparatus and method for signal dependent noise estimation and reduction in digital images |
US5946420A (en) * | 1996-05-10 | 1999-08-31 | Hewlett-Packard Company | Printing with text enhancement: recognition by sensing paired edges, or by disqualification in pictorial regions |
JP2973944B2 (ja) * | 1996-06-26 | 1999-11-08 | 富士ゼロックス株式会社 | 文書処理装置および文書処理方法 |
US5956468A (en) * | 1996-07-12 | 1999-09-21 | Seiko Epson Corporation | Document segmentation system |
US5960104A (en) | 1996-08-16 | 1999-09-28 | Virginia Polytechnic & State University | Defect detection system for lumber |
US5778092A (en) * | 1996-12-20 | 1998-07-07 | Xerox Corporation | Method and apparatus for compressing color or gray scale documents |
US5767978A (en) * | 1997-01-21 | 1998-06-16 | Xerox Corporation | Image segmentation system |
US5900953A (en) * | 1997-06-17 | 1999-05-04 | At&T Corp | Method and apparatus for extracting a foreground image and a background image from a color document image |
US6222932B1 (en) | 1997-06-27 | 2001-04-24 | International Business Machines Corporation | Automatic adjustment of image watermark strength based on computed image texture |
US6298173B1 (en) | 1997-10-03 | 2001-10-02 | Matsushita Electric Corporation Of America | Storage management system for document image database |
US6014464A (en) * | 1997-10-21 | 2000-01-11 | Kurzweil Educational Systems, Inc. | Compression/ decompression algorithm for image documents having text graphical and color content |
US6347153B1 (en) * | 1998-01-21 | 2002-02-12 | Xerox Corporation | Method and system for classifying and processing of pixels of image data |
US6175650B1 (en) * | 1998-01-26 | 2001-01-16 | Xerox Corporation | Adaptive quantization compatible with the JPEG baseline sequential mode |
US6252994B1 (en) | 1998-01-26 | 2001-06-26 | Xerox Corporation | Adaptive quantization compatible with the JPEG baseline sequential mode |
JP4662584B2 (ja) * | 1998-01-27 | 2011-03-30 | イーストマン コダック カンパニー | 画像センサのライン毎ノイズ除去装置及び方法 |
JPH11213090A (ja) | 1998-01-29 | 1999-08-06 | Nippon Telegr & Teleph Corp <Ntt> | 文字図形と背景領域の識別方法およびその装置およびその方法を記録した記録媒体 |
US6020979A (en) * | 1998-03-23 | 2000-02-01 | Xerox Corporation | Method of encoding high resolution edge position information in continuous tone image information |
US6175427B1 (en) * | 1998-04-20 | 2001-01-16 | Xerox Corporation | System and method of tonal correction of independent regions on a compound document |
AUPP400998A0 (en) | 1998-06-10 | 1998-07-02 | Canon Kabushiki Kaisha | Face detection in digital images |
US6233353B1 (en) * | 1998-06-29 | 2001-05-15 | Xerox Corporation | System for segmenting line drawings from text within a binary digital image |
JP3453085B2 (ja) * | 1998-07-23 | 2003-10-06 | ジーイー横河メディカルシステム株式会社 | X線ct装置 |
US6308179B1 (en) * | 1998-08-31 | 2001-10-23 | Xerox Corporation | User level controlled mechanism inter-positioned in a read/write path of a property-based document management system |
US6360009B2 (en) | 1998-09-23 | 2002-03-19 | Xerox Corporation | Image segmentation apparatus and method |
US6178260B1 (en) * | 1998-09-23 | 2001-01-23 | Xerox Corporation | Image segmentation apparatus and method |
US6782129B1 (en) * | 1998-09-23 | 2004-08-24 | Xerox Corporation | Image segmentation apparatus and method |
US6272240B1 (en) * | 1998-09-23 | 2001-08-07 | Xerox Corporation | Image segmentation apparatus and method |
US6389164B2 (en) * | 1998-09-23 | 2002-05-14 | Xerox Corporation | Image segmentation apparatus and method |
US6400844B1 (en) * | 1998-12-02 | 2002-06-04 | Xerox Corporation | Method and apparatus for segmenting data to create mixed raster content planes |
US6373981B1 (en) * | 1998-12-21 | 2002-04-16 | Xerox Corporation | Method and apparatus for segmenting data to create mixed raster content planes |
US6360007B1 (en) | 1998-12-22 | 2002-03-19 | Xerox Corporation | Dynamic optimized color lut transformations based upon image requirements |
US6731789B1 (en) * | 1999-01-29 | 2004-05-04 | Canon Kabushiki Kaisha | Image processing apparatus and method, and storage medium |
US6260009B1 (en) * | 1999-02-12 | 2001-07-10 | Qualcomm Incorporated | CELP-based to CELP-based vocoder packet translation |
IL131282A (en) * | 1999-08-05 | 2009-02-11 | Orbotech Ltd | Apparatus and methods for inspection of objects |
US6487321B1 (en) | 1999-09-16 | 2002-11-26 | Applied Science Fiction | Method and system for altering defects in a digital image |
US6668080B1 (en) | 1999-09-21 | 2003-12-23 | Microsoft Corporation | Automated layer extraction and pixel assignment from image sequences |
US6535633B1 (en) | 1999-09-24 | 2003-03-18 | Bank One | Method and apparatus for re-classifying color image pixels classified by single channel segmentation |
US6594401B1 (en) * | 1999-10-20 | 2003-07-15 | Xerox Corporation | Detection and elimination of scanning artifacts |
US6577762B1 (en) * | 1999-10-26 | 2003-06-10 | Xerox Corporation | Background surface thresholding |
US6728391B1 (en) * | 1999-12-03 | 2004-04-27 | United Parcel Service Of America, Inc. | Multi-resolution label locator |
DE19958553A1 (de) * | 1999-12-04 | 2001-06-07 | Luratech Ges Fuer Luft Und Rau | Verfahren zur Kompression von gescannten Farb- und/oder Graustufendokumenten |
US6718059B1 (en) * | 1999-12-10 | 2004-04-06 | Canon Kabushiki Kaisha | Block selection-based image processing |
US7015978B2 (en) | 1999-12-13 | 2006-03-21 | Princeton Video Image, Inc. | System and method for real time insertion into video with occlusion on areas containing multiple colors |
GB2357649A (en) * | 1999-12-22 | 2001-06-27 | Nokia Mobile Phones Ltd | Image enhancement using inverse histogram based pixel mapping |
EP1119186A3 (en) * | 2000-01-19 | 2002-07-31 | Xerox Corporation | Method for generating anti-aliased text and line graphics in compressed document images |
JP3814456B2 (ja) | 2000-02-07 | 2006-08-30 | キヤノン株式会社 | 画像処理装置及びその方法 |
US6473522B1 (en) * | 2000-03-14 | 2002-10-29 | Intel Corporation | Estimating text color and segmentation of images |
US6901164B2 (en) * | 2000-04-14 | 2005-05-31 | Trusight Ltd. | Method for automated high speed improvement of digital color images |
JP4496602B2 (ja) | 2000-05-17 | 2010-07-07 | コニカミノルタビジネステクノロジーズ株式会社 | 画像処理方法および画像処理装置 |
US6778291B1 (en) | 2000-06-12 | 2004-08-17 | Hewlett-Packard Development Company, L.P. | Fast page analyzer for proper selection of compression engine for rendered data |
JP3986732B2 (ja) * | 2000-06-21 | 2007-10-03 | パイオニア株式会社 | 映像信号の輝度レベル補正装置 |
JP3715905B2 (ja) | 2001-06-26 | 2005-11-16 | キヤノン株式会社 | 画像処理装置、画像処理方法、プログラム並びに記憶媒体 |
US7133565B2 (en) * | 2000-08-25 | 2006-11-07 | Canon Kabushiki Kaisha | Image processing apparatus and method |
US6941014B2 (en) * | 2000-12-15 | 2005-09-06 | Xerox Corporation | Method and apparatus for segmenting an image using a combination of image segmentation techniques |
US6766053B2 (en) * | 2000-12-15 | 2004-07-20 | Xerox Corporation | Method and apparatus for classifying images and/or image regions based on texture information |
US6522791B2 (en) * | 2001-01-23 | 2003-02-18 | Xerox Corporation | Dynamic user interface with scanned image improvement assist |
US6853755B2 (en) | 2001-03-28 | 2005-02-08 | Sharp Laboratories Of America, Inc. | Method and apparatus for adaptive compression of scanned documents |
JP2002325182A (ja) | 2001-04-25 | 2002-11-08 | Sharp Corp | 画像処理方法および画像処理装置並びにそれを備えた画像形成装置 |
GB2375908B (en) | 2001-05-23 | 2003-10-29 | Motorola Inc | Image transmission system image transmission unit and method for describing texture or a texture-like region |
CN1213592C (zh) * | 2001-07-31 | 2005-08-03 | 佳能株式会社 | 采用自适应二值化的图象处理方法和设备 |
US6983068B2 (en) * | 2001-09-28 | 2006-01-03 | Xerox Corporation | Picture/graphics classification system and method |
JP4029316B2 (ja) | 2001-10-18 | 2008-01-09 | 日本電気株式会社 | 画像種別識別方法および装置と画像処理プログラム |
US7194140B2 (en) * | 2001-11-05 | 2007-03-20 | Canon Kabushiki Kaisha | Image processing apparatus and method which compresses image data of each region using a selected encoding method |
WO2003043306A1 (fr) * | 2001-11-13 | 2003-05-22 | Seiko Epson Corporation | Dispositif et procede de conversion de couleurs, programme de modification de couleurs et support d'enregistrement. |
US7424129B2 (en) * | 2001-11-19 | 2008-09-09 | Ricoh Company, Ltd | Printing system with embedded audio/video content recognition and processing |
EP1318665B1 (en) * | 2001-12-06 | 2015-02-25 | Canon Kabushiki Kaisha | Image processing apparatus and method, program, and storage medium |
US7221805B1 (en) | 2001-12-21 | 2007-05-22 | Cognex Technology And Investment Corporation | Method for generating a focused image of an object |
US7027647B2 (en) * | 2001-12-31 | 2006-04-11 | Hewlett-Packard Development Company, L.P. | Coder matched layer separation for compression of compound documents |
US8103104B2 (en) * | 2002-01-11 | 2012-01-24 | Hewlett-Packard Development Company, L.P. | Text extraction and its application to compound document image compression |
US6941024B2 (en) * | 2002-01-14 | 2005-09-06 | Hewlett-Packard Development Company, L.P. | Coder matched layer separation and interpolation for compression of compound documents |
US7085422B2 (en) * | 2002-02-20 | 2006-08-01 | International Business Machines Corporation | Layer based compression of digital images |
US20040205568A1 (en) * | 2002-03-01 | 2004-10-14 | Breuel Thomas M. | Method and system for document image layout deconstruction and redisplay system |
JP2003303346A (ja) | 2002-04-09 | 2003-10-24 | Nippon Telegr & Teleph Corp <Ntt> | 目標追跡方法、目標追跡装置、目標追跡プログラム、並びにこのプログラムを記録した記録媒体 |
US7085420B2 (en) | 2002-06-28 | 2006-08-01 | Microsoft Corporation | Text detection in continuous tone image segments |
US6987882B2 (en) * | 2002-07-01 | 2006-01-17 | Xerox Corporation | Separation system for Multiple Raster Content (MRC) representation of documents |
JP4194336B2 (ja) | 2002-07-25 | 2008-12-10 | 富士通マイクロエレクトロニクス株式会社 | 半導体集積回路、欠陥画素補正方法、及び画像プロセッサ |
US6993185B2 (en) * | 2002-08-30 | 2006-01-31 | Matsushita Electric Industrial Co., Ltd. | Method of texture-based color document segmentation |
JP2004110606A (ja) | 2002-09-20 | 2004-04-08 | Pfu Ltd | 画像処理装置及び方法並びにプログラム |
US6918706B2 (en) * | 2002-10-31 | 2005-07-19 | Canon Kabushiki Kaisha | Reducing a difference in picture quality between deteriorated and non-deteriorated images using a printing apparatus |
US7400770B2 (en) | 2002-11-06 | 2008-07-15 | Hrl Laboratories | Method and apparatus for automatically extracting geospatial features from multispectral imagery suitable for fast and robust extraction of landmarks |
US20040096102A1 (en) * | 2002-11-18 | 2004-05-20 | Xerox Corporation | Methodology for scanned color document segmentation |
US7079687B2 (en) * | 2003-03-06 | 2006-07-18 | Seiko Epson Corporation | Method and apparatus for segmentation of compound documents |
US7139433B2 (en) * | 2003-03-13 | 2006-11-21 | Sharp Laboratories Of America, Inc. | Compound image compression method and apparatus |
US7330288B2 (en) * | 2003-03-31 | 2008-02-12 | Eastman Kodak Company | Post RIP image rendering in a MICR electrographic printer to improve readability |
US20040190028A1 (en) * | 2003-03-31 | 2004-09-30 | Foster Thomas J. | Post RIP image rendering in an electrographic printer in order to minimize electrophotographic process nonuniformities |
US7483484B2 (en) * | 2003-10-09 | 2009-01-27 | Samsung Electronics Co., Ltd. | Apparatus and method for detecting opaque logos within digital video signals |
JP3775409B2 (ja) | 2003-10-29 | 2006-05-17 | ブラザー工業株式会社 | 画像読取装置 |
US7912291B2 (en) * | 2003-11-10 | 2011-03-22 | Ricoh Co., Ltd | Features for retrieval and similarity matching of documents from the JPEG 2000-compressed domain |
JP4050220B2 (ja) | 2003-11-21 | 2008-02-20 | シャープ株式会社 | 画像処理方法及び画像処理装置並びに画像形成装置、プログラム、記録媒体 |
US7317829B2 (en) * | 2003-12-12 | 2008-01-08 | Microsoft Corporation | Background color estimation for scanned images |
CN100573439C (zh) | 2004-01-06 | 2009-12-23 | 汤姆逊许可证公司 | 用于检测、分析和使用可见认证图样的改进技术 |
JP4182891B2 (ja) | 2004-01-26 | 2008-11-19 | 富士ゼロックス株式会社 | 画像処理装置 |
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 |
US7343046B2 (en) * | 2004-02-12 | 2008-03-11 | Xerox Corporation | Systems and methods for organizing image data into regions |
SE0400325D0 (sv) * | 2004-02-13 | 2004-02-13 | Mamea Imaging Ab | Method and arrangement relating to x-ray imaging |
US7324711B2 (en) * | 2004-02-26 | 2008-01-29 | Xerox Corporation | Method for automated image indexing and retrieval |
US7542082B2 (en) | 2004-03-30 | 2009-06-02 | Canon Kabushiki Kaisha | Method and apparatus for correcting a defective pixel |
EP1594308A1 (en) | 2004-05-07 | 2005-11-09 | Dialog Semiconductor GmbH | Single line Bayer filter RGB bad pixel correction |
EP1605403A1 (en) | 2004-06-08 | 2005-12-14 | STMicroelectronics S.r.l. | Filtering of noisy images |
JP2005354278A (ja) | 2004-06-09 | 2005-12-22 | Seiko Epson Corp | 撮像手段の撮像した画像の画像データを処理する画像データ処理 |
US7376265B2 (en) | 2004-06-17 | 2008-05-20 | Seiko Epson Corporation | Segmentation-based hybrid compression scheme for scanned documents |
US7324687B2 (en) | 2004-06-28 | 2008-01-29 | Microsoft Corporation | Color segmentation-based stereo 3D reconstruction system and process |
JP4166744B2 (ja) | 2004-10-18 | 2008-10-15 | シャープ株式会社 | 画像処理装置、画像形成装置、画像処理方法、コンピュータプログラム及び記録媒体 |
DE602005026862D1 (de) | 2004-12-21 | 2011-04-21 | Canon Kk | Segmentierung eines digitalen bildes und herstellung einer kompakten repräsentation |
US7433513B2 (en) * | 2005-01-07 | 2008-10-07 | Hewlett-Packard Development Company, L.P. | Scaling an array of luminace values |
JP2006260401A (ja) * | 2005-03-18 | 2006-09-28 | Toshiba Corp | 画像処理装置、方法、およびプログラム |
US7233867B2 (en) | 2005-04-06 | 2007-06-19 | General Electric Company | Eddy current inspection method and system |
KR101108435B1 (ko) | 2005-05-31 | 2012-02-16 | 서강대학교산학협력단 | 의사윤곽 제거 방법 및 이 방법이 적용되는 디스플레이장치 |
JP2005353101A (ja) | 2005-08-25 | 2005-12-22 | Ricoh Co Ltd | 画像特徴抽出方法およびその方法の各工程をコンピュータに実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体 |
US8630498B2 (en) | 2006-03-02 | 2014-01-14 | Sharp Laboratories Of America, Inc. | Methods and systems for detecting pictorial regions in digital images |
US8437054B2 (en) | 2006-06-15 | 2013-05-07 | Sharp Laboratories Of America, Inc. | Methods and systems for identifying regions of substantially uniform color in a digital image |
US20080310721A1 (en) | 2007-06-14 | 2008-12-18 | John Jinhwan Yang | Method And Apparatus For Recognizing Characters In A Document Image |
-
2006
- 2006-09-06 US US11/470,519 patent/US7876959B2/en not_active Expired - Fee Related
-
2007
- 2007-09-04 JP JP2007229562A patent/JP4340701B2/ja active Active
-
2011
- 2011-01-17 US US13/007,951 patent/US8150166B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US20110110596A1 (en) | 2011-05-12 |
US7876959B2 (en) | 2011-01-25 |
US8150166B2 (en) | 2012-04-03 |
US20080056573A1 (en) | 2008-03-06 |
JP2008067387A (ja) | 2008-03-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4340701B2 (ja) | デジタル画像のテキストを識別する方法およびシステム | |
JP4745296B2 (ja) | デジタル画像の領域分離方法および領域分離システム | |
JP4745297B2 (ja) | デジタル画像における均一な色の領域を特定する方法およびシステム | |
JP4498422B2 (ja) | 画素の分類方法および画像処理装置 | |
US7379594B2 (en) | Methods and systems for automatic detection of continuous-tone regions in document images | |
JP4266030B2 (ja) | デジタル画像の領域を検知する方法およびシステム | |
JP4745430B2 (ja) | デジタル画像のテキストの位置決定を行う方法およびシステム | |
JP4590471B2 (ja) | 背景色を推定する方法およびシステム | |
US7567709B2 (en) | Segmentation, including classification and binarization of character regions | |
JPH07231388A (ja) | デジタル・イメージのフォト領域検出システム、及び方法 | |
JP4098021B2 (ja) | シーン識別方法および装置ならびにプログラム | |
JP4527127B2 (ja) | デジタル画像の領域を検知するシステム | |
CN113688838B (zh) | 红色笔迹提取方法、系统、可读存储介质及计算机设备 | |
JP4498425B2 (ja) | デジタル画像の画素を分類する方法およびシステム | |
JP4649498B2 (ja) | 画像データの色補正方法及びシステム | |
Valizadeh et al. | A novel hybrid algorithm for binarization of badly illuminated document images | |
Sakila et al. | A hybrid approach for document image binarization | |
Boiangiu et al. | Bitonal image creation for automatic content conversion | |
CN111739014B (zh) | 基于图像处理的图像质量检测方法及相关装置 | |
CN117671496A (zh) | 一种无人机应用成果自动比对方法 | |
Kim et al. | Soft decision histogram-based image binarization for enhanced ID recognition | |
Wei et al. | A two-stage binarization method for the Mongolian Kanjur images | |
Fazeli et al. | An overview of different binary methods for documents based on their features |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090226 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090303 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090423 |
|
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: 20090609 |
|
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: 20090706 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4340701 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: 20120710 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120710 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130710 Year of fee payment: 4 |