[ITK-users] [ITK] zoom 3d image.

Timothee Evain tevain at telecom-paristech.fr
Fri Sep 30 11:34:55 EDT 2016


Hi,

A structuring element is just a neighborhood in ITK, so you could design any arbitrary shape.
I link a previous post that was the same question :
https://cmake.org/pipermail/insight-users/2015-July/052243.html

HTH,

Tim

----- Mail original -----
De: "Filippo Brogi" <filippo.brogi at topic.nl>
À: insight-users at itk.org
Envoyé: Vendredi 30 Septembre 2016 15:35:49
Objet: Re: [ITK] [ITK-users] zoom 3d image.

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
_______________________________________________
Community mailing list
Community at itk.org
http://public.kitware.com/mailman/listinfo/community


More information about the Insight-users mailing list