<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><pre>Hello Sangyoon,<br><br>The tutorial code is consistent with the aruco tracker code that is found in git (<code>git://igstk.org/IGSTK.git).</code><br><code>I assume you are using the official release 5.0 .</code><br><br><code>The tutorial code will change on occasion as IGSTK moves forward. We are also working</code><br><code>on additional sample programs in addition to those that are currently available. </code><br><br><code>If you are interested in these developments please check the tutorial site (<a href="http://public.kitware.com/IGSTKWIKI/index.php/IGI_Tutorial">http://public.kitware.com/IGSTKWIKI/index.php/IGI_Tutorial</a>) once in a while.</code><br><br><code>         regards</code><br><code>             Ziv </code><br><br>-- <o:p></o:p></pre><pre>Ziv Yaniv, Ph.D.,<o:p></o:p></pre><pre>Principal Investigator,<o:p></o:p></pre><pre>The Sheikh Zayed Institute for Pediatric Surgical Innovation<o:p></o:p></pre><pre>Children's National Medical Center<o:p></o:p></pre><pre>6th Floor Main Hospital, Room M7740<o:p></o:p></pre><pre>111 Michigan Ave., N.W<o:p></o:p></pre><pre>Washington, D.C 20010<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Phone: 202-476-1288<o:p></o:p></pre><pre>email: <a href="mailto:zyaniv@childrensnational.org">zyaniv@childrensnational.org</a><o:p></o:p></pre><pre>web: <a href="http://isiswiki.georgetown.edu/zivy/">http://isiswiki.georgetown.edu/zivy/</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre><br>Hello.<o:p></o:p></pre><pre>I'm Sangyoon Woo who studying IGI in S.Korea.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>I built the IGITutorialSourceCode but there are some errors.<o:p></o:p></pre><pre>(the source from <a href="http://public.kitware.com/IGSTKWIKI/images/8/8b/IGITutorialSourceCode.zip">http://public.kitware.com/IGSTKWIKI/images/8/8b/IGITutorialSourceCode.zip</a>)<o:p></o:p></pre><pre>It said that 'int varient' cannot be change to 'const std::string'<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>I changed the sourcecode like below.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre><<Before>><o:p></o:p></pre><pre>this->m_tool->RequestSetMarkerName(m_GUI.idBox->currentText().toInt());<o:p></o:p></pre><pre>m_ArucoTrackerTool->RequestSetMarkerName(m_PointerId.toInt());<o:p></o:p></pre><pre>m_ArucoReferenceTrackerTool->RequestSetMarkerName(m_ReferenceId.toInt());<o:p></o:p></pre><pre>m_ArucoTrackerToolMap[markerId]->RequestSetMarkerName(markerId.toInt());<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><<After>><o:p></o:p></pre><pre>this->m_tool->RequestSetMarkerName(m_GUI.idBox->currentText().tostdstring());<o:p></o:p></pre><pre>m_ArucoTrackerTool->RequestSetMarkerName(m_PointerId.tostdstring());<o:p></o:p></pre><pre>m_ArucoReferenceTrackerTool->RequestSetMarkerName(m_ReferenceId.tostdstring());<o:p></o:p></pre><pre>m_ArucoTrackerToolMap[markerId]->RequestSetMarkerName(markerId.tostdstring());<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre>Then it was able to be built.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>I think IGITutorialSourceCode may need to be changed.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre>Sangyoon<o:p></o:p></pre><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>