Abstract
During surgical procedures, it may be necessary to insert one or several trocars between the patient’s ribs. This is the case, for example, with mini-invasive cardiac surgery to replace one or several heart valves assisted by 3D thoracoscopy: a trocar must be inserted before the camera is introduced.
Most systems that provide visual assistance are complex and expensive. They are based either on robotics or magnetic tracking, and allow to track a precise positioning of surgical instruments and to provide an augmented visualization on a screen inside the operating room. Nevertheless, few operating rooms for this type of intervention own this type of hardware and most surgeons place and insert a trocar without visual assistance.
In this paper, we have proposed a first software prototype of trocar guidance which exploits the mixed reality framework through the use of the Microsoft HoloLens headset. The surgeon first defines the position and direction of insertion using the CT scan in order to minimize the risk of damaging the patient’s internal organs during the trocar insertion then an interactive registration may help him or her during the intervention. In this article, we describe the sequence of computing steps and the first obtained results about such kind of interactive registration.
You have full access to this open access chapter, Download conference paper PDF
Similar content being viewed by others
Keywords
1 Context
1.1 Mixed Reality
Microsoft HoloLens headsets [1] were recently released in France (December 2016). Such a headset uses several different sensors. It is a self-contained computer with Wi-Fi connectivity. These headsets have a semi-transparent visor on which 3D objects, called holograms, are projected; therefore, these holograms are superimposed on the user’s environment through the visor. A user can interact with these objects by headset-recognized gestures if the developed application has intended it (for example: aiming at an object to select it, then pinching the fingers and moving the hand to move this object), see Fig. 1. Moreover, the headset also scans the environment, and holograms can interact with it. Unity framework [3] with the appropriate software library MixedRealityToolkit-Unity (MRTK) [4], allow us to design interactive 3D graphics applications that can be deployed in this type of hardware (nevertheless with Unity and C#programming language skills). To design such an application, we must plan both the content to be displayed and all possible user’s interactions with the environment. More precisely, 3D content must be modeled with a 3D modeler software (for example, Blender [5]), then it must be imported inside the Unity application to be arranged in a 3D scene; then chosen interactions must be encoded (C#scripts in Visual Studio [6]). When the implementation of the application is finished inside Unity, we may deploy it in the HoloLens headset.
1.2 Medical Context
During surgical procedures, it may be necessary to insert one or several trocars between the patient’s ribs. This is the case, for example, with mini-invasive cardiac surgery to replace one or several heart valves assisted by 3D thoracoscopy: a trocar must be inserted before the camera is introduced. Most systems that provide visual assistance to trocar placement are complex and expensive. They are based either on robotics or magnetic tracking, and allow to track a precise positioning of surgical instruments and to provide an augmented visualization on a screen inside the operating room. Nevertheless, few operating rooms for this type of intervention own this type of hardware and most surgeons place and insert a trocar without visual assistance.
Minimally Invasive Surgeries (MIS). A large number of surgical techniques have evolved to minimally invasive surgical techniques (or MIS). One of the best known of MIS is laparoscopy in gynecology. Rather than making large openings in the patient, several mini-incisions are made. These techniques lead to faster recovery and shorter hospitalizations. The counterpart is that the surgeon no longer has a direct vision of the organs he has to handle. Some of these techniques require the use of trocars and in most cases, no visual assistance is offered.
About Incisions with Trocar. Many techniques for trocar insertion rely on the skills of clinicians (positioning relative to anatomical landmarks on the patient ...), and do not use visual assistance. In other words, trocars are often blind-inserted. See for example, the recent study about the initial placement of a trocar without any visual assistance in case of bariatric surgery [9]. Some clinicians have begun to study the impact of trocar placement, trocar diameter, hole size compared with subsequent intervention, healing, see for example a study in the case of chest surgery [10], laparoscopy [11].
We can find studies on the placement of trocar for minimally invasive surgery in the case of laparoscopy (measure of kinetic aspects of trocar insertion [12]), and with a surgical robot [13], see also the recent use of machine learning [14].
Minimally Invasive Cardiac Surgeries (MICS). In [15], authors review the evolution of various open heart cardiac surgery procedures (full sternotomy) to minimally invasive cardiac surgeries (MICS), these techniques were initiated following the growing interest of laparoscopic surgery. It is described the interest to avoid opening the thorax, to perform an extracorporeal circulation and to make instead some incisions for specific procedures (mini-thoracotomy) and if it is recommended for patients. These new approaches aim to reduce the complications associated with sternotomy, postoperative pain, and lead, as said before, to faster recovery and shorter hospitalizations.
For some centers that are equipped, some mitral valve replacement are assisted by video [16] or robot [17], see also [18].
Mixed Reality. In [19], the authors exploit HoloLens interactive commands for visualization (with no registration) of a 3D model of myocardial scar. In [20], a manual registration is made to superimpose 3D models (vascular tree) onto patient’s body, as it is the case for our experiment. We believe that this application is exploited rather for the visualization of data than for a precise registration (see wireframed box in Fig. 3 of [20], outside the patient’s body). In [21, 22], a project superimpose a patient’s vascular tree by registering it with an electromagnetic tracking system, several additional data are also displayed (orthogonal views of CT and angioscopies). In [23], we find the same guidance system for the alignment of a guide hole drilling guide (position and orientation) in case of hip surgery. The system requires a robotic arm, an additional camera and markers for guidance.
Our Motivation. We have proposed a first software prototype of trocar guidance which exploits the mixed reality framework through the use of the Microsoft HoloLens headset. The surgeon first defines the position and direction of insertion using the CT scan in order to minimize the risk of damaging the patient’s internal organs during the trocar insertion then an interactive registration may help him or her during the intervention.
In this article, we describe the sequence of computing steps and the first obtained results about such kind of interactive registration.
2 Our Software Prototype
2.1 Preoperative Phase
The objective is to achieve a centered incision between a pair of patient’s ribs, while not damaging internal organs. The surgeon identifies in the patient’s CT-scan, Fig. 2, how he or she wishes to insert the trocar (position and orientation), by defining two points in the CT, Fig. 3. More precisely, the surgeon scrolls through the sections of the CT-scan, positions the first point on the patient’s surface between two ribs which corresponds to the insertion point of the trocar (Point1 in Figs. 3(a) and (c)), then positions the second point inside the patient’s body, in order to avoid damaging the patient’s organs when the trocar will be inserted (Point2 in Figs. 3(b) and (c)). In this way, he or she defines a virtual trocar, or the pair (position, orientation) of a virtual trocar, that will later assist him or her when inserting the actual trocar.
2.2 Preparation of the Application to Be Transferred into the Headset
Our application must be embedded inside the HoloLens headset. Patient-specific data (torso, ribs, position/orientation of a virtual trocar) must be available into the headset to help the surgeon during the surgical procedure.
Here are the steps that the surgeon (or one of his or her assistants) must perform to design this digital content:
-
(Step 1) to segment torso (Fig. 4(a)) and ribs (Fig. 4(b)) in Slicer software;
-
(Step 2) to import the torso mesh into Blender software, and to decimate the torso mesh (in order to reduce the data volume to be projected on the visor’s headset) (Fig. 5(a));
-
(Step 3) to import of both the torso (Fig. 5(b)) and ribs (Fig. 5(c)) in our Unity application respecting the spacing parameters of the DICOM file of the patient’s CT-scan. Then, our application computes the modeling of a 3D virtual trocar (in red) by using the two points previously marked by the surgeon (Fig. 6);
-
(Step 4) to deploy the application (with these data) inside the HoloLens headset. Note that it is also possible to transfer data to the application embedded inside HoloLens through the cloud, and not to deploy for each patient.
2.3 Our Embedded Software Inside Hololens Headset
Our application will propose to the user to interactively register patient’s data on the actual patient in the operating room. Details about this interactive registration are given in the next section.
3 Interactive Registration
3.1 3D Model to Be Registered
It seems difficult to directly align the 3D model of the patient’s torso with the actual patient’s torso. Therefore, we have chosen to define an intermediate 3D model that will be registered onto the patient. This 3D intermediate model is constituted in this way: its origin corresponds with the origin of the DICOM file (in other words it corresponds to the CT-scan with the appropriate scales/spacing according to the CT-scan resolution), it contains the torso, the ribs, the two previously defined points. We also add three planes to this intermediate model (Fig. 7(a)):
-
the first plane (green plane) is the plane of the back of the patient which corresponds to the surface of the table,
-
the second plane (blue plane) is the one that corresponds to a virtual plane passing through the patient’s shoulders, thus the CT-scan must record this area,
-
the third plane (red plane) corresponds to the virtual plane between the patient’s torso and his left arm.
3.2 Registration Procedure
Our application is designed in such a way that this 3D intermediate model can be translated or orientated (Fig. 7(b)). In this way, the user of this application can position the intermediate model so as to first match it (translation and orientation) with the intervention table (green plane), then moves (translation and orientation) the model in such a way that it corresponds with the plane of the patient’s shoulders (blue plane), finally translates the model so that the red plane is between the torso and the patient’s left arm.
In practice, once this first rough registration of the intermediate model is made, it may be interesting not to display it longer, and to reveal only the torso and ribs (when the torso is totally transparent). Note that it is also possible to orient the first plane if the patient’s back is not fully over the table (this is the case for some surgical procedures).
4 Results
4.1 Intraoperative Step
Different difficulties occur: a minimum distance (80 cm) from the helmet’s wearer to the first 3D object to be visualized is required, we modified it (near clipping plane property in an appropriate script of MRTK library). If the surgeon wears the helmet, it is very difficult for him or her to see the trocar even by adjusting the transparency of the models, Fig. 8. Therefore, one of his or her assistants must wear the headset and will help the surgeon to position the real trocar according to the materialization of the virtual trocar on the visor of the headset.
The assistant must first interactively register the intermediate model with the procedure described in the previous section. Then, he or she can remove the intermediate model and only see the 3d models of torso and trocar (Fig. 9(a)), or the set of torso in transparency, ribs and trocar (Fig. 9(b)) to better fit the interactive registration. Then, the assistant can begin guiding the surgeon in such a way that he or she first positions the tip of the trocar and then directs it (according to the virtual trocar in red) (Fig. 9(c)). The assistant must move around the surgeon to give the best fitting, Fig. 10.
4.2 First Results
Although this approach provides information that surgeons do not currently have, it is rather difficult to make a realignment with 3D data: the assistant must move many times to find the best fitting of position and orientation of the trocar, which is very difficult to do due both to the crowding of the operating room and of the 3D effect (see for example Fig. 9(c)). The transparency of the model has to be adapted many times in order to be able to superimpose the plans of the intermediate model or finally only the torso at best on the patient.
4.3 Future Works
In this paper, we study a first proof of feasibility to use HoloLens to assist cardiac surgeons to position trocar and it is difficult to evaluate any positioning or orientation accuracy. Although the order of magnitude is relatively large (a 4 to 5 cm space between ribs), it remains difficult to perform a precise interactive placement of the trocar.
We continue our work in order to facilitate the registration procedure by using a marker-based functionality recently provided by Unity (Vuforia library [24]).
References
HoloLens. https://www.microsoft.com/en-us/hololens
Rositi, H., et al. Presentation of a software application in mixed reality with HoloLens headset, for a nutrition workshop. In preparation
Unity framework. https://unity3d.com/
MixedRealityToolkit-Unity library. https://github.com/microsoft/MixedRealityToolkit-Unity
Blender modeler. https://www.blender.org/
Visual Studio. https://visualstudio.microsoft.com/vs/enterprise/
Slicer software. https://www.slicer.org/
MITK software. https://www.mitk.org/
Clapp, B.: Optimal initial trocar placement for morbidity obese patients. J. Soc. Laparoendosc. Surg. 22(4), e2017.00101 (2018)
Migliore, M.: Efficacy and safety of single-trocar technique for minimally invasive surgery of the chest in the treatment of noncomplex pleural disease. J. Thorac. Cardiovasc. Surg. 126, 1618–1623 (2003)
Alkatout, I., Mettler, L., Maass, N., Noé, G.-K., Elessawy, M.: Abdominal anatomy in the context of port placement and trocars. J. Turk. Ger. Gynecol. Assoc. 16(4), 241–251 (2015)
Kodera, Y.: Measurement of inserting motion of bladeless trocar at real surgery for development of a virtual training system for initial trocar placement in laparoscopic surgery. Hepatogastroenterology 58, 854–858 (2011)
Wörn, H., Weede, O.: Optimizing the setup configuration for manual and robotic assisted minimally invasive surgery. In: World Congress on Medical Physics and Biomedical Engineering, pp. 55–58, Munich, Germany (2009)
Yu, L., Yu, X., Chen, X., Zhang, F.: Laparoscope arm automatic positioning for robot-assisted surgery based on reinforcement learning. Mech. Sci. 10, 119–131 (2019)
Iribarne, A., et al.: The golden age of minimally invasive cardiothoracic surgery: current and future perspectives. Future Cardiol. 7(3), 333–346 (2011)
Obadia, J.-F.: Chirurgie cardiaque mini-invasive assitée par vidéothoracoscopie. EMC, Techniques Chirurgicales - Thorax, pp. 42–519 (2010)
Konietschke, R., Weiss, H., Ortmaier, T., Hirzinger, G.: A preoperative planning procedure for robotically assisted minimally invasive interventions, CURAC 2004, Computer- und Roboterassistierte Chirurgie, Munich (2004)
Czesla, M., Kattner, S., Balan, R., Massoudy, P.: Evolution of a minimally invasive mitral valve program. J. Visualized Surg. 2, 169 (2016)
Jang, J., Tschabrunn, C.M., Barkagan, M., Anter, E., Menze, B., Nezafat, R.: Three-dimensional holographic visualization of high-resolution myocardial scar on HoloLens. PLoS ONE 13(10), e0205188 (2018)
Pratt, P., et al.: Through the HoloLens looking glass: augmented reality for extremity reconstruction surgery using 3D vascular models with perforating vessels. Eur. Radiol. Exp. 2(1), 2 (2018)
Kuhlemann, I., Kleemann, M., Jauer, P., Schweikard, A., Ernst, F.: Towards X-ray free endovascular interventions using HoloLens for on-line holographic visualization. Healthc. Technol. Lett. 4(5), 184–187 (2017)
Garcia-Vasquez, V., et al.: Navigation and visualisation with HoloLens in endovascular aortic repair. Innov. Surg. Sci. 3(3), 167–177 (2018)
Liu, H., Auvinet, E., Giles, J., y Baena, F.R.: Augmented reality based navigation for computer assisted hip resurfacing: a proof of concept study. Ann. Biomed. Eng. 46(10), 1595–1605 (2018)
Vuforia. https://www.vuforia.com
Acknowledgements
Authors would like to thank Arthur Jacquin, student in DUT Informatique Graphique at IUT de Clermont-Ferrand (Le Puy-en-Velay) for the software design. This project has benefited a french national grant: PEPS INSIS CNRS “Sciences de l’Ingénierie pour la Santé pour accompagner des projets translationnels”, 2017, Projet AVACM (Assistance Visuelles Augmentée lors de Consultations Médicales). Thanks to Professors Rositi and Appadoo, IUT de Clermont-Ferrand (Le Puy-en-Velay), during experiments and for pictures.
Author information
Authors and Affiliations
Corresponding author
Editor information
Editors and Affiliations
Rights and permissions
Copyright information
© 2019 Springer Nature Switzerland AG
About this paper
Cite this paper
Lohou, C., Miguel, B., Azarnoush, K. (2019). Preliminary Experiment of the Interactive Registration of a Trocar for Thoracoscopy with HoloLens Headset. In: Ricci, E., Rota Bulò, S., Snoek, C., Lanz, O., Messelodi, S., Sebe, N. (eds) Image Analysis and Processing – ICIAP 2019. ICIAP 2019. Lecture Notes in Computer Science(), vol 11752. Springer, Cham. https://doi.org/10.1007/978-3-030-30645-8_63
Download citation
DOI: https://doi.org/10.1007/978-3-030-30645-8_63
Published:
Publisher Name: Springer, Cham
Print ISBN: 978-3-030-30644-1
Online ISBN: 978-3-030-30645-8
eBook Packages: Computer ScienceComputer Science (R0)