I have not encountered this error. I have used this filter on a 2D, unsigned char image with the following chunk of code: <br><div><div>  AdaptiveThresholdFilterType::Pointer adaptiveThresholder= AdaptiveThresholdFilterType::New();</div>

<div>  adaptiveThresholder-&gt;SetInput(image);</div><div>  adaptiveThresholder-&gt;SetInsideValue(255); // foreground of output image</div><div>  adaptiveThresholder-&gt;SetOutsideValue(0); // background of output image</div>

<div>  adaptiveThresholder-&gt;SetNumberOfHistogramBins(256);</div><div>  adaptiveThresholder-&gt;SetNumberOfControlPoints(10); // b-spline control points</div><div>  adaptiveThresholder-&gt;SetNumberOfLevels(3); // number of b-spline levels for reconstruction (3-5)</div>

<div>  adaptiveThresholder-&gt;SetNumberOfSamples(12); // number of points to randomly sample</div><div>  CharImageType::SizeType radius;</div><div>  radius[0] = 20;  </div><div>  radius[1] = 20;</div><div>  adaptiveThresholder-&gt;SetRadius(radius); // radius of sampling region</div>

<div>  adaptiveThresholder-&gt;Update();</div><div><br></div><div>It would be helpful if you could make available (minimal) code and an image that exhibits your problem (code and pictures are close to universal!). Also, keep the discussion on the list.</div>

<div><br><div class="gmail_quote">2011/5/19 Quan <span dir="ltr">&lt;<a href="mailto:mrvillage@163.com" target="_blank">mrvillage@163.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>hi robert tamburo:</div>
<div>thanks for your <a href="http://help.in" target="_blank">help.in</a> fact ,i also read the paper,and downnload the code at </div>
<div><a href="http://praxix.googlecode.com/svn/trunk/src/thresholdimage/" target="_blank">http://praxix.googlecode.com/svn/trunk/src/thresholdimage/</a></div>
<div>but what bothers me is that some errors occured when i run the project,it makes so</div>
<div>upset as i don&#39;t know much about itk ,so i don&#39;t know how to debug it.</div>
<p>the error is located at <strong>itkBSplineScatteredDataPointSetToImageFilter.txx </strong>&quot;  <strong><font color="#ff0000">Description:itk::ERROR::PointSetToImageFilter&lt;027CFD18&gt;:The Collapse point component 108 is outside the corrseponding parametric domain of [0,108] &quot; </font></strong>.have you ever met this kind of error,it seems that some other guy has the same problem with this filer,so i wanna a alternative mathod.Can u point out where is wrong and give me some advice?as i not native english speeker so it&#39;s hard for me  to get the useful infomation by searching the internet,and also ,you may fell hard to read my e-mail,but i will be appreaciate for your help.</p>


<p>in addition ,how do you think about my english,bad,so-so,good,excellent,or D,C,B,A?</p>
<p>thanks.</p><br><br><span title="neteasefooter"><span></span></span></blockquote></div><br></div></div>