JP4813787B2 - 画像処理装置及びその方法 - Google Patents
画像処理装置及びその方法 Download PDFInfo
- Publication number
- JP4813787B2 JP4813787B2 JP2004301206A JP2004301206A JP4813787B2 JP 4813787 B2 JP4813787 B2 JP 4813787B2 JP 2004301206 A JP2004301206 A JP 2004301206A JP 2004301206 A JP2004301206 A JP 2004301206A JP 4813787 B2 JP4813787 B2 JP 4813787B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- sub
- component
- pixel
- accuracy
- 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 93
- 238000000034 method Methods 0.000 title claims description 26
- 230000001629 suppression Effects 0.000 claims description 13
- 238000000926 separation method Methods 0.000 claims description 9
- 238000000605 extraction Methods 0.000 claims 1
- 238000003672 processing method Methods 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 13
- 238000009877 rendering Methods 0.000 description 11
- 230000000694 effects Effects 0.000 description 10
- 238000007493 shaping process Methods 0.000 description 8
- 238000012986 modification Methods 0.000 description 6
- 230000004048 modification Effects 0.000 description 6
- 238000007781 pre-processing Methods 0.000 description 6
- 238000006243 chemical reaction Methods 0.000 description 5
- 239000003086 colorant Substances 0.000 description 5
- 239000000284 extract Substances 0.000 description 5
- 238000005516 engineering process Methods 0.000 description 4
- 238000005070 sampling Methods 0.000 description 4
- 239000003623 enhancer Substances 0.000 description 3
- 238000007796 conventional method Methods 0.000 description 2
- 238000012937 correction Methods 0.000 description 2
- 230000006866 deterioration Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000000717 retained effect Effects 0.000 description 1
- 230000008719 thickening Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/403—Edge-driven scaling; Edge-based scaling
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Color Image Communication Systems (AREA)
- Control Of Indicators Other Than Cathode Ray Tubes (AREA)
- Controls And Circuits For Display Device (AREA)
- Image Processing (AREA)
- Picture Signal Circuits (AREA)
- Transforming Electric Information Into Light Information (AREA)
- Facsimile Image Signal Circuits (AREA)
Description
図1は、本発明の実施の形態1における画像処理装置のブロック図である。図1の画像処理装置は、大きく分けて、入力画像の前処理を行う前処理部10と、サブピクセルレンダリング部20と、サブピクセルレンダリング部20から出力される出力画像に基づいて、表示デバイス31の発光状態を制御するドライバ30とを備える。
Rri=Rgi=Rbi=Ri
Gri=Ggi=Gbi=Gi
Bri=Bgi=Bbi=Bi
により、1画素を構成するサブピクセルの個数回(本例では3回)だけ複写を行う。
Yi = 0.299Ri+0.587Gi+0.114Bi
Cbi =−0.172Ri−0.339Gi+0.511Bi
Cri = 0.511Ri−0.428Gi−0.083Bi
色にじみ抑制部22は、分離されたサブピクセル精度の輝度成分に対してサブピクセル精度で表示した場合に発生する色にじみを抑制するフィルタ処理を施して第1の結果を出力する。
Y#ri=(Ybi−1 + Yri + Ygi )÷3
Y#gi=(Yri + Ygi + Ybi )÷3
Y#bi=(Ygi + Ybi + Ygi+1)÷3
この例では、色にじみ抑制部22は、1:1:1の比となる3タップのフィルタ処理を行っている。しかしながら、色にじみ抑制部22は、1:2:1の3タップのフィルタ処理、1:2:3:2:1あるいは1:4:6:4:1の5タップのフィルタ処理、或いは、特開2002−41024号公報や特開2002−99239号公報に開示されたフィルタ処理を行いようにしても良い。
Cb#i=(Cbri+Crgi+Cbbi)÷3
Cr#i=(Crri+Crgi+Crbi)÷3
さらに、表示画像生成部24は、第1の結果(Y#ri,Y#gi,Y#bi)と第2の結果(Cb#i,Cr#i)とに基づいて、表示画像(R#i,G#i,B#i)を生成する。
R#i=Y#ri+1.371C#ri
G#i=Y#gi−0.698C#ri−0.336C#bi
B#i=Y#bi+1.732C#bi
この式において、表示画像(R#i,G#i,B#i)に加算される輝度成分が、それぞれ異なる点に注目されたい。これにより、サブピクセル精度で画像処理を施した結果が保持されたまま、その結果が、表示デバイス31の表示に反映されることとなる。
図1の構成において、画像処理部12は、主として、輝度成分にその作用を及ぼす。したがって、入力画像をカラー画像対応とするときには、図5に示すように、先に輝度成分の分離を行ってから、その後、画像処理部12による画像処理を行っても良い。
あるいは、入力画像を、白黒2値又はグレースケールのみとするときは、図6に示すように、輝度の分離や、色度の処理を省略することができる。
次に、図7〜図10を参照しながら、本発明の実施の形態2を説明する。図7は、本発明の実施の形態2における画像処理装置のブロック図である。
2、122 加算器
3、51、121 ハイパスフィルタ
4、54、123 乗算器
10 前処理部
11、40 補間部
20 サブピクセルレンダリング部
21 輝度・色度分離部
22 色にじみ抑制部
23 色度処理部
24 表示画像生成部
30 ドライバ
31 表示デバイス
41 単純補間部
42 ローパスフィルタ
52 第1加算器
53 波形整形部
55 第2加算器
S1、S11 補間画像
S2、S12 高周波成分
S3、S16 強調成分
S4、S17 強調画像
S13 整形済高周波成分
S14 固定ゲイン値
S15 ゲイン調整値
Claims (2)
- 画素精度の入力画像を、サブピクセル精度の補間画像に変換する補間部と、
前記補間画像から、サブピクセル精度の高周波成分を取り出すハイパスフィルタと、
前記高周波成分をゲイン倍して強調成分を出力する乗算器と、
前記補間画像と前記強調成分とを加算して前記サブピクセル精度の強調画像を出力する加算器と、
前記強調画像を、サブピクセル精度の輝度成分と、サブピクセル精度の色度成分とに分離する輝度・色度分離部と、
分離された前記サブピクセル精度の輝度成分に対してサブピクセル精度で表示した場合に発生する色にじみを抑制するフィルタ処理を施して第1の結果を出力する色にじみ抑制部と、
分離された前記サブピクセル精度の色度成分を、画素精度の色度成分に変換し、第2の結果を出力する色度処理部と、
前記第1の結果と前記第2の結果とに基づいて、表示画像を生成する表示画像生成部と
を備える、画像処理装置。 - 画素精度の入力画像を、サブピクセル精度の補間画像に変換する補間ステップと、
前記補間画像から、サブピクセル精度の高周波成分を抽出する抽出ステップと、
前記高周波成分をゲイン倍して強調成分を出力する乗算ステップと、
前記補間画像と前記強調成分とを加算して前記サブピクセル精度の強調画像を出力する加算ステップと、
前記強調画像を、サブピクセル精度の輝度成分と、サブピクセル精度の色度成分とに分離する輝度・色度分離ステップと、
分離された前記サブピクセル精度の輝度成分に対してサブピクセル精度で表示した場合に発生する色にじみを抑制するフィルタ処理を施して第1の結果を出力する色にじみ抑制ステップと、
分離された前記サブピクセル精度の色度成分を、画素精度の色度成分に変換し、第2の結果を出力する色度処理ステップと、
前記第1の結果と前記第2の結果とに基づいて、表示画像を生成する表示画像生成ステップとを有する、画像処理方法。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004301206A JP4813787B2 (ja) | 2003-10-17 | 2004-10-15 | 画像処理装置及びその方法 |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003357954 | 2003-10-17 | ||
JP2003357954 | 2003-10-17 | ||
JP2004301206A JP4813787B2 (ja) | 2003-10-17 | 2004-10-15 | 画像処理装置及びその方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005141209A JP2005141209A (ja) | 2005-06-02 |
JP4813787B2 true JP4813787B2 (ja) | 2011-11-09 |
Family
ID=34702947
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004301206A Expired - Fee Related JP4813787B2 (ja) | 2003-10-17 | 2004-10-15 | 画像処理装置及びその方法 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4813787B2 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4273428B2 (ja) | 2006-01-31 | 2009-06-03 | ソニー株式会社 | 画像処理装置、画像処理方法、画像処理方法のプログラム及び画像処理方法のプログラムを記録した記録媒体 |
JP4172495B2 (ja) | 2006-05-09 | 2008-10-29 | ソニー株式会社 | 画像表示装置、信号処理装置、および画像処理方法、並びにコンピュータ・プログラム |
JP5424534B2 (ja) * | 2007-01-31 | 2014-02-26 | 日立コンシューマエレクトロニクス株式会社 | 画像処理装置および画像表示装置 |
KR101373334B1 (ko) | 2007-12-18 | 2014-03-11 | 엘지전자 주식회사 | 서브픽셀의 후처리를 이용한 영상처리 방법 및 장치 |
RU2012141043A (ru) | 2010-02-26 | 2014-04-10 | Шарп Кабусики Кайся | Устройство отображения изображений и способ отображения изображений |
JP2018072676A (ja) | 2016-11-01 | 2018-05-10 | 株式会社ジャパンディスプレイ | 表示装置 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3269222B2 (ja) * | 1993-11-08 | 2002-03-25 | 株式会社豊田中央研究所 | 距離測定装置 |
JPH0946576A (ja) * | 1995-07-28 | 1997-02-14 | Sony Corp | ディジタル信号処理カメラ |
JP3763136B2 (ja) * | 1996-12-27 | 2006-04-05 | ソニー株式会社 | 描画方法および描画装置 |
US6681053B1 (en) * | 1999-08-05 | 2004-01-20 | Matsushita Electric Industrial Co., Ltd. | Method and apparatus for improving the definition of black and white text and graphics on a color matrix digital display device |
JP2003512653A (ja) * | 1999-10-19 | 2003-04-02 | インテンシス コーポレイション | 適応サブピクセルレンダリングによる画像ディスプレイ品質の向上 |
JP2001285672A (ja) * | 2000-03-30 | 2001-10-12 | Victor Co Of Japan Ltd | 輪郭補正装置 |
US7110012B2 (en) * | 2000-06-12 | 2006-09-19 | Sharp Laboratories Of America, Inc. | System for improving display resolution |
WO2002048960A2 (en) * | 2000-12-12 | 2002-06-20 | Sharp Kabushiki Kaisha | Methods and systems for improving display resolution in images using sub-pixel sampling and visual error filtering |
JP3476787B2 (ja) * | 2001-04-20 | 2003-12-10 | 松下電器産業株式会社 | 表示装置及び表示方法 |
JP4111689B2 (ja) * | 2001-04-24 | 2008-07-02 | シャープ株式会社 | 画像処理装置、画像処理プログラムを記録したコンピュータ読取可能な記録媒体およびプログラム |
JP3719590B2 (ja) * | 2001-05-24 | 2005-11-24 | 松下電器産業株式会社 | 表示方法及び表示装置ならびに画像処理方法 |
JP2002369035A (ja) * | 2001-06-07 | 2002-12-20 | Matsushita Electric Ind Co Ltd | 垂直輪郭補正装置 |
-
2004
- 2004-10-15 JP JP2004301206A patent/JP4813787B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2005141209A (ja) | 2005-06-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4688432B2 (ja) | ディスプレイ解像度を改善するためのシステム | |
US8326050B2 (en) | Method and apparatus for subpixel-based down-sampling | |
US20120263384A1 (en) | Image enlargement apparatus, method, integrated circuit, and program | |
JPH08241407A (ja) | ディジタル・カラー・イメージの空間フィルタ処理システム | |
JP6523638B2 (ja) | 表示パネルドライバ、表示装置、画像処理装置及び画像処理方法 | |
US8648859B2 (en) | Image display apparatus, image processing apparatus and method to output an image with high perceived resolution | |
JP3476787B2 (ja) | 表示装置及び表示方法 | |
JP4813787B2 (ja) | 画像処理装置及びその方法 | |
US8200038B2 (en) | Image processing apparatus and image processing method | |
US8249379B2 (en) | Image processing apparatus and method and image display apparatus | |
JP2004524729A (ja) | サブピクセルサンプリングと視覚的歪みフィルタリングを用いた表示解像度向上の方法およびそのシステム | |
EP1524625A2 (en) | Enhancement of interpolated image | |
JP2007086577A (ja) | 画像処理装置、画像処理方法、画像処理プログラム及び画像表示装置 | |
US8077968B2 (en) | Image processing method | |
WO2009147792A1 (ja) | 画像処理装置、画像処理方法、表示装置、プログラムおよび集積回路 | |
JP2006154414A (ja) | 画像処理装置、その方法及び画像表示装置 | |
CN113793249B (zh) | Pentile图像转换RGB图像的方法及相关设备 | |
JP2007139838A (ja) | 画像処理装置および方法 | |
JP5247632B2 (ja) | 画像処理装置及び方法、並びに画像表示装置及び方法 | |
JP2007147727A (ja) | 画像表示装置、画像表示方法、画像表示方法のプログラム及び画像表示方法のプログラムを記録した記録媒体 | |
JP5247634B2 (ja) | 画像処理装置及び方法、並びに画像表示装置及び方法 | |
KR100738237B1 (ko) | 평판표시장치의 화상 처리장치 및 방법 | |
JP2015106318A (ja) | 画像処理装置および画像処理方法 | |
JP5383385B2 (ja) | 画像処理装置及び方法、並びに画像表示装置及び方法 | |
JP2006340395A (ja) | 色変換装置および色変換方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070820 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101013 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101210 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110525 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110630 |
|
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: 20110803 |
|
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: 20110825 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4813787 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: 20140902 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |