JP2009135824A - 画像処理装置およびその方法 - Google Patents
画像処理装置およびその方法 Download PDFInfo
- Publication number
- JP2009135824A JP2009135824A JP2007311481A JP2007311481A JP2009135824A JP 2009135824 A JP2009135824 A JP 2009135824A JP 2007311481 A JP2007311481 A JP 2007311481A JP 2007311481 A JP2007311481 A JP 2007311481A JP 2009135824 A JP2009135824 A JP 2009135824A
- Authority
- JP
- Japan
- Prior art keywords
- image
- trimming
- area
- size
- ratio
- 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
Images
Classifications
-
- 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/387—Composing, repositioning or otherwise geometrically modifying originals
- H04N1/3872—Repositioning or masking
- H04N1/3873—Repositioning or masking defined only by a limited number of coordinate points or parameters, e.g. corners, centre; for trimming
- H04N1/3875—Repositioning or masking defined only by a limited number of coordinate points or parameters, e.g. corners, centre; for trimming combined with enlarging or reducing
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Editing Of Facsimile Originals (AREA)
- Processing Or Creating Images (AREA)
- Image Processing (AREA)
Abstract
【解決手段】 複数の画像を入力し(S202)、入力した各画像に特定領域を設定し、各画像の特定領域の代表サイズを決定して、その画像全体のサイズに対する代表サイズの比を計算する(S203)。そして、各画像について計算した代表サイズの比から、基準にする代表サイズの比を基準比として選択し(S205)、各画像のトリミング領域を決定し(S206)、トリミング領域に応じて、各画像をトリミングする(S207)。
【選択図】 図2
Description
図1は実施例の画像処理装置の構成例を示すブロック図である。
図2は実施例の画像処理を説明するフローチャートで、CPU104が実行する処理である。
図3は各画像の顔領域の代表サイズ比の計算(S203)の一例を示すフローチャートである。
Rs = SAVE/Sw …(1)
ここで、Rsは代表サイズ比、
SAVEは代表サイズ、
Swは画像面積
図4、図5は顔画像を含む画像の一例を示す図で、二人分の顔画像が写り、顔矩形301と302が検出されている。以下では、この画像のトリミング位置およびトリミングサイズを決定する方法を説明する。
Ni' = Ni×R …(2)
ここで、R = Rsi/RREF
Rsiは処理対象のi番目の画像(画像i)の代表サイズ比、
RREFは基準顔サイズ比、
Niは画像iの画素数(面積)、
Ni'はトリミング後の画像iの画素数(面積)
Mi = √R …(3)
Wi' = Wi×Mi
Hi' = Hi×Mi …(4)
ここで、Wiは画像iの幅、
Hiは画像iの高さ
Wi'×Hi' ≧ (Xmax - Xmin)×(Ymax - Ymin) …(5)
a×Wi'×Hi' ≧ (Xmax - Xmin)×(Ymax - Ymin) …(6)
以上では、si/RREF(代表サイズ比と基準顔サイズ比の比率)から計算したトリミングサイズに拡大係数aを掛けて、トリミング可能の判定幅を広げる例を説明した。しかし、上記の比率に所定の拡大係数を掛けて、トリミングサイズに関する判定に幅をもたせてもよい。
なお、本発明は、複数の機器(例えばコンピュータ、インタフェイス機器、リーダ、プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機、ファクシミリ装置、制御装置など)に適用してもよい。
Claims (13)
- 複数の画像を入力する入力手段と、
前記入力した各画像に特定領域を設定する設定手段と、
前記各画像の特定領域の代表サイズを決定し、その画像全体のサイズに対する前記代表サイズの比を計算する計算手段と、
前記各画像について計算した前記代表サイズの比から、基準にする代表サイズの比を基準比として選択する選択手段と、
前記各画像の特定領域に基づき、その画像をトリミングする場合の候補領域を決定する候補領域の決定手段と、
前記基準比、並びに、前記各画像の代表サイズの比および候補領域に基づき、前記各画像のトリミング領域を決定するトリミング領域の決定手段と、
前記トリミング領域に応じて、前記各画像をトリミングするトリミング手段とを有することを特徴とする画像処理装置。 - 前記設定手段は、画像に含まれる被写体を前記特定領域に設定することを特徴とする請求項1に記載された画像処理装置。
- 前記設定手段は、ユーザ指定に従い前記特定領域を設定することを特徴とする請求項1に記載された画像処理装置。
- 前記選択手段は、前記各画像の代表サイズの比のうち、前記画像全体のサイズに対して最も大きい代表サイズを示す比を前記基準比に選択することを特徴とする請求項1から請求項3の何れか一項に記載された画像処理装置。
- 前記計算手段は、画像に含まれる前記特定領域の面積の平均値を前記代表サイズにすることを特徴とする請求項1から請求項4の何れか一項に記載された画像処理装置。
- 前記計算手段は、前記画像に含まれる特定領域のうち、他の特定領域に比べて面積が小さい特定領域は、前記代表サイズの決定から除外することを特徴とする請求項5に記載された画像処理装置。
- 前記候補領域の決定手段は、画像に含まれる前記特定領域をすべて含む矩形領域を前記候補領域に決定することを特徴とする請求項1から請求項6の何れか一項に記載された画像処理装置。
- 前記トリミング領域の決定手段は、前記基準比と前記代表サイズの比の比率に従い前記トリミング領域のサイズを決定し、かつ、前記候補領域を含むように前記トリミング領域を決定することを特徴とする請求項1から請求項7の何れか一項に記載された画像処理装置。
- 前記トリミング領域の決定手段は、前記トリミング領域のサイズよりも前記候補領域のサイズが大きい場合、前記トリミング領域のサイズを所定範囲内で調整することを特徴とする請求項8に記載された画像処理装置。
- さらに、前記トリミング後の複数の画像を配置した画像データを生成する生成手段を有することを特徴とする請求項1から請求項9の何れか一項に記載された画像処理装置。
- 複数の画像を入力し、
前記入力した各画像に特定領域を設定し、
前記各画像の特定領域の代表サイズを決定して、その画像全体のサイズに対する前記代表サイズの比を計算し、
前記各画像について計算した前記代表サイズの比から、基準にする代表サイズの比を基準比として選択し、
前記各画像の特定領域に基づき、その画像をトリミングする場合の候補領域を決定し、
前記基準比、並びに、前記各画像の代表サイズの比および候補領域に基づき、前記各画像のトリミング領域を決定し、
前記トリミング領域に応じて、前記各画像をトリミングすることを特徴とする画像処理方法。 - コンピュータ装置を制御して、請求項1から請求項10の何れか一項に記載された画像処理装置の各手段として機能させることを特徴とするコンピュータプログラム。
- 請求項12に記載されたコンピュータプログラムが記録されたことを特徴とするコンピュータが読み取り可能な記憶媒体。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007311481A JP4850818B2 (ja) | 2007-11-30 | 2007-11-30 | 画像処理装置およびその方法 |
US12/277,529 US8265423B2 (en) | 2007-11-30 | 2008-11-25 | Image processing for arranging images based on size ratio |
US13/600,420 US8660381B2 (en) | 2007-11-30 | 2012-08-31 | Image processing apparatus, method, and computer readable medium for arranging images based on size ratio |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007311481A JP4850818B2 (ja) | 2007-11-30 | 2007-11-30 | 画像処理装置およびその方法 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2009135824A true JP2009135824A (ja) | 2009-06-18 |
JP2009135824A5 JP2009135824A5 (ja) | 2010-11-04 |
JP4850818B2 JP4850818B2 (ja) | 2012-01-11 |
Family
ID=40675798
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007311481A Expired - Fee Related JP4850818B2 (ja) | 2007-11-30 | 2007-11-30 | 画像処理装置およびその方法 |
Country Status (2)
Country | Link |
---|---|
US (2) | US8265423B2 (ja) |
JP (1) | JP4850818B2 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011166395A (ja) * | 2010-02-09 | 2011-08-25 | Oki Data Corp | 画像処理装置 |
JP2013157934A (ja) * | 2012-01-31 | 2013-08-15 | Nikon Corp | 画像処理装置、撮像装置、及び画像処理プログラム |
JP2018063675A (ja) * | 2016-10-14 | 2018-04-19 | キヤノン株式会社 | 画像処理装置および制御方法 |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4683339B2 (ja) * | 2006-07-25 | 2011-05-18 | 富士フイルム株式会社 | 画像トリミング装置 |
JP4850818B2 (ja) * | 2007-11-30 | 2012-01-11 | キヤノン株式会社 | 画像処理装置およびその方法 |
US8437575B2 (en) * | 2009-03-18 | 2013-05-07 | Shutterfly, Inc. | Proactive creation of image-based products |
JP4930607B2 (ja) * | 2010-02-04 | 2012-05-16 | カシオ計算機株式会社 | 画像処理装置、及び、画像処理プログラム |
JP5715433B2 (ja) * | 2011-02-08 | 2015-05-07 | キヤノン株式会社 | 撮像装置及びアルバム作成方法、プログラム並びに記憶媒体 |
US20120294514A1 (en) * | 2011-05-19 | 2012-11-22 | Xerox Corporation | Techniques to enable automated workflows for the creation of user-customized photobooks |
KR101795601B1 (ko) | 2011-08-11 | 2017-11-08 | 삼성전자주식회사 | 영상 처리 장치, 영상 처리 방법, 및 컴퓨터 판독가능 저장매체 |
GB201205340D0 (en) * | 2012-03-27 | 2012-05-09 | I Align Ltd | A method of processing an image |
JP5882975B2 (ja) * | 2012-12-26 | 2016-03-09 | キヤノン株式会社 | 画像処理装置、撮像装置、画像処理方法、及び記録媒体 |
US9351594B2 (en) * | 2013-03-15 | 2016-05-31 | Art.Com, Inc. | Method and system for wiring a picture frame and generating templates to hang picture frames in various layouts |
JP6119992B2 (ja) * | 2013-08-23 | 2017-04-26 | ブラザー工業株式会社 | 画像処理装置およびコンピュータプログラム |
JP6282065B2 (ja) * | 2013-09-05 | 2018-02-21 | キヤノン株式会社 | 画像処理装置、画像処理方法、及びプログラム |
JP6267502B2 (ja) * | 2013-12-10 | 2018-01-24 | キヤノン株式会社 | 撮像装置、撮像装置の制御方法、及び、プログラム |
US10027883B1 (en) * | 2014-06-18 | 2018-07-17 | Amazon Technologies, Inc. | Primary user selection for head tracking |
US9729865B1 (en) | 2014-06-18 | 2017-08-08 | Amazon Technologies, Inc. | Object detection and tracking |
US10276210B2 (en) | 2015-11-18 | 2019-04-30 | International Business Machines Corporation | Video enhancement |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11144067A (ja) * | 1997-11-07 | 1999-05-28 | Nec Corp | 画像レイアウトシステム、方法及び記録媒体 |
JPH11250223A (ja) * | 1998-02-27 | 1999-09-17 | Canon Inc | 画像処理装置及び方法並びに記憶媒体 |
JP2000165648A (ja) * | 1998-11-27 | 2000-06-16 | Fuji Photo Film Co Ltd | 画像処理方法および装置並びに記録媒体 |
Family Cites Families (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020040375A1 (en) * | 2000-04-27 | 2002-04-04 | Simon Richard A. | Method of organizing digital images on a page |
JP2001346031A (ja) * | 2000-06-05 | 2001-12-14 | Fuji Photo Film Co Ltd | 画像合成方法及び装置 |
JP3983469B2 (ja) * | 2000-11-14 | 2007-09-26 | 富士フイルム株式会社 | 画像処理装置、方法及び記録媒体 |
US7558441B2 (en) * | 2002-10-24 | 2009-07-07 | Canon Kabushiki Kaisha | Resolution conversion upon hierarchical coding and decoding |
GB2395781A (en) * | 2002-11-29 | 2004-06-02 | Sony Uk Ltd | Face detection |
US7415137B2 (en) * | 2002-12-13 | 2008-08-19 | Canon Kabushiki Kaisha | Image processing method, apparatus and storage medium |
JP4578948B2 (ja) * | 2003-11-27 | 2010-11-10 | 富士フイルム株式会社 | 画像編集装置および方法並びにプログラム |
US20050219665A1 (en) * | 2004-03-01 | 2005-10-06 | Fuji Photo Film Co., Ltd. | Apparatus, method, and program for editing images |
JP2005346474A (ja) | 2004-06-03 | 2005-12-15 | Canon Inc | 画像処理方法及び装置及びプログラム及び記憶媒体 |
US20060222243A1 (en) * | 2005-04-02 | 2006-10-05 | Newell Martin E | Extraction and scaled display of objects in an image |
US7529390B2 (en) * | 2005-10-03 | 2009-05-05 | Microsoft Corporation | Automatically cropping an image |
JP4412552B2 (ja) * | 2005-10-05 | 2010-02-10 | 富士フイルム株式会社 | 画像レイアウト装置および方法並びにプログラム |
JP4624947B2 (ja) * | 2006-03-22 | 2011-02-02 | 富士フイルム株式会社 | 画像のトリミング方法および装置並びにプログラム |
JP4706849B2 (ja) * | 2006-03-23 | 2011-06-22 | 花王株式会社 | ヘアスタイルシミュレーション画像の形成方法 |
JP2007274017A (ja) * | 2006-03-30 | 2007-10-18 | Fujifilm Corp | 自動トリミング方法および装置ならびにプログラム |
JP4849988B2 (ja) * | 2006-07-31 | 2012-01-11 | 三洋電機株式会社 | 撮像装置及び出力画像生成方法 |
JP4850818B2 (ja) * | 2007-11-30 | 2012-01-11 | キヤノン株式会社 | 画像処理装置およびその方法 |
-
2007
- 2007-11-30 JP JP2007311481A patent/JP4850818B2/ja not_active Expired - Fee Related
-
2008
- 2008-11-25 US US12/277,529 patent/US8265423B2/en not_active Expired - Fee Related
-
2012
- 2012-08-31 US US13/600,420 patent/US8660381B2/en not_active Expired - Fee Related
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11144067A (ja) * | 1997-11-07 | 1999-05-28 | Nec Corp | 画像レイアウトシステム、方法及び記録媒体 |
JPH11250223A (ja) * | 1998-02-27 | 1999-09-17 | Canon Inc | 画像処理装置及び方法並びに記憶媒体 |
JP2000165648A (ja) * | 1998-11-27 | 2000-06-16 | Fuji Photo Film Co Ltd | 画像処理方法および装置並びに記録媒体 |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011166395A (ja) * | 2010-02-09 | 2011-08-25 | Oki Data Corp | 画像処理装置 |
JP2013157934A (ja) * | 2012-01-31 | 2013-08-15 | Nikon Corp | 画像処理装置、撮像装置、及び画像処理プログラム |
JP2018063675A (ja) * | 2016-10-14 | 2018-04-19 | キヤノン株式会社 | 画像処理装置および制御方法 |
US11048929B2 (en) | 2016-10-14 | 2021-06-29 | Canon Kabushiki Kaisha | Human body detection apparatus, control method for human body detection apparatus |
Also Published As
Publication number | Publication date |
---|---|
JP4850818B2 (ja) | 2012-01-11 |
US8660381B2 (en) | 2014-02-25 |
US20120327127A1 (en) | 2012-12-27 |
US20090142003A1 (en) | 2009-06-04 |
US8265423B2 (en) | 2012-09-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4850818B2 (ja) | 画像処理装置およびその方法 | |
JP4998995B2 (ja) | アルバム作成装置および方法ならびにプログラム | |
JP5436367B2 (ja) | グラフィック配置決定方法ならびにそのプログラムおよび情報処理装置 | |
US11810232B2 (en) | System and method for generating a digital image collage | |
US20120102398A1 (en) | Automated image template layout method | |
JP2015041359A (ja) | 画像処理装置およびコンピュータプログラム | |
KR101098754B1 (ko) | 화상 처리 장치 및 화상 처리 방법 | |
JP5366699B2 (ja) | 画像処理装置、画像処理方法、および、画像処理プログラム | |
US20090244608A1 (en) | Image-Output Control Device, Method of Controlling Image-Output, Program for Controlling Image-Output, and Printing Device | |
JP2004320277A (ja) | プリント用端末、プリントシステム、記憶媒体及びプログラム | |
JP2009151698A (ja) | 画像変換装置、画像提供システム、撮影編集装置、画像変換方法、画像変換プログラム、および該プログラムを記録した記録媒体 | |
JP2009237976A (ja) | 顔画像出力制御装置、顔画像出力制御方法、顔画像出力制御プログラムおよび印刷装置 | |
JP6891055B2 (ja) | 画像処理装置、画像処理方法、及びプログラム | |
JP4437996B2 (ja) | インデックスプリント作成方法および装置ならびにプログラム | |
JP2002209088A (ja) | 画像編集装置及び方法 | |
JP2007200091A (ja) | 画像処理装置 | |
KR20120128943A (ko) | 디지털 사진 인화기의 사생활 보호 화면 생성 방법 및 이를 이용한 디지털 사진 인화기 | |
JP2011135350A (ja) | 画像処理装置およびその制御方法 | |
JP2008301274A (ja) | 情報処理装置、情報処理方法及びプログラム | |
JP2009237978A (ja) | 画像出力制御装置、画像出力制御方法、画像出力制御プログラムおよび印刷装置 | |
JP3120074B2 (ja) | 証明写真作成装置,及び証明写真作成用プログラムを記録した記録媒体 | |
JP2019208088A (ja) | 画像処理装置、画像処理方法および画像処理プログラム | |
JP4380268B2 (ja) | 画像領域選択方法及び装置 | |
JP2005159650A (ja) | 画像処理装置、画像処理方法ならびに記憶媒体、プログラム | |
JP2007189288A (ja) | デジタル画像編集装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100921 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100921 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110915 |
|
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: 20110922 |
|
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: 20111019 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141028 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |