#include <iostream>
#include <stdlib.h>
int
main(int argc, char * argv[])
{
if (argc < 4)
{
std::cerr << "Usage: " << argv[0] << " <input> <sigma> <output>\n";
return 1;
}
return 0;
}
A hybrid cast image filter to convert images to other types of images.
Self & SetOutputPixelType(PixelIDValueEnum pixelID)
Image Execute(const Image &)
Read an image file and return a SimpleITK Image.
Self & SetFileName(const PathType &fn)
Write out a SimpleITK image to the specified file location.
Self & SetFileName(const PathType &fileName)
Self & Execute(const Image &)
The Image class for SimpleITK.
PixelIDValueEnum GetPixelID() const
Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filter...
Image Execute(Image &&image1)
Self & SetSigma(std::vector< double > Sigma)