ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkDescoteauxSheetnessImageFilter.h>
Computes a measure of Sheetness from the Hessian Eigenvalues.
Based on the "Sheetness" measure proposed by Decouteaux et. al.
M.Descoteaux, M.Audette, K.Chinzei, el al.: "Bone enhancement filtering: Application to sinus bone segmentation and simulation of pituitary surgery." In: MICCAI. (2005) 9-16
Definition at line 174 of file itkDescoteauxSheetnessImageFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | InputPixelType = typename TInputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | Self = DescoteauxSheetnessImageFilter |
using | Superclass = UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sheetness< typename TInputImage::PixelType, typename TOutputImage::PixelType > > |
Public Types inherited from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sheetness< TInputImage::PixelType, TOutputImage::PixelType > > | |
using | ConstPointer = SmartPointer< const Self > |
using | FunctorType = Function::Sheetness< TInputImage::PixelType, TOutputImage::PixelType > |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::ConstPointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = UnaryFunctorImageFilter |
using | Superclass = InPlaceImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::InPlaceImageFilter< 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 = typename Superclass::OutputImagePixelType |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | Pointer = SmartPointer< Self > |
using | Self = InPlaceImageFilter |
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 = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::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 | MultiThreaderType = MultiThreaderBase |
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::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sheetness< TInputImage::PixelType, TOutputImage::PixelType > > | |
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 flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
using itk::DescoteauxSheetnessImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 191 of file itkDescoteauxSheetnessImageFilter.h.
using itk::DescoteauxSheetnessImageFilter< TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType |
Begin concept checking
Definition at line 229 of file itkDescoteauxSheetnessImageFilter.h.
using itk::DescoteauxSheetnessImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 190 of file itkDescoteauxSheetnessImageFilter.h.
using itk::DescoteauxSheetnessImageFilter< TInputImage, TOutputImage >::Self = DescoteauxSheetnessImageFilter |
Standard class type alias.
Definition at line 184 of file itkDescoteauxSheetnessImageFilter.h.
using itk::DescoteauxSheetnessImageFilter< TInputImage, TOutputImage >::Superclass = UnaryFunctorImageFilter< TInputImage,TOutputImage, Function::Sheetness< typename TInputImage::PixelType, typename TOutputImage::PixelType> > |
Definition at line 189 of file itkDescoteauxSheetnessImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 239 of file itkDescoteauxSheetnessImageFilter.h.
|
inlineoverrideprotected |
Definition at line 240 of file itkDescoteauxSheetnessImageFilter.h.
|
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.
|
virtual |
Runtime information support.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sheetness< TInputImage::PixelType, TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
|
inline |
Set the normalization term for bloobiness.
Definition at line 207 of file itkDescoteauxSheetnessImageFilter.h.
|
inline |
Set the normalization term for noise.
Definition at line 217 of file itkDescoteauxSheetnessImageFilter.h.
|
inline |
Set the normalization term for noise.
Definition at line 221 of file itkDescoteauxSheetnessImageFilter.h.
|
inline |
Set the normalization term for noise.
Definition at line 213 of file itkDescoteauxSheetnessImageFilter.h.
|
inline |
Set the normalization term for sheetness
Definition at line 201 of file itkDescoteauxSheetnessImageFilter.h.