JP4851624B2 - 指定色領域画定回路、検出回路及びそれを用いた画像処理装置 - Google Patents
指定色領域画定回路、検出回路及びそれを用いた画像処理装置 Download PDFInfo
- Publication number
- JP4851624B2 JP4851624B2 JP2010539191A JP2010539191A JP4851624B2 JP 4851624 B2 JP4851624 B2 JP 4851624B2 JP 2010539191 A JP2010539191 A JP 2010539191A JP 2010539191 A JP2010539191 A JP 2010539191A JP 4851624 B2 JP4851624 B2 JP 4851624B2
- Authority
- JP
- Japan
- Prior art keywords
- designated color
- coefficient
- image processing
- luminance
- color
- 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 84
- 238000001514 detection method Methods 0.000 title claims description 69
- 238000000034 method Methods 0.000 claims description 53
- 238000004458 analytical method Methods 0.000 claims description 22
- 238000009826 distribution Methods 0.000 claims description 14
- 230000015572 biosynthetic process Effects 0.000 claims description 7
- 238000003786 synthesis reaction Methods 0.000 claims description 7
- 239000003086 colorant Substances 0.000 claims description 3
- 230000007423 decrease Effects 0.000 claims description 3
- 230000001934 delay Effects 0.000 claims 1
- 235000019557 luminance Nutrition 0.000 description 114
- 230000008569 process Effects 0.000 description 24
- 238000010586 diagram Methods 0.000 description 17
- 230000008859 change Effects 0.000 description 8
- 238000004364 calculation method Methods 0.000 description 6
- 230000008901 benefit Effects 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 238000013459 approach Methods 0.000 description 4
- 238000004891 communication Methods 0.000 description 4
- 238000012937 correction Methods 0.000 description 3
- 238000007796 conventional method Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 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
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
- 230000001131 transforming effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N9/00—Details of colour television systems
- H04N9/64—Circuits for processing colour signals
- H04N9/643—Hue control means, e.g. flesh tone control
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/11—Region-based segmentation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/46—Colour picture communication systems
- H04N1/56—Processing of colour picture signals
- H04N1/60—Colour correction or control
- H04N1/62—Retouching, i.e. modification of isolated colours only or in isolated picture areas only
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/46—Colour picture communication systems
- H04N1/56—Processing of colour picture signals
- H04N1/60—Colour correction or control
- H04N1/62—Retouching, i.e. modification of isolated colours only or in isolated picture areas only
- H04N1/628—Memory colours, e.g. skin or sky
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30196—Human being; Person
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
- Processing Of Color Television Signals (AREA)
Description
中心座標V(v0): table_v0[N]
傾き(a): table_a [N]
重み付け1(w1): table_w1[N]
重み付け2(w2): table_w2[N]
N : テーブル段数(0〜255)
上記の処理により指定色領域の係数を取得した後、図32に示す指定色検出処理を行う。まず、ステップS41において、入力画像サイズについて、img_size=0を代入(初期化)する。次いで、ステップS42において、入力画像として色差(U,V)=u,vが入力される。ステップS43において、下記式14に基づいて、d1、d2を求める。
Claims (17)
- 入力画像に含まれる複数の画素の輝度分布情報を取得する輝度情報取得部と、
前記輝度情報取得部により取得された前記複数画素の輝度情報に基づいて、複数画素の輝度情報に応じた特徴値を求め、該特徴値に基づいて、輝度に応じた前記入力画像の色空間上での指定色領域を画定するための係数を求める輝度情報解析部と、を有することを特徴とする指定色領域画定回路。 - 前記輝度情報取得部は、ある階調幅をもつ輝度値と該輝度値を有する画素の合計数である度数との関係を示すヒストグラムを取得し、
前記輝度情報解析部は、前記ヒストグラムに基づいて、前記ヒストグラムの前記特徴値を求め、該特徴値に基づいて前記係数を求めることを特徴とする請求項1に記載の指定色領域画定回路。 - 請求項1又は2に記載の輝度情報解析部により求められた前記係数によって画定された、前記指定色領域により近似度を求めて出力する指定色検出部を有することを特徴とする指定色検出回路。
- 前記指定色検出部は、前記係数として、前記指定色領域の中心と、傾きと、前記中心からの大きさと、を備え、
前記色空間上において、前記中心を通り、前記傾きを持つ第1の特性軸と、前記中心を通り、前記第1の特性軸と直交する第2の特性軸と、を定め、前記中心からの大きさにより前記指定色領域を画定し、前記近似度を求めることを特徴とする請求項3に記載の指定色検出回路。 - 前記指定色領域を、前記第1の特性軸と前記第2の特性軸のいずれか一方を長軸に含み、他方を短軸に含む楕円で近似することを特徴とする請求項4に記載の指定色検出回路。
- 前記指定色領域を、前記第1の特性軸と前記第2の特性軸とを対角線に含むひし形で近似することを特徴とする請求項4に記載の指定色検出回路。
- 前記指定色領域の前記中心に近いほど前記近似度を強く、前記指定領域の前記中心から遠いほど前記近似度を弱くすることを特徴とする請求項3から6までのいずれか1項に記載の指定色検出回路。
- 請求項3から7までのいずれか1項に記載の指定色検出回路と、前記指定色検出回路の出力である前記近似度を入力として、前記指定色とそれ以外の色とで画像処理の係数を変更する画像処理係数出力回路と、前記画像処理係数出力回路の出力である画像処理係数と入力画像信号とに基づいて出力画像信号を出力する画像処理回路とを有することを特徴とする画像処理装置。
- 前記画像処理の係数が前記近似度に比例することを特徴とする請求項8に記載の画像処理装置。
- 前記画像処理回路に入力する前記入力画像を遅延させる遅延回路を備えた請求項8又は9に記載の画像処理装置。
- 前記輝度情報解析部に、数フレーム前から1フレーム前までの前記入力画像の複数画素の輝度情報に基づいて現フレームの前記指定色領域を画定するための係数を予測する指定色係数予測部を設けたことを特徴とする請求項8から10までのいずれか1項に記載の画像処理装置。
- 前記輝度情報解析部と前記指定色検出部との間に、現フレームNとしてN−2フレームとN−1フレームの前記指定色領域を画定するための係数を合成しNフレーム目の前記指定色領域を画定するための係数とする指定色係数合成部を設けたことを特徴とする請求項8から10までのいずれか1項に記載の画像処理装置。
- 請求項8から12までのいずれか1項の記載に画像処理装置を備えた表示装置。
- 請求項13に記載の表示装置を備えた電子機器。
- 入力画像に含まれる複数の画素の輝度分布情報を取得する輝度情報取得ステップと、
前記輝度情報取得ステップにより取得された前記複数画素の輝度情報に基づいて、複数画素の輝度情報に応じた特徴値を求め、該特徴値に基づいて、輝度に応じた前記入力画像の色空間上での指定色領域を画定するための係数を求める輝度情報解析ステップと、
を有することを特徴とする指定色領域画定方法。 - 請求項15に記載の前記輝度情報解析ステップにより求められた前記係数によって画定された、前記指定色領域により近似度を求めて出力する指定色検出ステップを有することを特徴とする指定色検出方法。
- 請求項15又は16に記載の方法をコンピュータに実行させるためのプログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010539191A JP4851624B2 (ja) | 2008-11-19 | 2009-10-23 | 指定色領域画定回路、検出回路及びそれを用いた画像処理装置 |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008295786 | 2008-11-19 | ||
JP2008295786 | 2008-11-19 | ||
PCT/JP2009/068272 WO2010058678A1 (ja) | 2008-11-19 | 2009-10-23 | 指定色領域画定回路、検出回路及びそれを用いた画像処理装置 |
JP2010539191A JP4851624B2 (ja) | 2008-11-19 | 2009-10-23 | 指定色領域画定回路、検出回路及びそれを用いた画像処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP4851624B2 true JP4851624B2 (ja) | 2012-01-11 |
JPWO2010058678A1 JPWO2010058678A1 (ja) | 2012-04-19 |
Family
ID=42198117
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010539191A Expired - Fee Related JP4851624B2 (ja) | 2008-11-19 | 2009-10-23 | 指定色領域画定回路、検出回路及びそれを用いた画像処理装置 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20110216967A1 (ja) |
EP (1) | EP2352123A4 (ja) |
JP (1) | JP4851624B2 (ja) |
CN (1) | CN102216956A (ja) |
WO (1) | WO2010058678A1 (ja) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5811416B2 (ja) * | 2013-10-09 | 2015-11-11 | カシオ計算機株式会社 | 画像処理装置、画像処理方法及びプログラム |
US9805662B2 (en) * | 2015-03-23 | 2017-10-31 | Intel Corporation | Content adaptive backlight power saving technology |
US10477036B2 (en) * | 2016-04-14 | 2019-11-12 | Canon Kabushiki Kaisha | Image processing apparatus, image processing method, and storage medium |
JP6790611B2 (ja) * | 2016-09-02 | 2020-11-25 | 富士通株式会社 | 生体画像処理装置、生体画像処理方法、および生体画像処理プログラム |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002157596A (ja) * | 2000-11-17 | 2002-05-31 | Sony Corp | ロボット装置及び顔識別方法 |
JP2002183729A (ja) * | 2000-10-20 | 2002-06-28 | Eastman Kodak Co | 画像肌色検出における金髪画素除去方法 |
JP2004192129A (ja) * | 2002-12-09 | 2004-07-08 | Fuji Photo Film Co Ltd | 顔領域抽出方法及び装置 |
JP2005250596A (ja) * | 2004-03-01 | 2005-09-15 | Fuji Xerox Co Ltd | 画像処理方法および画像処理装置、画像処理プログラム、記憶媒体 |
JP2007264860A (ja) * | 2006-03-28 | 2007-10-11 | Victor Co Of Japan Ltd | 顔領域抽出装置 |
JP2008252475A (ja) * | 2007-03-30 | 2008-10-16 | Mitsubishi Electric Corp | 画像処理装置およびプログラム記録媒体 |
JP2009290661A (ja) * | 2008-05-30 | 2009-12-10 | Seiko Epson Corp | 画像処理装置、画像処理方法、画像処理プログラムおよび印刷装置 |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5638136A (en) * | 1992-01-13 | 1997-06-10 | Mitsubishi Denki Kabushiki Kaisha | Method and apparatus for detecting flesh tones in an image |
JP3502978B2 (ja) | 1992-01-13 | 2004-03-02 | 三菱電機株式会社 | 映像信号処理装置 |
US5488429A (en) * | 1992-01-13 | 1996-01-30 | Mitsubishi Denki Kabushiki Kaisha | Video signal processor for detecting flesh tones in am image |
DE4309878C2 (de) * | 1992-04-06 | 1994-07-21 | Hell Ag Linotype | Verfahren und Einrichtung zur Analyse und Korrektur der Bildgradation in Bildvorlagen |
DE60042257D1 (de) * | 1999-03-02 | 2009-07-09 | Seiko Epson Corp | Beurteilsungsvorrichtung für hintergrundbilddaten, beurteilungsverfahren für hintergrundbilddaten und medium in welchem ein steuerprogramm für hintergrundbilddaten aufgezeichnet wird |
CN101061704B (zh) * | 2004-12-02 | 2010-09-01 | 松下电器产业株式会社 | 色彩调整装置及方法 |
JP4328286B2 (ja) * | 2004-12-14 | 2009-09-09 | 本田技研工業株式会社 | 顔領域推定装置、顔領域推定方法及び顔領域推定プログラム |
JP4456135B2 (ja) | 2007-05-31 | 2010-04-28 | 株式会社コナミデジタルエンタテインメント | ゲーム装置、ゲーム装置の制御方法及びプログラム |
JP4982475B2 (ja) * | 2008-12-24 | 2012-07-25 | ローム株式会社 | 画像処理方法及びコンピュータプログラム |
US9946058B2 (en) * | 2010-06-11 | 2018-04-17 | Nikon Corporation | Microscope apparatus and observation method |
-
2009
- 2009-10-23 US US13/127,434 patent/US20110216967A1/en not_active Abandoned
- 2009-10-23 WO PCT/JP2009/068272 patent/WO2010058678A1/ja active Application Filing
- 2009-10-23 EP EP09827459A patent/EP2352123A4/en not_active Withdrawn
- 2009-10-23 CN CN2009801458438A patent/CN102216956A/zh active Pending
- 2009-10-23 JP JP2010539191A patent/JP4851624B2/ja not_active Expired - Fee Related
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002183729A (ja) * | 2000-10-20 | 2002-06-28 | Eastman Kodak Co | 画像肌色検出における金髪画素除去方法 |
JP2002157596A (ja) * | 2000-11-17 | 2002-05-31 | Sony Corp | ロボット装置及び顔識別方法 |
JP2004192129A (ja) * | 2002-12-09 | 2004-07-08 | Fuji Photo Film Co Ltd | 顔領域抽出方法及び装置 |
JP2005250596A (ja) * | 2004-03-01 | 2005-09-15 | Fuji Xerox Co Ltd | 画像処理方法および画像処理装置、画像処理プログラム、記憶媒体 |
JP2007264860A (ja) * | 2006-03-28 | 2007-10-11 | Victor Co Of Japan Ltd | 顔領域抽出装置 |
JP2008252475A (ja) * | 2007-03-30 | 2008-10-16 | Mitsubishi Electric Corp | 画像処理装置およびプログラム記録媒体 |
JP2009290661A (ja) * | 2008-05-30 | 2009-12-10 | Seiko Epson Corp | 画像処理装置、画像処理方法、画像処理プログラムおよび印刷装置 |
Also Published As
Publication number | Publication date |
---|---|
CN102216956A (zh) | 2011-10-12 |
EP2352123A4 (en) | 2012-10-24 |
EP2352123A1 (en) | 2011-08-03 |
WO2010058678A1 (ja) | 2010-05-27 |
JPWO2010058678A1 (ja) | 2012-04-19 |
US20110216967A1 (en) | 2011-09-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9826149B2 (en) | Machine learning of real-time image capture parameters | |
CN101331515B (zh) | 色调校正方法、色调校正装置以及图像设备 | |
US7542600B2 (en) | Video image quality | |
WO2018176925A1 (zh) | Hdr图像的生成方法及装置 | |
JP5615973B2 (ja) | 高ダイナミックレンジ画像を捕捉するデバイスの作動法 | |
EP1326425A2 (en) | Apparatus and method for adjusting saturation of color image | |
US10565742B1 (en) | Image processing method and apparatus | |
US10013739B2 (en) | Image enhancement methods and systems using the same | |
US20090153730A1 (en) | Method and apparatus for modifying a moving image sequence | |
JP6074254B2 (ja) | 画像処理装置およびその制御方法 | |
US8526057B2 (en) | Image processing apparatus and image processing method | |
JP4851624B2 (ja) | 指定色領域画定回路、検出回路及びそれを用いた画像処理装置 | |
US10192473B2 (en) | Display apparatus and method for image processing | |
JP6817779B2 (ja) | 画像処理装置、その制御方法、プログラムならびに記録媒体 | |
EP2958073A1 (en) | Image processing device, image processing method, and recording medium | |
US7340104B2 (en) | Correction parameter determining method, correction parameter determining apparatus, computer program, and recording medium | |
WO2008102296A2 (en) | Method for enhancing the depth sensation of an image | |
KR20180031154A (ko) | 디스플레이 장치 및 이의 영상 처리 방법 | |
JP6257268B2 (ja) | 画像処理装置及び画像処理方法 | |
WO2023000868A1 (zh) | 图像处理方法及装置、设备、存储介质 | |
JP2000099717A (ja) | 画質調整装置及び画質調整方法、並びに画像調整用プログラムを記録した記録媒体 | |
CN110035267B (zh) | 影像增强电路与方法 | |
KR100188679B1 (ko) | 밝기보상기능을 가진 평균 분리 히스토그램 등화를이용한화질개선방법과그회로 | |
JP7523292B2 (ja) | 映像信号変換装置及びプログラム | |
KR0183830B1 (ko) | 평균 분리 히스토그램 등화를 이용한 화질 개선방법 및 그 회로 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 20110927 |
|
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: 20111020 |
|
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: 20141028 Year of fee payment: 3 |
|
S802 | Written request for registration of partial abandonment of right |
Free format text: JAPANESE INTERMEDIATE CODE: R311802 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |