|
ANIMA
4.0
|
#include <animaLocalPatchCovarianceDistanceImageFilter.h>
Inheritance diagram for anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >:
Collaboration diagram for anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef vnl_matrix< double > | CovarianceType |
| typedef InputImageType::IndexType | InputImageIndexType |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef itk::VectorImage< PixelScalarType, 3 > | InputImageType |
| typedef Superclass::MaskImageType | MaskImageType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef Superclass::OutputImageRegionType | OutputImageRegionType |
| typedef itk::Image< PixelScalarType, 3 > | OutputImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef LocalPatchCovarianceDistanceImageFilter< PixelScalarType > | Self |
| typedef anima::MaskedImageToImageFilter< InputImageType, OutputImageType > | Superclass |
| typedef InputImageType::PixelType | VectorType |
Public Types inherited from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::InputImageRegionType | InputImageRegionType |
| typedef MaskImageType::Pointer | MaskImagePointer |
| typedef itk::Image< unsigned char, itk::VectorImage< PixelScalarType, 3 > ::ImageDimension > | MaskImageType |
| typedef MaskImageType::IndexType | MaskIndexType |
| typedef MaskImageType::RegionType | MaskRegionType |
| typedef MaskImageType::SizeType | MaskSizeType |
| typedef Superclass::OutputImageRegionType | OutputImageRegionType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef MaskedImageToImageFilter | Self |
| typedef anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | Superclass |
| typedef itk::ImageSource< itk::Image< PixelScalarType, 3 > >::ThreadStruct | ThreadStruct |
Public Types inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::OutputImageRegionType | OutputImageRegionType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef NumberedThreadImageToImageFilter | Self |
| typedef itk::ImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | Superclass |
| typedef itk::ImageSource< itk::Image< PixelScalarType, 3 > >::ThreadStruct | ThreadStruct |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| virtual void | SetPatchHalfSize (unsigned int _arg) |
Public Member Functions inherited from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual MaskImageType * | GetComputationMask () |
| virtual void | SetComputationMask (MaskImagePointer _arg) |
Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual OutputImageRegionType | GetComputationRegion () |
| virtual void | SetComputationRegion (OutputImageRegionType _arg) |
| virtual void | SetNumberOfPointsToProcess (unsigned int _arg) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| static Pointer | New () |
Static Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| static Pointer | New () |
Protected Member Functions | |
| void | BeforeThreadedGenerateData () ITK_OVERRIDE |
| void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE |
| LocalPatchCovarianceDistanceImageFilter () | |
| virtual | ~LocalPatchCovarianceDistanceImageFilter () |
Protected Member Functions inherited from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| virtual void | CheckComputationMask () |
| void | InitializeComputationRegionFromMask () |
| MaskedImageToImageFilter () | |
| virtual | ~MaskedImageToImageFilter () |
Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| virtual void | GenerateData () ITK_OVERRIDE |
| unsigned int | GetSafeThreadId () |
| void | IncrementNumberOfProcessedPoints () |
| void | InitializeZeroPixel (itk::Image< PixelScalarType, 3 > *image, itk::VariableLengthVector< ScalarRealType > &zeroPixel) |
| Utility function to initialize output images pixel to zero for vector images. More... | |
| void | InitializeZeroPixel (itk::Image< PixelScalarType, 3 > *, PixelType &zeroPixel) |
| Utility function to initialize output images pixel to zero for all images except vector images. More... | |
| NumberedThreadImageToImageFilter () | |
| void | SafeReleaseThreadId (unsigned int threadId) |
| virtual void | ThreadProcessSlices () |
| virtual | ~NumberedThreadImageToImageFilter () |
Additional Inherited Members | |
Static Public Attributes inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| static constexpr unsigned int | OutputImageDimension |
Static Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
| static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderMultiSplitCallback (void *arg) |
Definition at line 14 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef itk::SmartPointer<const Self> anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::ConstPointer |
Definition at line 21 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef vnl_matrix<double> anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::CovarianceType |
Definition at line 35 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef InputImageType::IndexType anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::InputImageIndexType |
Definition at line 40 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef InputImageType::Pointer anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::InputImagePointer |
Definition at line 39 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef itk::VectorImage<PixelScalarType, 3> anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::InputImageType |
Image typedef support
Definition at line 30 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef Superclass::MaskImageType anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::MaskImageType |
Definition at line 38 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef OutputImageType::Pointer anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::OutputImagePointer |
Definition at line 41 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef Superclass::OutputImageRegionType anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::OutputImageRegionType |
Superclass typedefs.
Definition at line 44 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef itk::Image<PixelScalarType, 3> anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::OutputImageType |
Definition at line 31 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef itk::SmartPointer<Self> anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::Pointer |
Definition at line 20 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef LocalPatchCovarianceDistanceImageFilter<PixelScalarType> anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::Self |
Standard class typedefs.
Definition at line 19 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef anima::MaskedImageToImageFilter< InputImageType, OutputImageType > anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::Superclass |
Definition at line 37 of file animaLocalPatchCovarianceDistanceImageFilter.h.
| typedef InputImageType::PixelType anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::VectorType |
Definition at line 33 of file animaLocalPatchCovarianceDistanceImageFilter.h.
|
inlineprotected |
Definition at line 48 of file animaLocalPatchCovarianceDistanceImageFilter.h.
|
inlineprotectedvirtual |
|
protectedvirtual |
Reimplemented from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > >.
Definition at line 15 of file animaLocalPatchCovarianceDistanceImageFilter.hxx.
References anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::DynamicThreadedGenerateData().
Referenced by anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::~LocalPatchCovarianceDistanceImageFilter().
| virtual::itk::LightObject::Pointer anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 29 of file animaLocalPatchCovarianceDistanceImageFilter.hxx.
References anima::computePatchMeanAndCovariance(), and anima::VectorCovarianceTest().
Referenced by anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::BeforeThreadedGenerateData(), and anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >::~LocalPatchCovarianceDistanceImageFilter().
|
virtual |
Run-time type information (and related methods)
Reimplemented from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > >.
|
static |
Method for creation through the object factory.
Referenced by anima::LowMemoryLocalPatchCovarianceDistanceBridge::Update().
|
virtual |
1.8.13