![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkValuedRegionalMinimaImageFilter.h>
Inheritance diagram for itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >:Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > > | |
| 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 () |
Transforms the image so that any pixel that is not a regional minima is set to the maximum value for the pixel type. Pixels that are regional minima retain their value.
Regional minima are flat zones surrounded by pixels of higher value. A completely flat image will be marked as a regional minima by this filter.
This code was contributed in the Insight Journal paper: "Finding regional extrema - methods and performance" by Beare R., Lehmann G. https://www.insight-journal.org/browse/publication/65
Definition at line 54 of file itkValuedRegionalMinimaImageFilter.h.
| using itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 71 of file itkValuedRegionalMinimaImageFilter.h.
| using itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 74 of file itkValuedRegionalMinimaImageFilter.h.
| using itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Definition at line 73 of file itkValuedRegionalMinimaImageFilter.h.
| using itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 70 of file itkValuedRegionalMinimaImageFilter.h.
| using itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Self = ValuedRegionalMinimaImageFilter |
Definition at line 63 of file itkValuedRegionalMinimaImageFilter.h.
| using itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Superclass = ValuedRegionalExtremaImageFilter<TInputImage, TOutputImage, std::less<typename TInputImage::PixelType>, std::less<typename TOutputImage::PixelType> > |
Definition at line 68 of file itkValuedRegionalMinimaImageFilter.h.
|
inlineprotected |
|
overrideprotecteddefault |
|
virtual |
Runtime information support.
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
1.8.16