<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Supporting Navigated Surgery with Pan-Tilt Controlled Laser Pointer</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">L</forename><surname>Chen¹</surname></persName>
						</author>
						<author>
							<persName><forename type="first">D</forename><surname>Ojdanić²</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Fraunhofer MEVIS</orgName>
								<address>
									<settlement>Bremen</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">K</forename><surname>Michels¹</surname></persName>
						</author>
						<author>
							<persName><forename type="first">H</forename><forename type="middle">О</forename><surname>Peitgen²</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Fraunhofer MEVIS</orgName>
								<address>
									<settlement>Bremen</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="department">Institute of Automation</orgName>
								<orgName type="institution">¹ University Bremen</orgName>
								<address>
									<settlement>Bremen</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Supporting Navigated Surgery with Pan-Tilt Controlled Laser Pointer</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7F31B4E0CFC9CF213C664B79F7804930</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T02:20+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Pan-Tilt Platform</term>
					<term>3D Tracking</term>
					<term>Least-Squares Estimation of Transformation algorithm</term>
					<term>Levenberg-Marquardt algorithm</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This work introduces a laser guidance system for improving the performance of surgical navigation. It consists of a laser pointer mounted on a pan-tilt platform calibrated with the tracking system from the navigation platform. With two pan-tilt rotation axes, the laser beam of a green laser pointer can reach any location in 3D space. The calibration between the pan-tilt platform and the tracking system is done by using Levenberg-Marquardt and Least-Squares Estimation of Transformation algorithms. The registration between organ and 3D virtual model is obtained by the tracking system and therefore, the laser is also implicitly registered. Therefore, important points or the resection path of the 3D model can be projected precisely on the surface of the organ with the laser pointer.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Problem</head><p>In a navigated surgery, the planning model is presented on a screen in front of the surgeon. Without the visual augmentation, it is error-prone for the surgeon to fuse the planning models with the organ mentally. One of the most common methods of augmenting reality with 3D models is the use of projectors <ref type="bibr" target="#b0">[1]</ref>. After registering the 3D planning model to the liver, the projector can display vessels or tumours onto the liver in detail, but the brightness of the projector is a significant disadvantage in an operating room. The brightness of a normal projector is only 2×10 3 LUX, low compared to the brightness of a surgical light, which is approximately 4×10 4 LUX. The surgeon has to turn the light off and on during the operation in order to see the images projected on the liver. However, a laser pointer can easily achieve 2×10 5 LUX with only 1 mW output power, suitable for a complementary device for surgery navigation. Moreover, a pan-tilt platform is cost effective, light, and easy to transport and attach to the navigation system. Furthermore, being able to display a point on an organ quickly and precisely offers a good solution for many tasks in navigated surgery, e.g., marking critical points, entry points, resection lines (in combination with drive motion), and assessing registration precision.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Methods</head><p>Laser guidance systems are often proposed in medical contexts, although only few have been used in combination with a tracking system. The setup proposed in <ref type="bibr" target="#b1">[2]</ref> uses two laser beam shooters to project two parallel lines onto the cylindrical surface of the surgical tools, and in <ref type="bibr" target="#b2">[3]</ref> a six axes robot is used to manipulate the laser pointer. While these systems aim to target the position and orientation of the surgical tool with a rather complex setup, the goal of this work is to provide a precise positioning tool by using only two rotation axes and one laser pointer, in combination with appropriate modeling and calibration methods.</p><p>Figure <ref type="figure">1</ref> shows the system setup. The pan-tilt platform with the laser pointer hangs on the navigation system from CAScination <ref type="bibr" target="#b6">[7]</ref>. Nevertheless, for the purpose of this work, the navigation software developed at Fraunhofer MEVIS was used. The navigation system consists of two parts -a display with the 3D planning model and an NDI Polaris tracking system. After landmark registration procedure, the tracking camera tracks the surgical instrument. The positions of the instrument and the planned data are displayed in real-time on the interactive screen. To augment liver surface with some important points from 3D model, two steps are necessary -modeling and calibration.</p><p>After the above two steps, the coordinates of points in the 3D planning model are converted first to the tracking system and then to the pan-tilt platform. The pan-tilt platform calculates the required rotation angles so that the laser beam points at the corresponding points on the liver. platform with laser pointer.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Modeling</head><p>The transformation matrix between the laser pointer and the mounting plate is calculated using the following method (explained in figure2): Rotate the pan-tilt axes so that the laser beam points at the grid board and record the coordinates of this point with respect to the base of the pan-tilt platform, after which the coordinates of this point with respect to the mounting plate can be calculated using the rotation angles. The tracking system is used to measure the distance between the pointer outlet and the point on the board, and the distance can represent the coordinates of this point in the laser coordinate system. In the same way, acquire coordinates of four points in both coordinate systems. Thereafter, using the least-squares estimation of transformation algorithm <ref type="bibr" target="#b3">[4]</ref>, the transformation matrix between the laser pointer and the mounting plate on the pan-tilt platform can be calculated. After modeling, the whole pan-tilt platform will be mounted on the navigation system.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Calibration</head><p>At the beginning of the process, the registration between the tracking system and the 3D model is achieved by matching two point patterns acquired in both coordinate systems.</p><p>To acquire the transformation matrix between the tracking system and the pan-tilt platform, the coordinates of four points in both coordinate systems should be obtained. The key problem of this project is to calculate the coordinates of four points in the pan-tilt coordinate system. The solution is this: The laser pointer points at four arbitrary points one by one (showed in figure <ref type="figure" target="#fig_2">4</ref>); the angles of two rotation axes with respect to each point are received from the pan-tilt platform. Simultaneously, use the tracking instrument to acquire the coordinates of each point with respect to the tracking coordinate system. Then the distances of any two points can be calculated using the acquired coordinates. Knowing the distances and angles, six equations with four variables {K A , K B , K C , K D } can be formulated. To solve this nonlinear over-determined equation set, the Levenberg-Marquardt algorithm is used <ref type="bibr" target="#b4">[5]</ref>. After calculating {K A , K B , K C , K D }, the coordinates of these four points with respect to the pan-tilt base can be calculated using angle information again.</p><p>Finally, as the coordinates of these four points in both coordinate systems are available, the calibration of pan-tilt platform and tracking system is achieved by using the least-squares estimation of transformation algorithm.</p><p>Figure <ref type="figure">3</ref>: Calibration procedure between laser system and tracking system.  Figure <ref type="figure">5</ref>: Augmenting one point defined in 3D planning model onto the liver. The pan-tilt platform is now implicitly registered with 3D model; the predefined points in the model can be augmented onto the liver (shown in figure <ref type="figure">5</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Results</head><p>To evaluate the calibration, a millimetre grid board and a tracking instrument are used. The evaluation method is explained in figure <ref type="figure">5</ref>: Put the tracking instrument on the cross of a millimetre board and make the laser beam follow the instrument tip. Due to inaccuracy in modeling, calibration error, and resolution limits of the pan-tilt platform, the laser beam will be shifted a slight amount from the instrument tip. The distance between the instrument tip and the laser beam is defined as the error. Altogether, 144 measurements were recorded, for which six calibrations were done. In each of the four predefined regions on the millimetre board, six errors were measured. The total average mean and variance of the 144 measurements are 1.21 mm and 0.045 mm 2 ; however, the laser mark has an elliptic size of 5 x 3 mm, which is much larger than the error. So, a better laser pointer will be used in the future development to match the accuracy of the calibration.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Discussion</head><p>The proposed laser guidance system offers a meaningful improvement of navigation systems, in that the user can easily see the critical points on the organ. The surgeon can choose a point on the 3D virtual model, for which the laser pointer will efficiently display that point. Furthermore, the pointer can slowly follow a line marked on the virtual model, e.g., resection line, which gives seamless guidance for the surgeon. Also, visually assessing the registration error could fit well in overall workflow: A visible organ landmark can be targeted with the laser pointer. Compared to a projector, the laser guidance system is not capable of showing the anatomy of the organ in detail. However, it can compete with the brightness of the light in the operating room. From another point of view, the laser system can complement a projector. Another open issue is the organ motion, which is often present in navigated surgery. Until now, only static models were used in the lab environment. Further development of this system would take organ motion into account. If the motion is known or measurable, registration could be updated in real time. In this way, the laser beam will synchronise with the organ's motion and continuously point at the defined target.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :Figure 2 :</head><label>12</label><figDesc>Figure 1: Pan-tilt platform fixed on the Figure 2: Kinematic modeling of pan-tilt navigation system.platform with laser pointer.</figDesc><graphic coords="2,94.50,79.55,184.30,164.15" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>-Jahrestagung, 15. -16. September 2011, Magdeburg</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Calibration between the laser system and the tracking system.</figDesc><graphic coords="3,303.20,362.65,201.60,114.45" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: Evaluation method -Left: Instrument tip with laser mark; Middle: The laser mark with cross at the centre; Right: Error between two crosses.</figDesc><graphic coords="4,58.00,104.00,152.00,146.00" type="bitmap" /></figure>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0" />			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Illustrative Visualization of 3D Planning Models for Augmented Reality in Liver Surgery</title>
		<author>
			<persName><surname>Hansen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Computer Assisted Radiology and Surgery</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="133" to="141" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Computer-Assisted Spinal Surgery Using Anatomy-Based Registration</title>
		<author>
			<persName><surname>S Lavall′ee</surname></persName>
		</author>
		<author>
			<persName><surname>Troccaz</surname></persName>
		</author>
		<author>
			<persName><surname>Sautot</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1996">1996</date>
			<publisher>The MIT Press</publisher>
			<biblScope unit="page" from="425" to="449" />
			<pubPlace>Cambridge, Massachusetts</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A Novel Laser Guidance System for Alignment of Linear Surgical Tools</title>
		<author>
			<persName><forename type="first">Toshihiko</forename><surname>Sasama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nobuhiko</forename><surname>Sugano</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">MICCAI 2002</title>
				<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="volume">2489</biblScope>
			<biblScope unit="page" from="125" to="132" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Least-Squares Estimation of Transformation Parameters between Two Point Patterns</title>
		<author>
			<persName><forename type="first">Shinji</forename><surname>Umeyama</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transaction on Pattern Analysis and Machine Intelligence</title>
		<imprint>
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Ajoy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dobrivoje</forename><surname>Palit</surname></persName>
		</author>
		<author>
			<persName><surname>Popovic</surname></persName>
		</author>
		<title level="m">Computational Intelligence in Time Series Forecasting</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">An augmented reality guidance probe and method for image-guided surgical navigation</title>
		<author>
			<persName><forename type="first">Ruby</forename><surname>Shamir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ruby</forename><surname>Shamir</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International symposium on robotics and automation, ISRA&apos;2006</title>
				<imprint>
			<date type="published" when="2006-08">August, 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A navigation system for open liver surgery: design, workflow and first clinical applications</title>
		<author>
			<persName><forename type="first">M</forename><surname>Peterhans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Vom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Berg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dagon</surname></persName>
		</author>
		<author>
			<persName><surname>Inderbitzin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The International Journal of Medical Robotics and Computer Assisted Surgery</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="7" to="16" />
			<date type="published" when="2011-03">March, 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title/>
		<author>
			<persName><surname>Cascination</surname></persName>
		</author>
		<ptr target="http://www.cascination.ch/Home.html" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m">CURAC-Jahrestagung</title>
				<meeting><address><addrLine>Magdeburg</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011-09">September 2011</date>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page">16</biblScope>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
