JP4429241B2 - 画像処理装置及び方法 - Google Patents
画像処理装置及び方法 Download PDFInfo
- Publication number
- JP4429241B2 JP4429241B2 JP2005256859A JP2005256859A JP4429241B2 JP 4429241 B2 JP4429241 B2 JP 4429241B2 JP 2005256859 A JP2005256859 A JP 2005256859A JP 2005256859 A JP2005256859 A JP 2005256859A JP 4429241 B2 JP4429241 B2 JP 4429241B2
- Authority
- JP
- Japan
- Prior art keywords
- detection
- size
- image
- resolution
- processing time
- 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 107
- 238000000034 method Methods 0.000 title claims description 48
- 238000001514 detection method Methods 0.000 claims description 276
- 238000006243 chemical reaction Methods 0.000 claims description 68
- 238000004364 calculation method Methods 0.000 claims description 19
- 238000003384 imaging method Methods 0.000 description 36
- 238000012790 confirmation Methods 0.000 description 16
- 238000003672 processing method Methods 0.000 description 11
- 230000006870 function Effects 0.000 description 7
- 238000003860 storage Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 230000003287 optical effect Effects 0.000 description 4
- 230000000694 effects Effects 0.000 description 3
- 238000005520 cutting process Methods 0.000 description 2
- 230000001537 neural effect Effects 0.000 description 2
- 238000013528 artificial neural network Methods 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000006073 displacement reaction Methods 0.000 description 1
- 238000009826 distribution Methods 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 238000007429 general method Methods 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 238000003062 neural network model Methods 0.000 description 1
- 238000003909 pattern recognition Methods 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
- 238000003825 pressing Methods 0.000 description 1
- 238000005549 size reduction Methods 0.000 description 1
- 238000004513 sizing Methods 0.000 description 1
- 238000012421 spiking Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/161—Detection; Localisation; Normalisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V30/00—Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
- G06V30/10—Character recognition
- G06V30/24—Character recognition characterised by the processing or recognition method
- G06V30/248—Character recognition characterised by the processing or recognition method involving plural approaches, e.g. verification by template match; Resolving confusion among similar patterns, e.g. "O" versus "Q"
- G06V30/2504—Coarse or fine approaches, e.g. resolution of ambiguities or multiscale approaches
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Health & Medical Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Health & Medical Sciences (AREA)
- Oral & Maxillofacial Surgery (AREA)
- Human Computer Interaction (AREA)
- Image Processing (AREA)
- Studio Devices (AREA)
- Image Analysis (AREA)
Description
図1は本第1の実施形態における撮像装置の構成を示す図である。図1において、101は制御部、102は撮像部、103は被写体検出部、104は被写体検出メモリ、105は画像変換部、106は検出サイズ操作部、107は検出サイズ保持部、108は処理時間計算部、109は設定確認スイッチである。また、110はシャッタスイッチ、111はメモリ、112は表示回路、113は表示部である。
R = Q/S …(1)
そして、解像度変換後の画像の解像度は、変換後の解像度をA、変換前の解像度をBとすると、
A = B × R …(2)
つまり、入力画像の解像度が640×480画素で、検出サイズが60×60画素、限界解像度が20×20画素の場合は、
R = 20 / 60 = 1/3 …(3)
A = 640 × (1/3) ≒ 214(画素)(水平方向) …(4)
A = 480 × (1/3) = 160(画素)(垂直方向) …(5)
さらに続けて、この変換された画像を用いて、図15を参照して背景技術で示したようにピラミッド画像(複数の異なる解像度の画像)を作成する。例えば、サイズロバスト性が2倍の検出手法を使用する場合は、上記に示した214×160画素に変換した画像を、107×80画素に解像度変換する。そしてさらに、54×40画素、27×20画素まで解像度変換を行う。解像度変換したこれら全ての画像に対して、ステップS15で検出処理を行うことにより、検出される被写体のサイズは、解像度640×480画素の入力画像に換算して、60×60画素〜480×480画素に対応することになる。
R = Q/S + α …(6)
上述したステップS14の処理が終了するとステップS15に進む。ステップS15では、被写体検出メモリ104に保持されているピラミッド画像の内の1つを選択する。検出処理を行っていない画像の中で、解像度が最も高い画像または解像度が最も低い画像を選択する。
Ts = C × (Bs/D‐Q+1) …(7)
Ts = 1μsec ×{(256/2−20+1)×(192/2−20+1)}
≒ 84msec …(8)
となる。
上記示したおおよその処理時間Tsは、異なる複数の解像度の画像中、1つの解像度の画像に対する処理時間であるので、各解像度の画像における処理時間を加算することで、全ての解像度の画像に対するおおよその処理時間を得ることができる。つまり、複数の解像度の画像すべてに対する検出処理にかかるおおよその処理時間Tは、次式(9)で求められる。
T = ΣTs …(9)
次に、本発明の第2の実施形態について説明する。
A = B * Rf …(10)
例えば、入力画像の解像度が640×480画素で、検出手法のサイズロバスト性が2倍、限界解像度が20×20画素の場合は、
Rf = 1/2 …(11)
A = 640 × (1/2) = 320(画素)(水平方向) …(12)
A = 480 × (1/2) = 240(画素)(垂直方向) …(13)
次にステップS32において、検出サイズ保持部107に保持されている検出サイズの被写体を検出するために必要な解像度、検出必要解像度を求める。この計算は、第1の実施形態で示した方法と同じ方法を使用する。
R = 20 / 60 = 1/3 …(14)
An = 640 × (1/3) ≒ 214(画素)(水平方向) …(15)
An = 480 × (1/3) = 160(画素)(垂直方向) …(16)
そして次にステップS33において、検出に使用するための画像を選択し、被写体検出メモリ104に保持する。ここでは、ステップS31において作成されたピラミッド画像の内、ステップS32で求めた検出必要解像度よりも高解像度の画像の中で、最も低解像度の画像を選択する。例えば、上記の例では、320×240画素が選択される。
次に、本発明の第3の実施形態について説明する。
Sn = So × Zv …(17)
ステップS55では、第1の実施形態と同様に、検出サイズ保持部107に保持されている検出サイズに従って、検出サイズ表示バー131の表示を変更する。また、その検出サイズにおける処理時間を計算またはテーブルにより予測し、処理時間表示バー132の表示を変更する。
本発明の目的は、以下の様にして達成することも可能である。まず、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体(または記録媒体)を、システムあるいは装置に供給する。そして、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行する。この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。
102 撮像部
103 被写体検出部
104 被写体検出メモリ
105 画像変換部
106 検出サイズ操作部
107 検出サイズ保持部
108 処理時間計算部
109 設定確認スイッチ
110 シャッタスイッチ
111 メモリ
112 表示回路
113 表示部
120 撮像レンズ
121 撮像センサ
122 A/D変換器
123 撮像回路
131 検出サイズ表示バー
132 処理時間表示バー
141、142 被写体
143、144 検出枠
161 設定確認枠
314 ズーム操作部
Claims (4)
- 画像を入力するための画像入力手段と、
認識対象を示し、使用する検出手法における限界サイズを有する検出パターンを、前記画像入力手段から入力された入力画像から生成された検出画像から検出することにより、前記認識対象の検出処理を行う検出手段と、
前記検出パターンのサイズを設定するサイズ設定手段と、
前記入力画像と、該入力画像における前記サイズ設定手段により設定された前記検出パターンのサイズとを表示する表示手段と、
前記サイズ設定手段により設定されたサイズの前記検出パターンを、前記限界サイズに解像度変換するサイズ変更手段と、
前記サイズ変更手段における前記解像度変換に用いられた変換率で、前記入力画像を第1の解像度に解像度変換すると共に、解像度変換後の入力画像のサイズが前記限界サイズを下回らない範囲で前記第1の解像度よりも低い複数の解像度に前記入力画像を変換することで、複数の前記検出画像を生成する変換手段と、
前記サイズ設定手段により設定された前記サイズに応じて、前記検出手段で前記認識対象の検出処理に要すると予測される予測処理時間を計算する計算手段とを有し、
前記検出手段は、前記解像度変換手段で生成された前記複数の検出画像のそれぞれから、前記認識対象の検出処理を行って、得られた複数の検出結果を統合し、
前記表示手段は、更に、前記予測処理時間を表示することを特徴とする画像処理装置。 - 前記計算手段は、前記サイズ設定手段により前記検出パターンのサイズが設定し直される度に、前記予測処理時間を再計算し、前記表示手段は前記再計算された予測処理時間に更新して表示することを特徴とする請求項1に記載の画像処理装置。
- ズーム量を変更するズーム操作手段を更に有し、
前記サイズ設定手段は、前記ズーム量が変更された場合に、前記ズーム量に比例して、前記検出パターンのサイズを変更することを特徴とする請求項1または2に記載の画像処理装置。 - 画像を入力する画像入力ステップと、
認識対象を示し、使用する検出手法における限界サイズを有する検出パターンを、前記画像入力ステップで入力された入力画像から生成された検出画像から検出することにより、前記認識対象の検出処理を行う検出ステップと、
前記検出パターンのサイズを設定するサイズ設定ステップと、
前記入力画像と、該入力画像における前記サイズ設定ステップで設定された前記検出パターンのサイズとを表示する表示ステップと、
前記サイズ設定ステップで設定されたサイズの前記検出パターンを、前記限界サイズに解像度変換するサイズ変更ステップと、
前記サイズ変更ステップにおける前記解像度変換に用いられた変換率で、前記入力画像を第1の解像度に解像度変換すると共に、解像度変換後の入力画像のサイズが前記限界サイズを下回らない範囲で前記第1の解像度よりも低い複数の解像度に前記入力画像を変換することで、複数の前記検出画像を生成する解像度変換ステップと、
前記サイズ設定ステップにて設定された前記サイズに応じて、前記検出ステップで前記認識対象の検出処理に要すると予測される予測処理時間を計算する計算ステップとを有し、
前記検出ステップでは、前記解像度変換ステップで生成された前記複数の検出画像のそれぞれから、前記認識対象の検出処理を行って、得られた複数の検出結果を統合し、
前記表示ステップでは、更に、前記予測処理時間を表示することを特徴とする画像処理方法。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005256859A JP4429241B2 (ja) | 2005-09-05 | 2005-09-05 | 画像処理装置及び方法 |
US11/469,115 US7796840B2 (en) | 2005-09-05 | 2006-08-31 | Image processing apparatus and method thereof |
CNB2006101276739A CN100464344C (zh) | 2005-09-05 | 2006-09-05 | 图像处理装置及其方法 |
US12/767,618 US7925118B2 (en) | 2005-09-05 | 2010-04-26 | Image processing apparatus and method thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005256859A JP4429241B2 (ja) | 2005-09-05 | 2005-09-05 | 画像処理装置及び方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007072606A JP2007072606A (ja) | 2007-03-22 |
JP4429241B2 true JP4429241B2 (ja) | 2010-03-10 |
Family
ID=37830104
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005256859A Expired - Fee Related JP4429241B2 (ja) | 2005-09-05 | 2005-09-05 | 画像処理装置及び方法 |
Country Status (3)
Country | Link |
---|---|
US (2) | US7796840B2 (ja) |
JP (1) | JP4429241B2 (ja) |
CN (1) | CN100464344C (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10592729B2 (en) | 2016-01-21 | 2020-03-17 | Samsung Electronics Co., Ltd. | Face detection method and apparatus |
Families Citing this family (49)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8498452B2 (en) | 2003-06-26 | 2013-07-30 | DigitalOptics Corporation Europe Limited | Digital image processing using face detection information |
US7269292B2 (en) | 2003-06-26 | 2007-09-11 | Fotonation Vision Limited | Digital image adjustable compression and resolution 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 |
US7565030B2 (en) | 2003-06-26 | 2009-07-21 | Fotonation Vision Limited | Detecting orientation of digital images 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 |
US8989453B2 (en) | 2003-06-26 | 2015-03-24 | Fotonation Limited | Digital image processing using face detection information |
US7620218B2 (en) | 2006-08-11 | 2009-11-17 | Fotonation Ireland Limited | Real-time face tracking with reference images |
US8682097B2 (en) | 2006-02-14 | 2014-03-25 | DigitalOptics Corporation Europe Limited | Digital image enhancement with reference images |
US7574016B2 (en) | 2003-06-26 | 2009-08-11 | Fotonation Vision Limited | Digital image processing using face detection information |
US7792970B2 (en) | 2005-06-17 | 2010-09-07 | Fotonation Vision Limited | Method for establishing a paired connection between media devices |
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 |
US8155397B2 (en) * | 2007-09-26 | 2012-04-10 | DigitalOptics Corporation Europe Limited | Face tracking in a camera processor |
US8330831B2 (en) | 2003-08-05 | 2012-12-11 | DigitalOptics Corporation Europe Limited | Method of gathering visual meta data using a reference image |
US8593542B2 (en) * | 2005-12-27 | 2013-11-26 | DigitalOptics Corporation Europe Limited | Foreground/background separation using reference images |
US7844076B2 (en) | 2003-06-26 | 2010-11-30 | Fotonation Vision Limited | Digital image processing using face detection and skin tone information |
US8896725B2 (en) | 2007-06-21 | 2014-11-25 | Fotonation Limited | Image capture device with contemporaneous reference image capture mechanism |
US8948468B2 (en) | 2003-06-26 | 2015-02-03 | Fotonation Limited | Modification of viewing parameters for digital images using face detection 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 |
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 |
JP4429241B2 (ja) * | 2005-09-05 | 2010-03-10 | キヤノン株式会社 | 画像処理装置及び方法 |
DE602007012246D1 (de) | 2006-06-12 | 2011-03-10 | Tessera Tech Ireland Ltd | Fortschritte bei der erweiterung der aam-techniken aus grauskalen- zu farbbildern |
US7403643B2 (en) * | 2006-08-11 | 2008-07-22 | Fotonation Vision Limited | Real-time face tracking in a digital image acquisition device |
US7916897B2 (en) | 2006-08-11 | 2011-03-29 | Tessera Technologies Ireland Limited | Face tracking for controlling imaging parameters |
US8055067B2 (en) | 2007-01-18 | 2011-11-08 | DigitalOptics Corporation Europe Limited | Color segmentation |
JP4424364B2 (ja) * | 2007-03-19 | 2010-03-03 | ソニー株式会社 | 画像処理装置、画像処理方法 |
CN101271514B (zh) * | 2007-03-21 | 2012-10-10 | 株式会社理光 | 一种快速目标检测和目标输出的图像检测方法及装置 |
JP4891163B2 (ja) * | 2007-07-04 | 2012-03-07 | キヤノン株式会社 | 画像処理装置、画像処理方法、及び画像処理プログラム |
DE102007050568A1 (de) * | 2007-08-04 | 2009-02-05 | Continental Teves Ag & Co. Ohg | Verfahren und Einrichtung zur Objekterkennung in einem Bild |
US8212864B2 (en) | 2008-01-30 | 2012-07-03 | DigitalOptics Corporation Europe Limited | Methods and apparatuses for using image acquisition data to detect and correct image defects |
JP5332369B2 (ja) * | 2008-07-18 | 2013-11-06 | ソニー株式会社 | 画像処理装置及び画像処理方法、並びにコンピュータ・プログラム |
EP2277141A2 (en) | 2008-07-30 | 2011-01-26 | Tessera Technologies Ireland Limited | Automatic face and skin beautification using face detection |
JP4762327B2 (ja) * | 2009-03-24 | 2011-08-31 | シャープ株式会社 | 画像処理装置及び画像形成装置 |
KR20110007838A (ko) * | 2009-07-17 | 2011-01-25 | 삼성전자주식회사 | 영상 처리 방법 및 장치 |
JP5369982B2 (ja) * | 2009-08-06 | 2013-12-18 | 株式会社リコー | 画像処理装置および画像処理方法 |
JP2011053915A (ja) * | 2009-09-02 | 2011-03-17 | Sony Corp | 画像処理装置、画像処理方法、プログラム及び電子機器 |
US8379917B2 (en) * | 2009-10-02 | 2013-02-19 | DigitalOptics Corporation Europe Limited | Face recognition performance using additional image features |
JP5570895B2 (ja) * | 2010-07-15 | 2014-08-13 | 富士フイルム株式会社 | 検出器構成装置、方法、及びプログラム |
EP2508116B1 (en) * | 2010-09-24 | 2013-11-13 | Olympus Medical Systems Corp. | Image-display device and capsule-type endoscope system |
JP5843486B2 (ja) | 2011-05-31 | 2016-01-13 | キヤノン株式会社 | 撮像装置およびその制御方法 |
SG11201407749TA (en) * | 2012-05-24 | 2014-12-30 | Hitachi Ltd | Image analysis device, image analysis system, and image analysis method |
JP6181925B2 (ja) * | 2012-12-12 | 2017-08-16 | キヤノン株式会社 | 画像処理装置、画像処理装置の制御方法およびプログラム |
JP2015142181A (ja) * | 2014-01-27 | 2015-08-03 | キヤノン株式会社 | 制御装置、制御方法 |
EP3213002A4 (en) * | 2014-10-28 | 2018-05-09 | Wwtemplar LLC | Managing building information and resolving building issues |
US10553085B1 (en) | 2019-01-25 | 2020-02-04 | Lghorizon, Llc | Home emergency guidance and advisement system |
JP7385416B2 (ja) * | 2019-10-10 | 2023-11-22 | グローリー株式会社 | 画像処理装置、画像処理システム、画像処理方法及び画像処理プログラム |
US11043095B1 (en) | 2020-06-16 | 2021-06-22 | Lghorizon, Llc | Predictive building emergency guidance and advisement system |
US11583770B2 (en) | 2021-03-01 | 2023-02-21 | Lghorizon, Llc | Systems and methods for machine learning-based emergency egress and advisement |
US11626002B2 (en) | 2021-07-15 | 2023-04-11 | Lghorizon, Llc | Building security and emergency detection and advisement system |
Family Cites Families (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04291127A (ja) | 1991-03-20 | 1992-10-15 | Hitachi Ltd | 画像処理型状態監視装置の異常判定面積表示方法 |
JP3164692B2 (ja) | 1993-04-19 | 2001-05-08 | 京セラ株式会社 | 電子スチルカメラ |
US5715325A (en) * | 1995-08-30 | 1998-02-03 | Siemens Corporate Research, Inc. | Apparatus and method for detecting a face in a video image |
JPH10187089A (ja) | 1996-12-26 | 1998-07-14 | Canon Inc | 表示制御装置及び表示制御方法 |
US6526156B1 (en) * | 1997-01-10 | 2003-02-25 | Xerox Corporation | Apparatus and method for identifying and tracking objects with view-based representations |
GB2341231A (en) * | 1998-09-05 | 2000-03-08 | Sharp Kk | Face detection in an image |
US6757008B1 (en) * | 1999-09-29 | 2004-06-29 | Spectrum San Diego, Inc. | Video surveillance system |
US6940545B1 (en) | 2000-02-28 | 2005-09-06 | Eastman Kodak Company | Face detecting camera and method |
US7428066B2 (en) * | 2001-04-09 | 2008-09-23 | Canon Kabushiki Kaisha | Printing apparatus and method for verifying a printer controller |
JP3809348B2 (ja) | 2001-07-19 | 2006-08-16 | キヤノン株式会社 | 画像処理装置及び方法、並びにプログラム |
JP4794786B2 (ja) | 2001-09-28 | 2011-10-19 | 株式会社リコー | 撮像装置、自動露出方法、およびその方法をコンピュータが実行するためのプログラム |
JP3698136B2 (ja) * | 2002-11-13 | 2005-09-21 | コニカミノルタビジネステクノロジーズ株式会社 | 画像処理装置および画像処理プログラム |
JP2004240622A (ja) | 2003-02-05 | 2004-08-26 | Konica Minolta Holdings Inc | 画像処理方法、画像処理装置及び画像処理プログラム |
US20040151376A1 (en) * | 2003-02-05 | 2004-08-05 | Konica Minolta Holdings, Inc. | Image processing method, image processing apparatus and image processing program |
KR100400602B1 (en) | 2003-02-21 | 2003-10-08 | Humax Co Ltd | Method for controlling resolution of graphic image |
US7660487B2 (en) | 2003-12-10 | 2010-02-09 | Sony Corporation | Image processing method and apparatus with image resolution conversion related to relative movement detection |
JP4440120B2 (ja) * | 2004-02-06 | 2010-03-24 | キヤノン株式会社 | 画像処理装置及びその制御方法、並びにコンピュータプログラム及びコンピュータ可読記憶媒体 |
JP4429241B2 (ja) * | 2005-09-05 | 2010-03-10 | キヤノン株式会社 | 画像処理装置及び方法 |
-
2005
- 2005-09-05 JP JP2005256859A patent/JP4429241B2/ja not_active Expired - Fee Related
-
2006
- 2006-08-31 US US11/469,115 patent/US7796840B2/en not_active Expired - Fee Related
- 2006-09-05 CN CNB2006101276739A patent/CN100464344C/zh not_active Expired - Fee Related
-
2010
- 2010-04-26 US US12/767,618 patent/US7925118B2/en not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10592729B2 (en) | 2016-01-21 | 2020-03-17 | Samsung Electronics Co., Ltd. | Face detection method and apparatus |
Also Published As
Publication number | Publication date |
---|---|
CN100464344C (zh) | 2009-02-25 |
JP2007072606A (ja) | 2007-03-22 |
US20070053614A1 (en) | 2007-03-08 |
CN1928887A (zh) | 2007-03-14 |
US20100201688A1 (en) | 2010-08-12 |
US7796840B2 (en) | 2010-09-14 |
US7925118B2 (en) | 2011-04-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4429241B2 (ja) | 画像処理装置及び方法 | |
US10848662B2 (en) | Image processing device and associated methodology for determining a main subject in an image | |
JP4678603B2 (ja) | 撮像装置及び撮像方法 | |
JP6106921B2 (ja) | 撮像装置、撮像方法および撮像プログラム | |
JP5159515B2 (ja) | 画像処理装置およびその制御方法 | |
JP5623915B2 (ja) | 撮像装置 | |
JP4458173B2 (ja) | 画像記録方法、画像記録装置、およびプログラム | |
JP5643563B2 (ja) | 画像処理装置及びその制御方法 | |
US8310565B2 (en) | Digital camera with face detection and electronic zoom control function | |
JP2008092297A (ja) | 画像処理装置、画像処理プログラム、画像製造方法、及び記録媒体 | |
US10237488B2 (en) | Image capturing apparatus and image capturing method | |
TW201351980A (zh) | 影像處理裝置、影像處理方法、程式 | |
JP5289993B2 (ja) | 追尾装置および追尾方法 | |
JP2023041734A (ja) | 被写体追尾装置 | |
JP2009089220A (ja) | 撮像装置 | |
JP4807582B2 (ja) | 画像処理装置、撮像装置及びそのプログラム | |
JP4807623B2 (ja) | 撮像装置、撮像方法及び撮像プログラム | |
JP6545229B2 (ja) | 画像処理装置、撮像装置、画像処理装置の制御方法およびプログラム | |
JP2021105850A (ja) | 画像処理装置及び方法、及び撮像装置 | |
JP2009027437A (ja) | 画像処理装置,画像処理方法及び撮像装置 | |
JP7549453B2 (ja) | 画像処理装置及びその制御方法、撮像装置、プログラム、記憶媒体 | |
JP2006039254A (ja) | カメラ | |
JP2010060657A (ja) | 焦点調節装置及び焦点調節方法 | |
US20240070877A1 (en) | Image processing apparatus, method for controlling the same, imaging apparatus, and storage medium | |
JP5137808B2 (ja) | 撮像装置、その制御方法、及びプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090907 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090911 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091110 |
|
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: 20091211 |
|
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: 20091215 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121225 Year of fee payment: 3 |
|
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: 20131225 Year of fee payment: 4 |
|
LAPS | Cancellation because of no payment of annual fees |