JP2007243987A - 画像処理方法、画像処理システムおよび画像処理プログラム - Google Patents
画像処理方法、画像処理システムおよび画像処理プログラム Download PDFInfo
- Publication number
- JP2007243987A JP2007243987A JP2007133876A JP2007133876A JP2007243987A JP 2007243987 A JP2007243987 A JP 2007243987A JP 2007133876 A JP2007133876 A JP 2007133876A JP 2007133876 A JP2007133876 A JP 2007133876A JP 2007243987 A JP2007243987 A JP 2007243987A
- Authority
- JP
- Japan
- Prior art keywords
- image
- processing
- target
- region
- image processing
- 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.)
- Granted
Links
- 238000012545 processing Methods 0.000 title claims abstract description 84
- 238000003672 processing method Methods 0.000 title claims abstract description 12
- 238000006243 chemical reaction Methods 0.000 claims description 48
- 238000004364 calculation method Methods 0.000 claims description 34
- 230000010354 integration Effects 0.000 claims description 9
- 238000000034 method Methods 0.000 abstract description 16
- 238000010586 diagram Methods 0.000 description 7
- 230000006870 function Effects 0.000 description 3
- 238000004590 computer program Methods 0.000 description 2
- 238000007796 conventional method Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 239000003086 colorant Substances 0.000 description 1
- 238000005315 distribution function Methods 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 230000001815 facial effect Effects 0.000 description 1
- 238000003707 image sharpening Methods 0.000 description 1
- 238000003786 synthesis reaction Methods 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
Images
Landscapes
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
Abstract
【解決手段】画像中から顔、空・雲等の領域を認識する処理により、その領域らしさを計算し、その領域らしさに従い、画像領域向きの画像処理を行なうことにより、画像中の対象に応じた高画質化処理を実行する。
【選択図】 図1
Description
(1)人物の肌については、シャープニングは弱くかける。
(2)空や雲については、シャープニングはかけない。青空の部分は彩度を高くする。
(3)人物の服、背景については、シャープニングを強くかける。コントラストや彩度もメリハリがつくように強調する。
のような処理を行ない、人の視覚に対して画像を高画質化する。即ち、原画像1に対して領域識別手段11が人物の肌領域を識別する。そして、識別された領域が“1”、それ以外が“0”である二値画像である領域画像13が作成される。図2の例に対しては、図3に“白”で示す部分が識別された肌領域である“1”の部分である。画像変換手段15は、原画像1の領域画像13が“1”である部分に対して、肌領域に適した高画質化処理を適用する。同様に、領域識別手段12が空・雲の領域を識別し、領域画像14が作成される。画像変換手段16は、原画像1の領域画像14が“1”である部分に対して、空・雲領域に適した高画質化処理を適用する。また、原画像1の全体に対して、一般的な高画質化処理が画像変換手段17により適用される。画像合成手段18は、画像変換手段17の出力に対し、“肌”の領域画像13が“1”である部分については、画像変換手段15の出力を、“空・雲”に領域画像14が“1”である部分については、画像変換手段16の出力を合成する。画素ごとに画像を合成すると、領域の繋ぎ目で画質が急に変化し、不自然な画像が生成されることがあるので、画像合成手段18は、領域間のぼかし処理を含むのが適当である。
F=(F1+F2)/2 (2)
同様にして、空・雲の領域らしさを示す領域指数Cを計算する領域指数計算手段22の
実施例を図7を参照して説明する。色相彩度計算手段221が各画素の値から、その画素
の色相H、彩度S、明度Vを計算する。例えば、公知のHSV空間への変換を式3に従っ
て行なう。
すると、図8のような輝度を除いた二次元の表現で、例えばRからの角度として色相Hが、中心からの距離として彩度Sが定義できる。ここで、領域227を空や雲の色領域らしさC1=0.3、領域228をC1=0.6、領域229をC1=0.9として定義する。色度評価手段222は、この計算を行ないC1を出力する。
ここで、VはR,G,B。
C=(C1+C2)/2 (6)
さて、領域指数計算手段21から顔領域指数Fが、領域指数計算手段22から空・雲領
域指数Cが各画素毎に出力され、それぞれ、領域指数画像31及び領域指数画像32とな
る。
一般の領域では、α=1とするが、顔領域では鮮鋭化量を少なめに、空・雲領域では全くかけない方が高画質になるとき、例えば、鮮鋭化量計算手段44はαを式(8)のように計算する。
尚、ここではFとCが同時に値を持たないことを仮定している。
空・雲領域では、一般と同様にコントラストを強調するが、顔領域では顔色を変えないほうが高画質になる場合、コントラスト強調量計算手段45は、強調量βを式(11)のように計算する。
彩度強調量計算手段46も、同様に、公知の画像に対する彩度強調を行なう彩度強調手段43に対しての彩度強調量を、領域指数の値に応じて計算するように構成される。
+(1−F−C)g3(x,y) (12)
なお、ここでもF(x,y)とC(x,y)は同時に値を持たないと仮定している。しかし、実施にあたっては、F(x,y)とC(x,y)が同時に値を持つように構成することも可能である。その際には、式(8)のαあるいは式(12)の右辺の第3項の(1−F−C)が負の値をとらないように制限を設けるなどの工夫が必要である。
11,12 領域識別手段
13,14 領域画像
15,16,17 画像変換手段
18 画像合成手段
21,22 領域指数計算手段
23,24 領域指数計算ステップ
31,32 領域指数画像
33,34,35 処理結果画像
4,410,420,430 画像変換手段
41 鮮鋭化手段
42 コントラスト強調手段
43 彩度強調手段
44 鮮鋭化量計算手段
45 コントラスト強調量計算手段
46 彩度強調量計算手段
5 画像統合手段
6,83,84,85 画像変換ステップ
7 結果画像
9 画像統合ステップ
Claims (7)
- 原画像に対して1つあるいは複数の対象の画像に適した画像処理を適用した1つあるいは複数の対象向け処理結果画像を作成し、前記原画像の各位置について、前記対象が含まれている対象領域らしさを求め、該対象領域らしさに応じて対象向け処理結果画像を統合することにより最終画像を得ることを特徴とする画像処理方法。
- 前記対象が、人物あるいは顔、空・雲、人工物、草木、集合人物、自然風景の少なくとも1つを含むことを特徴とする請求項1記載の画像処理方法。
- 前記画像処理が鮮鋭化処理、コントラスト強調処理、彩度強調処理、ホワイトバランス処理の少なくとも1つを含むことを特徴とする請求項1または2記載の画像処理方法。
- 原画像に対して1つあるいは複数の対象の画像に適した画像処理を適用した1つあるいは複数の対象向け処理結果画像を作成する画像変換手段と、前記原画像の各位置について前記対象が含まれている対象領域らしさを領域指数として計算する領域指数計算手段と、該領域指数に応じて前記対象向け処理結果画像を統合する画像統合手段を含むことを特徴とする画像処理システム。
- 前記対象が、人物あるいは顔、空・雲、人工物、草木、集合人物、自然風景の少なくとも1つを含むことを特徴とする、請求項4記載の画像処理システム。
- 前記画像処理が鮮鋭化処理、コントラスト強調処理、彩度強調処理、ホワイトバランス処理の少なくとも1つを含むことを特徴とする請求項4または5記載の画像処理システム。
- 原画像データに対して1つあるいは複数の対象の画像に適した画像処理を適用した1つあるいは複数の対象向け処理結果画像データを作成する画像変換ステップと、前記原画像の各位置について前記対象が含まれている対象領域らしさを領域指数として計算する領域指数計算ステップと、該領域指数に応じて前記対象向け処理結果画像データを統合する画像統合手段を含むことを特徴とする画像処理プログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007133876A JP4742068B2 (ja) | 2007-05-21 | 2007-05-21 | 画像処理方法、画像処理システムおよび画像処理プログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007133876A JP4742068B2 (ja) | 2007-05-21 | 2007-05-21 | 画像処理方法、画像処理システムおよび画像処理プログラム |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003326076A Division JP2005094452A (ja) | 2003-09-18 | 2003-09-18 | 画像処理方法、画像処理システムおよび画像処理プログラム |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008310692A Division JP5203159B2 (ja) | 2008-12-05 | 2008-12-05 | 画像処理方法、画像処理システムおよび画像処理プログラム |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2007243987A true JP2007243987A (ja) | 2007-09-20 |
JP2007243987A5 JP2007243987A5 (ja) | 2008-07-10 |
JP4742068B2 JP4742068B2 (ja) | 2011-08-10 |
Family
ID=38588967
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007133876A Expired - Lifetime JP4742068B2 (ja) | 2007-05-21 | 2007-05-21 | 画像処理方法、画像処理システムおよび画像処理プログラム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4742068B2 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2010138121A1 (en) * | 2009-05-28 | 2010-12-02 | Hewlett-Packard Development Company, L.P. | Image processing |
WO2021239224A1 (en) * | 2020-05-27 | 2021-12-02 | Telefonaktiebolaget Lm Ericsson (Publ) | A computer software module arrangement, a circuitry arrangement, an arrangement and a method for improved image processing |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10878657B2 (en) | 2018-07-25 | 2020-12-29 | Konami Gaming, Inc. | Casino management system with a patron facial recognition system and methods of operating same |
US11521460B2 (en) | 2018-07-25 | 2022-12-06 | Konami Gaming, Inc. | Casino management system with a patron facial recognition system and methods of operating same |
-
2007
- 2007-05-21 JP JP2007133876A patent/JP4742068B2/ja not_active Expired - Lifetime
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2010138121A1 (en) * | 2009-05-28 | 2010-12-02 | Hewlett-Packard Development Company, L.P. | Image processing |
US8594439B2 (en) | 2009-05-28 | 2013-11-26 | Hewlett-Packard Development Company, L.P. | Image processing |
WO2021239224A1 (en) * | 2020-05-27 | 2021-12-02 | Telefonaktiebolaget Lm Ericsson (Publ) | A computer software module arrangement, a circuitry arrangement, an arrangement and a method for improved image processing |
Also Published As
Publication number | Publication date |
---|---|
JP4742068B2 (ja) | 2011-08-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20140079319A1 (en) | Methods for enhancing images and apparatuses using the same | |
JP6818463B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
JP2006508460A (ja) | 画像信号処理方法 | |
JP5870598B2 (ja) | 画像のホワイトバランス処理方法及び装置 | |
JP6458570B2 (ja) | 画像処理装置および画像処理方法 | |
CN113344836A (zh) | 人脸图像处理方法及装置、计算机可读存储介质、终端 | |
US9965881B2 (en) | Method for generating image and image generation system | |
Abebe et al. | Towards an automatic correction of over-exposure in photographs: Application to tone-mapping | |
JP5203159B2 (ja) | 画像処理方法、画像処理システムおよび画像処理プログラム | |
JP4742068B2 (ja) | 画像処理方法、画像処理システムおよび画像処理プログラム | |
Kwok et al. | Design of unsharp masking filter kernel and gain using particle swarm optimization | |
JP2006133990A (ja) | 画像処理装置 | |
Al-Ameen et al. | Fast and Efficient Algorithm for Contrast Enhancement of Color Images. | |
US9881408B2 (en) | Digital signal processing for image filtering field | |
KR20120042988A (ko) | 화상 처리 방법, 화상 처리 장치 및 프로그램 | |
JP2011076302A (ja) | 輪郭抽出装置、輪郭抽出方法、および輪郭抽出プログラム | |
JP2005094452A (ja) | 画像処理方法、画像処理システムおよび画像処理プログラム | |
JP7437921B2 (ja) | 画像処理装置、画像処理方法、及びプログラム | |
CN113591630A (zh) | 一种证件照自动化处理方法、系统、终端设备及存储介质 | |
JP7365206B2 (ja) | 画像処理装置、画像処理方法、及びプログラム | |
US10319131B2 (en) | Digital signal processing for image filtering field | |
Mohd Jain Noordin et al. | Saturation avoidance color correction for digital color images | |
JP4171354B2 (ja) | カラー画像処理装置及び方法 | |
JP7400198B2 (ja) | 画像処理装置、画像処理方法、及びプログラム | |
CN118571161B (zh) | Led显示屏的显示控制方法、装置、设备及存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080528 |
|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20080613 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20081007 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081205 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20090421 |
|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20090508 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090626 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20090729 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20090925 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110310 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110509 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4742068 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: 20140513 Year of fee payment: 3 |
|
EXPY | Cancellation because of completion of term |