ITK
6.0.0
Insight Toolkit
|
#include <itkReconstructionImageFilter.h>
Performs a grayscale geodesic reconstruction – for performance comparison with GrayscaleGeodesicDilateImageFilter.
This filter uses Luc Vincent's algorithm, which employs raster and antiraster propagation steps followed by a FIFO based propagation step. "Morphological grayscale reconstruction in image analysis - applications and efficient algorithms" – IEEE Transactions on Image processing, Vol 2, No 2, pp 176-201, April 1993
Definition at line 55 of file itkReconstructionImageFilter.h.
Static Public Member Functions | |
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 | MarkerImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | MaskImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::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 |
Protected Attributes | |
TInputImage::PixelType | m_MarkerValue {} |
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 {} |
Private Types | |
using | CNInputIterator = ConstShapedNeighborhoodIterator< InputImageType > |
using | FaceCalculatorType = typename itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< OutputImageType > |
using | FaceListType = typename FaceCalculatorType::FaceListType |
using | FaceListTypeIt = typename FaceCalculatorType::FaceListType::iterator |
using | InIndexType = typename InputImageType::IndexType |
using | InputIteratorType = ImageRegionConstIterator< InputImageType > |
using | NOutputIterator = ShapedNeighborhoodIterator< OutputImageType > |
using | OutIndexType = typename OutputImageType::IndexType |
using | OutputIteratorType = ImageRegionIterator< OutputImageType > |
Private Attributes | |
bool | m_FullyConnected {} |
bool | m_UseInternalCopy {} |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
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) |
|
private |
Definition at line 177 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::ConstPointer = SmartPointer<const Self> |
Definition at line 65 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 167 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 169 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 170 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 176 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::InputImageIndexType = typename InputImageType::IndexType |
Definition at line 76 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 75 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 68 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 172 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::ISizeType = typename InputImageType::SizeType |
Definition at line 69 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MarkerImageConstPointer = typename MarkerImageType::ConstPointer |
Definition at line 72 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MarkerImagePixelType = typename MarkerImageType::PixelType |
Definition at line 74 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MarkerImagePointer = typename MarkerImageType::Pointer |
Definition at line 71 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MarkerImageRegionType = typename MarkerImageType::RegionType |
Definition at line 73 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MarkerImageType = TInputImage |
Definition at line 70 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MaskImageConstPointer = typename MaskImageType::ConstPointer |
Definition at line 79 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MaskImagePixelType = typename MaskImageType::PixelType |
Definition at line 81 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MaskImagePointer = typename MaskImageType::Pointer |
Definition at line 78 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MaskImageRegionType = typename MaskImageType::RegionType |
Definition at line 80 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::MaskImageType = TInputImage |
Definition at line 77 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 178 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 175 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::OutputImageConstPointer = typename OutputImageType::ConstPointer |
Definition at line 84 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::OutputImageIndexType = typename OutputImageType::IndexType |
Definition at line 87 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::OutputImagePixelType = typename OutputImageType::PixelType |
Definition at line 86 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 83 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 85 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::OutputImageType = TOutputImage |
Definition at line 82 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 173 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::Pointer = SmartPointer<Self> |
Definition at line 64 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::Self = ReconstructionImageFilter |
Standard class type aliases.
Definition at line 61 of file itkReconstructionImageFilter.h.
using itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 62 of file itkReconstructionImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
ValuedRegionalExtremaImageFilter will produce the entire output.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
overrideprotectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling DynamicThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter can be threaded, it should NOT provide a GenerateData() method but should provide a DynamicThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
ValuedRegionalExtremaImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Set/Get the marker image. Traditionally, the marker image must be pixelwise less than or equal to the mask image (for dilation), however this filter implicitly applies a mask to force the constraint to hold. The marker image the image that is dilated by this filter.
|
virtual |
Set/Get the mask image. The mask image is used to "mask" the dilated marker image. The mask operation is a pixelwise minimum.
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Perform a padding of the image internally to increase the performance of the filter. UseInternalCopy can be set to false to reduce the memory usage.
|
static |
Standard New method.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Set/Get the marker image. Traditionally, the marker image must be pixelwise less than or equal to the mask image (for dilation), however this filter implicitly applies a mask to force the constraint to hold. The marker image the image that is dilated by this filter.
|
virtual |
Set/Get the mask image. The mask image is used to "mask" the dilated marker image. The mask operation is a pixelwise minimum.
|
virtual |
Perform a padding of the image internally to increase the performance of the filter. UseInternalCopy can be set to false to reduce the memory usage.
|
virtual |
Perform a padding of the image internally to increase the performance of the filter. UseInternalCopy can be set to false to reduce the memory usage.
|
private |
Definition at line 164 of file itkReconstructionImageFilter.h.
|
protected |
the value of the border - used in boundary condition.
Definition at line 161 of file itkReconstructionImageFilter.h.
|
private |
Definition at line 165 of file itkReconstructionImageFilter.h.
|
staticconstexpr |
ImageDimension constants ImageDimension constants
Definition at line 92 of file itkReconstructionImageFilter.h.
|
staticconstexpr |
Definition at line 93 of file itkReconstructionImageFilter.h.
|
staticconstexpr |
Definition at line 94 of file itkReconstructionImageFilter.h.