JP2008282100A - 画像検索装置及び画像検索方法 - Google Patents
画像検索装置及び画像検索方法 Download PDFInfo
- Publication number
- JP2008282100A JP2008282100A JP2007123667A JP2007123667A JP2008282100A JP 2008282100 A JP2008282100 A JP 2008282100A JP 2007123667 A JP2007123667 A JP 2007123667A JP 2007123667 A JP2007123667 A JP 2007123667A JP 2008282100 A JP2008282100 A JP 2008282100A
- Authority
- JP
- Japan
- Prior art keywords
- image
- printable area
- image search
- print target
- searching
- 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
- G06F16/5838—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using colour
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Library & Information Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Processing Or Creating Images (AREA)
- Record Information Processing For Printing (AREA)
- Editing Of Facsimile Originals (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】印刷可能領域の形状情報を入力するステップと、画像検索条件を設定するステップと、印刷可能領域の形状情報と画像検索条件に基づき、複数の画像の中から印刷対象画像を検索するステップとを含む。
【選択図】図1
Description
図1は、不定型葉書やシール等の特殊な形状の印刷可能領域に印刷するための印刷対象画像を検索する手順を示すフローチャートである。図2は、ハート型の印刷可能領域を示す。
t[x,y]=1 式(1.1)
の場合は、印刷可能領域内とし、
t[x,y]=0 式(1.2)
の場合は、印刷可能領域外とする。
t(x[i],y[i])=1 式(1.3)
である場合は、図3に示すように、人物の顔は印刷可能領域内に収まる。
t(x[i],y[i])=0 式(1.4)
である場合は、図4に示すように、人物の顔は印刷可能領域外にはみ出る。この場合、画像検索装置は、検索された画像を非印刷対象画像のグループに振り分ける。また、印刷可能領域を移動することにより顔領域が印刷可能領域に収まるように配置すると、図5に示すように、印刷可能領域に余白(ハートの左部及び下部)が生ずる場合がある。この場合も、画像検索装置は、検索された印刷対象画像を非印刷対象画像のグループに振り分ける。
図6は、光ディスクのレーベル面に印刷するための印刷対象画像を検索する手順を示すフローチャートである。図7は、光ディスクの形状を示す。光ディスクはドーナツ状の形状を有するため、その形状は外形r1、内径r2、外枠R1、非印刷可能領域R2、中心座標(0、0)で表される。外枠R1は外径r1を半径とする円の内部領域であり、非印刷可能領域R2は、内径r2を半径とする円の内部領域である。外径r1と、内径r2は、後述する画像検索条件設定画面を介してユーザが設定することができる。
次いで、画像検索装置は、外枠R1の座標情報R1[x,y]を記憶装置に一旦記憶する。外枠R1は、記憶装置に予め登録しておいてもよい。
R1(x[i],y[i])=1 式(2.2)
である場合は、図9に示すように、顔領域は外枠R1内に収まる。
R1(x[i],y[i])=0 式(2.3)
である場合は、顔領域は外枠R1外にはみ出す。この場合、画像検索装置は、検索された画像を非印刷対象画像のグループに振り分ける。また、外枠R1を移動することにより顔領域が外枠R1に収まるように配置すると、図8に示すように、外枠R1に余白(外枠R1の上部及び右部)が生ずる場合がある。この場合も、画像検索装置は、検索された印刷対象画像を非印刷対象画像のグループに振り分ける。
R2=πr22 式(2.4)
R2(x[i],y[i])=0 式(2.5)
を満たす場合は、ステップS607に進む。
R2(x[i],y[i])=1 式(2.6)
を満たす場合は、ステップS608に進む。
次に、文字が既に印刷されている光ディスクのレーベル面に更に文字を印刷するための印刷対象画像を検索する例を説明する。図11は、文字が印刷されている光ディスクのレーベル面を示す。実施例3では、文字領域を非印刷可能領域に設定し、それ以外の空白領域(斜線部)を印刷可能領域に設定し、非印刷可能領域と重ならない主要な被写体を含む印刷対象画像を検索する。画像検索のフローチャートは、図1に示したものと同じである。
図15は、検索された印刷対象画像を特殊な形状の印刷可能領域の大きさに応じて拡大又は縮小して印刷可能領域に印刷する手順を示すフローチャートである。
Claims (18)
- 印刷可能領域の形状情報を入力する手段と、
画像検索条件を設定する手段と、
前記印刷可能領域の形状情報と前記画像検索条件に基づき、複数の画像の中から印刷対象画像を検索する手段と
を備えることを特徴とする画像検索装置。 - 前記印刷可能領域の形状情報を予め記憶する手段を更に備えることを特徴とする請求項1記載の画像検索装置。
- 前記形状情報は、前記印刷可能領域の座標情報からなることを特徴とする請求項1又は2に記載の画像検索装置。
- 前記印刷可能領域は、光ディスクのレーベル面であることを特徴とする請求項1〜3のいずれか1項に記載の画像検索装置。
- 前記印刷対象画像を検索する手段は、
前記画像に含まれる主要被写体を検出し、前記印刷可能領域に収まる主要被写体を含む画像であって、かつ、前記印刷可能領域の全体を覆う画像を、前記印刷対象画像として出力することを特徴とする請求項1〜4のいずれか1項に記載の画像検索装置。 - 前記印刷対象画像を検索する手段は、
前記検索条件を満たす画像を拡大又は縮小することを特徴とする請求項1〜5のいずれか1項に記載の画像検索装置。 - 前記印刷対象画像を検索する手段は、
前記拡大又は縮小された画像に含まれる主要被写体が前記印刷可能領域に収まるかどうかを判定することを特徴とする請求項6記載の画像検索装置。 - 前記印刷対象画像を検索する手段は、
前記拡大又は縮小された画像が前記印刷可能領域の全体を覆うかどうかを判定することを特徴とする請求項6記載の画像検索装置。 - 前記画像検索条件は、
前記主要被写体を特定する条件を含むことを特徴とする請求項5〜8のいずれか1項に記載の画像検索装置。 - 前記画像検索条件は、前記印刷可能領域を占める前記主要被写体の大きさを特定するための条件を含むことを特徴とする請求項5〜8のいずれか1項に記載の画像検索装置。
- 前記主要被写体は、人物の顔領域であることを特徴とする請求項9記載の画像検索装置。
- 前記主要被写体は、指定された方向を向いた人物の顔領域であることを特徴とする請求項9記載の画像検索装置。
- 前記主要被写体は、指定されたキーワードに基づき特定されることを特徴とする請求項9記載の画像検索装置。
- 前記画像は、動画像を一定間隔の時間毎に切り出した画像であることを特徴とする請求項1〜13のいずれか1項に記載の画像検索装置。
- 印刷可能領域の形状情報を入力するステップと、
画像検索条件を設定するステップと、
前記印刷可能領域の形状情報と前記画像検索条件に基づき、複数の画像の中から印刷対象画像を検索するステップと
を含むことを特徴とする画像検索方法。 - 前記印刷対象画像を検索するステップは、前記画像に含まれる主要被写体を検出し、前記印刷可能領域に収まる主要被写体を含む画像であって、かつ、前記印刷可能領域の全体を覆う画像を、前記印刷対象画像として出力することを特徴とする請求項15記載の画像検索方法。
- コンピュータに、
印刷可能領域の形状情報を入力するステップと、
画像検索条件を設定するステップと、
前記印刷可能領域の形状情報と前記画像検索条件に基づき、複数の画像の中から印刷対象画像を検索するステップと
を実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。 - コンピュータに、
印刷可能領域の形状情報を入力するステップと、
画像検索条件を設定するステップと、
前記印刷可能領域の形状情報と前記画像検索条件に基づき、複数の画像の中から印刷対象画像を検索するステップと
を実行させるためのプログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007123667A JP4891144B2 (ja) | 2007-05-08 | 2007-05-08 | 画像検索装置及び画像検索方法 |
US12/115,871 US8102560B2 (en) | 2007-05-08 | 2008-05-06 | Device for searching print target image adapted for printable area |
US13/354,806 US8587823B2 (en) | 2007-05-08 | 2012-01-20 | Device for searching print target image adapted for printable area |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007123667A JP4891144B2 (ja) | 2007-05-08 | 2007-05-08 | 画像検索装置及び画像検索方法 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2008282100A true JP2008282100A (ja) | 2008-11-20 |
JP2008282100A5 JP2008282100A5 (ja) | 2010-06-24 |
JP4891144B2 JP4891144B2 (ja) | 2012-03-07 |
Family
ID=39969228
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007123667A Active JP4891144B2 (ja) | 2007-05-08 | 2007-05-08 | 画像検索装置及び画像検索方法 |
Country Status (2)
Country | Link |
---|---|
US (2) | US8102560B2 (ja) |
JP (1) | JP4891144B2 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015103205A (ja) * | 2013-11-28 | 2015-06-04 | 富士ゼロックス株式会社 | 印刷システムおよびプログラム |
JP2016163971A (ja) * | 2015-03-06 | 2016-09-08 | 株式会社沖データ | 画像処理装置 |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009262539A (ja) * | 2008-04-01 | 2009-11-12 | Seiko Epson Corp | 印刷装置、印刷方法、印刷設定決定装置、及びコンピュータープログラム |
JP4930504B2 (ja) * | 2008-12-26 | 2012-05-16 | ブラザー工業株式会社 | プリンタ及び印刷方法 |
JP5136444B2 (ja) * | 2009-01-29 | 2013-02-06 | セイコーエプソン株式会社 | 画像処理方法およびそのプログラム並びに画像処理装置 |
JP5328505B2 (ja) * | 2009-06-18 | 2013-10-30 | キヤノン株式会社 | 画像処理装置および画像処理方法 |
JP5436104B2 (ja) * | 2009-09-04 | 2014-03-05 | キヤノン株式会社 | 画像検索装置及び画像検索方法 |
US9536046B2 (en) * | 2010-01-12 | 2017-01-03 | Microsoft Technology Licensing, Llc | Automated acquisition of facial images |
JP5464157B2 (ja) * | 2011-02-25 | 2014-04-09 | ブラザー工業株式会社 | 画像処理装置及び画像処理プログラム |
US9524447B2 (en) | 2014-03-05 | 2016-12-20 | Sizhe Tan | Searching 2D image based on transformed 1D data matching |
WO2019083551A1 (en) * | 2017-10-27 | 2019-05-02 | Hp Inc. | IMAGE ALIGNMENTS WITH PRE-CUT FORMS |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006345322A (ja) * | 2005-06-09 | 2006-12-21 | Olympus Imaging Corp | カメラ及びこのカメラの撮影制御方法 |
JP2007065940A (ja) * | 2005-08-31 | 2007-03-15 | Seiko Epson Corp | 画像選択装置および画像選択方法 |
Family Cites Families (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5550928A (en) * | 1992-12-15 | 1996-08-27 | A.C. Nielsen Company | Audience measurement system and method |
JP2003018388A (ja) | 2001-06-29 | 2003-01-17 | Minolta Co Ltd | 画像処理の装置と方法 |
JP3646931B2 (ja) * | 2001-08-29 | 2005-05-11 | セイコーエプソン株式会社 | イメージレタッチプログラム |
JP4138371B2 (ja) * | 2002-06-06 | 2008-08-27 | 富士フイルム株式会社 | 解剖学的特徴位置検出装置並びに記録媒体および被写体構造計測装置並びに記録媒体 |
US20040004633A1 (en) * | 2002-07-03 | 2004-01-08 | Perry James N. | Web-based system and method for ordering and fitting prescription lens eyewear |
JP4154976B2 (ja) * | 2002-09-24 | 2008-09-24 | セイコーエプソン株式会社 | レイアウトシステム、プログラム |
JP4089655B2 (ja) * | 2003-09-16 | 2008-05-28 | セイコーエプソン株式会社 | レイアウトシステムおよびレイアウトプログラム、並びにレイアウト方法 |
KR100703335B1 (ko) * | 2004-04-07 | 2007-04-03 | 삼성전자주식회사 | 휴대단말기의 메뉴 표시 방법 |
JP4286860B2 (ja) * | 2004-05-21 | 2009-07-01 | 旭化成株式会社 | 動作内容判定装置 |
JP2006167965A (ja) | 2004-12-13 | 2006-06-29 | Canon Inc | 光ディスクのラベル印刷装置及び方法 |
JP4702598B2 (ja) * | 2005-03-15 | 2011-06-15 | オムロン株式会社 | 監視システム、監視装置および方法、記録媒体、並びにプログラム |
JP4457980B2 (ja) * | 2005-06-21 | 2010-04-28 | ソニー株式会社 | 撮像装置、この装置の処理方法およびその方法をコンピュータに実行させるプログラム |
JP4595750B2 (ja) * | 2005-08-29 | 2010-12-08 | ソニー株式会社 | 画像処理装置および方法、並びにプログラム |
US20070052726A1 (en) * | 2005-09-08 | 2007-03-08 | David Wright | Method and system for likeness reconstruction |
US7860162B2 (en) * | 2005-09-29 | 2010-12-28 | Panasonic Corporation | Object tracking method and object tracking apparatus |
JP2007206920A (ja) * | 2006-02-01 | 2007-08-16 | Sony Corp | 画像処理装置および方法、検索装置および方法、プログラム、並びに記録媒体 |
JP5170961B2 (ja) * | 2006-02-01 | 2013-03-27 | ソニー株式会社 | 画像処理システム、画像処理装置および方法、プログラム、並びに記録媒体 |
JP4926568B2 (ja) | 2006-06-29 | 2012-05-09 | キヤノン株式会社 | 画像処理装置、画像処理方法、及び画像処理プログラム |
JP4637063B2 (ja) | 2006-07-04 | 2011-02-23 | キヤノン株式会社 | 画像処理装置、画像処理方法およびプログラム |
JP4632452B2 (ja) | 2006-07-07 | 2011-02-16 | キヤノン株式会社 | 画像補正処理装置、画像補正処理方法、プログラム及び記憶媒体 |
JP4958497B2 (ja) * | 2006-08-07 | 2012-06-20 | キヤノン株式会社 | 位置姿勢測定装置及び位置姿勢測定方法、複合現実感提示システム、コンピュータプログラム及び記憶媒体 |
JP4968929B2 (ja) * | 2007-07-20 | 2012-07-04 | キヤノン株式会社 | 画像処理装置及び画像処理方法 |
-
2007
- 2007-05-08 JP JP2007123667A patent/JP4891144B2/ja active Active
-
2008
- 2008-05-06 US US12/115,871 patent/US8102560B2/en not_active Expired - Fee Related
-
2012
- 2012-01-20 US US13/354,806 patent/US8587823B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006345322A (ja) * | 2005-06-09 | 2006-12-21 | Olympus Imaging Corp | カメラ及びこのカメラの撮影制御方法 |
JP2007065940A (ja) * | 2005-08-31 | 2007-03-15 | Seiko Epson Corp | 画像選択装置および画像選択方法 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015103205A (ja) * | 2013-11-28 | 2015-06-04 | 富士ゼロックス株式会社 | 印刷システムおよびプログラム |
JP2016163971A (ja) * | 2015-03-06 | 2016-09-08 | 株式会社沖データ | 画像処理装置 |
Also Published As
Publication number | Publication date |
---|---|
US8102560B2 (en) | 2012-01-24 |
US20080278737A1 (en) | 2008-11-13 |
US20120114268A1 (en) | 2012-05-10 |
JP4891144B2 (ja) | 2012-03-07 |
US8587823B2 (en) | 2013-11-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4891144B2 (ja) | 画像検索装置及び画像検索方法 | |
JP5614037B2 (ja) | 画像表示装置、および画像表示用プログラム | |
JP5327683B2 (ja) | プリンタを用いて1つまたは複数の画像に関して動作を実行すること | |
US10567601B2 (en) | Display device, display method, and recording medium for displaying template | |
US8773686B2 (en) | Image processing method and image processing apparatus | |
JP6702900B2 (ja) | 情報処理装置、表示制御方法、及びプログラム | |
US8509564B2 (en) | Graphic arrangement deciding method, recording medium and information processing apparatus | |
JP2007122684A (ja) | レイアウト情報生成装置、レイアウト情報生成方法、レイアウト情報生成プログラム、発注者装置、画像作成システム、画像作成方法、および画像作成プログラム | |
JP2006121275A (ja) | 撮影方法および撮影装置 | |
JP4685843B2 (ja) | アルバム編集装置および方法ならびにプログラム | |
JP2006185058A (ja) | 画像処理装置 | |
JP2006323584A (ja) | ページ出力制御装置およびページ出力制御プログラム | |
JP2009055272A (ja) | 画像処理装置、画像処理方法、および、画像処理プログラム | |
JP2008187256A (ja) | 動画作成装置、方法およびプログラム | |
JP4560392B2 (ja) | 画像処理方法、画像処理装置、およびプログラム | |
JP4294805B2 (ja) | 画像処理装置、画像処理方法、及び記録媒体 | |
JP2006167965A (ja) | 光ディスクのラベル印刷装置及び方法 | |
JP4389728B2 (ja) | 画像形成装置、画像選択画面生成方法、及びプログラム | |
JP2006229769A (ja) | 画像処理装置及び画像処理方法 | |
JP2005324512A (ja) | 画像記録装置 | |
JP2006128918A (ja) | 印刷画像データ処理装置、印刷画像データ処理方法及び印刷画像データ処理用プログラム | |
JP2006197567A (ja) | 画像処理方法、画像処理装置、および画像処理装置の制御プログラム | |
JP2004326430A (ja) | プリントシステム | |
JP2003326793A (ja) | 印刷方法及び印刷装置 | |
JP2007005886A (ja) | 合成画像生成装置および方法並びにプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100510 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100510 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20101106 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110812 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111011 |
|
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: 20111118 |
|
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: 20111215 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 4891144 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141222 Year of fee payment: 3 |