ITK
5.2.0
Insight Toolkit
|
#include <itkGaussianBlurImageFunction.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
TOutput | Evaluate (const PointType &point) const override |
TOutput | EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const override |
TOutput | EvaluateAtIndex (const IndexType &index) const override |
virtual const char * | GetNameOfClass () const |
virtual const SigmaArrayType & | GetSigma () const |
void | SetInputImage (const InputImageType *ptr) override |
void | SetSigma (const double *sigma) |
void | SetSigma (const double sigma) |
void | SetSigma (const float *sigma) |
virtual void | SetSigma (SigmaArrayType _arg) |
Public Member Functions inherited from itk::ImageFunction< TInputImage, TOutput > | |
TOutput | Evaluate (const PointType &point) const override=0 |
virtual TOutput | EvaluateAtContinuousIndex (const ContinuousIndexType &index) const=0 |
virtual TOutput | EvaluateAtIndex (const IndexType &index) const=0 |
const InputImageType * | GetInputImage () const |
virtual bool | IsInsideBuffer (const IndexType &index) const |
virtual bool | IsInsideBuffer (const ContinuousIndexType &index) const |
virtual bool | IsInsideBuffer (const PointType &point) const |
void | ConvertPointToNearestIndex (const PointType &point, IndexType &index) const |
void | ConvertPointToContinuousIndex (const PointType &point, ContinuousIndexType &cindex) const |
void | ConvertContinuousIndexToNearestIndex (const ContinuousIndexType &cindex, IndexType &index) const |
virtual const IndexType & | GetStartIndex () const |
virtual const IndexType & | GetEndIndex () const |
virtual const ContinuousIndexType & | GetStartContinuousIndex () const |
virtual const ContinuousIndexType & | GetEndContinuousIndex () const |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
Protected Member Functions inherited from itk::ImageFunction< TInputImage, TOutput > | |
ImageFunction () | |
~ImageFunction () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Protected Member Functions inherited from itk::FunctionBase< Point< float, TInputImage::ImageDimension >, TOutput > | |
FunctionBase ()=default | |
~FunctionBase () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
~Object () override | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes inherited from itk::ImageFunction< TInputImage, TOutput > | |
InputImageConstPointer | m_Image |
IndexType | m_StartIndex |
IndexType | m_EndIndex |
ContinuousIndexType | m_StartContinuousIndex |
ContinuousIndexType | m_EndContinuousIndex |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Compute the convolution of a neighborhood operator with the image at a specific location in space, i.e. point, index or continuous index. This class is templated over the input image type.
Definition at line 42 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::ConstPointer = SmartPointer<const Self> |
Definition at line 55 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::ContinuousIndexType = typename Superclass::ContinuousIndexType |
Definition at line 67 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::ErrorArrayType = itk::FixedArray<double, Self::ImageDimension> |
Definition at line 88 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::ExtentArrayType = itk::FixedArray<double, Self::ImageDimension> |
Definition at line 89 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::GaussianFunctionPointer = typename GaussianFunctionType::Pointer |
Definition at line 77 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::GaussianFunctionType = GaussianSpatialFunction<TOutput, 1> |
Definition at line 76 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::GaussianOperatorType = GaussianOperator<TOutput, Self::ImageDimension> |
Definition at line 72 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::IndexType = typename Superclass::IndexType |
Definition at line 66 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::InputImageType = TInputImage |
InputImageType type alias support
Definition at line 64 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::InputPixelRealType = typename NumericTraits<InputPixelType>::RealType |
Definition at line 78 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::InputPixelType = typename InputImageType::PixelType |
Definition at line 65 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::InternalImagePointer = typename InternalImageType::Pointer |
Definition at line 80 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::InternalImageType = itk::Image<InputPixelRealType, Self::ImageDimension> |
Definition at line 79 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::NeighborhoodType = Neighborhood<TOutput, Self::ImageDimension> |
Definition at line 73 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::OperatorArrayType = FixedArray<NeighborhoodType, Self::ImageDimension> |
Definition at line 74 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::OperatorImageFunctionPointer = typename OperatorImageFunctionType::Pointer |
Definition at line 83 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::OperatorImageFunctionType = NeighborhoodOperatorImageFunction<InputImageType, TOutput> |
Definition at line 82 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::OperatorInternalImageFunctionPointer = typename OperatorInternalImageFunctionType::Pointer |
Definition at line 86 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::OperatorInternalImageFunctionType = NeighborhoodOperatorImageFunction<InternalImageType, TOutput> |
Definition at line 85 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::Pointer = SmartPointer<Self> |
Smart pointer type alias support
Definition at line 54 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::PointType = typename Superclass::PointType |
Point type alias support
Definition at line 93 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::Self = GaussianBlurImageFunction |
Standard "Self" type alias
Definition at line 48 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::SigmaArrayType = itk::FixedArray<double, Self::ImageDimension> |
Definition at line 90 of file itkGaussianBlurImageFunction.h.
using itk::GaussianBlurImageFunction< TInputImage, TOutput >::Superclass = ImageFunction<TInputImage, TOutput> |
Standard "Superclass" type alias
Definition at line 51 of file itkGaussianBlurImageFunction.h.
|
protected |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
overrideprotecteddefault |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
override |
Evalutate the in the given dimension at specified point
|
override |
Evaluate the function at specified ContinuousIndex position.
|
override |
Evaluate the function at specified Index position
|
privatevirtual |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
virtual |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
virtual |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
virtual |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageFunction< TInputImage, TOutput >.
|
virtual |
|
virtual |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Reimplemented from itk::Object.
|
protected |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
protected |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
void itk::GaussianBlurImageFunction< TInputImage, TOutput >::SetExtent | ( | const double * | extent | ) |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
void itk::GaussianBlurImageFunction< TInputImage, TOutput >::SetExtent | ( | const double | extent | ) |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
virtual |
Set/Get the Extent of the array holding the coefficients of the Gaussian kernel computed by the GaussianOperator.
|
overridevirtual |
Set the input image.
Reimplemented from itk::ImageFunction< TInputImage, TOutput >.
|
virtual |
Set/Get the maximum error acceptable for the approximation of the Gaussian kernel with the GaussianOperator.
|
virtual |
Set/GetMaximumKernelWidth() This value is used by the underling GaussianOperator for computing the number of coefficients to be used in the Gaussian kernel
void itk::GaussianBlurImageFunction< TInputImage, TOutput >::SetSigma | ( | const double * | sigma | ) |
The standard deviation for the discrete Gaussian kernel. Sets the standard deviation independently for each dimension. The default is 1.0 in each dimension. If UseImageSpacing is true (default), the units are the physical units of your image. If UseImageSpacing is false then the units are pixels.
void itk::GaussianBlurImageFunction< TInputImage, TOutput >::SetSigma | ( | const double | sigma | ) |
void itk::GaussianBlurImageFunction< TInputImage, TOutput >::SetSigma | ( | const float * | sigma | ) |
|
virtual |
|
virtual |
Set/GetUseImageSpacing() This flag is used by the underling GaussianOperator to decide if the image spacing should be used to scale the value of sigma or not. The methods UseImageSpacingOn() and UseImageSpacingOff() provide a similar functionality.
|
virtual |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
virtual |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
|
staticconstexpr |
Dimension of the underlying image.
Definition at line 70 of file itkGaussianBlurImageFunction.h.
|
mutableprivate |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Definition at line 190 of file itkGaussianBlurImageFunction.h.
|
private |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Definition at line 197 of file itkGaussianBlurImageFunction.h.
|
private |
Number of dimensions to process. Default is all dimensions
Definition at line 204 of file itkGaussianBlurImageFunction.h.
|
private |
Definition at line 210 of file itkGaussianBlurImageFunction.h.
|
private |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Definition at line 191 of file itkGaussianBlurImageFunction.h.
|
private |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Definition at line 196 of file itkGaussianBlurImageFunction.h.
|
private |
Maximum allowed kernel width for any dimension of the discrete Gaussian approximation
Definition at line 201 of file itkGaussianBlurImageFunction.h.
|
mutableprivate |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Definition at line 189 of file itkGaussianBlurImageFunction.h.
|
private |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Definition at line 187 of file itkGaussianBlurImageFunction.h.
|
private |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Definition at line 188 of file itkGaussianBlurImageFunction.h.
|
private |
The maximum error of the gaussian blurring kernel in each dimensional direction. For definition of maximum error, see GaussianOperator.
Definition at line 186 of file itkGaussianBlurImageFunction.h.
|
private |
Flag to indicate whether to use image spacing
Definition at line 207 of file itkGaussianBlurImageFunction.h.