JP4702088B2 - 画像信号のノイズ低減方法、ノイズ低減装置及び撮像装置 - Google Patents
画像信号のノイズ低減方法、ノイズ低減装置及び撮像装置 Download PDFInfo
- Publication number
- JP4702088B2 JP4702088B2 JP2006040058A JP2006040058A JP4702088B2 JP 4702088 B2 JP4702088 B2 JP 4702088B2 JP 2006040058 A JP2006040058 A JP 2006040058A JP 2006040058 A JP2006040058 A JP 2006040058A JP 4702088 B2 JP4702088 B2 JP 4702088B2
- Authority
- JP
- Japan
- Prior art keywords
- value
- pixel
- noise reduction
- image signal
- peripheral
- 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
- 238000000034 method Methods 0.000 title claims description 23
- 238000003384 imaging method Methods 0.000 title claims description 12
- 230000002093 peripheral effect Effects 0.000 claims description 45
- 238000006243 chemical reaction Methods 0.000 claims description 16
- 238000010586 diagram Methods 0.000 description 8
- 230000000694 effects Effects 0.000 description 7
- 230000015654 memory Effects 0.000 description 7
- 230000002542 deteriorative effect Effects 0.000 description 4
- 230000000875 corresponding effect Effects 0.000 description 3
- 230000006866 deterioration Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000000926 separation method Methods 0.000 description 2
- 101100115215 Caenorhabditis elegans cul-2 gene Proteins 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000015556 catabolic process Effects 0.000 description 1
- 230000001276 controlling effect Effects 0.000 description 1
- 230000002596 correlated effect Effects 0.000 description 1
- 238000006731 degradation reaction Methods 0.000 description 1
- 230000000593 degrading effect Effects 0.000 description 1
- 238000009499 grossing Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000011946 reduction process Methods 0.000 description 1
- 238000005070 sampling Methods 0.000 description 1
- 230000003936 working memory Effects 0.000 description 1
Images
Landscapes
- Studio Devices (AREA)
- Picture Signal Circuits (AREA)
- Color Television Image Signal Generators (AREA)
Description
つまり、
tmp0=(G0+G3)/2
tmp1=(G1+G2)/2
tmp2=(G4+G7)/2
tmp3=(G5+G6)/2
とする。
d0=tmp0−Gc
d1=tmp1−Gc
d2=tmp2−Gc
d3=tmp3−Gc
d0′=f0×min(A,│d0│)
d1′=f1×min(A,│d1│)
d2′=f2×min(A,│d2│)
d3′=f3×min(A,│d3│)
ここで、f0〜f3はd0〜d3の符号であり、min(a,b)はaとbの小さい方を選択する演算子であり、|a|はaの絶対値を求める演算子である。
g0=d0′+Gc
g1=d1′+Gc
g2=d2′+Gc
g3=d3′+Gc
これら周辺画素を使って図3に示したGのLPF重み付データ71でLPF処理を行い、ノイズ低減後のGc′を得る(ステップS104)。
Gc′=(4×g0+4×g1+2×g2+2×g3+4×Gc)/16
なお、図3に示したGのLPF重み付データ71(1倍、2倍、4倍)はあくまでも一例であり他の値を用いるようにしてもよい。
すなわちノイズ低減部32では、図5(a)に示した5×5の画素空間を処理単位としてRGBの色成分データ毎に以下の動作を行う。まずGデータについて説明すると、図5(b)に示したように、注目画素(中心画素)、及びこれを対称中心として対象位置にあるその周辺8画素の値(画素値)に着目する。そして、注目画素を対称中心として対象位置にある一対の画素の平均値を求め、tmp0〜tmp7とする(ステップS301)。
つまり、
tmp0=tmp3=(G0+G3)/2
tmp1=tmp2=(G1+G2)/2
tmp2=tmp7=(G4+G7)/2
tmp3=tmp6=(G5+G6)/2
とする。
d0=tmp0−Gc
d1=tmp1−Gc
・・・
d7=tmp7−Gc
d0′=f0×min(A,│d0│)
d1′=f1×min(A,│d1│)
・・・
d7′=f7×min(A,│d7│)
但し、f0〜f7はd0〜d7の符号であり、min(a,b)はaとbの小さい方を選択する演算子であり、|a|はaの絶対値を求める演算子である。
g0=d0′+Gc
g1=d1′+Gc
・・・
g7=d7′+Gc
これら周辺画素を使って図3に示したGのLPF重み付データ71でLPF処理を行い、ノイズ低減後のGc′を得る(ステップS305)。
Gc′=(4×Gc+2×g0+2×g1+2×g2+2×g3+g4+g5+g6+g 7)/16
下記式に示すように、注目画素のLPF出力GcLpfを求め、この時の重み付けは図3に示した重み付データ71を用いる(ステップS201)。
GcLpf=
{2×(G0+G1+G2+G3)+(G4+G5+G6+G7)+4×Gc}/16
dGc=Gc−GcLpf
dGc′=fdGc×min(A,│dGc│)
ここでfdGcは、dGcの符号である。
Gc′=Gc−dGc′
なお、図3に示したGのLPF重み付データ71(1倍、2倍、4倍)はあくまでも一例であり他の値を用いるようにしてもよい。
図10のフローチャートに示すように、前述した第1の実施の形態又は第2の実施の形態に示したノイズ低減処理をある画素のG,B,Rの色成分データについて行う(ステップS401)。当該画素のG,B,Rの色成分データについてのノイズ低減処理が終了したならば、全ての画素についてノイズ低減処理が終了したか否かを判断し(ステップS402)、終了していない場合には、次の画素を選択し(ステップS)、当該画素に対してノイズ低減処理を行う(ステップS401)。
(1,2,1)*(1,2,1)=(1,4,6,4,1) (但し、*は畳み込み演算を示す)
となり、(1,4,6,4,1)を係数とする1次元フィルタを1回かけるのと等価であることが分かる。その周波数特性を図11(B)に示す。同図(A)と(B)とを比較すると、(B)の方が遮断周波数が低周波側にシフトしている。よって、低周波数のノイズ低減効果が高くなるとすることができ、また、回数を多くするほどその効果は高まる。
前記図3のフィルタを2回かけた場合に相当するフィルタ係数を図12に示し、図6のフィルタを2回かけた場合に相当するフィルタ係数を図13に示す。
2 CCD
3 信号処理部
31 アナログ処理部
32 ノイズ低減部
33 色補間部
34 ホワイトバランス調整部
35 ガンマ補正部
36 色変換部
37 エッジ強調部
Claims (7)
- 撮像素子から出力された画像信号に対し、
注目画素を対称中心として対称位置に存在する複数の周辺画素の値の平均値である周辺画素平均値を算出し、
前記周辺画素平均値を、前記注目画素の値を中心とした所定範囲に制限した制限周辺画素値を算出し、
前記制限周辺画素値を、前記周辺画素の新たな値として、前記注目画素にローパスフィルタ処理を施し注目画素変換値を得ることを特徴とする画像信号のノイズ低減方法。 - 前記撮像素子から出力された画像信号は、
画素補間処理を施す前のベイヤー配列の信号であることを特徴とする請求項1に記載の画像信号のノイズ低減方法。 - 前記注目画素及び周辺画素はG成分の画素であることを特徴とする請求項1に記載の画像信号のノイズ低減方法。
- 前記撮像素子から出力された画像信号は、ガンマ変換処理を施す前の信号であることを特徴とする請求項1に記載のノイズ低減方法。
- 請求項1から4のいずれかに記載の画像信号のノイズ低減方法を、複数回反復処理することを特徴とする画像信号のノイズ低減方法。
- 撮像素子から出力された画像信号に対し、
注目画素を対称中心として対称位置に存在する複数の周辺画素の値の平均値である周辺画素平均値を算出する手段と、
前記周辺画素平均値を、前記注目画素の値を中心とした所定範囲に制限した制限周辺画素値を算出する手段と、
前記制限周辺画素値を、前記周辺画素の新たな値として、前記注目画素にローパスフィルタ処理を施し注目画素変換値を得る手段と
を備えることを特徴とするノイズ低減装置。 - 被写体を撮像して画像信号を出力する撮像素子を備える撮像装置において、
前記撮像素子から出力された画像信号に対し、注目画素を対称中心として対称位置に存在する複数の周辺画素の値の平均値である周辺画素平均値を算出する手段と、
前記周辺画素平均値を、前記注目画素の値を中心とした所定範囲に制限した制限周辺画素値を算出する手段と、
前記制限周辺画素値を、前記周辺画素の新たな値として、前記注目画素にローパスフィルタ処理を施し注目画素変換値を得る手段と
を備えることを特徴とする撮像装置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006040058A JP4702088B2 (ja) | 2005-03-31 | 2006-02-17 | 画像信号のノイズ低減方法、ノイズ低減装置及び撮像装置 |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005100768 | 2005-03-31 | ||
JP2005100768 | 2005-03-31 | ||
JP2006040058A JP4702088B2 (ja) | 2005-03-31 | 2006-02-17 | 画像信号のノイズ低減方法、ノイズ低減装置及び撮像装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006311501A JP2006311501A (ja) | 2006-11-09 |
JP4702088B2 true JP4702088B2 (ja) | 2011-06-15 |
Family
ID=37477776
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006040058A Expired - Fee Related JP4702088B2 (ja) | 2005-03-31 | 2006-02-17 | 画像信号のノイズ低減方法、ノイズ低減装置及び撮像装置 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4702088B2 (ja) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7844127B2 (en) * | 2007-03-30 | 2010-11-30 | Eastman Kodak Company | Edge mapping using panchromatic pixels |
JP5352191B2 (ja) | 2008-10-31 | 2013-11-27 | 三星電子株式会社 | ノイズ低減装置、ノイズ低減方法及びプログラム |
JP4640508B2 (ja) * | 2009-01-09 | 2011-03-02 | ソニー株式会社 | 画像処理装置、画像処理方法、プログラム、及び撮像装置 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0638088A (ja) * | 1992-07-16 | 1994-02-10 | Olympus Optical Co Ltd | 追尾装置 |
JP2003219210A (ja) * | 2002-01-24 | 2003-07-31 | Fuji Photo Film Co Ltd | 画像信号処理装置 |
JP2003348378A (ja) * | 2002-05-28 | 2003-12-05 | Sharp Corp | 映像信号処理回路 |
JP2004363853A (ja) * | 2003-06-04 | 2004-12-24 | Casio Comput Co Ltd | 画像信号のノイズ低減方法及びノイズ低減装置 |
-
2006
- 2006-02-17 JP JP2006040058A patent/JP4702088B2/ja not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0638088A (ja) * | 1992-07-16 | 1994-02-10 | Olympus Optical Co Ltd | 追尾装置 |
JP2003219210A (ja) * | 2002-01-24 | 2003-07-31 | Fuji Photo Film Co Ltd | 画像信号処理装置 |
JP2003348378A (ja) * | 2002-05-28 | 2003-12-05 | Sharp Corp | 映像信号処理回路 |
JP2004363853A (ja) * | 2003-06-04 | 2004-12-24 | Casio Comput Co Ltd | 画像信号のノイズ低減方法及びノイズ低減装置 |
Also Published As
Publication number | Publication date |
---|---|
JP2006311501A (ja) | 2006-11-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3530907B2 (ja) | デジタルカメラ | |
US7932935B2 (en) | Imaging apparatus capable of reducing deterioration of an image even when the gain increased | |
US7755681B2 (en) | Apparatus and method of gamma correction in digital image processing device | |
WO2013039061A1 (ja) | 撮像装置、撮像方法及び記録媒体 | |
JP2010092461A (ja) | 画像処理装置及び画像処理方法 | |
JP4470901B2 (ja) | 撮像装置、高周波成分検出回路、高周波成分検出方法及びコンピュータプログラム | |
JP4433883B2 (ja) | ホワイトバランス補正装置及びホワイトバランス補正方法、プログラム、電子カメラ装置 | |
JP2004363853A (ja) | 画像信号のノイズ低減方法及びノイズ低減装置 | |
US8189066B2 (en) | Image processing apparatus, image processing method, and computer-readable medium | |
KR101003681B1 (ko) | 화소보간회로, 화소보간방법 및 기록매체 | |
JP4637812B2 (ja) | 画像信号処理装置、画像信号処理プログラム、画像信号処理方法 | |
JP2009055471A (ja) | 画像処理装置、画像処理方法、及び撮像装置 | |
JP4596987B2 (ja) | 画像撮像装置 | |
JP5092536B2 (ja) | 画像処理装置及びそのプログラム | |
JP4702088B2 (ja) | 画像信号のノイズ低減方法、ノイズ低減装置及び撮像装置 | |
US8009935B2 (en) | Pixel interpolation circuit, pixel interpolation method, and recording medium | |
JP4687454B2 (ja) | 画像処理装置および撮像装置 | |
EP2515543A2 (en) | Image capturing apparatus and image capturing method | |
JP2007266956A (ja) | 撮像装置、インパルス成分検出回路、インパルス成分除去回路、インパルス成分検出方法、インパルス成分除去方法及びコンピュータプログラム | |
JP5213604B2 (ja) | 撮像装置 | |
JP2009055415A (ja) | カメラ | |
JP2006135564A (ja) | 画素補間装置、画素補間方法 | |
JP4781670B2 (ja) | 撮像装置 | |
JP4816129B2 (ja) | 画像処理装置及び撮像装置 | |
US10348984B2 (en) | Image pickup device and image pickup method which performs diagonal pixel offset and corrects a reduced modulation depth in a diagonal direction |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090116 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20101116 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101130 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110111 |
|
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: 20110208 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110221 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4702088 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |