JP4180497B2 - コード種類判別方法、およびコード境界検出方法 - Google Patents
コード種類判別方法、およびコード境界検出方法 Download PDFInfo
- Publication number
- JP4180497B2 JP4180497B2 JP2003408104A JP2003408104A JP4180497B2 JP 4180497 B2 JP4180497 B2 JP 4180497B2 JP 2003408104 A JP2003408104 A JP 2003408104A JP 2003408104 A JP2003408104 A JP 2003408104A JP 4180497 B2 JP4180497 B2 JP 4180497B2
- Authority
- JP
- Japan
- Prior art keywords
- code
- dimensional code
- block
- white
- continuous length
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K7/00—Methods or arrangements for sensing record carriers, e.g. for reading patterns
- G06K7/10—Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation
- G06K7/14—Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation using light without selection of wavelength, e.g. sensing reflected white light
- G06K7/1404—Methods for optical code recognition
- G06K7/1439—Methods for optical code recognition including a method step for retrieval of the optical code
- G06K7/1452—Methods for optical code recognition including a method step for retrieval of the optical code detecting bar code edges
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K7/00—Methods or arrangements for sensing record carriers, e.g. for reading patterns
- G06K7/10—Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation
- G06K7/14—Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation using light without selection of wavelength, e.g. sensing reflected white light
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- General Health & Medical Sciences (AREA)
- Toxicology (AREA)
- Electromagnetism (AREA)
- Health & Medical Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Character Input (AREA)
- Image Analysis (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Description
実際のコードの判別においては、上記に説明した判定条件を複数個適宜組み合わせることによって、精度よく一次元コードや二次元コードが含まれる領域のみを検出することが可能となる。また特に白黒画素数、エッジ数、相関などは、それらのとり得る値の範囲が一次元コードと二次元コードとの間である程度異なってくる場合もあるが、本実施形態ではそれぞれの所定の範囲を一次元コードと二次元コードとの間で区別することなく処理を行うものとして説明する。これによってそれぞれの判別のための処理を分けたりする必要が無くなり、結果として簡単な処理シーケンスで高速にコード判別を行うことが可能となる。
〔非特許文献1〕 JIS X0510 2次元コードシンボル−QRコード−基本仕様 解説
図23において処理が開始されると、まずステップS71で閾値を更新する距離に対応する閾値エリアのカウンタが0に初期化され、現在の処理対象の点の座標nXPos、およびnYPosにコード内部の走査開始点、すなわち第1の実施形態において検出された二次元コード領域の内部の点の座標r−nx−ct、およびr−ny−ctが代入され、ステップS72で現在の点のX座標nXPosが、画像の左端の点のX座標nXEd(=0)以上であるか否かが判定される。なおここでは図20で説明したように開始点から左方向に画像を走査するものとして、処理のフローチャートを説明する。
該選択されたブロックが所定の条件を満たしているか否かを判定するブロック判別過程と、
該所定の条件を満たすブロック内に含まれるコードの種類を判定するコード判定過程とを備えることを特徴とするコード種類判別方法。
(付記3) 前記コード種類判別方法において、
コードの種類が一次元コードと判定された時、該一次元コードが回転した状態にあるか否かを判定する回転検出過程をさらに備えることを特徴とする付記2記載のコード種類判別方法。
入力画像データを走査し、白セルの連続長を検出する第1の白連続長検出過程と、
該第1の白連続長と交差する方向に入力画像データを走査し、該第1の白連続長と交点を持ち、かつ所定の長さを超える白セルの連続長を検出する第2の白連続長検出過程と、
該第1の白連続長と第2の白連続長との交点をコード境界位置として検出する境界検出過程とを備えることを特徴とするコード境界検出方法。
前記境界検出過程において、上、下、左、または右のコード境界を検出することを特徴とする付記8記載のコード境界検出方法。
前記白セルの連続長の検出において、該検出されたセル幅を基準として連続長を決定することを特徴とする付記8記載のコード境界検出方法。
あらかじめ特定されたコードの位置に対応して、コード内部の点から上、下、左、または右の方向に入力画像データを走査し、白セルの連続長、および/または黒セルの連続長の長さの頻度を示すヒストグラムを作成する過程と、
該ヒストグラム上で所定の値以上の頻度を持つ連続長の中で、最小の連続長の長さをセル幅として決定する過程とを備えることを特徴とする付記10記載のコード境界検出方法。
セルに対する階調値が該閾値以上であるセルを白セルとして検出することを特徴とする付記8記載のコード境界検出方法。
前記入力画像データの走査にあたって、ある一定距離の走査毎に前記閾値決定過程を繰り返し、
該繰り返しによって更新された閾値以上であるセルを白セルとして検出することを特徴とする付記12記載のコード境界検出方法。
ある一定範囲内のセルに対する階調値の頻度を示すヒストグラムを作成する過程と、
該ヒストグラムにおいて階調値の高い側である一定値以上の頻度を持つピークに対応する第1の階調値を求める過程と、
階調値の低い側である一定値以上の頻度を持つピークに対応する第2の階調値を求める過程と、
該第1の階調値と第2の階調値の平均値を閾値として決定する過程とを備えることを特徴とする付記12、または13記載のコード境界検出方法。
入力画像データを矩形ブロック単位で選択するステップと、
該選択されたブロックが所定の条件を満たしているか否かを判定するステップと、
該所定の条件を満たすブロック内に含まれるコードの種類を判定するステップとを計算機に実行させるプログラムを格納した計算機読出し可能可搬型記憶媒体。
コードの種類が一次元コードと判定された時、該一次元コードが回転した状態にあるか否かを判定するステップを前記プログラムがさらに計算機に実行させることを特徴とする付記16記載の計算機読出し可能可搬型記憶媒体。
入力画像データを走査し、白セルの連続長を検出する第1の白連続長検出ステップと、
該第1の白連続長と交差する方向に入力画像データを走査し、該第1の白連続長と交点を持ち、かつ所定の長さを超える白セルの連続長を検出する第2の白連続長検出ステップと、
該第1の白連続長と第2の白連続長との交点をコード境界位置として検出する境界検出ステップとを計算機に実行させるプログラムを格納した計算機読出し可能可搬型記憶媒体。
2 ブロック判別過程
3 コード判定過程
4 結果出力過程
10 CPU
11 リードオンリーメモリ(ROM)
12 ランダムアクセスメモリ(RAM)
13 通信インタフェース
14 記憶装置
15 入出力装置
16 読み取り装置
17 バス
18 情報提供者
19 ネットワーク
20 可搬型記憶媒体
Claims (7)
- 入力画像データを矩形ブロック単位で選択するブロック選択過程と、
該選択されたブロックが所定の条件を満たしているか否かを判定するブロック判別過程と、
該所定の条件を満たすブロック内に含まれるコードの種類を判定するコード判定過程とを備え、
前記ブロック判別過程、および/またはコード判定過程において、前記所定の条件、および/またはコード種類判定条件として、ブロック内の水平方向、および/または垂直方向のライン上で画素の階調値が急変するエッジの個数が所定の範囲内にあることを判定することを特徴とするコード種類判別方法。 - 前記コード判定過程において、コードの種類として一次元コードと二次元コードの区別を判定することを特徴とする請求項1記載のコード種類判別方法。
- 前記コード種類判別方法において、
コードの種類が一次元コードと判定された時、該一次元コードが回転した状態にあるか否かを判定する回転検出過程をさらに備えることを特徴とする請求項2記載のコード種類判別方法。 - 前記ブロック判別過程において、前記所定の条件としてブロック内の画素の階調値の分散または標準偏差が所定の範囲内にあることを判定することを特徴とする請求項1記載のコード種類判別方法。
- 前記ブロック判別過程において、前記所定の条件としてブロック内の黒画素と白画素との比率が所定の範囲内にあることを判定することを特徴とする請求項1記載のコード種類判別方法。
- 入力画像データに含まれるコードの種類を判別する計算機によって使用される記憶媒体において、
入力画像データを矩形ブロック単位で選択するステップと、
該選択されたブロックが所定の条件を満たしているか否かを判定するブロック判別ステップと、
該所定の条件を満たすブロック内に含まれるコードの種類を判定するコード判定ステップとを計算機に実行させるプログラムであって、
前記ブロック判別ステップ、および/またはコード判定ステップにおいて、前記所定の条件、および/またはコード種類判定条件として、ブロック内の水平方向、および/または垂直方向のライン上で画素の階調値が急変するエッジの個数が所定の範囲内にあることを判定するステップを計算機に実行させるプログラムを格納した計算機読出し可能可搬型記憶媒体。 - 前記コード判定ステップにおいて、
コードの種類が一次元コードと判定された時、該一次元コードが回転した状態にあるか否かを判定するステップを前記プログラムがさらに計算機に実行させることを特徴とする請求項6記載の計算機読出し可能可搬型記憶媒体。
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2003408104A JP4180497B2 (ja) | 2003-12-05 | 2003-12-05 | コード種類判別方法、およびコード境界検出方法 |
| US10/853,667 US7636483B2 (en) | 2003-12-05 | 2004-05-26 | Code type determining method and code boundary detecting method |
| EP04028562.9A EP1619604B1 (en) | 2003-12-05 | 2004-09-30 | Code type determining method and code boundary detecting method |
| EP10181345.9A EP2275968B1 (en) | 2003-12-05 | 2004-09-30 | Code type determining method and code boundary detecting method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2003408104A JP4180497B2 (ja) | 2003-12-05 | 2003-12-05 | コード種類判別方法、およびコード境界検出方法 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2007312442A Division JP4398498B2 (ja) | 2007-12-03 | 2007-12-03 | コード境界検出方法 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2005173646A JP2005173646A (ja) | 2005-06-30 |
| JP4180497B2 true JP4180497B2 (ja) | 2008-11-12 |
Family
ID=34631774
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2003408104A Expired - Fee Related JP4180497B2 (ja) | 2003-12-05 | 2003-12-05 | コード種類判別方法、およびコード境界検出方法 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US7636483B2 (ja) |
| EP (2) | EP1619604B1 (ja) |
| JP (1) | JP4180497B2 (ja) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10685201B2 (en) | 2016-07-22 | 2020-06-16 | Alibaba Group Holding Limited | Method and system for recognizing location information in two-dimensional code |
Families Citing this family (43)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| FI20040858A7 (fi) * | 2004-06-18 | 2005-12-19 | Valtion Teknillinen Tutkimuskeskus | Menetelmä koodin tunnistamiseksi matkaviestimen avulla ja matkaviestin |
| WO2006100720A1 (ja) | 2005-03-18 | 2006-09-28 | Fujitsu Limited | コード画像処理方法 |
| US7412089B2 (en) * | 2005-05-23 | 2008-08-12 | Nextcode Corporation | Efficient finder patterns and methods for application to 2D machine vision problems |
| JP5288691B2 (ja) * | 2005-06-13 | 2013-09-11 | 豊 木内 | 2次元コード読取プログラム |
| JP4650138B2 (ja) * | 2005-07-22 | 2011-03-16 | 株式会社デンソーウェーブ | 光学的情報読取装置 |
| DE102005035208B4 (de) * | 2005-07-27 | 2007-10-04 | Siemens Ag | Verfahren zur Lokalisierung von Bildelementen |
| KR100828539B1 (ko) * | 2005-09-20 | 2008-05-13 | 후지제롯쿠스 가부시끼가이샤 | 이차원 코드의 검출 방법, 검출 장치, 및 검출 프로그램을기억한 기억 매체 |
| US8050502B2 (en) * | 2006-06-21 | 2011-11-01 | Namco Bandai Games Inc. | Two-Dimensional code generation method, two-dimensional code, two-dimensional code recognition method, and image recognition device |
| JP4967488B2 (ja) * | 2006-07-11 | 2012-07-04 | 富士通株式会社 | コード画像処理方法、コード画像処理装置及びコード画像処理プログラム |
| JP4873312B2 (ja) * | 2007-01-19 | 2012-02-08 | 株式会社デンソーウェーブ | 光学情報読取装置 |
| KR20100015447A (ko) * | 2007-03-08 | 2010-02-12 | 마이크로스캔 시스템즈 인코포레이티드 | 2차원 코드의 검출 및 분할 |
| US10685223B2 (en) | 2008-01-18 | 2020-06-16 | Mitek Systems, Inc. | Systems and methods for mobile image capture and content processing of driver's licenses |
| US9842331B2 (en) | 2008-01-18 | 2017-12-12 | Mitek Systems, Inc. | Systems and methods for mobile image capture and processing of checks |
| US8724924B2 (en) * | 2008-01-18 | 2014-05-13 | Mitek Systems, Inc. | Systems and methods for processing mobile images to identify and extract content from forms |
| US8983170B2 (en) | 2008-01-18 | 2015-03-17 | Mitek Systems, Inc. | Systems and methods for developing and verifying image processing standards for mobile deposit |
| US10528925B2 (en) | 2008-01-18 | 2020-01-07 | Mitek Systems, Inc. | Systems and methods for mobile automated clearing house enrollment |
| US10102583B2 (en) | 2008-01-18 | 2018-10-16 | Mitek Systems, Inc. | System and methods for obtaining insurance offers using mobile image capture |
| US9292737B2 (en) | 2008-01-18 | 2016-03-22 | Mitek Systems, Inc. | Systems and methods for classifying payment documents during mobile image processing |
| JP5140820B2 (ja) * | 2008-03-31 | 2013-02-13 | 日本電産サンキョー株式会社 | シンボル情報読取装置及びシンボル情報読取方法 |
| JP5121568B2 (ja) * | 2008-05-21 | 2013-01-16 | 日立オムロンターミナルソリューションズ株式会社 | 包装硬貨処理機 |
| WO2011065565A1 (ja) * | 2009-11-30 | 2011-06-03 | 株式会社オプトエレクトロニクス | 光学的情報読取装置及び光学的情報読取方法 |
| US10891475B2 (en) | 2010-05-12 | 2021-01-12 | Mitek Systems, Inc. | Systems and methods for enrollment and identity management using mobile imaging |
| WO2012064984A1 (en) * | 2010-11-10 | 2012-05-18 | Datalogic Scanning, Inc. | Adaptive data reader and method of operating |
| AU2012211249B2 (en) | 2011-01-28 | 2016-10-20 | Eye IO, LLC | Encoding of video stream based on scene type |
| CA2825929A1 (en) * | 2011-01-28 | 2012-08-02 | Eye IO, LLC | Adaptive bit rate control based on scenes |
| IT1404187B1 (it) * | 2011-02-28 | 2013-11-15 | Datalogic Automation Srl | Metodo per l'identificazione ottica di oggetti in movimento |
| JP5601291B2 (ja) * | 2011-08-22 | 2014-10-08 | 株式会社デンソーウェーブ | 情報コード読み取り装置 |
| IN2014CN02941A (ja) * | 2011-10-10 | 2015-07-03 | Yewon Comm Co Ltd | |
| US9697331B2 (en) * | 2011-11-01 | 2017-07-04 | Codonics, Inc. | Adaptable information extraction and labeling method and system |
| US20130105568A1 (en) * | 2011-11-01 | 2013-05-02 | Codonics, Inc. | Adaptable information extraction and labeling method and system |
| US9100576B2 (en) * | 2011-12-05 | 2015-08-04 | Xerox Corporation | Camera positioning tool for symbology reading |
| US10963535B2 (en) | 2013-02-19 | 2021-03-30 | Mitek Systems, Inc. | Browser-based mobile image capture |
| EP3014528B1 (en) * | 2013-06-28 | 2018-10-03 | Kodak Alaris Inc. | Determining barcode locations in documents |
| US10769362B2 (en) * | 2013-08-02 | 2020-09-08 | Symbol Technologies, Llc | Method and apparatus for capturing and extracting content from documents on a mobile device |
| US10140257B2 (en) | 2013-08-02 | 2018-11-27 | Symbol Technologies, Llc | Method and apparatus for capturing and processing content from context sensitive documents on a mobile device |
| CN104517089B (zh) * | 2013-09-29 | 2017-09-26 | 北大方正集团有限公司 | 一种二维码解码系统及其方法 |
| EP3467700B1 (en) * | 2014-11-18 | 2022-05-04 | Cognex Corporation | Systems and methods for decoding two-dimensional matrix symbols |
| US9501681B1 (en) | 2015-07-14 | 2016-11-22 | A9.Com, Inc. | Decoding visual codes |
| CN105069394B (zh) * | 2015-07-23 | 2017-10-10 | 福建联迪商用设备有限公司 | 二维码加权平均灰度法解码方法及系统 |
| CN105701434A (zh) * | 2015-12-30 | 2016-06-22 | 广州卓德信息科技有限公司 | 二维码扭曲图像的图像校正方法 |
| JP7021651B2 (ja) * | 2019-03-01 | 2022-02-17 | オムロン株式会社 | シンボル境界特定装置、シンボル境界特定方法および画像処理プログラム |
| US11393272B2 (en) | 2019-09-25 | 2022-07-19 | Mitek Systems, Inc. | Systems and methods for updating an image registry for use in fraud detection related to financial documents |
| CN111046692B (zh) * | 2019-11-26 | 2023-04-14 | 北京奇艺世纪科技有限公司 | 确定二维码区域的方法及装置 |
Family Cites Families (29)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4924078A (en) | 1987-11-25 | 1990-05-08 | Sant Anselmo Carl | Identification symbol, system and method |
| JPH056549A (ja) | 1991-06-26 | 1993-01-14 | Olympus Optical Co Ltd | 再生信号処理装置 |
| KR100257128B1 (ko) | 1991-11-11 | 2000-05-15 | 시모야마 도시로 | 심볼정보판독장치 |
| US5487115A (en) * | 1992-05-14 | 1996-01-23 | United Parcel Service | Method and apparatus for determining the fine angular orientation of bar code symbols in two-dimensional CCD images |
| JPH0644397A (ja) | 1992-07-22 | 1994-02-18 | A D S:Kk | 2次元コードの読取り装置 |
| JP3564051B2 (ja) | 1992-09-28 | 2004-09-08 | オリンパス株式会社 | 情報再生装置及び情報再生方法 |
| EP0996083B1 (en) | 1992-09-28 | 2003-03-26 | Olympus Optical Co., Ltd. | Information reproducing system for optically reading a dot code from a recording medium |
| JP2726969B2 (ja) | 1992-11-16 | 1998-03-11 | カシオ計算機株式会社 | データ読取装置 |
| JP3290738B2 (ja) | 1993-03-15 | 2002-06-10 | オリンパス光学工業株式会社 | バーコード検出装置 |
| JP2938338B2 (ja) | 1994-03-14 | 1999-08-23 | 株式会社デンソー | 二次元コード |
| US5726435A (en) | 1994-03-14 | 1998-03-10 | Nippondenso Co., Ltd. | Optically readable two-dimensional code and method and apparatus using the same |
| US5457309A (en) | 1994-03-18 | 1995-10-10 | Hand Held Products | Predictive bar code decoding system and method |
| JP2867904B2 (ja) | 1994-12-26 | 1999-03-10 | 株式会社デンソー | 2次元コード読取装置 |
| JPH09218914A (ja) | 1996-02-09 | 1997-08-19 | Canon Inc | バーコード読み取り装置 |
| US5698833A (en) | 1996-04-15 | 1997-12-16 | United Parcel Service Of America, Inc. | Omnidirectional barcode locator |
| EP0873013A3 (en) * | 1996-11-05 | 2001-01-03 | Welch Allyn, Inc. | Decoding of real time video imaging |
| US5987192A (en) * | 1997-09-18 | 1999-11-16 | Intermec Ip Corporation | Method and apparatus for processing or resizing digital images, such as images of bar code symbols |
| US6250551B1 (en) | 1998-06-12 | 2001-06-26 | Symbol Technologies, Inc. | Autodiscrimination and line drawing techniques for code readers |
| JP2000057250A (ja) | 1998-08-11 | 2000-02-25 | Kyowa Hakko Kogyo Co Ltd | 2次元コードの読取方法 |
| US6256398B1 (en) | 1998-08-22 | 2001-07-03 | Kenneth H. P. Chang | Encoding and decoding a message within an image |
| US6082619A (en) * | 1998-12-16 | 2000-07-04 | Matsushita Electric Industrial Co., Ltd. | Method for locating and reading a two-dimensional barcode |
| US6565003B1 (en) | 1998-12-16 | 2003-05-20 | Matsushita Electric Industrial Co., Ltd. | Method for locating and reading a two-dimensional barcode |
| JP4419269B2 (ja) | 2000-04-18 | 2010-02-24 | 富士通株式会社 | 二次元コード抽出方法 |
| JP2002041199A (ja) | 2000-05-15 | 2002-02-08 | Pasukaru:Kk | ショートカットシンボルを用いたコンピュータ装置の操作処理方法、ショートカット処理システム |
| JP3879552B2 (ja) * | 2002-03-20 | 2007-02-14 | 富士ゼロックス株式会社 | 画像生成装置、画像読取装置、不正複製防止システム、プログラム、および出力媒体の製造方法 |
| JP2003298799A (ja) | 2002-04-01 | 2003-10-17 | Pfu Ltd | 画像処理装置 |
| JP2003331235A (ja) | 2002-05-09 | 2003-11-21 | Denso Wave Inc | 2次元コード、2次元コード記録装置、2次元コード読取装置及び2次元コード読取システム |
| EP1615420B1 (en) | 2003-04-15 | 2009-08-19 | Fujitsu Limited | Code recognizing method and device |
| US6937349B2 (en) * | 2003-05-02 | 2005-08-30 | Mitutoyo Corporation | Systems and methods for absolute positioning using repeated quasi-random pattern |
-
2003
- 2003-12-05 JP JP2003408104A patent/JP4180497B2/ja not_active Expired - Fee Related
-
2004
- 2004-05-26 US US10/853,667 patent/US7636483B2/en not_active Expired - Fee Related
- 2004-09-30 EP EP04028562.9A patent/EP1619604B1/en not_active Expired - Lifetime
- 2004-09-30 EP EP10181345.9A patent/EP2275968B1/en not_active Expired - Lifetime
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10685201B2 (en) | 2016-07-22 | 2020-06-16 | Alibaba Group Holding Limited | Method and system for recognizing location information in two-dimensional code |
Also Published As
| Publication number | Publication date |
|---|---|
| EP2275968A1 (en) | 2011-01-19 |
| US7636483B2 (en) | 2009-12-22 |
| US20050121520A1 (en) | 2005-06-09 |
| EP1619604B1 (en) | 2016-07-06 |
| EP1619604A3 (en) | 2008-05-28 |
| EP1619604A2 (en) | 2006-01-25 |
| EP2275968B1 (en) | 2017-03-01 |
| JP2005173646A (ja) | 2005-06-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4180497B2 (ja) | コード種類判別方法、およびコード境界検出方法 | |
| US8254683B2 (en) | Code image processing method | |
| JP4911340B2 (ja) | 二次元コード検出システムおよび二次元コード検出プログラム | |
| US7764835B2 (en) | Method and apparatus for recognizing code | |
| US7949187B2 (en) | Character string recognition method and device | |
| EP0999519A1 (en) | Distortion correction method in optical code reading | |
| KR20070032919A (ko) | 이차원 코드의 검출 방법, 검출 장치, 및 검출 프로그램을기억한 기억 매체 | |
| US8467608B2 (en) | Method and apparatus for character string recognition | |
| US7077323B2 (en) | Bar code recognizing method and decoding apparatus for bar code recognition | |
| WO2014063836A1 (en) | Method and device for identifying a two-dimensional barcode | |
| JP4398498B2 (ja) | コード境界検出方法 | |
| US20070140564A1 (en) | 2-Dimensional code region extraction method, 2-dimensional code region extraction device, electronic device, 2-dimensional code region extraction program, and recording medium containing the program | |
| JP5121685B2 (ja) | バーコード読取装置、バーコード読取プログラム、バーコード読取方法 | |
| JP4454297B2 (ja) | 2値化処理装置、および2値化処理方法 | |
| US7920737B2 (en) | Code image processing method and code image processing apparatus | |
| JP5127687B2 (ja) | バーコード読取装置、バーコード読取プログラム、バーコード読取方法 | |
| US12321818B2 (en) | Method and apparatus for decoding optical codes of different orientations | |
| JP4905767B2 (ja) | 二次元コード検出システムおよび二次元コード検出プログラム | |
| JP4227859B2 (ja) | マークシート読取装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20050413 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20070925 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20071002 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20071203 |
|
| 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: 20080826 |
|
| 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: 20080827 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 4180497 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: 20110905 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120905 Year of fee payment: 4 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120905 Year of fee payment: 4 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130905 Year of fee payment: 5 |
|
| LAPS | Cancellation because of no payment of annual fees |