JP2010152536A - 画像処理方法及びコンピュータプログラム - Google Patents
画像処理方法及びコンピュータプログラム Download PDFInfo
- Publication number
- JP2010152536A JP2010152536A JP2008328396A JP2008328396A JP2010152536A JP 2010152536 A JP2010152536 A JP 2010152536A JP 2008328396 A JP2008328396 A JP 2008328396A JP 2008328396 A JP2008328396 A JP 2008328396A JP 2010152536 A JP2010152536 A JP 2010152536A
- Authority
- JP
- Japan
- Prior art keywords
- luminance
- value
- input image
- image
- calculated
- 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
- 238000003672 processing method Methods 0.000 title claims abstract description 22
- 238000004590 computer program Methods 0.000 title claims description 8
- 238000004364 calculation method Methods 0.000 claims description 32
- 238000006243 chemical reaction Methods 0.000 claims description 9
- 238000000034 method Methods 0.000 claims description 9
- 238000012886 linear function Methods 0.000 claims description 2
- 238000012545 processing Methods 0.000 description 38
- 238000012986 modification Methods 0.000 description 13
- 230000004048 modification Effects 0.000 description 13
- 230000003044 adaptive effect Effects 0.000 description 12
- 238000000605 extraction Methods 0.000 description 11
- 230000008859 change Effects 0.000 description 7
- 230000008569 process Effects 0.000 description 6
- 230000009466 transformation Effects 0.000 description 4
- 230000000052 comparative effect Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 2
- 230000006978 adaptation Effects 0.000 description 1
- 239000003086 colorant Substances 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
- 238000003745 diagnosis Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000002474 experimental method Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 239000003595 mist Substances 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 230000002265 prevention Effects 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
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/40—Picture signal circuits
- H04N1/407—Control or modification of tonal gradation or of extreme levels, e.g. background level
- H04N1/4072—Control or modification of tonal gradation or of extreme levels, e.g. background level dependent on the contents of the original
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/40—Image enhancement or restoration using histogram techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/90—Dynamic range modification of images or parts thereof
- G06T5/94—Dynamic range modification of images or parts thereof based on local image properties, e.g. for local contrast enhancement
-
- 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/56—Processing of colour picture signals
- H04N1/60—Colour correction or control
- H04N1/6027—Correction or control of colour gradation or colour contrast
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
Abstract
【構成】入力画像に含まれる各画素の輝度値を調整する画像処理方法において、まず、入力画像中の複数の画素からなる閉領域β(x,y)を演算対象領域として区画し、前記演算対象領域を前記入力画像内で所定の画素単位で移動させる。このとき、前記演算対象領域内における輝度配列として定義される輝度エネルギーの最大値と最小値とをそれぞれ算出し、その輝度エネルギーの差分データを算出する(ステップS4)。次に、入力画像にステップS4で算出した差分データを適応することにより出力画像を生成する(ステップS6)。
【選択図】 図1
Description
図1は、コンピュータに各ステップを実行させる場合の処理の流れを示すフローチャートである。この一連の画像処理のことを、以下、本明細書では、「適応コントラストフィルタ」と呼ぶ。本発明に係る画像処理方法は、デジタル画像に含まれる輝度に関する特徴点を抽出し、所定の演算を行うことを特徴とするものであり、好ましい実施形態としては、大きく分けて、次の6つのステップからなる:
S1.平均輝度シフト
S2.特徴部分抽出
S3.特徴部分の補完
S4.ブロック輝度抽出
S5.適応処理
S6.画像データ出力
(I)ステップS4による、ブロック輝度抽出に関する本発明の基本ステップ
(II)ステップS1及びS5(平均輝度シフト及び線形変換)による輝度の適切な範囲でのスケーリングのステップ
(III)ステップS2及びS3(特徴部分抽出除去及び補完)による急激な点状の輝度変化を抽出するための特徴点の抽出と除去および補完のステップ
最初のステップでは、入力画像全体の平均輝度値の分布を算出し、次に、算出された平均輝度値を、輝度分布の波形が変わらないように平行移動させる。このステップは、適応コントラストフィルタを行うための初期化処理処理として行うものである。入力画像に含まれる輝度分布の変化が小さい領域のコントラストを十分に大きくするため、全体的に輝度の振れ幅の平均値となるように輝度値をシフト(並行移動)させている。このステップは、入力画像によっては省略することもできる。
このステップS2と次のステップS3は、入力画像の中に高い階調を持つ画素が狭い領域に集中している部分を特徴部分として予め抽出して除去し、除去した座標については輝度が0になってしまうため入力画像の平均輝度で補完するというステップである。
適応処理の精度を上げるためには、輝度と集中度が高い画素のみを取り除かなければならない。しかし、モラベックオペレータ値は、輝度の差が出力値と比例関係を持つため、輝度の差が大きい微小面積の点などの重要な特徴部分まで抽出し除去してしまう危険性がある。そこで、輝度と集中度の両方が共に高い画素のみを除去することを考える。この発明では、集中度だけでなく輝度にも比例する値を計算により求めている。以下、これにより求められた値を「画素の輝度集中度」と定義する。画素の輝度集中度の演算式はモラベックオペレータ値と輝度値の積であり、以下に示す(式2)により表される。
図4(a)は、入力画像1の中に任意に区画される演算対象領域2を表している。演算対象領域2は複数の画素からなる閉領域β(x,y)であり、その大きさは入力画像の中で任意の大きさに設定することができる。
図6(a)は、入力画像内の(x,y)座標において、y=jと固定したときの、最大輝度エネルギーと最小エネルギーの分布を示している。ある任意のx座標iにおける最大輝度エネルギーと最小輝度エネルギーの差分は上で述べた(式3)で計算される。
L=min(I2−emax,emin)
と定義する。
S5−2:e’max=emax+L、e’min=emin−L、e’diff=emax−eminとして、画素上のシフト後の輝度値p(L,j)をemin〜emaxをe’min〜e’maxと変化させるように線形変換する。変換した値をp’(i,j)とおく。
S5−3:(S5−1)〜(S5−2)を全ての画素に適用する。
S5−4:変換された値の最大値・最小値を求め、8ビットの場合、0〜255の範囲に収まるように線形変換する。このときの線形変換は以下の一次関数の式(式4)により表される。
図1の全体フローチャートに示すように、最終的に、平均輝度シフトを行った入力画像に対し、輝度エネルギーの差分画像を各画素に適応させることにより、出力画像が得られる。
第1の実施形態では、最も好ましい態様として、上述の(I)〜(III)の全ての要素(すなわち、ステップ(S1〜S6)の全部)を実行する場合について説明したが、入力画像或いは求める出力画像によっては、必須のステップであるステップS4(及びS6)さえ含んでいれば、その他のステップについては下記(1)〜(3)のように、一部のステップのみを実行してもよい。
(2)ステップS1→S4→S5→S6(変形例2)
(3)ステップS2→S3→S4→S6(変形例3)
変形例1は、入力画像に対し、第1の実施形態で説明したブロック輝度抽出のステップS4のみを実行する場合である。霧画像のように、輝度の急激な差が存在しないような画像、すなわちコントラスト幅が一様な画像を入力画像とする場合には、ステップS4を実行するだけでも、実用性の高い画像処理を実現することができる。
変形例2は、入力画像に対し、第1の実施形態で説明したブロック輝度抽出のステップS4と、平均輝度シフト及び線形変換のステップS1及びS5を実行する場合である。この場合も、変形例1と同様に霧画像のように、輝度の急激な差が存在しないような画像、すなわちコントラスト幅が一様な画像を入力画像とする場合に効果がある。変形例2では、入力画像のコントラスト幅が一様である場合には、出力画像のコントラスト幅が適切な範囲に調整されるため、出力画像の中の白つぶれや黒つぶれを防ぐことができる。
変形例3は、入力画像に対し、第1の実施形態で説明したブロック輝度抽出のステップS4の前処理として、特徴部分の抽出・除去と補完を行うためのステップS2及びS3を実行する場合である。この場合、暗い領域の中に輝度の高い点状の光などがあった場合のように、輝度の急激な差が存在するような画像である場合に、コントラスト幅を適切な範囲に調整することができる。
第2の実施形態は、パーソナルコンピュータ等のコンピュータ上で実行される画像処理用アプリケーションプログラムとして、本発明の画像処理方法を実現するコンピュータプログラムを提供する形態を示している。
21 CPU(Central Processing Unit)
22 一時記憶手段(RAM)
23 記憶手段(ハードディスク)
24 補助記憶手段(光学ディスクドライブ等)
25 入力手段(マウス及びキーボード等)
26 出力手段(モニタやプリンタ等)
27 入出力インターフェース
Claims (5)
- 入力画像に含まれる各画素の輝度値を調整する画像処理方法において、
前記入力画像中の複数の画素からなる閉領域β(x,y)を演算対象領域として区画し、前記演算対象領域を前記入力画像内で所定の画素単位で移動させることにより、
前記演算対象領域内における輝度配列として定義される輝度エネルギーの最大値と最小値とをそれぞれ算出し、その輝度エネルギーの差分データを算出するステップ(S4)と、
前記入力画像に前記差分データを適応することにより出力画像を生成するステップ(S6)とを含む、画像処理方法。 - 請求項1記載の画像処理方法において、
前記差分データを算出するステップ(S4)の後に、前記差分データに基づいて各座標における輝度値を1次関数に基づいて線形変換するステップ(S5)を更に含むと共に、
前記入力画像に対し、前記入力画像全体の平均輝度値(I0)を算出し、前記平均輝度値(I0)とステップ(S5)における線形変換後の輝度値の最大値(I2)とに基づいて定められる一定量の輝度値(I1/2−I0)を、前記入力画像の輝度分布に加算するステップ(S1)を含む、画像処理方法。 - 請求項1記載の画像処理方法において、
前記差分データを算出するステップ(S4)の前に、前記入力画像に対し、前記演算対象領域内において中心画素と前記領域内の任意の画素との輝度値の差が最も大きい部分に関する座標データとその輝度値の差の大小関係を反映した演算値とを求めるステップ(S2)及び前記演算値と前記入力画像中の輝度値との積を演算することにより各座標毎の画素の輝度集中度を算出すると共に、前記輝度集中度が予め設定した閾値以上の座標における輝度値ついては別途算出した前記演算値を輝度平均値と置換することで輝度値を補完するステップ(S3)を含む、画像処理方法。 - 入力画像に含まれる各画素の輝度値を調整する画像処理方法において、
入力画像中の複数の画素からなる閉領域β(x,y)を演算対象領域として区画し、前記演算対象領域を前記入力画像内で所定の画素単位で移動させることにより、前記入力画像に含まれる輝度値の差が大きい特徴部分に関する座標データと輝度値の差の大小関係を反映した演算値とを求めるステップ(S2)と、
前記演算値と前記入力画像中の輝度値との積を演算することにより各座標毎の画素の輝度集中度を算出すると共に、前記輝度集中度が予め設定した閾値以上の座標における輝度値ついては別途算出した前記演算値を輝度平均値と置換することで輝度値を補完するステップ(S3)と、
前記輝度値の補完が行われた以外の座標における輝度値について、各座標毎の前記演算対象領域内における輝度配列として定義される輝度エネルギーの最大値と最小値とをそれぞれ算出し、その輝度エネルギーの差分データを算出するステップ(S4)と、
前記差分データに基づいて各座標における輝度値を線形変換するステップ(S5)と、
前記入力画像に対し、前記入力画像全体の平均輝度値(I0)を算出し、前記平均輝度値(I0)とステップ(S5)における線形変換後の輝度値の最大値(I2)とに基づいて定められる一定量の輝度値(I1/2−I0)を、前記入力画像の輝度分布に加算するステップ(S1)と、
前記入力画像に含まれる各画素に対し前記線形変換した輝度値を適応することにより出力画像を生成するステップ(S6)とを含んでいる、
画像処理方法。 - 請求項1乃至4のいずれか1項に記載の各ステップを、コンピュータに実行させるためのコンピュータプログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008328396A JP4982475B2 (ja) | 2008-12-24 | 2008-12-24 | 画像処理方法及びコンピュータプログラム |
PCT/JP2009/071496 WO2010074179A1 (ja) | 2008-12-24 | 2009-12-24 | 画像処理方法及びコンピュータプログラム |
US13/141,582 US8660379B2 (en) | 2008-12-24 | 2009-12-24 | Image processing method and computer program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008328396A JP4982475B2 (ja) | 2008-12-24 | 2008-12-24 | 画像処理方法及びコンピュータプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010152536A true JP2010152536A (ja) | 2010-07-08 |
JP4982475B2 JP4982475B2 (ja) | 2012-07-25 |
Family
ID=42287786
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008328396A Active JP4982475B2 (ja) | 2008-12-24 | 2008-12-24 | 画像処理方法及びコンピュータプログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US8660379B2 (ja) |
JP (1) | JP4982475B2 (ja) |
WO (1) | WO2010074179A1 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015156041A1 (ja) * | 2014-04-07 | 2015-10-15 | オリンパス株式会社 | 画像処理装置及び方法、一時的にコンピュータにより読み取り可能な画像処理プログラムを記憶する記録媒体、撮像装置 |
US9865041B2 (en) | 2014-02-10 | 2018-01-09 | Olympus Corporation | Image processing apparatus, imaging apparatus, image processing method, and computer-processable non-transitory storage medium |
WO2020241337A1 (ja) * | 2019-05-24 | 2020-12-03 | 株式会社日立製作所 | 画像処理装置 |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2352123A4 (en) * | 2008-11-19 | 2012-10-24 | Sharp Kk | CIRCUIT FOR THE LIMITATION OF A SPECIFIC COLOR RANGE, DETECTION SWITCHING AND IMAGE PROCESSING DEVICE THEREWITH |
JP5623893B2 (ja) * | 2010-12-13 | 2014-11-12 | 株式会社沖データ | 画像形成装置及び方法、並びにプログラム及び記録媒体 |
TWI497320B (zh) * | 2011-11-14 | 2015-08-21 | Novatek Microelectronics Corp | 色調對應方法及影像處理裝置 |
JP6055681B2 (ja) * | 2013-01-10 | 2016-12-27 | 株式会社 日立産業制御ソリューションズ | 撮像装置 |
JP6182092B2 (ja) * | 2014-03-10 | 2017-08-16 | キヤノン株式会社 | 画像処理装置および画像処理方法 |
CN109902758B (zh) * | 2019-03-11 | 2022-05-31 | 重庆邮电大学 | 基于深度学习的车道区域识别的数据集标定方法 |
US11238775B1 (en) * | 2020-12-18 | 2022-02-01 | Novatek Microelectronics Corp. | Image adjustment device and image adjustment method suitable for light-emitting diode display |
CN118247181B (zh) * | 2024-05-28 | 2024-08-02 | 杭州海康威视数字技术股份有限公司 | 图像复原模型训练方法、电子设备和图像复原方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002077741A (ja) * | 2000-08-28 | 2002-03-15 | Matsushita Electric Works Ltd | イメージセンサおよびその信号処理方法 |
JP2002095007A (ja) * | 2000-09-19 | 2002-03-29 | Sony Corp | クロマキー装置 |
JP2002312761A (ja) * | 2001-04-12 | 2002-10-25 | Matsushita Electric Ind Co Ltd | 細胞画像の画像処理方法 |
JP2008283573A (ja) * | 2007-05-11 | 2008-11-20 | Olympus Corp | 画像処理装置 |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6340471A (ja) | 1986-08-06 | 1988-02-20 | Canon Inc | 画質制御方法 |
JP3092397B2 (ja) | 1993-06-22 | 2000-09-25 | 松下電器産業株式会社 | 撮像装置 |
JP2000348189A (ja) * | 1999-06-01 | 2000-12-15 | Matsushita Electric Ind Co Ltd | 画像処理装置 |
JP3685444B2 (ja) * | 2000-02-07 | 2005-08-17 | 松下電器産業株式会社 | 画像表示装置、画像補正方法、及び画像補正プログラムを記録した記録媒体 |
US6993185B2 (en) * | 2002-08-30 | 2006-01-31 | Matsushita Electric Industrial Co., Ltd. | Method of texture-based color document segmentation |
US8498452B2 (en) * | 2003-06-26 | 2013-07-30 | DigitalOptics Corporation Europe Limited | Digital image processing using face detection information |
JP4099481B2 (ja) | 2005-01-06 | 2008-06-11 | 株式会社ナナオ | 画像処理方法、画像処理装置及びコンピュータプログラム |
JP4566769B2 (ja) * | 2005-02-04 | 2010-10-20 | 株式会社エム・アイ・エル | 物品欠陥情報検出装置 |
US7623724B2 (en) * | 2005-03-16 | 2009-11-24 | Fabio Riccardi | Interface method and system for mapping image intensity |
JP4073477B2 (ja) | 2005-03-25 | 2008-04-09 | 三菱電機株式会社 | 画像処理装置、及び画像表示装置 |
JP5196731B2 (ja) | 2006-04-20 | 2013-05-15 | キヤノン株式会社 | 画像処理装置及び画像処理方法 |
TWI349827B (en) * | 2007-07-17 | 2011-10-01 | Asia Optical Co Inc | Exposure adjustment methods and systems |
CN101809605B (zh) * | 2007-08-14 | 2014-04-09 | 三星电子株式会社 | 用于出席信息的基于会话发起协议的动态广告的方法和系统 |
-
2008
- 2008-12-24 JP JP2008328396A patent/JP4982475B2/ja active Active
-
2009
- 2009-12-24 WO PCT/JP2009/071496 patent/WO2010074179A1/ja active Application Filing
- 2009-12-24 US US13/141,582 patent/US8660379B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002077741A (ja) * | 2000-08-28 | 2002-03-15 | Matsushita Electric Works Ltd | イメージセンサおよびその信号処理方法 |
JP2002095007A (ja) * | 2000-09-19 | 2002-03-29 | Sony Corp | クロマキー装置 |
JP2002312761A (ja) * | 2001-04-12 | 2002-10-25 | Matsushita Electric Ind Co Ltd | 細胞画像の画像処理方法 |
JP2008283573A (ja) * | 2007-05-11 | 2008-11-20 | Olympus Corp | 画像処理装置 |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9865041B2 (en) | 2014-02-10 | 2018-01-09 | Olympus Corporation | Image processing apparatus, imaging apparatus, image processing method, and computer-processable non-transitory storage medium |
WO2015156041A1 (ja) * | 2014-04-07 | 2015-10-15 | オリンパス株式会社 | 画像処理装置及び方法、一時的にコンピュータにより読み取り可能な画像処理プログラムを記憶する記録媒体、撮像装置 |
JP2015201731A (ja) * | 2014-04-07 | 2015-11-12 | オリンパス株式会社 | 画像処理装置及び方法、画像処理プログラム、撮像装置 |
US9978128B2 (en) | 2014-04-07 | 2018-05-22 | Olympus Corporation | Image processing appartatus and method, recording medium storing image processing program readable by computer, and imaging apparatus |
WO2020241337A1 (ja) * | 2019-05-24 | 2020-12-03 | 株式会社日立製作所 | 画像処理装置 |
Also Published As
Publication number | Publication date |
---|---|
WO2010074179A1 (ja) | 2010-07-01 |
US20110317936A1 (en) | 2011-12-29 |
JP4982475B2 (ja) | 2012-07-25 |
US8660379B2 (en) | 2014-02-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4982475B2 (ja) | 画像処理方法及びコンピュータプログラム | |
JP7030493B2 (ja) | 画像処理装置、画像処理方法およびプログラム | |
US7809208B2 (en) | Image sharpening with halo suppression | |
US9953422B2 (en) | Selective local registration based on registration error | |
US9727984B2 (en) | Electronic device and method for processing an image | |
JP6369150B2 (ja) | アンチエイリアシングエッジを回復するフィルタリング方法及びフィルタリング装置 | |
KR102355329B1 (ko) | 영상 처리 장치, 영상 처리 방법, 및 영상 처리 프로그램 | |
US20200364913A1 (en) | User guided segmentation network | |
JP2016086347A (ja) | 画像処理装置、画像処理方法、及びプログラム | |
JP2016111489A (ja) | 画像処理装置、画像処理方法、及びプログラム | |
WO2016051716A1 (ja) | 画像処理方法、画像処理装置、及び画像処理プログラムを記憶する記録媒体 | |
JP2010055410A (ja) | 画像処理装置、画像処理方法、および画像処理プログラム | |
CN114418906A (zh) | 一种图像对比度增强方法及系统 | |
Al-Ameen et al. | Fast and Efficient Algorithm for Contrast Enhancement of Color Images. | |
Venkatesh et al. | Image Enhancement and Implementation of CLAHE Algorithm and Bilinear Interpolation | |
Xiong et al. | Underwater image enhancement by Gaussian curvature filter | |
JP2017076240A (ja) | 画像処理装置、画像処理方法、およびプログラム | |
KR100679046B1 (ko) | 이미지의 지역적 정보를 이용한 비트 해상도 확장 방법 및장치 | |
JP2019053588A (ja) | 画像処理装置、画像処理方法およびプログラム | |
JP7208823B2 (ja) | 映像補正装置及びそのプログラム | |
KR101617551B1 (ko) | 얼굴 검출 능력 향상을 위한 이미지 처리 방법 및 시스템 | |
US9600713B2 (en) | Identification and processing of facial wrinkles in a digital image | |
US20140064633A1 (en) | Image processing apparatus and image processing method | |
KR101537788B1 (ko) | 평균이동 기반의 영상분할 방식을 이용한 저조도 영상 대비증가 방법 | |
US20220309619A1 (en) | Image processing apparatus, image processing method, and computer readable recording medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110216 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20110907 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20110926 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20111004 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111122 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120110 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120223 |
|
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: 20120403 |
|
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: 20120423 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150427 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4982475 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313117 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |