ITK
5.0.0
Insight Segmentation and Registration Toolkit
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
WikiExamples/Morphology/BinaryBallStructuringElement.cxx
#include "
itkImage.h
"
#include <
itkBinaryBallStructuringElement.h
>
int
main(
int
,
char
*[])
{
using
StructuringElementType =
itk::BinaryBallStructuringElement<float, 2>
;
StructuringElementType structuringElement;
structuringElement.
SetRadius
(5);
structuringElement.CreateStructuringElement();
return
EXIT_SUCCESS;
}
Generated on Sun Mar 24 2019 02:35:17 for ITK by
1.8.5