Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkPAVolumeManipulator.h>
Static Public Member Functions | |
static void | ThresholdImage (Volume::Pointer image, double threshold) |
ThresholdImage applies a binary threshold filter to this image. More... | |
static void | MultiplyImage (Volume::Pointer image, double factor) |
Multiplies the image with a given factor. More... | |
static void | GaussianBlur3D (Volume::Pointer paVolume, double sigma) |
applies a Gaussian blur to an image More... | |
static void | Log10Image (Volume::Pointer image) |
static void | RescaleImage (InSilicoTissueVolume::Pointer image, double ratio) |
static Volume::Pointer | RescaleImage (Volume::Pointer image, double ratio, double sigma) |
Definition at line 23 of file mitkPAVolumeManipulator.h.
|
static |
applies a Gaussian blur to an image
Fast 3D Gaussian convolution IIR approximation.
sigma | |
paVolume | |
paVolume | |
sigma |
Copyright (c) 2011, Pascal Getreuer All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the simplified BSD license.
You should have received a copy of these licenses along with this program. If not, see http://www.opensource.org/licenses/bsd-license.html.
Definition at line 128 of file mitkPAVolumeManipulator.cpp.
Referenced by mitk::pa::IOUtil::LoadNrrd().
|
static |
Definition at line 48 of file mitkPAVolumeManipulator.cpp.
References MITK_ERROR.
Referenced by mitk::pa::IOUtil::LoadFluenceContributionMaps().
|
static |
Multiplies the image with a given factor.
factor | |
image |
Definition at line 40 of file mitkPAVolumeManipulator.cpp.
|
static |
Definition at line 63 of file mitkPAVolumeManipulator.cpp.
References MITK_INFO.
Referenced by mitk::pa::InSilicoTissueGenerator::GenerateInSilicoData(), and mitk::pa::PhantomTissueGenerator::GeneratePhantomData().
|
static |
Definition at line 74 of file mitkPAVolumeManipulator.cpp.
References mitk::CastToItkImage(), mitk::eps, mitk::GrabItkImageMemory(), MITK_INFO, mitk::pa::Volume::New(), and mitk::Image::New().
|
static |
ThresholdImage applies a binary threshold filter to this image.
threshold | |
image |
Definition at line 29 of file mitkPAVolumeManipulator.cpp.