<div>Hi, all</div>
<div> </div>
<div>Now I am using some function from the Label_object_representation_and_manipulation_with_ITK software to do some segmentation, </div>
<div>It works very well with the labeling functions, but when I am using the itkBinaryFillholeImageFilter, the results come out to be no difference from the input image. </div>
<div> </div>
<div>I have check the input parameters, my input image is a binary image from the output of a itkBinaryShapeKeepNObjectsImageFilter, which only contain one object. What I want to do is filling the holes inside this segmented object. </div>
<div>I also try to set the bool parameter "fullconnected" true and false, both have the same result, the input image passing through the filter without any change. </div>
<div>I also use the example in the software package, it also failed to fill the holes inside the object.</div>
<div> </div>
<div>I do know where is the problem, any help is appreciated.</div>
<div> </div>
<div>thanks</div>
<div> </div>
<div>chunfang</div>