ITK
4.8.0
Insight Segmentation and Registration Toolkit
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
SphinxExamples/src/Filtering/MathematicalMorphology/CreateABinaryBallStructuringElement/Code.cxx
#include "
itkBinaryBallStructuringElement.h
"
int
main(
int
,
char
*[])
{
const
unsigned
int
Dimension = 3;
typedef
float
PixelType;
typedef
itk::BinaryBallStructuringElement< PixelType, Dimension >
StructuringElementType;
StructuringElementType structuringElement;
structuringElement.
SetRadius
(5);
structuringElement.CreateStructuringElement();
return
EXIT_SUCCESS;
}
Generated on Fri Jul 3 2015 02:47:29 for ITK by
1.8.5