JP4497216B2 - 画像処理装置、画像処理方法およびコンピュータプログラム - Google Patents
画像処理装置、画像処理方法およびコンピュータプログラム Download PDFInfo
- Publication number
- JP4497216B2 JP4497216B2 JP2008052730A JP2008052730A JP4497216B2 JP 4497216 B2 JP4497216 B2 JP 4497216B2 JP 2008052730 A JP2008052730 A JP 2008052730A JP 2008052730 A JP2008052730 A JP 2008052730A JP 4497216 B2 JP4497216 B2 JP 4497216B2
- Authority
- JP
- Japan
- Prior art keywords
- differential value
- image
- image processing
- primary differential
- feature point
- 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
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
-
- 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/36—Applying a local operator, i.e. means to operate on image points situated in the vicinity of a given point; Non-linear local filtering operations, e.g. median filtering
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Nonlinear Science (AREA)
- Image Analysis (AREA)
Description
まず、図1に基づいて、本発明の第1の実施形態にかかる画像処理装置100について説明する。なお、図1は、本実施形態にかかる画像処理装置100の構成を示すブロック図である。
次に、図7〜図10に基づいて、本発明の第2の実施形態にかかる画像中の特徴点を検出する画像処理方法について説明する。本実施形態にかかる画像処理方法は、第1の実施形態の画像処理装置100により行うことができるが、第1の実施形態と比較して演算量をさらに軽減することが可能である。そこで、以下では、本実施形態にかかる画像処理方法について説明する。なお、図7は、本実施形態にかかる画像処理方法を示すフローチャートである。図8は、本実施形態にかかる1次微分値を算出するためのフィルタの一例を示す説明図である。図9は、2次微分値を算出するためのフィルタの一例を示す説明図である。図10は、2次微分値を算出するためのフィルタの別の例を示す説明図である。
次に、図11に基づいて、本発明の第3の実施形態にかかる画像処理方法について説明する。本実施形態の画像処理方法は、第1の実施形態の画像処理装置100により行うことができ、第1の実施形態にかかる画像処理方法に加えて、特徴点がエッジ部144であるか、あるいはコーナー部146であるかの判定を行うことができる。以下では、本実施形態にかかる画像処理方法の特徴的部分について詳細に説明し、第1の実施形態と同一の処理については詳細な説明を省略する。なお、図11は、本実施形態にかかる画像処理方法を示すフローチャートである。
110 画像入力部
120 特徴点検出部
122 1次微分値算出部
124 2次微分値算出部
126 検出部
130 出力部
140 画像
142 注目画素
144 エッジ部
146 コーナー部
200 撮像装置
Claims (7)
- 画像が入力される画像入力部と、
前記入力された画像の特徴点を検出する特徴点検出部と、
を備え、
前記特徴点検出部は、
前記画像における任意の一の画素である注目画素の周辺領域における輝度値の1次微分値の大きさおよび方向を算出する1次微分値算出部と、
前記1次微分値の方向に対して直交する方向における2次微分値を算出する2次微分値算出部と、
前記1次微分値および前記2次微分値に基づいて前記特徴点を検出する検出部と、
を備えることを特徴とする、画像処理装置。 - 前記1次微分値算出部により算出された前記1次微分値の方向は、前記注目画素から周辺領域への輝度変化が大きくなる方向を表すことを特徴とする、請求項1に記載の画像処理装置。
- 前記検出部は、前記1次微分値および前記2次微分値がともに大きくなる画素を特徴点として検出することを特徴とする、請求項1に記載の画像処理装置。
- 前記検出部は、前記画像に存在するコーナー部を前記特徴点として検出することを特徴とする、請求項3に記載の画像処理装置。
- 前記検出部は、前記注目画素の周辺領域における輝度値の前記1次微分値および前記2次微分値の比に基づいて、前記特徴点の有無を判定することを特徴とする、請求項1に記載の画像処理装置。
- 画像の特徴点を検出可能な画像処理装置を用いた画像処理方法であって、
前記画像における任意の一の画素である注目画素の周辺領域における輝度値の1次微分値の大きさおよび方向を、1次微分値算出部により算出する1次微分値算出ステップと、
前記1次微分値の方向に対して直交する方向における2次微分値を、2次微分値算出部により算出する2次微分値算出ステップと、
前記1次微分値および前記2次微分値に基づいて、検出部により前記特徴点を検出する検出ステップと、
を含むことを特徴とする、画像処理方法。 - コンピュータをして、
画像における任意の一の画素である注目画素の周辺領域における輝度値の1次微分値の大きさおよび方向を算出する1次微分値算出手段と、
前記1次微分値の方向に対して直交する方向における2次微分値を算出する2次微分値算出手段と、
前記1次微分値および前記2次微分値に基づいて前記特徴点を検出する検出手段と、
を備えることを特徴とする画像の特徴点を検出可能な画像処理装置として機能させるためのコンピュータプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008052730A JP4497216B2 (ja) | 2008-03-03 | 2008-03-03 | 画像処理装置、画像処理方法およびコンピュータプログラム |
US12/394,118 US20090220158A1 (en) | 2008-03-03 | 2009-02-27 | Image processing apparatus, image processing method, computer program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008052730A JP4497216B2 (ja) | 2008-03-03 | 2008-03-03 | 画像処理装置、画像処理方法およびコンピュータプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009211330A JP2009211330A (ja) | 2009-09-17 |
JP4497216B2 true JP4497216B2 (ja) | 2010-07-07 |
Family
ID=41013220
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008052730A Expired - Fee Related JP4497216B2 (ja) | 2008-03-03 | 2008-03-03 | 画像処理装置、画像処理方法およびコンピュータプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US20090220158A1 (ja) |
JP (1) | JP4497216B2 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5644097B2 (ja) * | 2009-12-08 | 2014-12-24 | ソニー株式会社 | 画像処理装置、画像処理方法及びプログラム |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0488582A (ja) * | 1990-07-31 | 1992-03-23 | Omron Corp | 画像処理装置 |
JP2000331174A (ja) * | 1999-05-20 | 2000-11-30 | Matsushita Electric Ind Co Ltd | エッジ処理方法 |
JP2001177716A (ja) * | 1999-12-17 | 2001-06-29 | Ricoh Co Ltd | 画像処理方法と画像処理装置 |
JP2002304627A (ja) * | 2001-02-01 | 2002-10-18 | Matsushita Electric Ind Co Ltd | 画像処理方法及びその装置 |
JP2003250804A (ja) * | 2002-03-05 | 2003-09-09 | Toshiba Corp | 画像処理装置及び超音波診断装置 |
JP2005038021A (ja) * | 2003-07-15 | 2005-02-10 | Ricoh Co Ltd | 画像処理装置、画像入力装置、画像処理方法、および画像処理方法をコンピュータで実行するプログラム |
JP2007041752A (ja) * | 2005-08-02 | 2007-02-15 | Casio Comput Co Ltd | 画像処理装置 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004326491A (ja) * | 2003-04-25 | 2004-11-18 | Canon Inc | 画像処理方法 |
KR100869497B1 (ko) * | 2005-07-01 | 2008-11-21 | 주식회사 메디슨 | 계층적 움직임 추정방법 및 이를 적용한 초음파 영상장치 |
JP4871144B2 (ja) * | 2006-01-13 | 2012-02-08 | 株式会社東芝 | 画像処理装置、方法、プログラム |
-
2008
- 2008-03-03 JP JP2008052730A patent/JP4497216B2/ja not_active Expired - Fee Related
-
2009
- 2009-02-27 US US12/394,118 patent/US20090220158A1/en not_active Abandoned
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0488582A (ja) * | 1990-07-31 | 1992-03-23 | Omron Corp | 画像処理装置 |
JP2000331174A (ja) * | 1999-05-20 | 2000-11-30 | Matsushita Electric Ind Co Ltd | エッジ処理方法 |
JP2001177716A (ja) * | 1999-12-17 | 2001-06-29 | Ricoh Co Ltd | 画像処理方法と画像処理装置 |
JP2002304627A (ja) * | 2001-02-01 | 2002-10-18 | Matsushita Electric Ind Co Ltd | 画像処理方法及びその装置 |
JP2003250804A (ja) * | 2002-03-05 | 2003-09-09 | Toshiba Corp | 画像処理装置及び超音波診断装置 |
JP2005038021A (ja) * | 2003-07-15 | 2005-02-10 | Ricoh Co Ltd | 画像処理装置、画像入力装置、画像処理方法、および画像処理方法をコンピュータで実行するプログラム |
JP2007041752A (ja) * | 2005-08-02 | 2007-02-15 | Casio Comput Co Ltd | 画像処理装置 |
Also Published As
Publication number | Publication date |
---|---|
US20090220158A1 (en) | 2009-09-03 |
JP2009211330A (ja) | 2009-09-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10388018B2 (en) | Image processing apparatus, image processing method, and storage medium | |
KR102144994B1 (ko) | 영상의 노이즈를 저감하는 방법 및 이를 이용한 영상 처리 장치 | |
Juneja et al. | Performance evaluation of edge detection techniques for images in spatial domain | |
EP2819091B1 (en) | Method and apparatus for processing a gray image | |
Lo et al. | Edge-preserving depth map upsampling by joint trilateral filter | |
JP4533836B2 (ja) | 変動領域検出装置及びその方法 | |
US10692215B2 (en) | Image processing apparatus, image processing method, and storage medium | |
Chen et al. | Median filtering detection using edge based prediction matrix | |
CN112437948A (zh) | 图像诊断支援系统及图像诊断支援装置 | |
US20190370974A1 (en) | Information processing apparatus, robot system, information processing method, and program | |
JP2011508325A (ja) | 物体検出装置、方法 | |
CN111524139B (zh) | 一种基于双边滤波器的角点检测方法和检测系统 | |
US11647152B2 (en) | Image processing apparatus, image processing method, and non-transitory computer-readable storage medium | |
JP2012515970A (ja) | 鏡面ハイライトを使用する画像のぼけ劣化の推定 | |
JP4497216B2 (ja) | 画像処理装置、画像処理方法およびコンピュータプログラム | |
Šroba et al. | Impact of Gaussian noise and image filtering to detected corner points positions stability | |
KR101829386B1 (ko) | 표적 검출 장치 및 방법 | |
JP4560434B2 (ja) | 変化領域抽出方法およびこの方法のプログラム | |
JP2018059767A (ja) | 画像処理装置、画像処理方法およびプログラム | |
WO2016142965A1 (ja) | 映像処理装置、映像処理方法及び映像処理プログラムを記憶する記録媒体 | |
JP2007156954A (ja) | 信頼度テーブル作成方法、オプティカルフロー推定方法、信頼度テーブル作成装置、オプティカルフロー推定装置、及びプログラム | |
Hemmat et al. | Fast planar segmentation of depth images | |
JP3800208B2 (ja) | 画像処理方法 | |
Xu et al. | Poisson image restoration via transformed network | |
JP6360674B2 (ja) | ハンダ内のボイドの評価装置及びハンダ内のボイドの評価方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20091225 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100105 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100301 |
|
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: 20100323 |
|
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: 20100405 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130423 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |