JP5772446B2 - 画像処理装置及び画像処理プログラム - Google Patents
画像処理装置及び画像処理プログラム Download PDFInfo
- Publication number
- JP5772446B2 JP5772446B2 JP2011209032A JP2011209032A JP5772446B2 JP 5772446 B2 JP5772446 B2 JP 5772446B2 JP 2011209032 A JP2011209032 A JP 2011209032A JP 2011209032 A JP2011209032 A JP 2011209032A JP 5772446 B2 JP5772446 B2 JP 5772446B2
- Authority
- JP
- Japan
- Prior art keywords
- area
- image processing
- image
- region
- processing apparatus
- 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.)
- Active
Links
- 238000001514 detection method Methods 0.000 claims description 26
- 238000010606 normalization Methods 0.000 claims description 5
- 238000000034 method Methods 0.000 description 32
- 238000003384 imaging method Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 230000006870 function Effects 0.000 description 4
- 238000006243 chemical reaction Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000012447 hatching Effects 0.000 description 1
- 238000003709 image segmentation Methods 0.000 description 1
- 238000009966 trimming Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/11—Region-based segmentation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/162—Segmentation; Edge detection involving graph-based methods
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/194—Segmentation; Edge detection involving foreground-background segmentation
-
- 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/28—Quantising the image, e.g. histogram thresholding for discrimination between background and foreground patterns
-
- 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
- G06V40/162—Detection; Localisation; Normalisation using pixel segmentation or colour matching
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30196—Human being; Person
- G06T2207/30201—Face
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Multimedia (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Oral & Maxillofacial Surgery (AREA)
- Human Computer Interaction (AREA)
- Image Analysis (AREA)
Description
Claims (7)
- 画像に対して設定される複数の基準領域のうち、所定の条件を満たす基準領域を該当領域として検出する検出手段と、
前記複数の基準領域のうち、前記該当領域を除いた基準領域における隣接状態を特定する特定手段と、
前記特定手段により特定された前記該当領域を除いた基準領域における隣接状態に基づいて、前記画像に含まれる構成要素毎に領域分割する領域分割手段と、
を備えたことを特徴とする画像処理装置。 - 請求項1に記載の画像処理装置において、
前記特定手段は、前記基準領域をノードに設定した各ノード間のエッジ接続及び前記該当領域をエッジの一部とした各ノード間のエッジ接続に基づいて第1の隣接グラフを生成することを特徴とする画像処理装置。 - 請求項1又は請求項2に記載の画像処理装置において、
前記検出手段は、前記画像全体又は対象となる基準領域近傍における色情報を用いて、前記対象となる基準領域の色情報を正規化し、該正規化後の基準領域の輝度値が予め設定された閾値以下となる場合に、該基準領域を前記該当領域として検出することを特徴とする画像処理装置。 - 請求項1から請求項3のいずれか1項に記載の画像処理装置において、
前記特定手段は、前記検出手段による前記該当領域の検出前に前記基準領域をノードに設定した各ノード間のエッジ接続による第2の隣接グラフを生成し、生成された前記第2の隣接グラフと前記検出手段による前記該当領域の検出結果に基づいて、前記第1の隣接グラフを生成することを特徴とする画像処理装置。 - 請求項1から請求項4のいずれか1項に記載の画像処理装置において、
前記画像を分割することで前記複数の基準領域を設定する領域設定手段をさらに備えていることを特徴とする画像処理装置。 - 請求項5に記載の画像処理装置において、
前記領域設定手段は、前記画像を構成する画素単位で前記複数の基準領域を設定することを特徴とする画像処理装置。 - 画像に対して設定される複数の基準領域のうち、所定の条件を満たす基準領域を該当領域として検出する検出工程と、
前記該当領域を除いた基準領域における隣接状態を特定する特定工程と、
前記特定手段により特定された前記該当領域を除いた基準領域における隣接状態に基づいて、前記画像に含まれる構成要素毎に領域分割する領域分割工程と、
を備えたことを特徴とする画像処理プログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011209032A JP5772446B2 (ja) | 2010-09-29 | 2011-09-26 | 画像処理装置及び画像処理プログラム |
US13/247,437 US8792716B2 (en) | 2010-09-29 | 2011-09-28 | Image processing apparatus for region segmentation of an obtained image |
CN2011103056556A CN102436581A (zh) | 2010-09-29 | 2011-09-29 | 图像处理装置以及图像处理方法 |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010218950 | 2010-09-29 | ||
JP2010218950 | 2010-09-29 | ||
JP2011209032A JP5772446B2 (ja) | 2010-09-29 | 2011-09-26 | 画像処理装置及び画像処理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012094126A JP2012094126A (ja) | 2012-05-17 |
JP5772446B2 true JP5772446B2 (ja) | 2015-09-02 |
Family
ID=45925185
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011209032A Active JP5772446B2 (ja) | 2010-09-29 | 2011-09-26 | 画像処理装置及び画像処理プログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US8792716B2 (ja) |
JP (1) | JP5772446B2 (ja) |
CN (1) | CN102436581A (ja) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103493093B (zh) * | 2011-11-17 | 2017-07-18 | 松下知识产权经营株式会社 | 图像处理装置、摄像装置及图像处理方法 |
JP6595161B2 (ja) | 2014-07-31 | 2019-10-23 | ソニーセミコンダクタソリューションズ株式会社 | 画像処理装置、画像処理方法、及び、撮像装置 |
JP7003558B2 (ja) * | 2017-10-12 | 2022-01-20 | カシオ計算機株式会社 | 画像処理装置、画像処理方法、及びプログラム |
JP7151742B2 (ja) * | 2020-06-11 | 2022-10-12 | トヨタ自動車株式会社 | 画像変換装置、画像変換方法及び画像変換用コンピュータプログラム |
Family Cites Families (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3302147B2 (ja) * | 1993-05-12 | 2002-07-15 | 株式会社リコー | 文書画像処理方法 |
JPH07160879A (ja) * | 1993-12-07 | 1995-06-23 | Toppan Printing Co Ltd | 画像処理方法 |
KR100294924B1 (ko) * | 1999-06-24 | 2001-07-12 | 윤종용 | 영상분할 장치 및 방법 |
US7212201B1 (en) * | 1999-09-23 | 2007-05-01 | New York University | Method and apparatus for segmenting an image in order to locate a part thereof |
JP3513562B2 (ja) * | 2000-04-20 | 2004-03-31 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 形状解析システム、3次元形状モデルの差分検出システム、類似形状検索システム、形状解析方法及び記憶媒体 |
US7349922B2 (en) * | 2001-11-14 | 2008-03-25 | Yeda Research And Development Co. Ltd. | Method and apparatus for data clustering including segmentation and boundary detection |
JP3968056B2 (ja) * | 2003-06-10 | 2007-08-29 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 形状作成装置、コンピュータ装置を形状作成装置として動作させるための制御方法、該制御方法をコンピュータ装置に対して実行させるためのコンピュータ実行可能なプログラム |
US20060029275A1 (en) * | 2004-08-06 | 2006-02-09 | Microsoft Corporation | Systems and methods for image data separation |
GB2420669A (en) * | 2004-11-26 | 2006-05-31 | Snell & Wilcox Ltd | Image segmentation |
US7428331B2 (en) * | 2004-11-30 | 2008-09-23 | Seiko Epson Corporation | Page background estimation using color, texture and edge features |
EP1890268A1 (en) * | 2005-06-07 | 2008-02-20 | Sony Corporation | Image processing device and image processing method and computer program |
US8358819B2 (en) * | 2005-06-24 | 2013-01-22 | University Of Iowa Research Foundation | System and methods for image segmentation in N-dimensional space |
US7729537B2 (en) * | 2005-08-01 | 2010-06-01 | Siemens Medical Solutions Usa, Inc. | Editing of presegemented images/volumes with the multilabel random walker or graph cut segmentations |
JP2007157063A (ja) * | 2005-12-08 | 2007-06-21 | Sony Corp | 画像処理装置及び画像処理方法、並びにコンピュータ・プログラム |
US7532752B2 (en) * | 2005-12-30 | 2009-05-12 | Microsoft Corporation | Non-photorealistic sketching |
US7995058B2 (en) * | 2006-01-27 | 2011-08-09 | Tandent Vision Science, Inc. | Method and system for identifying illumination fields in an image |
JP4905931B2 (ja) * | 2006-07-04 | 2012-03-28 | 富士フイルム株式会社 | 人体領域抽出方法および装置並びにプログラム |
JP2008059081A (ja) * | 2006-08-29 | 2008-03-13 | Sony Corp | 画像処理装置及び画像処理方法、並びにコンピュータ・プログラム |
US8170642B2 (en) * | 2007-01-11 | 2012-05-01 | Siemens Aktiengesellschaft | Method and system for lymph node detection using multiple MR sequences |
US8411952B2 (en) * | 2007-04-04 | 2013-04-02 | Siemens Aktiengesellschaft | Method for segmenting an image using constrained graph partitioning of watershed adjacency graphs |
US8548238B2 (en) * | 2007-05-03 | 2013-10-01 | Carnegie Mellon University | Method for partitioning combinatorial graphs |
US7983487B2 (en) * | 2007-11-07 | 2011-07-19 | Mitsubishi Electric Research Laboratories, Inc. | Method and system for locating and picking objects using active illumination |
JP5058341B2 (ja) * | 2007-11-30 | 2012-10-24 | ミツビシ・エレクトリック・リサーチ・ラボラトリーズ・インコーポレイテッド | 画像処理方法 |
JP2009276294A (ja) * | 2008-05-16 | 2009-11-26 | Toshiba Corp | 画像処理方法 |
JP4964191B2 (ja) * | 2008-06-12 | 2012-06-27 | 富士フイルム株式会社 | 画像処理装置および方法ならびにプログラム |
US20100008576A1 (en) * | 2008-07-11 | 2010-01-14 | Robinson Piramuthu | System and method for segmentation of an image into tuned multi-scaled regions |
US8823775B2 (en) * | 2009-04-30 | 2014-09-02 | Board Of Regents, The University Of Texas System | Body surface imaging |
US8345974B2 (en) * | 2009-07-14 | 2013-01-01 | Hewlett-Packard Development Company, L.P. | Hierarchical recursive image segmentation |
US8311338B2 (en) * | 2009-09-15 | 2012-11-13 | Tandent Vision Science, Inc. | Method and system for learning a same-material constraint in an image |
US8452109B2 (en) * | 2010-01-11 | 2013-05-28 | Tandent Vision Science, Inc. | Image segregation system with method for handling textures |
US8260539B2 (en) * | 2010-05-12 | 2012-09-04 | GM Global Technology Operations LLC | Object and vehicle detection and tracking using 3-D laser rangefinder |
-
2011
- 2011-09-26 JP JP2011209032A patent/JP5772446B2/ja active Active
- 2011-09-28 US US13/247,437 patent/US8792716B2/en active Active
- 2011-09-29 CN CN2011103056556A patent/CN102436581A/zh active Pending
Also Published As
Publication number | Publication date |
---|---|
US8792716B2 (en) | 2014-07-29 |
US20120087578A1 (en) | 2012-04-12 |
JP2012094126A (ja) | 2012-05-17 |
CN102436581A (zh) | 2012-05-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8665347B2 (en) | Image processing device, image processing program, and imaging device computing brightness value and color phase value | |
WO2018176925A1 (zh) | Hdr图像的生成方法及装置 | |
JP6421794B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
JP6635799B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
JP2018117288A (ja) | 画像処理装置及び画像処理方法 | |
JP6720845B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
JP2018049564A (ja) | 検出装置、及び検出方法 | |
KR20120114899A (ko) | 영상 처리 방법 및 영상 처리 장치 | |
JP5772446B2 (ja) | 画像処理装置及び画像処理プログラム | |
JP6677222B2 (ja) | 検出装置、画像処理装置、検出方法、及び画像処理方法 | |
US20180150941A1 (en) | Image processing apparatus, imaging apparatus, image processing method, image processing program, and recording medium | |
JP6897036B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
JP2019008830A (ja) | 被写体検出装置、撮像装置及びプログラム | |
JP2015233202A (ja) | 画像処理装置および画像処理方法、並びにプログラム | |
JP5146223B2 (ja) | プログラム、カメラ、画像処理装置および画像の輪郭抽出方法 | |
JP6795062B2 (ja) | 検出装置、検出方法及びプログラム | |
JP6326841B2 (ja) | 画像処理装置、撮像装置及び画像処理プログラム | |
JP6248662B2 (ja) | 画像処理装置、撮像装置及び画像処理プログラム | |
JP2017182668A (ja) | データ処理装置、撮像装置、及びデータ処理方法 | |
JP2018152095A (ja) | 画像処理装置、撮像装置及び画像処理プログラム | |
JP6314281B1 (ja) | 画像処理方法及び前景領域取得方法 | |
JP7279741B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
WO2013125239A1 (ja) | 画像処理装置、撮像装置及び画像処理プログラム | |
JP6318661B2 (ja) | 被写体検出装置、撮像装置及び画像処理プログラム | |
JP6326840B2 (ja) | 画像処理装置、撮像装置及び画像処理プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140926 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150527 |
|
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: 20150602 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150615 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5772446 Country of ref document: JP 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 |