[ITK] [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.
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list