SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkMeanImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkMeanImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::MeanImageFilter
 Applies an averaging filter to an image. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::Mean (const Image &image1, const std::vector< unsigned int > &radius=std::vector< unsigned int >(3, 1))
 Applies an averaging filter to an image. More...