JP2005128956A - 被写体判定プログラム及びデジタルカメラ - Google Patents
被写体判定プログラム及びデジタルカメラ Download PDFInfo
- Publication number
- JP2005128956A JP2005128956A JP2003366319A JP2003366319A JP2005128956A JP 2005128956 A JP2005128956 A JP 2005128956A JP 2003366319 A JP2003366319 A JP 2003366319A JP 2003366319 A JP2003366319 A JP 2003366319A JP 2005128956 A JP2005128956 A JP 2005128956A
- Authority
- JP
- Japan
- Prior art keywords
- image data
- subject
- data
- dimensional distribution
- 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.)
- Withdrawn
Links
- 238000000034 method Methods 0.000 claims abstract description 29
- 230000006870 function Effects 0.000 claims abstract description 13
- 238000012360 testing method Methods 0.000 claims description 97
- 238000012937 correction Methods 0.000 claims description 37
- 238000012545 processing Methods 0.000 claims description 34
- 238000003384 imaging method Methods 0.000 claims description 15
- 238000004364 calculation method Methods 0.000 claims description 12
- 238000006243 chemical reaction Methods 0.000 claims description 3
- 230000003287 optical effect Effects 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 7
- 239000003086 colorant Substances 0.000 description 4
- 241001092080 Hydrangea Species 0.000 description 3
- 235000014486 Hydrangea macrophylla Nutrition 0.000 description 3
- 238000003825 pressing Methods 0.000 description 2
- 238000012935 Averaging Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 230000014509 gene expression Effects 0.000 description 1
- 230000037303 wrinkles Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/10—Terrestrial scenes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/56—Extraction of image or video features relating to colour
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Studio Devices (AREA)
- Image Analysis (AREA)
- Color Image Communication Systems (AREA)
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
Abstract
【解決手段】デジタルスチルカメラ内の制御装置70において、フラッシュメモリ70f内の被写体判定プログラム73を実行中のCPU70aは、第1のインターフェース回路70cを通じてアナログデジタル変換器20から画像データを取得すると、フラッシュメモリ70f内の各モデル画像データ71の各々について、そのモデル画像データ71と取得した画像データ中の各部との積率相関係数を順次算出することにより、積率相関係数の二次元分布データを生成した後、最高値が最上である二次元分布データに対応するモデル画像データ71を特定し、そのモデル画像データ71に対応する被写体情報を生成する。
【選択図】図4
Description
Y= 0.299R+0.587G+0.114B
Cr= 0.701R−0.587G−0.114B
Cb=−0.299R−0.587G+0.886B
20 アナログデジタル変換器
30 イメージプロセッサ
40 記憶装置
50 表示装置
60 操作盤
70 制御装置
70a CPU
70b RAM
70c 第1のインターフェース回路
70d 第2のインターフェース回路
70e 第3のインターフェース回路
70f フラッシュメモリ
71 モデル画像データ
72 対応テーブル
73 被写体判定プログラム
Claims (3)
- コンピュータを、
1つ以上のモデル画像データとそのモデル画像データに基づく画像の中の被写体を定義する被写体情報とを対応付けて記憶装置に記憶する記憶手段,
被検画像データが入力される入力手段,
前記記憶装置内の1つ以上のモデル画像データのそれぞれについて、そのモデル画像データと前記被検画像データの各部との積率相関係数を演算することによって当該積率相関係数の二次元分布データを取得する分布取得手段,
前記モデル画像データのそれぞれについて取得した前記各二次元分布データの中で最上の最高値を有する二次元分布データを特定する特定手段,及び、
特定された二次元分布データを算出する際に基となったモデル画像データに対応する被写体情報を前記記憶装置から読み出して出力する出力手段
として機能させる
ことを特徴とする被写体判定プログラム。 - 前記分布取得手段は、
前記被検画像データの色空間をYCrCbに変換するとともに、前記記憶装置内の全てのモデル画像データの色空間をYCrCbに変換する色空間変換手段と、
前記各モデル画像データのCr成分と前記被検画像データのCr成分の各部との積率相関係数を演算することにより、Cr成分についての積率相関係数の二次元分布データを取得するとともに、前記各モデル画像データのCb成分と前記被検画像データのCb成分の各部との積率相関係数を演算することにより、Cb成分についての積率相関係数の二次元分布データを取得する係数演算部と、
前記二次元分布データにおける互いに同じ座標上の積率相関係数同士の相乗平均を算出する処理を、前記各モデル画像データのそれぞれについて行うことによって、各モデル画像データのそれぞれについて前記相乗平均の二次元分布データを生成する平均演算部と
からなる
ことを特徴とする請求項1記載の被写体判定プログラム。 - 1つ以上のモデル画像データとそのモデル画像データに基づく画像の中の被写体を定義する被写体情報とを対応付けて記憶する記憶部と、
対物光学系が形成する被写体像を撮像して被検画像データを順次生成する撮像デバイスと、
所定の補正値を用いて前記被検画像データに演算処理を施すことにより、その被検画像データに基づいて表示装置に表示される画像の画質を変更する画像処理部と、
前記記憶装置内の1つ以上のモデル画像データのそれぞれについて、そのモデル画像データと前記被検画像データの各部との積率相関係数を演算することによって当該積率相関係数の二次元分布データを取得する分布取得部と、
前記モデル画像データのそれぞれについて取得した前記各二次元分布データの中で最上の最高値を有する二次元分布データを特定する特定部と、
特定された二次元分布データを算出する際に基となったモデル画像データに対応する被写体情報を前記記憶部から読み出す読出部と、
前記画像処理部が用いる補正値を、読み出された被写体情報に対応した補正値へ変更する設定変更部と
を備えることを特徴とするデジタルカメラ。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003366319A JP2005128956A (ja) | 2003-10-27 | 2003-10-27 | 被写体判定プログラム及びデジタルカメラ |
US10/973,617 US7605847B2 (en) | 2003-10-27 | 2004-10-27 | Digital camera having subject judgment function |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003366319A JP2005128956A (ja) | 2003-10-27 | 2003-10-27 | 被写体判定プログラム及びデジタルカメラ |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005128956A true JP2005128956A (ja) | 2005-05-19 |
JP2005128956A5 JP2005128956A5 (ja) | 2006-11-02 |
Family
ID=34510232
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003366319A Withdrawn JP2005128956A (ja) | 2003-10-27 | 2003-10-27 | 被写体判定プログラム及びデジタルカメラ |
Country Status (2)
Country | Link |
---|---|
US (1) | US7605847B2 (ja) |
JP (1) | JP2005128956A (ja) |
Families Citing this family (35)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7565030B2 (en) | 2003-06-26 | 2009-07-21 | Fotonation Vision Limited | Detecting orientation of digital images using face detection information |
US8498452B2 (en) | 2003-06-26 | 2013-07-30 | DigitalOptics Corporation Europe Limited | Digital image processing using face detection information |
US9129381B2 (en) | 2003-06-26 | 2015-09-08 | Fotonation Limited | Modification of post-viewing parameters for digital images using image region or feature information |
US7471846B2 (en) | 2003-06-26 | 2008-12-30 | Fotonation Vision Limited | Perfecting the effect of flash within an image acquisition devices using face detection |
US8593542B2 (en) | 2005-12-27 | 2013-11-26 | DigitalOptics Corporation Europe Limited | Foreground/background separation using reference images |
US7269292B2 (en) | 2003-06-26 | 2007-09-11 | Fotonation Vision Limited | Digital image adjustable compression and resolution using face detection information |
US8155397B2 (en) | 2007-09-26 | 2012-04-10 | DigitalOptics Corporation Europe Limited | Face tracking in a camera processor |
US8682097B2 (en) | 2006-02-14 | 2014-03-25 | DigitalOptics Corporation Europe Limited | Digital image enhancement with reference images |
US8948468B2 (en) | 2003-06-26 | 2015-02-03 | Fotonation Limited | Modification of viewing parameters for digital images using face detection information |
US7574016B2 (en) | 2003-06-26 | 2009-08-11 | Fotonation Vision Limited | Digital image processing using face detection information |
US8494286B2 (en) | 2008-02-05 | 2013-07-23 | DigitalOptics Corporation Europe Limited | Face detection in mid-shot digital images |
US7844076B2 (en) | 2003-06-26 | 2010-11-30 | Fotonation Vision Limited | Digital image processing using face detection and skin tone information |
US7440593B1 (en) | 2003-06-26 | 2008-10-21 | Fotonation Vision Limited | Method of improving orientation and color balance of digital images using face detection information |
US9692964B2 (en) | 2003-06-26 | 2017-06-27 | Fotonation Limited | Modification of post-viewing parameters for digital images using image region or feature information |
US8989453B2 (en) | 2003-06-26 | 2015-03-24 | Fotonation Limited | Digital image processing using face detection information |
US8330831B2 (en) | 2003-08-05 | 2012-12-11 | DigitalOptics Corporation Europe Limited | Method of gathering visual meta data using a reference image |
US8896725B2 (en) | 2007-06-21 | 2014-11-25 | Fotonation Limited | Image capture device with contemporaneous reference image capture mechanism |
US7620218B2 (en) | 2006-08-11 | 2009-11-17 | Fotonation Ireland Limited | Real-time face tracking with reference images |
US7792970B2 (en) | 2005-06-17 | 2010-09-07 | Fotonation Vision Limited | Method for establishing a paired connection between media devices |
JP4477968B2 (ja) * | 2004-08-30 | 2010-06-09 | Hoya株式会社 | デジタルカメラ |
US8320641B2 (en) | 2004-10-28 | 2012-11-27 | DigitalOptics Corporation Europe Limited | Method and apparatus for red-eye detection using preview or other reference images |
US7315631B1 (en) | 2006-08-11 | 2008-01-01 | Fotonation Vision Limited | Real-time face tracking in a digital image acquisition device |
US8503800B2 (en) | 2007-03-05 | 2013-08-06 | DigitalOptics Corporation Europe Limited | Illumination detection using classifier chains |
US8275449B2 (en) * | 2005-11-11 | 2012-09-25 | Visualsonics Inc. | Overlay image contrast enhancement |
DE602007012246D1 (de) | 2006-06-12 | 2011-03-10 | Tessera Tech Ireland Ltd | Fortschritte bei der erweiterung der aam-techniken aus grauskalen- zu farbbildern |
US7916897B2 (en) | 2006-08-11 | 2011-03-29 | Tessera Technologies Ireland Limited | Face tracking for controlling imaging parameters |
US7403643B2 (en) | 2006-08-11 | 2008-07-22 | Fotonation Vision Limited | Real-time face tracking in a digital image acquisition device |
US8055067B2 (en) | 2007-01-18 | 2011-11-08 | DigitalOptics Corporation Europe Limited | Color segmentation |
EP2115662B1 (en) * | 2007-02-28 | 2010-06-23 | Fotonation Vision Limited | Separating directional lighting variability in statistical face modelling based on texture space decomposition |
JP4970557B2 (ja) | 2007-03-05 | 2012-07-11 | デジタルオプティックス・コーポレイション・ヨーロッパ・リミテッド | デジタル画像取込装置における顔検索及び検出 |
US7916971B2 (en) * | 2007-05-24 | 2011-03-29 | Tessera Technologies Ireland Limited | Image processing method and apparatus |
US7855737B2 (en) | 2008-03-26 | 2010-12-21 | Fotonation Ireland Limited | Method of making a digital camera image of a scene including the camera user |
EP2277141A2 (en) | 2008-07-30 | 2011-01-26 | Tessera Technologies Ireland Limited | Automatic face and skin beautification using face detection |
US8379917B2 (en) | 2009-10-02 | 2013-02-19 | DigitalOptics Corporation Europe Limited | Face recognition performance using additional image features |
JP6078038B2 (ja) * | 2014-10-31 | 2017-02-08 | 株式会社Pfu | 画像処理装置、画像処理方法、および、プログラム |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08167029A (ja) * | 1994-12-13 | 1996-06-25 | Fujitsu Ltd | 画像処理装置 |
JP2000278524A (ja) * | 1999-03-25 | 2000-10-06 | Konica Corp | 写真記録要素の画像処理方法および画像形成処理装置 |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5819109B2 (ja) * | 1978-11-10 | 1983-04-16 | 肇産業株式会社 | パタ−ン判別方法 |
JP3252381B2 (ja) * | 1992-09-08 | 2002-02-04 | ソニー株式会社 | パターン認識装置 |
ATE258322T1 (de) * | 1998-12-02 | 2004-02-15 | Univ Manchester | Bestimmung von gesichtsunterräumen |
US6940545B1 (en) * | 2000-02-28 | 2005-09-06 | Eastman Kodak Company | Face detecting camera and method |
US6963666B2 (en) | 2000-09-12 | 2005-11-08 | Pentax Corporation | Matching device |
US6959113B2 (en) | 2000-09-29 | 2005-10-25 | Pentax Corporation | Arbitrary-shape image-processing device and arbitrary-shape image-reproducing device |
US6961465B2 (en) * | 2000-12-28 | 2005-11-01 | Canon Kabushiki Kaisha | System and method for efficient determination of recognition initial conditions |
JP3468231B2 (ja) | 2001-07-02 | 2003-11-17 | ミノルタ株式会社 | 画像処理装置、画質制御方法、プログラム及び記録媒体 |
JP3894782B2 (ja) * | 2001-12-10 | 2007-03-22 | 株式会社国際電気通信基礎技術研究所 | 物体認識装置 |
US7305122B2 (en) * | 2002-08-13 | 2007-12-04 | Lockheed Martin Corporation | Method and computer program product for identifying and correcting systematic noise in a pattern recognition system |
-
2003
- 2003-10-27 JP JP2003366319A patent/JP2005128956A/ja not_active Withdrawn
-
2004
- 2004-10-27 US US10/973,617 patent/US7605847B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08167029A (ja) * | 1994-12-13 | 1996-06-25 | Fujitsu Ltd | 画像処理装置 |
JP2000278524A (ja) * | 1999-03-25 | 2000-10-06 | Konica Corp | 写真記録要素の画像処理方法および画像形成処理装置 |
Also Published As
Publication number | Publication date |
---|---|
US20050089218A1 (en) | 2005-04-28 |
US7605847B2 (en) | 2009-10-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2005128956A (ja) | 被写体判定プログラム及びデジタルカメラ | |
JP2010039758A (ja) | 画像処理装置及び画像処理方法 | |
JP2006319870A (ja) | 撮影装置および方法並びにプログラム | |
JP6472183B2 (ja) | 画像処理装置、その制御方法、プログラム | |
JP2007166456A (ja) | 画像調整装置、画像調整方法及びプログラム | |
JP2008092515A (ja) | 電子カメラ、画像処理装置およびプログラム | |
KR20160091238A (ko) | 화상 처리 장치, 화상 처리 방법 및 프로그램 | |
JP4115177B2 (ja) | 画像処理方法、画像処理装置、及び画像処理プログラム | |
JP2006217277A (ja) | 撮像装置 | |
JP6896811B2 (ja) | 画像処理装置、画像処理方法、およびプログラム | |
JP5453796B2 (ja) | 画像処理装置、電子カメラ及び画像処理プログラム | |
JP6497030B2 (ja) | 撮影システム、情報処理装置、撮影方法、プログラム、記憶媒体 | |
JP2007258923A (ja) | 画像処理装置、画像処理方法、画像処理プログラム | |
JP2011182336A (ja) | 撮像装置及びその制御方法 | |
JP4779883B2 (ja) | 電子カメラ | |
EP2595113B1 (en) | Image processing apparatus and image processing method | |
JP2018088207A (ja) | 画像処理装置、撮像装置、画像処理方法、画像処理プログラム、および記録媒体 | |
JP5225491B2 (ja) | 画像処理装置及び画像処理方法 | |
JP5046809B2 (ja) | 画像処理装置及び方法、及び撮像装置 | |
JP2014165876A (ja) | 画像処理装置、撮像装置及び画像処理プログラム | |
JP2006004041A (ja) | 物体画像抽出装置および物体画像抽出方法 | |
JP2006209795A (ja) | 画像処理方法、画像処理プログラムおよび画像処理装置 | |
JP2005027161A (ja) | 画像処理装置及び画像処理方法 | |
JP2008147714A (ja) | 画像処理装置およびその方法 | |
JP5310782B2 (ja) | 電子カメラ |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20060915 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20060915 |
|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A712 Effective date: 20080425 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090828 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090901 |
|
A761 | Written withdrawal of application |
Free format text: JAPANESE INTERMEDIATE CODE: A761 Effective date: 20091022 |