JP4861667B2 - 画像処理装置及び画像処理方法 - Google Patents
画像処理装置及び画像処理方法 Download PDFInfo
- Publication number
- JP4861667B2 JP4861667B2 JP2005271494A JP2005271494A JP4861667B2 JP 4861667 B2 JP4861667 B2 JP 4861667B2 JP 2005271494 A JP2005271494 A JP 2005271494A JP 2005271494 A JP2005271494 A JP 2005271494A JP 4861667 B2 JP4861667 B2 JP 4861667B2
- Authority
- JP
- Japan
- Prior art keywords
- modulation
- threshold
- color difference
- contour
- difference signal
- 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 53
- 238000003672 processing method Methods 0.000 title claims description 12
- 238000004042 decolorization Methods 0.000 claims description 34
- 238000000034 method Methods 0.000 claims description 22
- 238000004364 calculation method Methods 0.000 claims description 17
- 230000008569 process Effects 0.000 claims description 15
- 239000003086 colorant Substances 0.000 description 20
- 238000003384 imaging method Methods 0.000 description 10
- 238000006243 chemical reaction Methods 0.000 description 8
- 238000004040 coloring Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 4
- 238000012935 Averaging Methods 0.000 description 3
- 230000035945 sensitivity Effects 0.000 description 3
- 230000008859 change Effects 0.000 description 2
- 230000000295 complement effect Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 2
- 230000001052 transient effect Effects 0.000 description 2
- 238000003705 background correction Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 238000001914 filtration Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000000873 masking effect Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
- 238000011946 reduction process Methods 0.000 description 1
- 230000003595 spectral effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N23/00—Cameras or camera modules comprising electronic image sensors; Control thereof
- H04N23/80—Camera processing pipelines; Components thereof
- H04N23/84—Camera processing pipelines; Components thereof for processing colour signals
- H04N23/843—Demosaicing, e.g. interpolating colour pixel values
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N23/00—Cameras or camera modules comprising electronic image sensors; Control thereof
- H04N23/10—Cameras or camera modules comprising electronic image sensors; Control thereof for generating image signals from different wavelengths
- H04N23/13—Cameras or camera modules comprising electronic image sensors; Control thereof for generating image signals from different wavelengths with multiple sensors
- H04N23/15—Image signal generation with circuitry for avoiding or correcting image misregistration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N25/00—Circuitry of solid-state image sensors [SSIS]; Control thereof
- H04N25/10—Circuitry of solid-state image sensors [SSIS]; Control thereof for transforming different wavelengths into image signals
- H04N25/11—Arrangement of colour filter arrays [CFA]; Filter mosaics
- H04N25/13—Arrangement of colour filter arrays [CFA]; Filter mosaics characterised by the spectral characteristics of the filter elements
- H04N25/134—Arrangement of colour filter arrays [CFA]; Filter mosaics characterised by the spectral characteristics of the filter elements based on three different wavelength filter elements
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
- Color Television Image Signal Generators (AREA)
- Processing Of Color Television Signals (AREA)
- Color Image Communication Systems (AREA)
Description
Y=0.299×R+0.587×G+0.114×B
U=−0.169×R−0.3316×G+0.500×B
V=0.500×R−0.4186×G−0.0813×B
ここで、Y、U、V、R、G、Bは、輝度信号、色差信号U、色差信号V、R信号、G信号、B信号をそれぞれの信号値(強度)を示す。なお、本実施の形態においては、
0≦Y≦255
−128≦U≦127
−128≦V≦127
の値を取るものとする。
eF=|bii×8−{(ai)+(aii)+(aiii)+(bi)+(bii)+(biii)+(ci)+(cii)+(ciii)}|
ただし、0≦eF≦255とし、演算結果が255を上回るときは255で丸めを行なう。また、ai、bi、ciなどは各画素の輝度値を示すものとする。
すなわち。輝度値biiを有する注目画素の輪郭強度は、注目画素の輝度値biiを8倍した値から、その8近傍の画素の輝度値をそれぞれ引いた値として求めることができる。なお、輪郭強度の算出は、上記方法に限らず他の演算式、8近傍画素の一部又はそれ以外の画素の輝度値を使用して求めてもよい。
入力パラメータ
eF :輪郭強度 0≦eF≦255
th1 :第1のUV変調輪郭強度閾値 0≦th1≦254
th2 :第2のUV変調輪郭強度閾値 th1<th2≦255
Fmin:UV変調乗算下限値 0≦Fmin<128
出力パラメータ
cF :UV変調係数 0≦cF≦128
ここで、
輪郭強度eF<th1 cF=128
th1≦輪郭強度eF≦th2 cF=(th2−eF)×(128−Fmin)/(th2−th1)+Fmin・・・(式1)
輪郭強度eF>th2 cF=Fmin
入力パラメータ
cF :UV変調係数 0≦cF≦255
thUV:UV変調閾値 0≦thUV≦128
UV出力
U1≧thUV及びV1≧thUVのとき
U2=U1、V2=V1
U1<thUV、又はV1<thUVのとき
U2=U1×(cF/128)、V2=V1×(cF/128)・・・(式2)
ただし、U2、V2は、−128≦U2、V2≦127でクリップするものとする。
また、変調度K=cF/128、最小変調度k=Fmin/128である。
11 CCD
12 色補間処理部
13 RGB信号処理部
14 RGB−YUV変換部
15 YUV偽色除去部
16 YUV信号処理部
17 メモリ
21 輪郭強度算出部
22 変調係数算出部
23 UV変調部
eF 輪郭強度
cF 変調係数
Fmin 変調乗算下限値
th1,th2 変調輪郭強度閾値
thUV UV変調閾値
Claims (11)
- カラー画像を輝度信号と色差信号に変換する信号変換部と、
前記輝度信号に基づき求めた輪郭強度が第1の閾値以上であって、前記第1の閾値より大きい第2の閾値以下である場合に、前記輪郭強度が大きいほど変調度合いが大きくなるよう前記色差信号を変調する偽色除去処理を実行する偽色除去部と、を有し、
前記第2の閾値は、前記色差信号の変調度合いが、機器の設定可能な最大の変調度合いよりも低い変調度合いに対応した輪郭強度の値に設定され、
前記偽色除去部は、前記輪郭強度が前記第2の閾値より大きい場合は、前記最大の変調度合いよりも低い固定の変調度合いで前記色差信号を変調する、画像処理装置。 - 前記偽色除去部は、前記色差信号の値が所定の閾値未満のものについて前記変調を施すことを特徴とする請求項1記載の画像処理装置。
- 前記偽色除去部は、前記輝度信号に基づき前記輪郭強度を算出する輪郭強度算出部と、
前記輪郭強度に基づき前記変調度合いを決定する変調度決定部と、
前記変調度合いに基づき前記色差信号を変調する色差信号変調部とを有することを特徴とする請求項1又は2記載の画像処理装置。 - 前記偽色除去部は、前記輪郭強度が前記第2の閾値を超える場合は、最大の変調度合いで前記色差信号を変調することを特徴とする請求項1項記載の画像処理装置。
- 前記輪郭強度算出部は、前記輪郭強度が第1の閾値th1未満であるか、前記第1の閾値th1乃至前記第1の閾値th1より大きい第2の閾値th2であるか、又は前記第2の閾値th2より大きいかを判定し、
前記変調度決定部は、変調最小値k≦変調度K≦1(0≦k≦K)となるよう変調度を決定するものであって、前記輪郭強度の判定結果に基づき前記第1の閾値th1未満である場合には、変調度K=1とし、前記第1の閾値th1乃至第2の閾値th2である場合には変調最小値k<変調度K<1となる前記輪郭強度に応じた変調度Kを決定し、前記第2の閾値th2より大きい場合は変調度K=変調最小値kとし、
前記色差変調部は、前記色差信号が所定の閾値未満の場合、前記色差信号の値に前記変調度を乗算して変調済み色差信号を算出することを特徴とする請求項3項記載の画像処理装置。 - 前記所定の閾値の値を可変に設定可能なパラメータ設定部を有することを特徴とする請求項1項記載の画像処理装置。
- 前記第1の閾値th1、前記第2の閾値th2、前記変調最小値kのいずれか1以上を可変に設定可能なパラメータ設定部を有することを特徴とする請求項5項記載の画像処理装置。
- カラー画像に生じた偽色を除去するための画像処理方法であって、
前記カラー画像を輝度信号と色差信号に変換し、
注目画素及びその周囲の画素の輝度信号から当該注目画素における輪郭強度を算出し、前記輪郭強度が第1の閾値以上であって、前記第1の閾値より大きい第2の閾値以下である場合に、前記輪郭強度が大きいほど変調度合いが大きくなるよう前記色差信号を変調すると共に、
前記第2の閾値は、前記色差信号の変調度合いが、機器の設定可能な最大の変調度合いよりも低い変調度合いに対応した輪郭強度の値に設定され、
前記輪郭強度が前記第2の閾値より大きい場合は、前記最大の変調度合いよりも低い固定の変調度合いで前記色差信号を変調する、画像処理方法。 - 前記注目画素の前記色差信号の値が所定の閾値未満のものについてのみ前記輪郭強度に応じて色差信号を変調することを特徴とする請求項8記載の画像処理方法。
- 前記輪郭強度に応じて色差信号を変調する際には、
前記輪郭強度が第1の閾値th1未満であるか、前記第1の閾値th1乃至前記第1の閾値th1より大きい第2の閾値th2であるか、又は前記第2の閾値th2より大きいかを判定し、
前記判定結果に応じて変調最小値k≦変調度K≦1(0≦k<1)となる変調度Kを決定し、前記注目画素の色差信号に前記変調度Kを乗算して変調済み色差信号を算出することを特徴とする請求項8又は9記載の画像処理方法。 - 前記変調済み色差信号を算出する際には、
前記輪郭強度が前記第1の閾値未満の場合には、前記変調度Kを1として前記変調済み色差信号を算出し、前記輪郭強度が前記第1の閾値th1乃至前記第2の閾値th2の場合には、変調最小値k<変調度K<1として前記変調済み色差信号を算出し、前記輪郭強度が前記第2の閾値th2より大きい場合には変調度Kを変調最小値kとして前記変調済み色差信号を算出することを特徴とする請求項8記載の画像処理方法。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005271494A JP4861667B2 (ja) | 2005-09-20 | 2005-09-20 | 画像処理装置及び画像処理方法 |
US11/512,227 US7697044B2 (en) | 2005-09-20 | 2006-08-30 | Image processing apparatus and image processing method |
CN200610138960XA CN1937781B (zh) | 2005-09-20 | 2006-09-20 | 图像处理设备和图像处理方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005271494A JP4861667B2 (ja) | 2005-09-20 | 2005-09-20 | 画像処理装置及び画像処理方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007088543A JP2007088543A (ja) | 2007-04-05 |
JP4861667B2 true JP4861667B2 (ja) | 2012-01-25 |
Family
ID=37883652
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005271494A Expired - Fee Related JP4861667B2 (ja) | 2005-09-20 | 2005-09-20 | 画像処理装置及び画像処理方法 |
Country Status (3)
Country | Link |
---|---|
US (1) | US7697044B2 (ja) |
JP (1) | JP4861667B2 (ja) |
CN (1) | CN1937781B (ja) |
Families Citing this family (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100440922C (zh) * | 2006-11-28 | 2008-12-03 | 北京中星微电子有限公司 | 一种伪彩抑制方法 |
JP4863011B2 (ja) * | 2007-08-24 | 2012-01-25 | 富士ゼロックス株式会社 | 画像処理装置および画像処理プログラム |
CN101483784B (zh) * | 2008-01-08 | 2010-12-15 | 华晶科技股份有限公司 | 数字影像的伪色抑制方法 |
JP2009239394A (ja) * | 2008-03-26 | 2009-10-15 | Seiko Epson Corp | ぬりえ製造装置およびぬりえ製造方法 |
CN101778297B (zh) * | 2009-01-08 | 2012-08-08 | 华晶科技股份有限公司 | 影像序列的干扰消除方法 |
KR101600312B1 (ko) * | 2009-10-20 | 2016-03-07 | 삼성전자주식회사 | 영상처리장치 및 영상처리방법 |
CN102045574B (zh) * | 2009-10-21 | 2013-04-10 | 比亚迪股份有限公司 | 一种处理图像伪彩色的设备及方法 |
JP2011239067A (ja) * | 2010-05-07 | 2011-11-24 | Toshiba Corp | 画像処理装置 |
JP5130329B2 (ja) * | 2010-06-29 | 2013-01-30 | 京セラドキュメントソリューションズ株式会社 | 画像処理装置、画像処理方法および画像処理プログラム |
CN102118624B (zh) * | 2011-03-08 | 2012-12-26 | 天脉聚源(北京)传媒科技有限公司 | 一种从rgb色彩空间到yuv色彩空间的图像转换方法 |
US9769430B1 (en) * | 2011-06-23 | 2017-09-19 | Gentex Corporation | Imager system with median filter and method thereof |
CN103747222B (zh) * | 2013-12-27 | 2016-04-06 | 上海富瀚微电子股份有限公司 | 一种图像假色抑制的方法及装置 |
CN104093011B (zh) * | 2014-07-22 | 2016-09-14 | 浙江宇视科技有限公司 | 一种伪彩色抑制方法和装置 |
CN106920218B (zh) * | 2015-12-25 | 2019-09-10 | 展讯通信(上海)有限公司 | 一种图像处理的方法及装置 |
CN108632583B (zh) * | 2017-03-23 | 2019-10-22 | 展讯通信(上海)有限公司 | 数字图像处理方法及装置 |
JP6953297B2 (ja) | 2017-12-08 | 2021-10-27 | キヤノン株式会社 | 撮像装置及び撮像システム |
CN113793249B (zh) * | 2021-08-09 | 2023-12-08 | 深圳曦华科技有限公司 | Pentile图像转换RGB图像的方法及相关设备 |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS60254893A (ja) | 1984-05-30 | 1985-12-16 | Nec Home Electronics Ltd | 単板式カラ−カメラ |
JP4392891B2 (ja) * | 1999-03-01 | 2010-01-06 | キヤノン株式会社 | 撮像装置及び前記撮像装置における画像処理方法 |
JP2001103507A (ja) * | 1999-09-28 | 2001-04-13 | Casio Comput Co Ltd | 撮像装置及び画像処理方法 |
JP4016593B2 (ja) | 2000-12-05 | 2007-12-05 | 日本電気株式会社 | エッジ色消し回路及びその方法 |
JP3633561B2 (ja) * | 2002-01-29 | 2005-03-30 | ミノルタ株式会社 | 画像処理装置、画像処理方法およびプログラム |
JP2004040546A (ja) * | 2002-07-04 | 2004-02-05 | Pentax Corp | デジタルカメラ |
JP2005167974A (ja) | 2003-11-10 | 2005-06-23 | Seiko Epson Corp | 画像処理方法及び画像処理装置、画像処理プログラム並びに半導体装置 |
JP2005354585A (ja) * | 2004-06-14 | 2005-12-22 | Olympus Corp | 画像処理装置、画像処理方法、及び画像処理プログラム |
JP2006098803A (ja) * | 2004-09-29 | 2006-04-13 | Toshiba Corp | 動画処理方法、動画処理装置および動画処理プログラム |
-
2005
- 2005-09-20 JP JP2005271494A patent/JP4861667B2/ja not_active Expired - Fee Related
-
2006
- 2006-08-30 US US11/512,227 patent/US7697044B2/en not_active Expired - Fee Related
- 2006-09-20 CN CN200610138960XA patent/CN1937781B/zh not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US20070064118A1 (en) | 2007-03-22 |
CN1937781B (zh) | 2010-09-08 |
JP2007088543A (ja) | 2007-04-05 |
US7697044B2 (en) | 2010-04-13 |
CN1937781A (zh) | 2007-03-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7697044B2 (en) | Image processing apparatus and image processing method | |
JP4154847B2 (ja) | 画像処理装置、画像処理方法および画像処理プログラムを記録したコンピュータ読取可能な記録媒体 | |
EP1528793B1 (en) | Image processing apparatus, image-taking system and image processing method | |
US8385641B2 (en) | Method and apparatus for eliminating chromatic aberration | |
JP4803178B2 (ja) | 画像処理装置、コンピュータプログラム製品および画像処理方法 | |
US20050285968A1 (en) | Image sensing apparatus and image processing method therefor | |
JP2012165204A (ja) | 信号処理装置、信号処理方法、撮像装置及び撮像処理方法 | |
US9401006B2 (en) | Image processing apparatus, image processing method, and storage medium | |
US8049788B2 (en) | Color difference correction and imaging device | |
JP4934839B2 (ja) | 画像処理装置及びその方法並びにプログラム | |
US7885488B2 (en) | Image processing apparatus, method and medium | |
US8115834B2 (en) | Image processing device, image processing program and image processing method | |
JP7423033B2 (ja) | 画像信号処理方法 | |
US9071803B2 (en) | Image processing apparatus, image pickup apparatus, image processing method and non-transitory computer-readable storage medium storing image processing program | |
JP4596069B2 (ja) | ノイズ除去フィルタ処理回路、画像処理回路、撮像装置及びノイズ除去プログラム | |
JP5103580B2 (ja) | 画像処理装置およびデジタルカメラ | |
US8068145B1 (en) | Method, systems, and computer program product for demosaicing images | |
US20100189350A1 (en) | Image processing apparatus, image processing method, and program | |
JP2002077647A (ja) | 画像処理装置 | |
KR100999888B1 (ko) | 이미지 신호 처리 장치, 이미지 신호 처리 장치의 휘도 노이즈 저감 방법 및 휘도 노이즈 저감 방법이 기록된 기록매체 | |
KR100999885B1 (ko) | 이미지 신호 처리 장치, 이미지 신호 처리 장치의 색 노이즈 저감 방법 및 색 노이즈 저감 방법이 기록된 기록 매체 | |
KR101517407B1 (ko) | 색수차 제거 방법 및 장치 | |
JP2000253411A (ja) | 撮像装置及び前記撮像装置における画像処理方法 | |
KR100989719B1 (ko) | 이미지 처리 장치, 이미지 처리 장치의 에지 향상 방법 및 에지 향상 방법이 기록된 기록 매체 | |
JPH11164309A (ja) | 画像信号処理方法及び電子カメラ |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080812 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100916 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101102 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101202 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110913 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111014 |
|
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: 20111101 |
|
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: 20111107 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141111 Year of fee payment: 3 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |