ITK
4.8.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
*[])
{
typedef
itk::BinaryBallStructuringElement<float, 2>
StructuringElementType;
StructuringElementType structuringElement;
structuringElement.
SetRadius
(5);
structuringElement.CreateStructuringElement();
return
EXIT_SUCCESS;
}
Generated on Fri Jul 3 2015 02:47:46 for ITK by
1.8.5