JP2009246919A - 画像処理装置および方法並びにプログラム - Google Patents
画像処理装置および方法並びにプログラム Download PDFInfo
- Publication number
- JP2009246919A JP2009246919A JP2008094500A JP2008094500A JP2009246919A JP 2009246919 A JP2009246919 A JP 2009246919A JP 2008094500 A JP2008094500 A JP 2008094500A JP 2008094500 A JP2008094500 A JP 2008094500A JP 2009246919 A JP2009246919 A JP 2009246919A
- Authority
- JP
- Japan
- Prior art keywords
- image
- original image
- partial
- original
- attention
- 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
- 238000003672 processing method Methods 0.000 title claims description 3
- 238000000605 extraction Methods 0.000 claims description 17
- 239000000284 extract Substances 0.000 abstract description 6
- 239000003086 colorant Substances 0.000 abstract description 3
- 238000000034 method Methods 0.000 description 22
- 230000006870 function Effects 0.000 description 5
- 238000001514 detection method Methods 0.000 description 4
- 238000004458 analytical method Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000001815 facial effect Effects 0.000 description 3
- 238000010801 machine learning Methods 0.000 description 2
- 239000000463 material Substances 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 241000251468 Actinopterygii Species 0.000 description 1
- 241000282412 Homo Species 0.000 description 1
- 241001465754 Metazoa Species 0.000 description 1
- 230000009189 diving Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005562 fading Methods 0.000 description 1
- 238000001914 filtration Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 125000002924 primary amino group Chemical group [H]N([H])* 0.000 description 1
- 238000005070 sampling Methods 0.000 description 1
- 238000009966 trimming Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- 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/44—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
- G06V10/443—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
- G06V10/449—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters
- G06V10/451—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters with interaction between the filter responses, e.g. cortical complex cells
- G06V10/454—Integrating the filters into a hierarchical structure, e.g. convolutional neural networks [CNN]
-
- 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/20—Image preprocessing
- G06V10/25—Determination of region of interest [ROI] or a volume of interest [VOI]
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- General Physics & Mathematics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Biodiversity & Conservation Biology (AREA)
- Health & Medical Sciences (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Image Processing (AREA)
- Editing Of Facsimile Originals (AREA)
- Controls And Circuits For Display Device (AREA)
- Image Analysis (AREA)
Abstract
【解決手段】注目領域抽出手段11により、オリジナル画像Pの色、明度、および、該オリジナル画像に現れた直線成分の方向に基づいて、該オリジナル画像P中の各部分の特徴が該部分の周囲に位置する部分の特徴と異なる度合いを求めて、これらの度合いに応じて注目領域をオリジナル画像Pの中から抽出する。部分画像作成手段12により、注目領域を含む所定の範囲内の画像を前記オリジナル画像から切り出すことにより部分画像を作成し、表示する。
【選択図】図1
Description
また、上記所定の閾値または上記識別条件から算出される特定のオブジェクトであろうオブジェクトの確信度を求めることができる。
10 オリジナル画像記憶手段
11 注目領域抽出手段
12 部分画像作成手段
13 表示手段
14 指示手段
P オリジナル画像
Q 部分画像
ROI 注目領域
Claims (6)
- オリジナル画像を記憶するオリジナル画像記憶手段と、
前記オリジナル画像の色、明度、および、該オリジナル画像に現れた直線成分の方向に基づいて、該オリジナル画像中の各部分の特徴が該部分の周囲に位置する部分の特徴と異なる度合いを求めて、これらの度合いに応じて注目領域を前記オリジナル画像の中から抽出する注目領域抽出手段と、
該注目領域抽出手段により抽出された注目領域を含む所定の範囲内の画像を前記オリジナル画像から切り出すことにより部分画像を作成する部分画像作成手段と、
該部分画像作成手段により作成された部分画像を表示する表示手段とを備えることを特徴とする画像処理装置。 - 前記部分画像が複数作成された際に、該複数作成された部分画像のうち、いずれかの前記部分画像を選択し、該選択された部分画像を前記表示手段に表示させるように指示する指示手段とを更に備えることを特徴とする請求項1記載の画像処理装置。
- 前記部分画像作成手段が、更に前記表示手段の解像度の大きさに基づいて、前記部分画像を作成するものであることを特徴とする請求項1または2記載の画像処理装置。
- 前記注目領域抽出手段が、抽出した各注目領域に対する注目度を算出するものであり、
前記表示手段が、前記注目度が高い注目領域を含む部分画像から順番に表示するものであることを特徴とする請求項1から3いずれか1項記載の画像処理装置。 - オリジナル画像を記憶し、
前記オリジナル画像の色、明度、および、該オリジナル画像に現れた直線成分の方向に基づいて、該オリジナル画像中の各部分の特徴が該部分の周囲に位置する部分の特徴と異なる度合いを求めて、これらの度合いに応じて注目領域を前記オリジナル画像の中から抽出し、
該抽出された注目領域を含む所定の範囲内の画像を前記オリジナル画像から切り出すことにより部分画像を作成し、
該作成された部分画像を表示することを特徴とする画像処理方法。 - コンピュータに、
オリジナル画像を記憶する機能と、
前記オリジナル画像の色、明度、および、該オリジナル画像に現れた直線成分の方向に基づいて、該オリジナル画像中の各部分の特徴が該部分の周囲に位置する部分の特徴と異なる度合いを求めて、これらの度合いに応じて注目領域を前記オリジナル画像の中から抽出する機能と、
該抽出された注目領域を含む所定の範囲内の画像を前記オリジナル画像から切り出すことにより部分画像を作成する機能と、
該作成された部分画像を表示する機能とを実行させることを特徴とするプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008094500A JP5016541B2 (ja) | 2008-04-01 | 2008-04-01 | 画像処理装置および方法並びにプログラム |
US12/416,437 US8687887B2 (en) | 2008-04-01 | 2009-04-01 | Image processing method, image processing apparatus, and image processing program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008094500A JP5016541B2 (ja) | 2008-04-01 | 2008-04-01 | 画像処理装置および方法並びにプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009246919A true JP2009246919A (ja) | 2009-10-22 |
JP5016541B2 JP5016541B2 (ja) | 2012-09-05 |
Family
ID=41117296
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008094500A Active JP5016541B2 (ja) | 2008-04-01 | 2008-04-01 | 画像処理装置および方法並びにプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8687887B2 (ja) |
JP (1) | JP5016541B2 (ja) |
Families Citing this family (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8774517B1 (en) * | 2007-06-14 | 2014-07-08 | Hrl Laboratories, Llc | System for identifying regions of interest in visual imagery |
US9740949B1 (en) | 2007-06-14 | 2017-08-22 | Hrl Laboratories, Llc | System and method for detection of objects of interest in imagery |
US9778351B1 (en) | 2007-10-04 | 2017-10-03 | Hrl Laboratories, Llc | System for surveillance by integrating radar with a panoramic staring sensor |
US9600745B2 (en) * | 2011-03-17 | 2017-03-21 | Nec Corporation | Image recognition system, image recognition method, and non-transitory computer readable medium storing image recognition program |
JP5594282B2 (ja) * | 2011-03-31 | 2014-09-24 | カシオ計算機株式会社 | 画像処理装置 |
US9025873B2 (en) * | 2011-11-10 | 2015-05-05 | Canon Kabushiki Kaisha | Image processing apparatus and control method therefor |
US9218782B2 (en) | 2011-11-16 | 2015-12-22 | Stmicroelectronics International N.V. | Video window detection |
US20130120588A1 (en) * | 2011-11-16 | 2013-05-16 | Stmicroelectronics, Inc. | Video window detection |
US20140055607A1 (en) * | 2012-08-22 | 2014-02-27 | Jiunn-Kuang Chen | Game character plugin module and method thereof |
US9710493B2 (en) | 2013-03-08 | 2017-07-18 | Microsoft Technology Licensing, Llc | Approximate K-means via cluster closures |
US20140254922A1 (en) * | 2013-03-11 | 2014-09-11 | Microsoft Corporation | Salient Object Detection in Images via Saliency |
US9607235B2 (en) * | 2013-03-14 | 2017-03-28 | Facebook, Inc. | Image cropping according to points of interest |
US9330334B2 (en) * | 2013-10-24 | 2016-05-03 | Adobe Systems Incorporated | Iterative saliency map estimation |
US9299004B2 (en) | 2013-10-24 | 2016-03-29 | Adobe Systems Incorporated | Image foreground detection |
US10019823B2 (en) | 2013-10-24 | 2018-07-10 | Adobe Systems Incorporated | Combined composition and change-based models for image cropping |
US10114532B2 (en) * | 2013-12-06 | 2018-10-30 | Google Llc | Editing options for image regions |
JP6417134B2 (ja) * | 2014-07-04 | 2018-10-31 | キヤノン株式会社 | 画像読取装置、プログラム、画像読取方法、画像読取システム、及びサーバシステム |
US10332266B2 (en) * | 2014-11-18 | 2019-06-25 | Agency For Science, Technology And Research | Method and device for traffic sign recognition |
CN104410793B (zh) * | 2014-12-16 | 2018-08-10 | 联想(北京)有限公司 | 一种图像处理方法及电子设备 |
JP6642970B2 (ja) * | 2015-03-05 | 2020-02-12 | キヤノン株式会社 | 注目領域検出装置、注目領域検出方法及びプログラム |
US9715638B1 (en) * | 2015-12-31 | 2017-07-25 | Nokia Technologies Oy | Method and apparatus for identifying salient subimages within a panoramic image |
GB202108749D0 (en) * | 2016-05-23 | 2021-08-04 | Canon Kk | Method, device, and computer program for adaptive streaming of virtual reality media content |
KR20180086048A (ko) | 2017-01-20 | 2018-07-30 | 한화에어로스페이스 주식회사 | 카메라 및 카메라의 영상 처리 방법 |
CN109544583B (zh) * | 2018-11-23 | 2023-04-18 | 广东工业大学 | 一种提取皮革图像感兴趣区域的方法、装置及设备 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001236508A (ja) * | 2000-02-23 | 2001-08-31 | Fujitsu Ltd | 顕著性算出装置及び方法 |
JP2004228995A (ja) * | 2003-01-23 | 2004-08-12 | Seiko Epson Corp | 画像トリミング装置、画像のトリミング方法、及びプログラム |
JP2006013722A (ja) * | 2004-06-23 | 2006-01-12 | Matsushita Electric Ind Co Ltd | 画像処理装置および画像処理方法 |
JP2007318393A (ja) * | 2006-05-25 | 2007-12-06 | Fujifilm Corp | トリミング画像表示装置ならびにプログラム |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE69842020D1 (de) * | 1997-01-31 | 2011-01-05 | Hitachi Ltd | Bildanzeigesystem mit der Veranlagung zur Modifikation von Anzeigeeigenschaften in einem bestimmten Anzeigebereich |
JP2001299733A (ja) * | 2000-04-27 | 2001-10-30 | Konica Corp | Pci放射線画像処理装置、pci放射線画像検出処理装置、pci放射線画像出力装置及びpci画像診断支援装置 |
CA2421468A1 (en) * | 2002-03-14 | 2003-09-14 | Matsushita Electric Industrial Co., Ltd. | Image processing device and ultrasonic diagnostic device |
JP4489608B2 (ja) | 2004-03-31 | 2010-06-23 | 富士フイルム株式会社 | ディジタル・スチル・カメラ,画像再生装置および顔画像表示装置ならびにそれらの制御方法 |
WO2005120353A1 (en) * | 2004-06-14 | 2005-12-22 | Canon Kabushiki Kaisha | Image processing device and method |
JP4510713B2 (ja) * | 2005-07-21 | 2010-07-28 | 富士フイルム株式会社 | デジタルカメラ |
JP4894252B2 (ja) * | 2005-12-09 | 2012-03-14 | ソニー株式会社 | データ表示装置、データ表示方法及びデータ表示プログラム |
JP4904108B2 (ja) * | 2006-07-25 | 2012-03-28 | 富士フイルム株式会社 | 撮影装置及び画像表示制御方法 |
US7855743B2 (en) * | 2006-09-08 | 2010-12-21 | Sony Corporation | Image capturing and displaying apparatus and image capturing and displaying method |
JP2009268085A (ja) * | 2008-03-31 | 2009-11-12 | Fujifilm Corp | 画像トリミング装置およびプログラム |
JP5655355B2 (ja) * | 2009-11-02 | 2015-01-21 | ソニー株式会社 | 画素欠陥補正装置、撮像装置、画素欠陥補正方法、およびプログラム |
-
2008
- 2008-04-01 JP JP2008094500A patent/JP5016541B2/ja active Active
-
2009
- 2009-04-01 US US12/416,437 patent/US8687887B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001236508A (ja) * | 2000-02-23 | 2001-08-31 | Fujitsu Ltd | 顕著性算出装置及び方法 |
JP2004228995A (ja) * | 2003-01-23 | 2004-08-12 | Seiko Epson Corp | 画像トリミング装置、画像のトリミング方法、及びプログラム |
JP2006013722A (ja) * | 2004-06-23 | 2006-01-12 | Matsushita Electric Ind Co Ltd | 画像処理装置および画像処理方法 |
JP2007318393A (ja) * | 2006-05-25 | 2007-12-06 | Fujifilm Corp | トリミング画像表示装置ならびにプログラム |
Also Published As
Publication number | Publication date |
---|---|
US8687887B2 (en) | 2014-04-01 |
US20090245626A1 (en) | 2009-10-01 |
JP5016541B2 (ja) | 2012-09-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5016541B2 (ja) | 画像処理装置および方法並びにプログラム | |
US9390466B2 (en) | Image processing apparatus and method, image capturing apparatus and program | |
JP4844657B2 (ja) | 画像処理装置及び方法 | |
US8908976B2 (en) | Image information processing apparatus | |
EP2915333B1 (en) | Depth map generation from a monoscopic image based on combined depth cues | |
JP4865038B2 (ja) | 顔検出と肌の色合いの情報を用いたデジタル画像処理 | |
US20090278958A1 (en) | Method and an apparatus for detecting a composition adjusted | |
US8983202B2 (en) | Smile detection systems and methods | |
US20090179998A1 (en) | Modification of Post-Viewing Parameters for Digital Images Using Image Region or Feature Information | |
WO2007142621A1 (en) | Modification of post-viewing parameters for digital images using image region or feature information | |
JP5016540B2 (ja) | 画像処理装置および方法並びにプログラム | |
JP2009268085A (ja) | 画像トリミング装置およびプログラム | |
CN101398896B (zh) | 用于成像设备的提取有强识别力的颜色特征的设备和方法 | |
JP2008217479A (ja) | 画像配置方法及び装置 | |
KR101513931B1 (ko) | 구도의 자동보정 방법 및 이러한 구도의 자동보정 기능이 탑재된 영상 장치 | |
JP2011150594A (ja) | 画像処理装置および方法、並びにプログラム | |
JP5095501B2 (ja) | 注目度算出装置および方法並びにプログラム | |
Greco et al. | Saliency based aesthetic cut of digital images | |
JP2005250778A (ja) | 画像の天地方向判定 | |
JP5006839B2 (ja) | トリミングルール学習装置および方法並びにプログラム | |
JP4831344B2 (ja) | 目の位置の検出方法 | |
JP5016542B2 (ja) | 画像処理装置、画像記憶装置、および、画像処理装置のプログラム | |
Wang et al. | Online photography assistance by exploring geo-referenced photos on MID/UMPC | |
CN115035146A (zh) | 图片拍摄方法、设备、存储介质及装置 | |
JP2009245256A (ja) | 画像レイアウト方法および装置、並びにプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110124 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120209 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120214 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120416 |
|
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: 20120515 |
|
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: 20120608 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150615 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5016541 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |