Hi all,<br>I want to use the NeighborhoodAlgorithm::ImageBoundaryFacesCalculator class but I ran into the following problem.<br><br>I call:<br>...<br>faceList = faceCalculator(input, input-&gt;GetRequestedRegion(), radius);
<br>...<br>and in the user&#39;s guide it says:<br>&quot;The first element in the list is always the inner region, which may or may not be important depending on the application.&quot;<br><br>but in fact I get boundary faces first and the non-boundary element is in last position.
<br><br>What am I missing?<br>Thanks in advance.<br>Chris<br>