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->GetRequestedRegion(), radius);
<br>...<br>and in the user's guide it says:<br>"The first element in the list is always the inner region, which may or may not be important depending on the application."<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>