JP5147577B2 - 画像処理装置およびその方法 - Google Patents
画像処理装置およびその方法 Download PDFInfo
- Publication number
- JP5147577B2 JP5147577B2 JP2008179469A JP2008179469A JP5147577B2 JP 5147577 B2 JP5147577 B2 JP 5147577B2 JP 2008179469 A JP2008179469 A JP 2008179469A JP 2008179469 A JP2008179469 A JP 2008179469A JP 5147577 B2 JP5147577 B2 JP 5147577B2
- Authority
- JP
- Japan
- Prior art keywords
- component
- image
- interpolation
- demosaicing
- chromatic aberration
- 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
- 238000012545 processing Methods 0.000 title claims description 77
- 238000000034 method Methods 0.000 title claims description 31
- 230000004075 alteration Effects 0.000 claims description 43
- 238000012937 correction Methods 0.000 claims description 25
- 238000003384 imaging method Methods 0.000 claims description 4
- 238000003672 processing method Methods 0.000 claims 2
- 238000000926 separation method Methods 0.000 description 14
- 238000010586 diagram Methods 0.000 description 10
- 238000004590 computer program Methods 0.000 description 9
- 238000006243 chemical reaction Methods 0.000 description 6
- 230000006870 function Effects 0.000 description 6
- 239000003086 colorant Substances 0.000 description 4
- 238000005070 sampling Methods 0.000 description 4
- 238000012935 Averaging Methods 0.000 description 3
- 238000004891 communication Methods 0.000 description 2
- 238000003708 edge detection Methods 0.000 description 2
- 206010010071 Coma Diseases 0.000 description 1
- 201000009310 astigmatism Diseases 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Landscapes
- Color Television Image Signal Generators (AREA)
Description
GX = (G1 + G2 + G3 + G4)/4 …(1)
図5は実施例のディジタルカメラの構成例を示すブロック図である。
図7はG成分補間部406と補間部407のデータ処理を説明するブロック図である。
ベイヤ方向判定部603は、色分離データ601のG成分のエッジの方向を判定し、補間処理部604は、判定結果を用いてR、G、B成分の補間処理を行う。ベイヤ方向判定部603と補間処理部604の処理は、様々な方法が知られていて、どの方法を用いても構わないが、一例を説明する。
GX = {m×(G1 + G4) + n×(G2 + G3)}/{2×(m + n)} …(2)
;GXがG2-G3方向に沿うエッジ上に存在すると予測される場合
if (|G1-G4|が大 && |G2-G3|が小) {;
mを小さく設定する;
nを大きく設定する;
}
;GXがG1-G4方向に沿うエッジ上に存在すると予測される場合
if (|G1-G4|が小 && |G2-G3|が大) {
mを大きく設定する;
nを小さく設定する;
}
;GXがエッジの角に存在すると予想される場合
if (|G1-G4|が大 && |G2-G3|が大)
m = n;
;GXがエッジ上に存在しないと予測される場合
if (|G1-G4|が小 && |G2-G3|が小)
m = n;
色収差を補正するに当り、色収差情報を取得する必要がある。図8は色収差を説明する図である。なお、色ずれの方向は、図8に示すように、B成分はG成分より、G成分はR成分より画像の中心に向ってずれるものとする。また、R成分には色ずれがないものとして、GおよびB成分を補正する。色収差情報は、R、G、B間の色ずれ量(画素数)で表され、例えば「絞り値が8のときの結像面における色ずれ量はR-B間で二画素」というように表現される。
ビットマップ方向判定部606は、G成分補間部406が生成したG成分データ609のエッジ検出を行い、エッジの方向を判定をする。エッジ検出の方法は、Prewittフィルタ、Sobelフィルタ、Laplacianフィルタなど周知の方法を用いればよい。
上記では、G成分補間部406において、色収差を補正する例を説明したが、非点収差やコマ収差などのレンズ収差を補正してもよい。
なお、本発明は、複数の機器(例えばコンピュータ、インタフェイス機器、リーダ、プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機、ファクシミリ装置、制御装置など)に適用してもよい。
Claims (7)
- ベイヤ配列の撮影データのG成分を補間処理してG成分画像を生成する補間手段と、
前記G成分画像にレンズの色収差補正を施す補正手段と、
前記色収差補正を施したG成分画像を参照して、前記撮影データをデモザイキング処理するデモザイキング手段とを有し、
前記デモザイキング手段は、前記色収差補正を施したG成分画像から検出したエッジの方向に基づき、前記撮影データのG成分を補間処理してG成分画像を生成することを特徴とする画像処理装置。 - 前記デモザイキング手段は、ビットマップ方向判定によって前記エッジの方向を検出することを特徴とする請求項1に記載された画像処理装置。
- 前記デモザイキング手段は、前記レンズの色収差が所定の値以下のG成分の画素について、前記補正手段が補正したG成分画像のデータを、前記デモザイキング処理の後のG成分画像のデータにすることを特徴とする請求項1または請求項2に記載された画像処理装置。
- 前記デモザイキング手段は、前記デモザイキング処理の後のG成分画像に基づき、前記撮影データのR成分およびB成分を補間処理してR成分画像およびB成分画像を生成することを特徴とする請求項1から請求項3の何れか一項に記載された画像処理装置。
- 前記補間手段は、前記撮影データのG成分からベイヤ方向判定によって検出したエッジの方向に基づき、前記補間処理を行うことを特徴とする請求項1から請求項4の何れか一項に記載された画像処理装置。
- 補間手段、補正手段、デモザイキング手段を有する画像処理装置の画像処理方法であって、
前記補間手段が、ベイヤ配列の撮影データのG成分を補間処理してG成分画像を生成し、
前記補正手段が、前記G成分画像にレンズの色収差補正を施し、
前記デモザイキング手段が、前記色収差補正を施したG成分画像を参照して、前記撮影データをデモザイキング処理し、
前記デモザイキング手段は、前記色収差補正を施したG成分画像から検出したエッジの方向に基づき、前記撮影データのG成分を補間処理してG成分画像を生成することを特徴とする画像処理方法。 - コンピュータを請求項1から請求項5の何れか一項に記載された画像処理装置の各手段として機能させるためのプログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008179469A JP5147577B2 (ja) | 2008-07-09 | 2008-07-09 | 画像処理装置およびその方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008179469A JP5147577B2 (ja) | 2008-07-09 | 2008-07-09 | 画像処理装置およびその方法 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2010021733A JP2010021733A (ja) | 2010-01-28 |
JP2010021733A5 JP2010021733A5 (ja) | 2011-08-18 |
JP5147577B2 true JP5147577B2 (ja) | 2013-02-20 |
Family
ID=41706212
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008179469A Expired - Fee Related JP5147577B2 (ja) | 2008-07-09 | 2008-07-09 | 画像処理装置およびその方法 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5147577B2 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6478482B2 (ja) * | 2014-05-09 | 2019-03-06 | キヤノン株式会社 | 画像処理装置、撮像装置、画像処理方法、及びプログラム |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002112276A (ja) * | 2000-09-29 | 2002-04-12 | Toshiba Corp | カラー固体撮像装置 |
JP5071104B2 (ja) * | 2005-03-04 | 2012-11-14 | 株式会社ニコン | 色ズレを補正する画像処理装置、画像処理プログラム、画像処理方法、および電子カメラ |
-
2008
- 2008-07-09 JP JP2008179469A patent/JP5147577B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2010021733A (ja) | 2010-01-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8754957B2 (en) | Image processing apparatus and method | |
JP4427097B2 (ja) | 画像処理装置、撮像装置、方法、およびプログラム | |
JP5123756B2 (ja) | 撮像システム、画像処理方法および画像処理プログラム | |
US20130002936A1 (en) | Image pickup apparatus, image processing apparatus, and storage medium storing image processing program | |
WO2013031367A1 (ja) | 画像処理装置、および画像処理方法、並びにプログラム | |
JP4803178B2 (ja) | 画像処理装置、コンピュータプログラム製品および画像処理方法 | |
EP2574034B1 (en) | Image processing apparatus and method | |
JP4576280B2 (ja) | 自動焦点調節装置及び焦点調節方法 | |
JP2004088149A (ja) | 撮像システムおよび画像処理プログラム | |
US8482627B2 (en) | Information processing apparatus and method | |
EP3018529B1 (en) | Image processing apparatus and method for image processing | |
JP2007259401A (ja) | ノイズ低減装置ならびにその制御方法およびその制御プログラムならびに撮像装置およびディジタル・カメラ | |
US8982248B2 (en) | Image processing apparatus, imaging apparatus, image processing method, and program | |
JP2004221838A (ja) | 画像処理装置および方法、記録媒体、並びにプログラム | |
JP2010140442A (ja) | 画像処理装置およびその方法 | |
WO2007077730A1 (ja) | 撮像システム、画像処理プログラム | |
US7489822B2 (en) | Image processing apparatus and method for detecting a direction of an edge in the vicinity of a pixel of interest and generating all color signals for each pixel by interpolation using color signals of a pixel of interest and its neighbor pixels, and a recording medium having a program recorded thereon for causing the apparatus to perform the method | |
JP6415094B2 (ja) | 画像処理装置、撮像装置、画像処理方法およびプログラム | |
JP2009200635A (ja) | 画像処理装置及びその方法並びにプログラム | |
JP4539299B2 (ja) | 画像処理装置、および画像処理方法、並びにコンピュータ・プログラム | |
JP5147577B2 (ja) | 画像処理装置およびその方法 | |
JP2010074826A (ja) | 撮像装置および画像処理プログラム | |
US9710897B2 (en) | Image processing apparatus, image processing method, and recording medium | |
US9160989B2 (en) | Image processing apparatus, image processing method, and storage medium for increasing pixels | |
JP7183015B2 (ja) | 画像処理装置、画像処理方法、及びプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110705 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110705 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120827 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120903 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121003 |
|
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: 20121029 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20121127 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5147577 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151207 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |