#include <itkVarianceImageFilter.h>
Applies a variance filter to an image.
Computes an image where a given pixel is the sample variance of the pixels in a neighborhood about the corresponding input pixel.
A variance filter is a nonlinear (quadratic) neighborhood filter.
Definition at line 38 of file itkVarianceImageFilter.h.
Inheritance diagram for itk::VarianceImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::VarianceImageFilter< TInputImage, TOutputImage >:Public Types | |
| using | ConstPointer = SmartPointer<const Self> |
| using | InputImageRegionType = typename InputImageType::RegionType |
| using | InputImageType = TInputImage |
| using | InputPixelType = typename InputImageType::PixelType |
| using | InputRealType = typename NumericTraits<InputPixelType>::RealType |
| using | InputSizeType = typename InputImageType::SizeType |
| using | OutputImageRegionType = typename OutputImageType::RegionType |
| using | OutputImageType = TOutputImage |
| using | OutputPixelType = typename OutputImageType::PixelType |
| using | Pointer = SmartPointer<Self> |
| using | Self = VarianceImageFilter |
| using | Superclass = BoxImageFilter<InputImageType, OutputImageType> |
Public Types inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
| using | ConstPointer = SmartPointer<const Self> |
| using | IndexType = typename TInputImage::IndexType |
| using | InputImageType = TInputImage |
| using | InputPixelType = typename TInputImage::PixelType |
| using | OffsetType = typename TInputImage::OffsetType |
| using | OutputImageType = TOutputImage |
| using | OutputPixelType = typename TOutputImage::PixelType |
| using | Pointer = SmartPointer<Self> |
| using | RadiusType = typename TInputImage::SizeType |
| using | RadiusValueType = SizeValueType |
| using | RegionType = typename TInputImage::RegionType |
| using | Self = BoxImageFilter |
| using | SizeType = typename TInputImage::SizeType |
| using | Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
| using | ConstPointer = SmartPointer<const Self> |
| using | InputImageConstPointer = typename InputImageType::ConstPointer |
| using | InputImagePixelType = typename InputImageType::PixelType |
| using | InputImagePointer = typename InputImageType::Pointer |
| using | InputImageRegionType = typename InputImageType::RegionType |
| using | InputImageType = TInputImage |
| using | OutputImagePixelType |
| using | OutputImageRegionType |
| using | Pointer = SmartPointer<Self> |
| using | Self = ImageToImageFilter |
| using | Superclass = ImageSource<TOutputImage> |
Public Types inherited from itk::ImageSource< TOutputImage > | |
| using | ConstPointer = SmartPointer<const Self> |
| using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
| using | DataObjectPointer = DataObject::Pointer |
| using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
| using | OutputImagePixelType = typename OutputImageType::PixelType |
| using | OutputImagePointer = typename OutputImageType::Pointer |
| using | OutputImageRegionType = typename OutputImageType::RegionType |
| using | OutputImageType = TOutputImage |
| using | Pointer = SmartPointer<Self> |
| using | Self = ImageSource |
| using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
| using | ConstPointer = SmartPointer<const Self> |
| using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
| using | DataObjectPointer = DataObject::Pointer |
| using | DataObjectPointerArray = std::vector<DataObjectPointer> |
| using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
| using | NameArray = std::vector<DataObjectIdentifierType> |
| using | Pointer = SmartPointer<Self> |
| using | Self = ProcessObject |
| using | Superclass = Object |
Public Types inherited from itk::Object | |
| using | ConstPointer = SmartPointer<const Self> |
| using | Pointer = SmartPointer<Self> |
| using | Self = Object |
| using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
| using | ConstPointer = SmartPointer<const Self> |
| using | Pointer = SmartPointer<Self> |
| using | Self = LightObject |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
| static double | GetGlobalDefaultCoordinateTolerance () |
| static double | GetGlobalDefaultDirectionTolerance () |
| static void | SetGlobalDefaultCoordinateTolerance (double) |
| static void | SetGlobalDefaultDirectionTolerance (double) |
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 () |
Static Public Attributes | |
| static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
| static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
| static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
| static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
| static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
| static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
| using | InputToOutputRegionCopierType |
| using | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
| static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
| static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
| template<typename TSourceObject> | |
| static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
| static constexpr float | progressFixedToFloat (uint32_t fixed) |
| static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
| bool | m_DynamicMultiThreading { true } |
Protected Attributes inherited from itk::ProcessObject | |
| TimeStamp | m_OutputInformationMTime {} |
| bool | m_Updating {} |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 55 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 68 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Convenient typedefs for simplifying declarations.
Definition at line 48 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Image typedef support.
Definition at line 64 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::InputRealType = typename NumericTraits<InputPixelType>::RealType |
Definition at line 66 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::InputSizeType = typename InputImageType::SizeType |
Definition at line 71 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 69 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 49 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 65 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 54 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::Self = VarianceImageFilter |
Standard class typedefs.
Definition at line 52 of file itkVarianceImageFilter.h.
| using itk::VarianceImageFilter< TInputImage, TOutputImage >::Superclass = BoxImageFilter<InputImageType, OutputImageType> |
Definition at line 53 of file itkVarianceImageFilter.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
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::BoxImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
References VarianceImageFilter().
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
VarianceImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
|
staticconstexpr |
Extract dimension from input and output image.
Definition at line 44 of file itkVarianceImageFilter.h.
|
staticconstexpr |
Definition at line 45 of file itkVarianceImageFilter.h.