JP7467875B2 - 画像処理装置、画像処理方法、および画像処理プログラム - Google Patents
画像処理装置、画像処理方法、および画像処理プログラム Download PDFInfo
- Publication number
- JP7467875B2 JP7467875B2 JP2019189147A JP2019189147A JP7467875B2 JP 7467875 B2 JP7467875 B2 JP 7467875B2 JP 2019189147 A JP2019189147 A JP 2019189147A JP 2019189147 A JP2019189147 A JP 2019189147A JP 7467875 B2 JP7467875 B2 JP 7467875B2
- Authority
- JP
- Japan
- Prior art keywords
- region
- image processing
- processing device
- vortex vein
- blood vessel
- 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
- 238000012545 processing Methods 0.000 title claims description 84
- 238000003672 processing method Methods 0.000 title claims description 6
- PWPJGUXAGUPAHP-UHFFFAOYSA-N lufenuron Chemical compound C1=C(Cl)C(OC(F)(F)C(C(F)(F)F)F)=CC(Cl)=C1NC(=O)NC(=O)C1=C(F)C=CC=C1F PWPJGUXAGUPAHP-UHFFFAOYSA-N 0.000 title 1
- 210000003462 vein Anatomy 0.000 claims description 153
- 210000004204 blood vessel Anatomy 0.000 claims description 118
- 238000000034 method Methods 0.000 claims description 67
- 238000001514 detection method Methods 0.000 description 49
- 230000007717 exclusion Effects 0.000 description 20
- 238000010586 diagram Methods 0.000 description 12
- 230000002792 vascular Effects 0.000 description 12
- 210000001508 eye Anatomy 0.000 description 5
- 230000002093 peripheral effect Effects 0.000 description 5
- 210000003161 choroid Anatomy 0.000 description 4
- 238000004891 communication Methods 0.000 description 4
- 210000005252 bulbus oculi Anatomy 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 3
- 230000010339 dilation Effects 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 206010025421 Macule Diseases 0.000 description 1
- 239000008280 blood Substances 0.000 description 1
- 210000004369 blood Anatomy 0.000 description 1
- 238000013135 deep learning Methods 0.000 description 1
- 230000012447 hatching Effects 0.000 description 1
- 238000010191 image analysis Methods 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 210000003786 sclera Anatomy 0.000 description 1
- 230000011218 segmentation Effects 0.000 description 1
- 239000010409 thin film Substances 0.000 description 1
Images
Landscapes
- Eye Examination Apparatus (AREA)
- Image Analysis (AREA)
Description
図1は、眼科システムのシステム構成例を示す説明図である。眼科システム100は、眼科装置101と、画像処理装置102と、端末103と、を有する。眼科装置101、画像処理装置102、および端末103は、LAN(Local Area Network)、WAN(Wide Area Network)、インターネットなどのネットワーク104を介して通信可能に接続される。
図2は、眼底画像データ110を二値化処理した二値化画像データの一例を示す説明図である。二値化画像データCは、画像処理装置102により、眼底画像データ110を二値化処理した画像データである。なお、二値化画像データCの横方向をX方向、X方向に直交する方向をY方向とする。なお、本明細書では、脈絡膜血管106を白画素で示し、背景を黒画素で示すが、脈絡膜血管106を黒画素で示し、背景を白画素で示してもよい。
図3は、コンピュータ(画像処理装置102および端末103)のハードウェア構成例を示すブロック図である。コンピュータ300は、プロセッサ301と、記憶デバイス302と、入力デバイス303と、出力デバイス304と、通信インターフェース(通信IF)305と、を有する。プロセッサ301、記憶デバイス302、入力デバイス303、出力デバイス304、および通信IF305は、バス306により接続される。
図4は、画像処理装置102の機能的構成例を示すブロック図である。画像処理装置102は、画像取得部401と、血管取得部402と、決定部403と、出力部404と、を有する。画像取得部401、血管取得部402、決定部403、および出力部404は、具体的には、たとえば、図3に示した記憶デバイス302に記憶されたプログラムを、プロセッサ301に実行させることにより実現される。
図6は、出力デバイス304での出力画面例を示す説明図である。出力画面600は、第1表示領域601と、第2表示領域602と、第3表示領域603と、を有する。第1表示領域601には、今回(2019/07/16)の撮影で得られたグレースケールの眼底画像611と、今回の撮影で得られた二値化画像612と、が表示されている。二値化画像612は、渦静脈107の画像613を含む。第2表示領域602には、前回(2019/04/16)の撮影で得られたグレースケールの眼底画像621と、前回の撮影で得られた二値化画像622と、が表示されている。二値化画像622は、渦静脈107の画像623を含む。
図9は、図5に示した渦静脈位置決定処理(ステップS503)の詳細な処理手順例1を示すフローチャートである。画像処理装置102は、決定部403により、二値化画像データC内の未指定の着目領域Pを指定する(ステップS901)。ステップS901は、上述したラスタスキャンの位置を指定する処理である。ステップS909:Yesになると、決定部403は、着目領域Pの右隣(着目領域Pが二値化画像データCの右端である場合は、Y方向にストライドしたときの左端)の領域をつぎの着目領域Pとして指定する。
図11は、図5に示した渦静脈位置決定処理(ステップS503)の詳細な処理手順例2を示すフローチャートである。画像処理装置102は、決定部403により、ステップS901を実行した後、図10に示したように、着目領域Pを中心とする図形Eを設定する(ステップS1103)。画像処理装置102は、決定部403により、図形Eと血管検出結果Dとの交差領域Jを検出する(ステップS1104)。具体的には、たとえば、図10では、交差領域J1~J8が検出される。
実施例1,2と同一構成には同一符号を付しその説明を省略する。
図13は、図5に示した渦静脈位置決定処理(ステップS503)の詳細な処理手順例3を示すフローチャートである。画像処理装置102は、決定部403により、ステップS901を実行した後、図12に示したように、着目領域Pを中心とする図形Gを設定する(ステップS1303)。画像処理装置102は、決定部403により、線分L1に対する予め設定した、角度θに関する初期値を設定する(ステップS1034)。
Claims (10)
- 眼底画像データから生成された脈絡膜血管データを取得する取得部と、
前記眼底画像データの中に第1領域と前記第1領域を包含する所定の図形とを設定し、前記第1領域周辺の脈絡膜血管データと前記所定の図形とに基づいて算出される特徴量に基づいて、渦静脈位置を決定する決定部と、
前記渦静脈位置を出力する出力部と、
を備える画像処理装置。 - 請求項1に記載の画像処理装置であって、
前記渦静脈位置は、前記特徴量が所定条件を満たす渦静脈の候補位置であり、
前記決定部は、複数の前記候補位置から、前記渦静脈位置を決定する、
画像処理装置。 - 請求項1または2に記載の画像処理装置であって、
前記決定部は、前記所定の図形によって囲まれた領域である第2領域を設定し、
前記特徴量は、前記第2領域に連結する脈絡膜血管の本数である、
画像処理装置。 - 請求項1または2に記載の画像処理装置であって、
前記特徴量は、前記所定の図形と脈絡膜血管との交点の数である、
画像処理装置。 - 請求項1または2に記載の画像処理装置であって、
前記決定部は、前記所定の図形に内包される第1領域を含む図形を設定し、
前記特徴量は、前記所定の図形と脈絡膜血管との交点から前記第1領域へ辿る経路の数である、
画像処理装置。 - 請求項1または2に記載の画像処理装置であって、
前記決定部は、前記所定の図形内に存在する脈絡膜血管の分布に基づいて、渦静脈位置を決定する、
画像処理装置。 - 請求項1または2に記載の画像処理装置であって、
前記決定部は、前記所定の図形を設定し、前記第1領域を通り、前記図形を面積の等しい第1分割領域と第2分割領域とに分割する線分を設定し、前記第1分割領域内の第1脈絡膜血管面積と、前記第2分割領域内の第2脈絡膜血管面積を算出し、
前記特徴量は、前記第1脈絡膜血管面積と前記第2脈絡膜血管面積との比である、
画像処理装置。 - 請求項1ないし7のいずれか一項に記載の画像処理装置であって、
前記決定部は、前記第1領域を、前記脈絡膜血管データの画素の一つから選択する、
画像処理装置。 - プログラムを実行するプロセッサと、前記プログラムを記憶する記憶デバイスと、を有する画像処理装置が実行する画像処理方法であって、
前記プロセッサは、
眼底画像データから生成された脈絡膜血管データを取得する取得処理と、
前記眼底画像データの中に第1領域と前記第1領域を包含する所定の図形とを設定し、前記第1領域周辺の脈絡膜血管データと前記所定の図形とに基づいて算出される特徴量に基づいて、渦静脈位置を決定する決定処理と、
前記決定処理による決定結果を出直する出力処理と、
を実行する画像処理方法。 - プロセッサに、
眼底画像データから生成された脈絡膜血管データを取得する取得処理と、
前記眼底画像データの中に第1領域と前記第1領域を包含する所定の図形とを設定し、前記第1領域周辺の脈絡膜血管データと前記所定の図形とに基づいて算出される特徴量に基づいて、渦静脈位置を決定する決定処理と、
前記決定処理による決定結果を出力する出力処理と、
を実行させる画像処理プログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019189147A JP7467875B2 (ja) | 2019-10-16 | 2019-10-16 | 画像処理装置、画像処理方法、および画像処理プログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019189147A JP7467875B2 (ja) | 2019-10-16 | 2019-10-16 | 画像処理装置、画像処理方法、および画像処理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2021062101A JP2021062101A (ja) | 2021-04-22 |
JP7467875B2 true JP7467875B2 (ja) | 2024-04-16 |
Family
ID=75487255
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2019189147A Active JP7467875B2 (ja) | 2019-10-16 | 2019-10-16 | 画像処理装置、画像処理方法、および画像処理プログラム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP7467875B2 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2023199847A1 (ja) * | 2022-04-13 | 2023-10-19 | 株式会社ニコン | 画像処理方法、画像処理装置、及びプログラム |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015000131A (ja) | 2013-06-13 | 2015-01-05 | 国立大学法人 筑波大学 | 脈絡膜の血管網を選択的に可視化し解析する光干渉断層計装置及びその画像処理プログラム |
WO2019181981A1 (ja) | 2018-03-20 | 2019-09-26 | 株式会社ニコン | 画像処理方法、プログラム、眼科装置、及び脈絡膜血管画像生成方法 |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS56112223A (en) * | 1980-02-08 | 1981-09-04 | Kogyo Gijutsuin | Inspection of optic nerve neat part in eye bottom image |
-
2019
- 2019-10-16 JP JP2019189147A patent/JP7467875B2/ja active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015000131A (ja) | 2013-06-13 | 2015-01-05 | 国立大学法人 筑波大学 | 脈絡膜の血管網を選択的に可視化し解析する光干渉断層計装置及びその画像処理プログラム |
WO2019181981A1 (ja) | 2018-03-20 | 2019-09-26 | 株式会社ニコン | 画像処理方法、プログラム、眼科装置、及び脈絡膜血管画像生成方法 |
Also Published As
Publication number | Publication date |
---|---|
JP2021062101A (ja) | 2021-04-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
AU2016210680B2 (en) | Automated determination of arteriovenous ratio in images of blood vessels | |
JP5221436B2 (ja) | 顔特徴点検出装置及びプログラム | |
JP5432644B2 (ja) | 血管交差・分岐部位の抽出方法及び装置 | |
Nazir et al. | Optic Disc and Optic Cup Segmentation for Glaucoma Detection from Blur Retinal Images Using Improved Mask‐RCNN | |
JP2008022928A (ja) | 画像解析装置及び画像解析プログラム | |
EP3360112B1 (en) | Fast and automated segmentation of layered image with heuristic graph search | |
CN111789572B (zh) | 从视网膜脉管系统图像中确定高血压水平 | |
WO2017030056A1 (ja) | 画像処理装置、画像処理方法、及び画像処理プログラム | |
US7103203B2 (en) | Medical imaging station with a function of extracting a path within a ramified object | |
KR20210005690A (ko) | 정보 처리 장치, 정보 처리 방법, 컴퓨터 프로그램 | |
JP7467875B2 (ja) | 画像処理装置、画像処理方法、および画像処理プログラム | |
EP3453313A1 (en) | Image processing apparatus, alignment method and program | |
EP3453315B1 (en) | Image processing apparatus, alignment method and program | |
EP3453314A1 (en) | Image processing apparatus, alignment method and program | |
WO2017030058A1 (ja) | 画像処理装置、画像処理方法、及び画像処理プログラム | |
Zhao et al. | Joint optic disc and cup segmentation based on elliptical-like morphological feature and spatial geometry constraint | |
WO2017030057A1 (ja) | 画像処理装置、画像処理方法、及び画像処理プログラム | |
Shi et al. | Vessel enhancement based on length-constrained hessian information | |
JP2013000431A (ja) | 医用画像処理装置、医用画像処理方法 | |
JP2018047084A (ja) | 眼科検査装置 | |
JP2022062620A (ja) | 画像処理装置、画像処理方法及びプログラム | |
US20220110521A1 (en) | Image processing apparatus, image processing method, and storage medium | |
JP2013106645A (ja) | 視線計測装置及びプログラム | |
Jin et al. | Spatially informed CNN for automated cone detection in adaptive optics retinal images | |
JP6576035B2 (ja) | 眼科装置、視細胞検出方法およびプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20220801 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20230328 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230404 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20230525 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230725 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20231107 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20231214 |
|
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: 20240305 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20240318 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7467875 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |