<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div><br></div><div>Please not that the name of the methods is plural indicating that it may expect multiple points in the array of points.</div><div><br></div><div>The filters is expecting an array of arrays so you need to add another set of [] ie:</div><div><br></div><div><br></div><div>pts = [[100,200]]</div><div>or</div><div>pts = [(100,200)]</div><div>or</div><div>pts = [[100,200],[200,200]]</div><div><br></div><div>martching.SetTrialPoints( pts )</div><div><br></div><div><br></div><div>I think most combinations of Python arrays and tuples should work.</div><div><br></div><div>Brad</div><div><br><div><div>On May 15, 2012, at 1:42 PM, Ing. Arturo Vargas Olivares wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hello to all</div><div>&nbsp;</div><div>I'm trying to define the trial points for a Fast Marching Image Filter with the method 'SetTrialPoints' (commands in <font color="#000066"><strong>blue</strong></font>) but I receive the following&nbsp;message (in <font color="#006600">green</font>).</div>
<div>I'd like to figure out what I'm missing.</div><div>&nbsp;</div><div>Do you have any ideas??</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div><font color="#000066"><strong>marching = sitk.FastMarchingImageFilter()</strong></font></div>
<div><font color="#000066"><strong></strong></font>&nbsp;</div><div><font color="#000066"><strong>marching.SetTrialPoints((100,200))<br></strong></font><font color="#006600">---------------------------------------------------------------------------<br>
TypeError&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Traceback (most recent call last)<br>C:\Users\Student3\Desktop\MRI images\&lt;ipython-input-68-fa3390ad2511&gt; in &lt;module&gt;()<br>----&gt; 1 marching.SetTrialPoints((100,200))</font></div>
<div><font color="#006600">C:\Python27\lib\site-packages\simpleitk-0.4.0-py2.7-win-amd64.egg\SimpleITK.pyc in SetTrialPoints(self, *args, **kwargs)<br>&nbsp;&nbsp; 9540&nbsp;&nbsp;&nbsp;&nbsp; def SetTrialPoints(self, *args, **kwargs):<br>&nbsp;&nbsp; 9541&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; """SetTrialPoints(self, std::vector&lt;(std::vector&lt;(uint32_t,std::allocator&lt;(uint32_t)&gt;)&gt;,std::allocator&lt;(std::vector&lt;(uint32_t,std::allocator&lt;(uint32_t)&gt;)&gt;)&gt;)&gt; t) -&gt; Self"""<br>
-&gt; 9542&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return _SimpleITK.FastMarchingImageFilter_SetTrialPoints(self, *args, **kwargs)<br>&nbsp;&nbsp; 9543 <br>&nbsp;&nbsp; 9544&nbsp;&nbsp;&nbsp;&nbsp; def AddTrialPoint(self, *args, **kwargs):</font></div><div><font color="#006600">TypeError: in method 'FastMarchingImageFilter_SetTrialPoints', argument 2 of type 'std::vector&lt; std::vector&lt; uint32_t,std::allocator&lt; uint32_t &gt; &gt;,std::allocator&lt; std::vector&lt; uint32_t,std::allocator&lt; uint32_t &gt; &gt; &gt; &gt;'</font></div>
_____________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<br><a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Kitware offers ITK Training Courses, for more information visit:<br>http://www.kitware.com/products/protraining.php<br><br>Please keep messages on-topic and check the ITK FAQ at:<br>http://www.itk.org/Wiki/ITK_FAQ<br><br>Follow this link to subscribe/unsubscribe:<br>http://www.itk.org/mailman/listinfo/insight-users<br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">========================================================</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Bradley Lowekamp<span class="Apple-converted-space">&nbsp;</span><span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Medical Science and Computing for</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Office of High Performance Computing and Communications</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">National Library of Medicine<span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a></font></p><br class="Apple-interchange-newline"></span></div></span></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>