JP2011015848A - 画像処理装置 - Google Patents
画像処理装置 Download PDFInfo
- Publication number
- JP2011015848A JP2011015848A JP2009162946A JP2009162946A JP2011015848A JP 2011015848 A JP2011015848 A JP 2011015848A JP 2009162946 A JP2009162946 A JP 2009162946A JP 2009162946 A JP2009162946 A JP 2009162946A JP 2011015848 A JP2011015848 A JP 2011015848A
- Authority
- JP
- Japan
- Prior art keywords
- image
- type
- inversion
- unit
- functional
- 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
- 230000003902 lesion Effects 0.000 claims abstract description 72
- 201000010099 disease Diseases 0.000 claims abstract description 41
- 208000037265 diseases, disorders, signs and symptoms Diseases 0.000 claims abstract description 41
- 230000000877 morphologic effect Effects 0.000 claims description 74
- 238000002595 magnetic resonance imaging Methods 0.000 claims description 3
- 238000002591 computed tomography Methods 0.000 claims description 2
- 238000009206 nuclear medicine Methods 0.000 claims description 2
- 239000000284 extract Substances 0.000 abstract description 6
- 238000002059 diagnostic imaging Methods 0.000 abstract 1
- 238000010606 normalization Methods 0.000 description 27
- 238000000034 method Methods 0.000 description 17
- 239000002131 composite material Substances 0.000 description 11
- 238000010586 diagram Methods 0.000 description 10
- 208000003174 Brain Neoplasms Diseases 0.000 description 8
- 239000000203 mixture Substances 0.000 description 8
- 238000003745 diagnosis Methods 0.000 description 7
- 230000006870 function Effects 0.000 description 4
- 206010008118 cerebral infarction Diseases 0.000 description 3
- 208000026106 cerebrovascular disease Diseases 0.000 description 3
- XLYOFNOQVPJJNP-UHFFFAOYSA-N water Substances O XLYOFNOQVPJJNP-UHFFFAOYSA-N 0.000 description 3
- 206010008111 Cerebral haemorrhage Diseases 0.000 description 2
- 210000004556 brain Anatomy 0.000 description 2
- 239000000470 constituent Substances 0.000 description 2
- 238000002599 functional magnetic resonance imaging Methods 0.000 description 2
- 210000001015 abdomen Anatomy 0.000 description 1
- 238000002583 angiography Methods 0.000 description 1
- 230000004397 blinking Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000009792 diffusion process Methods 0.000 description 1
- 229940079593 drug Drugs 0.000 description 1
- 239000003814 drug Substances 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 230000014509 gene expression Effects 0.000 description 1
- 238000003384 imaging method Methods 0.000 description 1
- 239000003550 marker Substances 0.000 description 1
- 230000010412 perfusion Effects 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
- 238000003825 pressing Methods 0.000 description 1
- 238000009877 rendering Methods 0.000 description 1
- 230000002194 synthesizing effect Effects 0.000 description 1
Images
Landscapes
- Apparatus For Radiation Diagnosis (AREA)
- Magnetic Resonance Imaging Apparatus (AREA)
- Measuring And Recording Apparatus For Diagnosis (AREA)
- Ultra Sonic Daignosis Equipment (AREA)
Abstract
【解決手段】画像記憶部10は、複数の画像種に関する複数の形態画像のデータと複数の機能画像のデータとを記憶する。画像種テーブル記憶部12は、複数の画像種と複数の病名とを関連付けた画像種テーブルを記憶する。画像種特定部20は、複数の病名のうちのユーザにより入力された病名に画像種テーブル上で関連付けられた第1の画像種と第2の画像種とを特定する。画像処理部28は、特定された第1の画像種に関する形態画像と第2の画像種に関する機能画像とを画像記憶部10から読み出して画像処理を行い、第2の画像種に関する機能画像から病巣領域を抽出する。表示部32は、抽出された病巣領域と第1の画像種に関する形態画像とを重ねて表示する。
【選択図】 図1
Description
new_pixval=orig_pixval*fscale …(1)
fscale=65535/(2*max(|Smin|,|Smax|)) …(2)
new_pixval:正規化後の画素値
orig_pixval:正規化前の画素値
fscale:正規化スケール
以下に正規化スケールfscaleの算出手順を図8、図9、及び図10参照しながら説明する。なお図8のグラフ、図9のグラフ、及び図10の上のグラフの横軸の左端FLT_MINは、浮動小数点演算において取り得る画素値の最小値であり、右端FLT_MAXは、浮動小数点演算において取る得る画素値の最大値である。浮動小数点演算は、正規化前の画像のデータ型の一例である。まず、図8に示すように、最小画素値Sminと最大画素値Smaxとが特定されると、最小画素値Sminと最大画素値Smaxとのうちの絶対値が大きい方を特定する。この処理は(2)式のmax(|Smin|,|Smax|)に相当する。図8の場合、最小画素値Sminの方が最大画素値Smaxに比して絶対値が大きいので、最小画素値Sminが特定される。次に図9に示すように、特定された絶対値に2を乗じ、正規化範囲を算出する。正規化範囲は、正規化の対象範囲である。この処理は(2)式の2*max(|Smin|,|Smax|)に相当する。
Claims (5)
- 複数の画像種に関する複数の形態画像のデータと複数の機能画像のデータとを記憶する画像記憶部と、
前記複数の画像種と複数の病名とを関連付けた第1テーブルを記憶する第1テーブル記憶部と、
前記複数の病名のうちのユーザにより入力された病名に前記第1テーブル上で関連付けられた第1の画像種と第2の画像種とを複数の画像種の中から特定する第1特定部と、
前記特定された第1の画像種に関する形態画像と第2の画像種に関する機能画像とを前記画像記憶部から読み出して画像処理を行い前記第2の画像種に関する機能画像から病巣領域を抽出する画像処理部と、
前記抽出された病巣領域と前記第1の画像種に関する形態画像とを重ねて表示する表示部と、
を具備する画像処理装置。 - 前記複数の病名と前記複数の画像種と画素値の反転又は非反転を示すコードとを関連づけた第2テーブルを記憶する第2テーブル記憶部と、
前記ユーザにより入力された病名と前記第1の画像種との組み合わせに前記第2テーブル上で関連付けられた前記反転又は非反転を示す第1のコードを特定し、前記ユーザにより入力された病名と前記第2の画像種との組み合わせに前記第2テーブル上で関連付けられた前記反転又は非反転を示す第2のコードを特定する第2特定部と、をさらに備え、
前記画像処理部は、前記特定された第1のコードに応じて前記第1の画像種に関する形態画像を反転又は非反転し、前記特定された第2のコードに応じて前記第2の画像種に関する機能画像を反転又は非反転し、前記反転又は非反転された第1の画像種に関する形態画像と第2の画像種に関する機能画像とに特定の画像間演算をすることで、前記第2の画像種に関する機能画像から病巣領域を抽出する、
請求項1記載の画像処理装置。 - 前記複数の画像種と複数の画像間演算を示すコードとを関連づけた第3テーブルを記憶する第3テーブル記憶部と、
前記第1の画像種と前記第2の画像種との組み合わせに前記第3テーブル上で関連付けられた前記特定の画像間演算を示す第3のコードを前記複数の画像間演算を示すコードの中から特定する第3特定部と、をさらに備え、
前記画像処理部は、前記特定された第3のコードに対応する前記特定の画像間演算を前記反転又は非反転された第1の画像種に関する形態画像と第2の画像種に関する機能画像とにすることで、前記機能画像から前記病巣領域を抽出する、
請求項2記載の画像処理装置。 - 前記表示部は、前記病巣領域を強調して表示する、請求項1記載の画像処理装置。
- 前記形態画像と前記機能画像とのそれぞれは、X線診断装置、X線コンピュータ断層撮影装置、磁気共鳴イメージング装置、超音波診断装置、及び核医学診断装置のうちの1つにより生成された画像である、請求項1記載の画像処理装置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009162946A JP5380185B2 (ja) | 2009-07-09 | 2009-07-09 | 画像処理装置 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009162946A JP5380185B2 (ja) | 2009-07-09 | 2009-07-09 | 画像処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011015848A true JP2011015848A (ja) | 2011-01-27 |
JP5380185B2 JP5380185B2 (ja) | 2014-01-08 |
Family
ID=43594115
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009162946A Active JP5380185B2 (ja) | 2009-07-09 | 2009-07-09 | 画像処理装置 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5380185B2 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013187150A1 (ja) * | 2012-06-11 | 2013-12-19 | コニカミノルタ株式会社 | 医用画像システム及び医用画像処理装置 |
JP2018033545A (ja) * | 2016-08-29 | 2018-03-08 | キヤノン株式会社 | 画像処理装置、画像処理方法およびプログラム |
CN113100832A (zh) * | 2020-01-09 | 2021-07-13 | 株式会社日立制作所 | 超声波诊断装置和程序存储介质 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005253641A (ja) * | 2004-03-11 | 2005-09-22 | Rikogaku Shinkokai | 診断支援システム |
JP2008503253A (ja) * | 2004-06-18 | 2008-02-07 | シーメンス メディカル ソリューションズ ユーエスエー インコーポレイテッド | 病気の進行または治療効果を解析するために関心領域を複数の時点にわたってリンクさせるシステムおよび方法 |
JP2008505712A (ja) * | 2004-07-09 | 2008-02-28 | フィッシャー イメイジング コーポレイション | マルチモダリティマンモグラフィ用診断システム |
-
2009
- 2009-07-09 JP JP2009162946A patent/JP5380185B2/ja active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005253641A (ja) * | 2004-03-11 | 2005-09-22 | Rikogaku Shinkokai | 診断支援システム |
JP2008503253A (ja) * | 2004-06-18 | 2008-02-07 | シーメンス メディカル ソリューションズ ユーエスエー インコーポレイテッド | 病気の進行または治療効果を解析するために関心領域を複数の時点にわたってリンクさせるシステムおよび方法 |
JP2008505712A (ja) * | 2004-07-09 | 2008-02-28 | フィッシャー イメイジング コーポレイション | マルチモダリティマンモグラフィ用診断システム |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013187150A1 (ja) * | 2012-06-11 | 2013-12-19 | コニカミノルタ株式会社 | 医用画像システム及び医用画像処理装置 |
US9510799B2 (en) | 2012-06-11 | 2016-12-06 | Konica Minolta, Inc. | Medical imaging system and medical image processing apparatus |
JP2018033545A (ja) * | 2016-08-29 | 2018-03-08 | キヤノン株式会社 | 画像処理装置、画像処理方法およびプログラム |
CN113100832A (zh) * | 2020-01-09 | 2021-07-13 | 株式会社日立制作所 | 超声波诊断装置和程序存储介质 |
CN113100832B (zh) * | 2020-01-09 | 2024-04-26 | 富士胶片医疗健康株式会社 | 超声波诊断装置和程序存储介质 |
Also Published As
Publication number | Publication date |
---|---|
JP5380185B2 (ja) | 2014-01-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6158509B2 (ja) | 検査情報表示装置及び方法 | |
JP6230787B2 (ja) | 検査情報表示装置及び方法 | |
JP6461909B2 (ja) | 放射線所見のコンテキスト駆動型概要ビュー | |
JP5823259B2 (ja) | 医用データ生成装置 | |
CN106529115B (zh) | 信息处理装置、信息处理方法 | |
US9478021B2 (en) | Image display device, image display system, and image display method | |
JP2007122679A (ja) | 読影支援システム | |
US10188361B2 (en) | System for synthetic display of multi-modality data | |
KR101576047B1 (ko) | 의료 영상 판독 과정에서 구조화된 관심 영역 정보 생성 방법 및 그 장치 | |
US10181187B2 (en) | Information processing apparatus, method thereof, information processing system, and computer-readable storage medium that display a medical image with comment information | |
JPWO2015019556A1 (ja) | 症例表示装置、症例表示方法およびプログラム | |
JP5380185B2 (ja) | 画像処理装置 | |
JP7209047B2 (ja) | 変換装置、変換方法、及びプログラム | |
US20240029252A1 (en) | Medical image apparatus, medical image method, and medical image program | |
US20170322684A1 (en) | Automation Of Clinical Scoring For Decision Support | |
JP2016001372A (ja) | 情報処理装置、情報処理方法及びプログラム | |
US9292762B2 (en) | Region extraction system | |
CN111105872A (zh) | 医学影像人工智能辅助诊断系统与pacs的交互方法与装置 | |
US20120084783A1 (en) | Automated operation list generation device, method and program | |
JP2010227209A (ja) | 読影レポート作成支援装置及びプログラム | |
CN113393921A (zh) | 一种医学影像阅片系统及其运行方法 | |
JP2010227207A (ja) | 読影レポート作成支援装置及びプログラム | |
Whelan et al. | Informatics in Radiology (info RAD) NeatVision: Visual Programming for Computer-aided Diagnostic Applications | |
JP6058430B2 (ja) | 医用画像解析結果表示装置 | |
JP6656806B2 (ja) | 検査支援装置および検査支援方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120706 |
|
TRDD | Decision of grant or rejection written | ||
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130830 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20130903 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130930 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5380185 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313117 Free format text: JAPANESE INTERMEDIATE CODE: R313115 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |