20 from __future__
import print_function
25 import SimpleITK
as sitk
28 print(
"Usage: %s <input> <sigma> <output>" % (sys.argv[0]))
33 pixelID = image.GetPixelID()
39 if (
"SITK_NOSHOW" not in os.environ):
Image SmoothingRecursiveGaussian(const Image &image1, std::vector< double > sigma=std::vector< double >(3, 1.0), bool normalizeAcrossScale=false)
Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filter...
SITKIO_EXPORT void WriteImage(const Image &image, const std::vector< std::string > &fileNames, bool useCompression=false, int compressionLevel=-1)
WriteImage is a procedural interface to the ImageSeriesWriter. class which is convenient for many ima...
void SITKIO_EXPORT Show(const Image &image, const std::string &title="", const bool debugOn=ProcessObject::GetGlobalDefaultDebug())
SITKIO_EXPORT Image ReadImage(const std::vector< std::string > &fileNames, PixelIDValueEnum outputPixelType=sitkUnknown, const std::string &imageIO="")
ReadImage is a procedural interface to the ImageSeriesReader class which is convenient for most image...
Image Cast(const Image &image, PixelIDValueEnum pixelID)