[ITK-users] zoom 3d image.

Filippo Brogi filippo.brogi at topic.nl
Fri Sep 30 09:35:49 EDT 2016


Hello,
I'm using a 3D ball. How can I avoid the dilation along dimension[2].

    StructuringElement3DType::RadiusType radius1;
    radius1.Fill(r);
    StructuringElement3DType structuringElement =
StructuringElement3DType::Ball( radius1, true );
    mpEndoMaskDilater->SetKernel(structuringElement);


Could you suggest a different structuring element?
Thanks



--
View this message in context: http://itk-users.7.n7.nabble.com/zoom-3d-image-tp37617p37621.html
Sent from the ITK - Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list