SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::BoxMeanImageFilter |
Implements a fast rectangular mean filter using the accumulator approach. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::BoxMean (const Image &image1, std::vector< unsigned int > radius=std::vector< unsigned int >(3, 1)) |
Implements a fast rectangular mean filter using the accumulator approach. | |