跳到主要內容

臺灣博碩士論文加值系統

(44.192.254.173) 您好!臺灣時間:2023/10/02 06:13
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:簡孟君
研究生(外文):Mung-Chun Chien
論文名稱:曲面剪裁應用於腹腔鏡手術模擬系統之研究
論文名稱(外文):Mesh cutting in laparoscope surgical simulation
指導教授:謝孟達謝孟達引用關係
指導教授(外文):Meng-Dar Shieh
學位類別:碩士
校院名稱:國立成功大學
系所名稱:工業設計學系碩博士班
學門:設計學門
學類:產品設計學類
論文種類:學術論文
論文出版年:2005
畢業學年度:93
語文別:英文
論文頁數:85
中文關鍵詞:腹腔鏡手術模擬建構曲面裂開碰撞
外文關鍵詞:human abdominalorganmeshlaparoscopesurgical simulation
相關次數:
  • 被引用被引用:2
  • 點閱點閱:204
  • 評分評分:
  • 下載下載:35
  • 收藏至我的研究室書目清單書目收藏:1
  本篇論文主要在提供一種新的模擬思維應用在腹腔鏡手術模擬中,以建構曲面的方式取代原本建立實體模的方式。藉由提供新的建構斯維應用在模擬器上,期進一步能應用在醫學教育上,讓醫師更能接受好的訓練。

  建構曲面的方式來做內視鏡手術模擬有許多優點;其一,更貼近於實際內視鏡手術的狀況。實際內視鏡手術時,因為人體內被灌入了CO2,從內視鏡中並不容易看到器官的全貌。在個手術過程中,醫師憑著經驗切開一層層的組織,而運用多層次的曲面來模擬人體內一層層的薄膜,更貼近於實際手術運作的情形;其二,曲面建構可以降低電腦的運算,增進模擬的即時性。實體模在運算上會耗費龐大的電腦資源,故一般都是在專門電腦上做運算。而改用曲面建購的方式來做模擬,可以降低電腦運算量。

  在本篇論文中,以單層的曲面做模擬,達到碰撞與裂開的物理呈現。過程中,使用者可藉由滑鼠的控制,操控手術刀的動;在3D的虛擬空間中,以手術刀觸碰網格,並可對網格進行切割的動作。整個過程中,碰撞的反應以即時地呈現在螢幕上,而修剪的動作礙於運算問題採取觸發式的運作。

  在將來,單層的網格曲面可延伸為多層次的網格曲面,如此更貼近於真實腹腔鏡手術的情形,而修剪的裂口更可進一步地呈現不同器具的刀痕。
 The objective of this research is to develop an algorithm to simulate the mesh cutting procedure in Laparoscope Surgeries. The new idea is to use mesh to simulate the membranes which surround organs. It is different from some conventional methods, which use solid models to represent organs. However, the virtual solid models are suppressed by the pressure of CO2, which is used to inflate the abdominal wall to generate a dome-shape space for laparoscope surgery. That means doctors cannot see entire organs most of time during the surgical procedures. Therefore, we plan to use mesh to simulate membranes and some surfaces of organs instead of building and simulating entire organ models.

 We use a mesh with 29x29 vertices on the top of several spherical obstacles to model part of human abdominal environment. Vertices of the mesh are affected by four different forces such as spring force, gravity force, damping force, and force from CO2 pressure respectively. Several vertices of the mesh are fixed to avoid the mesh slip away. And then we simulate the cutting procedures by adding extra same vertices at the cutting position. Repeat the same steps along the cutting path until the process stops.

 The algorithm is successfully implemented and proved to be very efficient and fast in laparoscope surgical simulation. It also provides a new way for modeling organs inside human abdominal. The algorithm can be further improved to clothes design and consumer product form design, etc.
                        LIST
Chapter 1 INTRODUCTION------------------------------------------------------- 1
   1.1 Application of the mesh cutting------------------------------------- 1
   1.2 Condition of the laparoscope surgical operation--------------------- 2
   1.3 Medical education--------------------------------------------------- 3
   1.4 Simulators---------------------------------------------------------- 4
   1.5 Comparison between simulator and laparoscope operation ------------- 6
   1.6 Purpose and idea---------------------------------------------------- 7
Chapter 2 OVERVIEW----------------------------------------------------------- 8
   2.1 Mesh cutting-------------------------------------------------------- 8
   2.1-1 Cutting methods--------------------------------------------------- 8
   2.1-2 Theory----------------------------------------------------------- 15
   2.2 Structure of mesh-------------------------------------------------- 17
   2.2-1 Physical forces-------------------------------------------------- 18
   2.3 Surgical simulator------------------------------------------------- 23
   2.3-1 Apprenticeship in medicine--------------------------------------- 23
   2.3-2 The function of surgical simulator------------------------------- 23
   2.3-3 The classification of simulator---------------------------------- 24
Chapter 3 METHODOGY--------------------------------------------------------- 27
   3.1 Idea development--------------------------------------------------- 27
   3.2 Internal forces in physical simulation----------------------------- 29
   3.3 External forces in physical simulation----------------------------- 29
   3.3-1 Pressure computation--------------------------------------------- 30
   3.3-2 Force buffer----------------------------------------------------- 31
   3.4 Collision detection------------------------------------------------ 33
   3.5 Cutting algorithm-------------------------------------------------- 36
   3.6 Discussion -------------------------------------------------------- 42
Chapter 4 Simulation program------------------------------------------------ 43
   4.1 Program structure-------------------------------------------------- 45
   4.1-1 3DMAX output type------------------------------------------------ 45
   4.1-2 Reading ASE files------------------------------------------------ 46
   4.1-3 Particle structure----------------------------------------------- 48
   4.1-4 The stretch spring’s structure---------------------------------- 49
   4.1-5 The shear spring’s structure------------------------------------ 49
   4.1-6 The bending spring’s structure---------------------------------- 50
   4.1-7 Physical force computation--------------------------------------- 51
   4.1-8 Stretch force computation---------------------------------------- 52
   4.1-9 Shear force computation------------------------------------------ 53
   4.1-10 Bending force computation--------------------------------------- 54
   4.1-11 Pressure computation-------------------------------------------- 56
   4.1-12 Action force computation---------------------------------------- 57
   4.1-13 Collision detection--------------------------------------------- 59
   4.1-14 Cutting--------------------------------------------------------- 62
   4.2 Simulation system ------------------------------------------------- 69
   4.2-1 Software--------------------------------------------------------- 69
   4.2-2 Hardware--------------------------------------------------------- 69
   4.3 Computer graphics simulation--------------------------------------- 70
   4.3-1 Tool model------------------------------------------------------- 70
   4.3-2 Effect of the pressure------------------------------------------- 71
   4.3-3 The collision detection------------------------------------------ 74
   4.3-4 Cutting slash---------------------------------------------------- 77
Chapter 5 Conclusion and discussion----------------------------------------- 79
   5.1 Results------------------------------------------------------------ 79
   5.2 The contribution of the research----------------------------------- 79
   5.3 Question and discussion-------------------------------------------- 80
   5.4 Future work-------------------------------------------------------- 81
   5.4-1 Numerical method------------------------------------------------- 81
   5.4-2 Collision detection---------------------------------------------- 81
   5.4-3 Cutting slash---------------------------------------------------- 82
   5.4-4 Mesh------------------------------------------------------------- 82
Reference
[1] Daniel Bielser, Pascal Glardon, Matthias Teschner, Markus Gross, “A State Machine for Real-Time Cutting of Tetrahedral Meshes,” Journal of Graphical Models, Elsevier, October, vol. 66, no. 6, pp.398-417, 2004
[2] M. Agus, G.J. Brelstaff, A. Giachetti, E. Gobbetti, G. Zanetti, A. Zorcolo,“Physics-based burr haptic simulation: tuning and evaluation,”POLARIS, Loc. Pixina Manna, Edificio 1, C.P.25, I-09010 Pula (CA), Italy {magus,giach,gjb,gobbetti,zag,zarco} @crs4.it – http://www.crs4.it2004
[3] Yi–Je Lim, Suvranu De, “On the Use of Meshfree Methods and a Geometry Based Surgical Cutting Algorithm in Multimodal Medical Simulations,” The International Symposium on Haptic Interfaces for Virtual Environment and Teleoperator System, 12th, vol. 00, no. , pp. 295-301, 2004.
[4] Roger Kneebone, “Simulation in surgical training: educational issues and practical implications,” Medical Education, Vol 37 Issue 3, pp 267, 2003
[5] S. De, J.W. Hong, K. J. Bathe, “On the method of finite spheres in applications: towards the use with ADINA and a surgical simulator,”Computational Mechanics, 31, pp. 27-37, 2003
[6] Cynthia D. Bruyns, Steven Senger, Anil Menon, Kevin Montgomery, Simon Wildermuth and Richard Boyle, “A survey of interactive mesh-cutting techniques and a new method for implementing generalized interactive mesh cutting using virtual tools,” the journal of visualization and computer animation J. Visual. VOL13: Pp21–42, 2002
[7] Daniel Bielser, Markus H. Gross, “Open Surgery Simulation,” Medicine Meets Virtual Reality 2002, pp. 57-62, 2002.
[8] Han-Wen Nienhuys A, Frank van der Stappen, “A Delaunay approach to interactive cutting in triangulated surfaces,” institute of information and computing sciences, utrecht university technical report, UU-CS-2002-044, http://www.cs.uu.nl 2002
[9] Bruyns C, Montgomery K, "Generalized Interactions Using Virtual Tools Within the Spring Framework: Cutting," Medicine Meets Virtual Reality (MMVR02), Newport Beach, CA, 2001.
[10] Bruyns C, Senger S, Wildermuth S, Montgomery K, Boyle R,”Real-time interactions using virtual tools,” MICCAI 2001, Niessen WJ et al. (eds). Springer: Berlin, 1349–1351, 2001
[11] Cynthia D. Bruynsa, Steven Senger, “Interactive cuttingof 3D surface meshes,” Computers & Graphics 25 (2001), pp635–642, 2001
[12] Kneebone R, ApSimon D, “Surgical skills training: simulation and multimedia combined,” Medical Education, vol 35 Issue 9,pp 909-15, 2001
[13] Nienhuys HW, Van Der Stappen AF, “A surgery simulation supporting cuts and finite element deformation,” Computer Science; Vol 2208, pp145–152, 2001
[14] Nienhuys HW, Van Der Stappen AF, “Supporting cuts and finite element deformation in interactive surgery simulation,” In MICCAI 2001, Springer: Berlin, pp145–152, 2001
[15] Pascal Volino, Nadia Magnenat-Thalmann, “Comparing Efficiency of Integration Methods for Cloth Simulation,” Computer Graphics International, pp 265 – 274, 2001
[16] Xiaoqun Dai, Takao Furukawa, Shigeru Mitsui, Masayuki Takatera, Yoshio Shimizu, “Drape formation based on geometric constrains and its application to skirt modeling,” International Journal of Clothing Science and Technology, Vol 13 No 1, pp 23-37, 2001
[17] Bielser D, Gross M,“Interactive simulation of surgical cuts,”Proceedings of Pacific Graphics 2000, pp116–125, 2000
[18] Cotin S., Delingette H., and Ayache N.,” A hybrid elastic model allowing real-time cutting, deformations and force-feedback for surgery training and simulation,” The Visual Computer, vol 16, pp 437-452, 2000.
[19] Fabio Ganovelliy , Paolo Cignoniz, Claudio Montanix, Roberto Scopigno,” A Multiresolution Model for Soft Objects supporting interactive cuts and lacerations,” EUROGRAPHICS 2000.
[20] Ganovelli F., Cignoni P., Montani C., Scopigno R., “A Multiresolution Model for Soft Objects Supporting Interactive Cuts and Lacerations,” Computer Graphics Forum, Vol. 19, No. 3, pp. C271-81,2000
[21] Mor A., Kanade T., “Modifying Soft Tissue Models: Progressive Cutting with Minimal New Element Creation,” Medical Image Computing and Computer-Assisted Intervention - MICCAI 2000, Vol.1935, October, 2000.
[22] Neumann P,” Near real-time cutting,” SIGGRAPH 2000, Sketches and Applications, New Orleans, LA, 2000.
[23] Basdogan C., Ho, C., Srinivasan, M.A., "Simulation of Tissue Cutting and Bleeding for Laparoscopic Surgery Using Auixilary Surfaces," the proceedings of the Medicine Meets Virtual Reality VII Conference, San Francisco, CA. , 1999
[24] Benoît Roux, “Theories of Ion Permeation: A Chaser,” The Journal of General Phyiology, Vol 114, No 4, pp 605-608, 1999
[25] Bielser D., Maiwald V.A., and Gross M.H.,” Interactive cuts through 3-dimensional soft tissue,” Computer Graphics Forum(Eurographics’99 Proc.) 18 , no. 3, C31–C38.1999

[26] Bro-Nielsen M, Helfrick D, Glass B, Zeng X, Connacher H,”VR simulation of abdominal trauma surgery,” Medicine Meets Virtual Reality, Westwood J et al. (eds). IOS Press:Amsterdam, pp117–123, 1999.
[27] Sarah F, Frisken-Gibson, “Using Linked Volumes to Model Object Collisions, Deformation, Cutting, Carving, and Joining,” IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER
GRAPHICS, Vol 5, No 4,1999
[28] Igarashi, T., Matsuoka, S., Kawachiya, S., Tanaka, H,” Pegasus: A drawing system for rapid geometric Design,” Extended Abstracts of ACM CHI Conference on Human Factors in Computing Systems. p. 24-25,1998
[29] Surgical Science Company http:// www.surgical-science.com/main/default/default.cfm
[30] 簡志霖, “布料動態模擬,” 國立成功大學工業設計學系碩士論文 民國93年6月
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top