#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
Image | itk::simple::GaussianSource (PixelIDValueEnum outputPixelType=itk::simple::sitkFloat32, const std::vector< unsigned int > &size=std::vector< unsigned int >(3, 64), const std::vector< double > &sigma=std::vector< double >(3, 16.0), const std::vector< double > &mean=std::vector< double >(3, 32.0), double scale=255, const std::vector< double > &origin=std::vector< double >(3, 0.0), const std::vector< double > &spacing=std::vector< double >(3, 1.0), std::vector< double > direction=std::vector< double >(), bool normalized=false) |
| Generate an n-dimensional image of a Gaussian. More...
|
|