JP2013252395A - 描画プログラム、描画方法、および、描画装置 - Google Patents
描画プログラム、描画方法、および、描画装置 Download PDFInfo
- Publication number
- JP2013252395A JP2013252395A JP2012131243A JP2012131243A JP2013252395A JP 2013252395 A JP2013252395 A JP 2013252395A JP 2012131243 A JP2012131243 A JP 2012131243A JP 2012131243 A JP2012131243 A JP 2012131243A JP 2013252395 A JP2013252395 A JP 2013252395A
- Authority
- JP
- Japan
- Prior art keywords
- elements
- cross
- section
- planes
- model
- 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
Images
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H30/00—ICT specially adapted for the handling or processing of medical images
- G16H30/20—ICT specially adapted for the handling or processing of medical images for handling medical images, e.g. DICOM, HL7 or PACS
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/20—Design optimisation, verification or simulation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T19/00—Manipulating 3D models or images for computer graphics
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2219/00—Indexing scheme for manipulating 3D models or images for computer graphics
- G06T2219/008—Cut plane or projection plane definition
Landscapes
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Computer Graphics (AREA)
- Software Systems (AREA)
- Epidemiology (AREA)
- Radiology & Medical Imaging (AREA)
- Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
- Primary Health Care (AREA)
- Public Health (AREA)
- Geometry (AREA)
- Evolutionary Computation (AREA)
- Image Generation (AREA)
- Measuring And Recording Apparatus For Diagnosis (AREA)
- Magnetic Resonance Imaging Apparatus (AREA)
Abstract
【解決手段】描画装置300は、臓器の各位置に応じた物理値を有する要素の集合である臓器モデルを取得する取得部301と、所定の視点位置からの視線方向と所定の角度をなす前記臓器モデルと交わる複数の平面を設定する設定部302と、前記要素の集合のうち、設定された前記複数の平面と交わる要素に対応する物理値を、前記複数の平面が前記臓器モデルの要素とそれぞれ交わる面である複数の要素の断面に割り当てる割当部303と、前記対応する物理値が割り当てられた前記臓器モデルの前記複数の要素の断面を、前記対応する物理値に基づいて描画する描画部304と、を有する。
【選択図】図3
Description
<心臓モデルの断面描画例>
図1は、実施の形態1にかかる心臓モデルの断面描画例を示す説明図である。図1において、(A)は心臓の3次元モデルを示す。心臓の3次元モデルを、以下、「心臓モデル」と称す。心臓モデル100は、たとえば、テトラ要素と呼ばれる四面体の要素(非構造格子データ)の集合であり、各テトラ要素は、当該テトラ要素の配置位置に応じた物理値を持つ。物理値は、テトラ要素に対応する心筋の挙動を示す各種の値であり、たとえば、仕事力[KPa]や、仕事[J/ml]、仕事率[J/s・ml]が物理値に採用される。
図2は、実施の形態1にかかる描画装置のハードウェア構成例を示すブロック図である。図2において、描画装置は、CPU(Central Processing Unit)201と、ROM(Read Only Memory)202と、RAM(Random Access Memory)203と、磁気ディスクドライブ204と、磁気ディスク205と、光ディスクドライブ206と、光ディスク207と、ディスプレイ208と、I/F(Interface)209と、キーボード210と、マウス211と、スキャナ212と、プリンタ213と、を備えている。また、各構成部はバス200によってそれぞれ接続されている。
図3は、実施の形態1にかかる描画装置の機能的構成例を示すブロック図である。描画装置300は、取得部301と、設定部302と、割当部303と、描画部304と、を有する。取得部301、設定部302、割当部303、および、描画部304は、具体的には、たとえば、図2に示したRAM203、磁気ディスク205、光ディスク207などの記憶装置に記憶されたプログラムを、CPU201に実行させることによりその機能を実現する。
図11は、実施の形態1にかかる描画処理手順例を示すフローチャートである。まず、描画装置300は、取得部301により心臓モデル100などの臓器モデルを取得し(ステップS1101)、設定部302により、モデル断面を設定する(ステップS1102)。そして、描画装置300は、未選択のモデル断面があるか否かを判断する(ステップS1103)。未選択のモデル断面がある場合(ステップS1103:Yes)、描画装置300は、未選択のモデル断面を1つ選択する(ステップS1104)。そして、描画装置300は、選択モデル断面と交わる未選択のテトラ要素tiがあるか否かを判断する(ステップS1105)。未選択のテトラ要素tiがある場合(ステップS1105:Yes)、描画装置300は、未選択のテトラ要素tiを1つ選択する(ステップS1106)。
<心臓モデル100の断面描画例>
つぎに、実施の形態2について説明する。実施の形態1では、回転軸Aから基準面S1を回転させることにより、複数のモデル断面を設定したが、実施の形態2では、複数の互いに平行なモデル断面を設定する。たとえば、上述した心臓モデル100の場合、各モデル断面の物理値の連続性が確認しやすくなる。なお、モデル断面の設定以外の構成および処理については、実施の形態1と同一であるため説明を省略する。
300 描画装置
301 取得部
302 設定部
303 割当部
304 描画部
C1〜C3 モデル断面
Claims (8)
- コンピュータに、
臓器の各位置に応じた物理値を有する要素の集合である臓器モデルを取得させ、
所定の視点位置からの視線方向と所定の角度をなす前記臓器モデルと交わる複数の平面を設定させ、
前記要素の集合のうち、設定された前記複数の平面と交わる要素に対応する物理値を、前記複数の平面が前記臓器モデルの要素とそれぞれ交わる面である複数の要素の断面に割り当てさせ、
前記対応する物理値が割り当てられた前記臓器モデルの前記複数の要素の断面を、前記対応する物理値に基づいて描画させる、ことを特徴とする描画プログラム。 - 前記描画プログラムは、
前記コンピュータに、
前記複数の平面を設定させる場合、
前記臓器モデルと交わり前記視線方向と所定の角度をなす基準面内において前記視線方向に直交する線分を回転軸として前記基準面を複数の異なる回転角度で回転させて、前記視線方向と所定の角度をなす複数の平面を設定させることを特徴とする請求項1に記載の描画プログラム。 - 前記臓器モデルは、心臓の臓器モデルであり、
前記描画プログラムは、
前記コンピュータに、
前記心臓の弁輪を通過する面を前記基準面として、前記視線方向と所定の角度をなす複数の平面を設定させることを特徴とする請求項2に記載の描画プログラム。 - 前記描画プログラムは、
前記コンピュータに、
前記臓器モデルと交わる基準面に直交し前記視線方向と所定の角度をなす複数の平面を設定させることを特徴とする請求項1に記載の描画プログラム。 - 前記臓器モデルは、心臓の臓器モデルであり、
前記描画プログラムは、
前記コンピュータに、
前記心臓の血流方向となる線分を含む面を前記基準面として、前記視線方向と所定の角度をなす複数の平面を設定させることを特徴とする請求項4に記載の描画プログラム。 - 前記描画プログラムは、
前記コンピュータに、
前記要素の断面の形状が四角形である場合、前記四角形の形状の前記要素の断面を2個の三角形に分割させ、
分割された2個の三角形の形状の要素の断面の各々に、分割前の前記四角形の形状の前記要素の断面の物理値を割り当てさせることを特徴とする請求項1〜5のいずれか一つに記載の描画プログラム。 - コンピュータが、
臓器の各位置に応じた物理値を有する要素の集合である臓器モデルを取得し、
所定の視点位置からの視線方向と所定の角度をなす前記臓器モデルと交わる複数の平面を設定し、
前記要素の集合のうち、設定された前記複数の平面と交わる要素に対応する物理値を、前記複数の平面が前記臓器モデルの要素とそれぞれ交わる面である複数の要素の断面に割り当て、
前記対応する物理値が割り当てられた前記臓器モデルの前記複数の要素の断面を、前記対応する物理値に基づいて描画させる、ことを特徴とする描画方法。 - 臓器の各位置に応じた物理値を有する要素の集合である臓器モデルを取得する取得部と、
所定の視点位置からの視線方向と所定の角度をなす前記臓器モデルと交わる複数の平面を設定する設定部と、
前記要素の集合のうち、設定された前記複数の平面と交わる要素に対応する物理値を、前記複数の平面が前記臓器モデルの要素とそれぞれ交わる面である複数の要素の断面に割り当てる割当部と、
前記対応する物理値が割り当てられた前記臓器モデルの前記複数の要素の断面を、前記対応する物理値に基づいて描画する描画部と、
を有することを特徴とする描画装置。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012131243A JP5988088B2 (ja) | 2012-06-08 | 2012-06-08 | 描画プログラム、描画方法、および、描画装置 |
EP13170627.7A EP2672457A3 (en) | 2012-06-08 | 2013-06-05 | Rendering program, rendering method, and rendering apparatus |
US13/911,598 US9864836B2 (en) | 2012-06-08 | 2013-06-06 | Computer product, rendering apparatus, and rendering method |
US13/911,578 US9767252B2 (en) | 2012-06-08 | 2013-06-06 | Computer product, rendering method, and rendering apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012131243A JP5988088B2 (ja) | 2012-06-08 | 2012-06-08 | 描画プログラム、描画方法、および、描画装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013252395A true JP2013252395A (ja) | 2013-12-19 |
JP5988088B2 JP5988088B2 (ja) | 2016-09-07 |
Family
ID=48700268
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012131243A Active JP5988088B2 (ja) | 2012-06-08 | 2012-06-08 | 描画プログラム、描画方法、および、描画装置 |
Country Status (3)
Country | Link |
---|---|
US (2) | US9864836B2 (ja) |
EP (1) | EP2672457A3 (ja) |
JP (1) | JP5988088B2 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5907502B2 (ja) * | 2012-06-08 | 2016-04-26 | 富士通株式会社 | 表示プログラム、表示方法、および表示装置 |
CN108476483B (zh) | 2016-01-14 | 2021-01-26 | 英国电讯有限公司 | 在蜂窝网络中工作的基站、操作基站的方法、存储介质 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5458126A (en) * | 1994-02-24 | 1995-10-17 | General Electric Company | Cardiac functional analysis system employing gradient image segmentation |
US20060034513A1 (en) * | 2004-07-23 | 2006-02-16 | Siemens Medical Solutions Usa, Inc. | View assistance in three-dimensional ultrasound imaging |
JP2006154965A (ja) * | 2004-11-25 | 2006-06-15 | Honda Motor Co Ltd | 三次元データから二次元データを生成し表示するシステムおよびプログラム |
JP2009028515A (ja) * | 2007-07-05 | 2009-02-12 | Toshiba Corp | 医用画像処理装置及び医用画像診断装置 |
JP2010017421A (ja) * | 2008-07-11 | 2010-01-28 | Mitsubishi Precision Co Ltd | 生体データモデル作成方法及びその装置並びに生体データモデルのデータ構造及び生体データモデルのデータ格納装置並びに三次元データモデルの負荷分散方法及びその装置 |
US20130039560A1 (en) * | 2010-05-10 | 2013-02-14 | Yoshihiro Goto | Image processing device and image processing method |
JP2013105188A (ja) * | 2011-11-10 | 2013-05-30 | Sony Corp | 画像処理装置、画像処理方法、および画像ファイルのデータ構造 |
Family Cites Families (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6694163B1 (en) | 1994-10-27 | 2004-02-17 | Wake Forest University Health Sciences | Method and system for producing interactive, three-dimensional renderings of selected body organs having hollow lumens to enable simulated movement through the lumen |
US5889524A (en) * | 1995-09-11 | 1999-03-30 | University Of Washington | Reconstruction of three-dimensional objects using labeled piecewise smooth subdivision surfaces |
US6301496B1 (en) * | 1998-07-24 | 2001-10-09 | Biosense, Inc. | Vector mapping of three-dimensionally reconstructed intrabody organs and method of display |
JP2003141566A (ja) * | 2001-11-07 | 2003-05-16 | Kansai Tlo Kk | 3次元物体の切断シミュレーション方法 |
US7397937B2 (en) | 2001-11-23 | 2008-07-08 | R2 Technology, Inc. | Region growing in anatomical images |
US20030169911A1 (en) * | 2001-12-11 | 2003-09-11 | Snyder Gregory B. | Method and apparatus for processing and displaying images of the arteries and veins |
US20040130546A1 (en) * | 2003-01-06 | 2004-07-08 | Porikli Fatih M. | Region growing with adaptive thresholds and distance function parameters |
US7175656B2 (en) * | 2003-04-18 | 2007-02-13 | Alexander Khairkhahan | Percutaneous transcatheter heart valve replacement |
US20070014452A1 (en) * | 2003-12-01 | 2007-01-18 | Mitta Suresh | Method and system for image processing and assessment of a state of a heart |
CN101084528B (zh) * | 2004-12-20 | 2011-09-14 | 皇家飞利浦电子股份有限公司 | 用于集成可移动人体的医疗诊断信息和几何模型的方法、系统 |
DE102005046203B3 (de) * | 2005-09-27 | 2007-01-04 | Siemens Ag | Verfahren und Vorrichtung zur selektiven Darstellung diagnostischer Bilddaten |
WO2008047766A1 (fr) * | 2006-10-17 | 2008-04-24 | Shoji Yamamoto | Système, procédé, programme de simulation des performances cardiaques et feuille de matériau composite |
US9275190B2 (en) * | 2007-04-23 | 2016-03-01 | Siemens Aktiengesellschaft | Method and system for generating a four-chamber heart model |
US8718944B2 (en) * | 2007-05-22 | 2014-05-06 | Worcester Polytechnic Institute | Patient-specific image-based computational modeling and techniques for human heart surgery optimization |
US20100204589A1 (en) * | 2007-08-02 | 2010-08-12 | Neurodx Development Llc | Non-invasive intracranial pressure sensor |
EP2051205B1 (en) * | 2007-10-17 | 2012-03-14 | Deutsches Krebsforschungszentrum | Method, computer program and workstation for removing undesirable objects for a digital medical image |
CN102187379A (zh) * | 2008-09-25 | 2011-09-14 | Cae医疗保健有限公司 | 医学成像模拟 |
US8948476B2 (en) * | 2010-12-20 | 2015-02-03 | St. Jude Medical, Atrial Fibrillation Division, Inc. | Determination of cardiac geometry responsive to doppler based imaging of blood flow characteristics |
US8315812B2 (en) * | 2010-08-12 | 2012-11-20 | Heartflow, Inc. | Method and system for patient-specific modeling of blood flow |
DE102010043849B3 (de) * | 2010-11-12 | 2012-02-16 | Siemens Aktiengesellschaft | Vorrichtung und Computertomograph zur Bestimmung und Darstellung der Durchblutung des Herzmuskels |
-
2012
- 2012-06-08 JP JP2012131243A patent/JP5988088B2/ja active Active
-
2013
- 2013-06-05 EP EP13170627.7A patent/EP2672457A3/en not_active Ceased
- 2013-06-06 US US13/911,598 patent/US9864836B2/en active Active
- 2013-06-06 US US13/911,578 patent/US9767252B2/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5458126A (en) * | 1994-02-24 | 1995-10-17 | General Electric Company | Cardiac functional analysis system employing gradient image segmentation |
US20060034513A1 (en) * | 2004-07-23 | 2006-02-16 | Siemens Medical Solutions Usa, Inc. | View assistance in three-dimensional ultrasound imaging |
JP2006154965A (ja) * | 2004-11-25 | 2006-06-15 | Honda Motor Co Ltd | 三次元データから二次元データを生成し表示するシステムおよびプログラム |
JP2009028515A (ja) * | 2007-07-05 | 2009-02-12 | Toshiba Corp | 医用画像処理装置及び医用画像診断装置 |
JP2010017421A (ja) * | 2008-07-11 | 2010-01-28 | Mitsubishi Precision Co Ltd | 生体データモデル作成方法及びその装置並びに生体データモデルのデータ構造及び生体データモデルのデータ格納装置並びに三次元データモデルの負荷分散方法及びその装置 |
US20130039560A1 (en) * | 2010-05-10 | 2013-02-14 | Yoshihiro Goto | Image processing device and image processing method |
JP2013105188A (ja) * | 2011-11-10 | 2013-05-30 | Sony Corp | 画像処理装置、画像処理方法、および画像ファイルのデータ構造 |
Non-Patent Citations (1)
Title |
---|
井上 悠介 外5名: ""有限要素法及び可変形ボリュームレンダリングを用いた高画質な手術シミュレーションシステムの開発"", 電子情報通信学会論文誌, vol. 第J87−D−II巻,第1号, JPN6015043310, 1 January 2004 (2004-01-01), JP, pages 271 - 280, ISSN: 0003184069 * |
Also Published As
Publication number | Publication date |
---|---|
EP2672457A2 (en) | 2013-12-11 |
EP2672457A3 (en) | 2017-05-03 |
US20130328868A1 (en) | 2013-12-12 |
US9864836B2 (en) | 2018-01-09 |
US20130332126A1 (en) | 2013-12-12 |
JP5988088B2 (ja) | 2016-09-07 |
US9767252B2 (en) | 2017-09-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4323472B2 (ja) | 多角形チャート描画処理方法およびプログラム | |
JP3747404B2 (ja) | グラフィックス・イメージ作成装置、及びその方法並びにプログラム | |
US9519981B2 (en) | Visualizing brain network connectivity | |
CN101989178B (zh) | 多叉树数据结构的立体环状可视化方法 | |
US8994720B2 (en) | Diagnosis assisting apparatus, diagnosis assisting program, and diagnosis assisting method | |
US20070279435A1 (en) | Method and system for selective visualization and interaction with 3D image data | |
JP2008521462A (ja) | 2次元/3次元の統合されたコンターエディター | |
JP2019521733A (ja) | 画像からの血管の選択方法 | |
NO344588B1 (no) | Tre-dimensjonal visualisering av bilder av jordas undergrunn | |
US10810794B2 (en) | Method and apparatus for 3D clothing draping simulation | |
CA2775241A1 (en) | Drawing graphical objects in a 3d subsurface environment | |
JP2008522269A (ja) | メッシュ・サーフェス並びにボリューム・オブジェクト上におけるサーフェス線の生成並びに計測のためのシステム並びに方法およびメッシュ切断技術(曲線測定方法) | |
JP5988088B2 (ja) | 描画プログラム、描画方法、および、描画装置 | |
JP6863675B2 (ja) | 画像分割 | |
KR20210021933A (ko) | 3차원 가상 의상에 대응하는 2차원 패턴의 치수를 측정하는 방법 및 장치 | |
CN115730157A (zh) | 一种Web中dwg图纸的线条快速显示方法及系统 | |
JP6268322B1 (ja) | 学習データ精度可視化システム、学習データ精度可視化方法、及びプログラム | |
Knödel et al. | Interactive generation and modification of cutaway illustrations for polygonal models | |
JP5904544B2 (ja) | 可視化プログラム、可視化方法、および可視化装置 | |
JP7132921B2 (ja) | ビューポートサイズ変更に基づく3dコンテンツのための動的次元切替え | |
US8818059B2 (en) | Method and device for navigation in a multi-dimensional image data set | |
WO2020205829A1 (en) | Using model data to generate an enhanced depth map in a computer-assisted surgical system | |
JP2012027793A (ja) | 画像処理装置及び画像処理装置の制御方法、プログラム | |
KR20160133173A (ko) | 트리맵 시각화 방법 및 그 방법을 이용하는 장치 | |
JP2018190316A (ja) | 三次元形状データの編集装置、及び三次元形状データの編集プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150205 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20151021 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20151110 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160112 |
|
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: 20160628 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160727 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5988088 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |