JP4560845B2 - 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 - Google Patents
画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 Download PDFInfo
- Publication number
- JP4560845B2 JP4560845B2 JP2008300472A JP2008300472A JP4560845B2 JP 4560845 B2 JP4560845 B2 JP 4560845B2 JP 2008300472 A JP2008300472 A JP 2008300472A JP 2008300472 A JP2008300472 A JP 2008300472A JP 4560845 B2 JP4560845 B2 JP 4560845B2
- Authority
- JP
- Japan
- Prior art keywords
- area
- value
- luminance
- image processing
- target image
- 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
- 238000003672 processing method Methods 0.000 title claims description 7
- 238000000034 method Methods 0.000 claims description 11
- 230000002093 peripheral effect Effects 0.000 description 33
- 238000005070 sampling Methods 0.000 description 11
- 238000010586 diagram Methods 0.000 description 6
- 230000007717 exclusion Effects 0.000 description 4
- 239000011159 matrix material Substances 0.000 description 3
- 238000006243 chemical reaction Methods 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
Images
Landscapes
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
Description
変換された画像データを用いてディスプレイ32aに表示させたり、プリンタ31aに印字させるようなシステムであっても良い。また、図4に示すように、コンピュータシステムを介することなく、画像データを入力して印刷するプリンタ31bにおいては、スキャナ11b、デジタルスチルカメラ12b、またはモデム26b等を介して入力される画像データから自動的に所望の画像処理を行うように構成することもできる。
|Ystd−Yave[i]|>Th1?
であるか否かを判断する(ステップ46)。|Ystd−Yave[i]|>Th1の場合(ステップ46、Yes)、|Ystd−Yave[i]|>Th1となるエリアaiを除外する(ステップ48)。
|Ystd−Yave[i]|>Th2?
であるか否かを判断する(ステップ50)。|Ystd−Yave[i]|>Th2の場合(ステップ50、Yes)、|Ystd−Yave[i]|>Th2となるエリアaiを除外する(ステップ52)。
によって求まる(ステップ56)。ここで、anum=[基準エリア数]×3+[基準エリアを除く、有効内周エリア数]×2+[有効外周エリア数]×1である。除外エリアがある場合は、式(1)および式(2)に関して、当該エリアは計算から除外される。
が明暗の基準値Yidealより小さい場合には明度が大きくなるように、大きい場合には小さくなるようにガンマγの値が計算される。当該ガンマγの値を用いて
Y’=255×(Y/255)γ
によりプリンタドライバ21bまたはディスプレイドライバ21cのルックアップテーブルを作成する。ここで、Yは元画像の輝度値であり、Y’は明度補正後の輝度値である。
ΣYave=a2×3+(a1+a3+a4+a5+a6+a7)×2+(a10+a11)=36+516+74=626
対象画像の輝度平均値は
21 コンピュータ、23 キーボード、24 CD−ROMドライブ
25 フロッピーディスクドライブ、26 モデム
31 プリンタ、32 ディスプレイ
Claims (3)
- 対象画像に対して所定の画像処理を行う画像処理装置であって、
前記対象画像を複数の領域に分割して、各領域の輝度平均値を求める輝度平均値計算手段と、
前記各領域の輝度平均値に基づいて、前記対象画像の主要部分の占める領域の中から基準領域を選定する基準領域選定手段と、
当該選定された基準領域の輝度平均値を輝度基準値として、当該輝度基準値と各領域の輝度平均値とのそれぞれの差が、前記各領域の位置に応じた各所定値以上の領域を判別する領域判別手段と、
前記領域判別手段により判別された領域以外の領域の輝度平均値に基づく前記対象画像の輝度平均値に基づき、前記対象画像に対して明度補正を行う明度補正手段と、
を備えている画像処理装置。 - 対象画像に対して所定の画像処理を行う画像処理方法であって、
前記対象画像を複数の領域に分割して、各領域の輝度平均値を求める輝度平均値計算工程と、
前記各領域の輝度平均値に基づいて、前記対象画像の主要部分の占める領域の中から基準領域を選定する基準領域選定工程と、
当該選定された基準領域の輝度平均値を輝度基準値として、当該輝度基準値と各領域の輝度平均値とのそれぞれの差が、前記各領域の位置に応じた各所定値以上の領域を判別する領域判別工程と、
前記領域判別工程により判別された領域以外の領域の輝度平均値に基づく前記対象画像の輝度平均値に基づき、前記対象画像に対して明度補正を行う明度補正工程と、
を備えている画像処理方法。 - 対象画像に対して所定の画像処理を行う画像処理をコンピュータに実行させるためのプログラムを記録したコンピュータによって読取可能な記録媒体であって、
前記対象画像を複数の領域に分割して、各領域の輝度平均値を求める輝度平均値計算処理と、
前記各領域の輝度平均値に基づいて、前記対象画像の主要部分の占める領域の中から基準領域を選定する基準領域選定処理と、
当該選定された基準領域の輝度平均値を輝度基準値として、当該輝度基準値と各領域の輝度平均値とのそれぞれの差が、前記各領域の位置に応じた各所定値以上の領域を判別する領域判別処理と、
前記領域判別処理により判別された領域以外の領域の輝度平均値に基づく前記対象画像の輝度平均値に基づき、前記対象画像に対して明度補正を行う明度補正処理と、
をコンピュータに実行させるためのプログラムを記録したコンピュータによって読取可能な記録媒体。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008300472A JP4560845B2 (ja) | 1999-09-27 | 2008-11-26 | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP27323699 | 1999-09-27 | ||
JP2008300472A JP4560845B2 (ja) | 1999-09-27 | 2008-11-26 | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004072344A Division JP4247621B2 (ja) | 1999-09-27 | 2004-03-15 | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009095037A JP2009095037A (ja) | 2009-04-30 |
JP4560845B2 true JP4560845B2 (ja) | 2010-10-13 |
Family
ID=40666484
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008300472A Expired - Fee Related JP4560845B2 (ja) | 1999-09-27 | 2008-11-26 | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4560845B2 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101196573B1 (ko) | 2011-02-08 | 2012-11-01 | 재단법인부산정보산업진흥원 | 영역 분할을 이용한 3디 입체영상의 밝기 보상 방법 |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0678332A (ja) * | 1992-08-28 | 1994-03-18 | Sanyo Electric Co Ltd | 画像処理回路 |
-
2008
- 2008-11-26 JP JP2008300472A patent/JP4560845B2/ja not_active Expired - Fee Related
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0678332A (ja) * | 1992-08-28 | 1994-03-18 | Sanyo Electric Co Ltd | 画像処理回路 |
Also Published As
Publication number | Publication date |
---|---|
JP2009095037A (ja) | 2009-04-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7683973B2 (en) | Image processing method and apparatus performing color adjustment | |
EP1857975B1 (en) | Histogram adjustment for high dynamic range image mapping | |
US7358994B2 (en) | Image processing apparatus, image processing method, recording medium thereof, and program thereof | |
US7639893B2 (en) | Histogram adjustment for high dynamic range image mapping | |
JP4814217B2 (ja) | 画像を低ダイナミックレンジから高ダイナミックレンジに変換するシステム及びコンピュータプログラム | |
JP2000069310A (ja) | 画像処理方法 | |
WO2007072907A1 (ja) | 階調補正方法、階調補正装置、階調補正プログラム及び画像機器 | |
JP2011239446A (ja) | 輝度変換曲線作成装置および方法,ならび輝度変換曲線作成プログラム | |
JP3673092B2 (ja) | 画質調整装置及び画質調整方法、並びに画像調整用プログラムを記録した記録媒体 | |
JP4247621B2 (ja) | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 | |
WO2005025207A1 (en) | Image processing utilizing locally adaptive color correction and cumulative histograms | |
JPH11120325A (ja) | 画像評価方法、画像評価プログラムを記録した媒体および画像評価装置 | |
JP3937710B2 (ja) | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 | |
JPH118768A (ja) | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 | |
JP4560845B2 (ja) | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 | |
JP4219577B2 (ja) | 画像処理装置と画像出力装置と画像処理方法及び記憶媒体 | |
JP4708866B2 (ja) | ルックアップテーブル作成装置および方法,ならびにルックアップテーブル作成プログラム | |
JP2001045303A (ja) | 画像2値化方法 | |
JPH10340332A (ja) | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 | |
JP3817371B2 (ja) | 画像処理方法、装置および記録媒体 | |
JP3501151B2 (ja) | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 | |
JP4398595B2 (ja) | 画像処理装置及びプログラム | |
JP3573143B2 (ja) | 画像処理装置、画像処理方法、画像処理制御プログラムを記録した媒体 | |
JP2008124693A (ja) | 画像処理装置、複写機およびホワイトボード用画像処理プログラム | |
JP2003069828A (ja) | 画像処理装置、画像処理方法および画像処理プログラムを記録した媒体 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100422 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100615 |
|
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: 20100705 |
|
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: 20100718 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130806 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
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 |