Class ValuedRegionalMaximaImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ValuedRegionalMaximaImageFilter
Transforms the image so that any pixel that is not a regional maxima
is set to the minimum value for the pixel type. Pixels that are
regional maxima retain their value.
Regional maxima are flat zones surrounded by pixels of lower value. A
completely flat image will be marked as a regional maxima by this
filter.
This code was contributed in the Insight Journal paper: "Finding
regional extrema - methods and performance" by Beare R., Lehmann G. https://doi.org/10.54294/hva3gz
Richard Beare. Department of Medicine, Monash University, Melbourne,
Australia.
See:
 ValuedRegionalMinimaImageFilter
 ValuedRegionalExtremaImageFilter
 HMinimaImageFilter
 itk::simple::ValuedRegionalMaxima for the procedural interface
 itk::ValuedRegionalMaximaImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkValuedRegionalMaximaImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::ValuedRegionalMaximaImageFilter::ValuedRegionalMaximaImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedValuedRegionalMaximaImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::ValuedRegionalMaximaImageFilter::~ValuedRegionalMaximaImageFilter() DestructorImage itk::simple::ValuedRegionalMaximaImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()voidSelf& itk::simple::ValuedRegionalMaximaImageFilter::FullyConnectedOff()voidSelf& itk::simple::ValuedRegionalMaximaImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.protected static longbooleangetFlat()bool itk::simple::ValuedRegionalMaximaImageFilter::GetFlat() const This is a measurement.booleanbool itk::simple::ValuedRegionalMaximaImageFilter::GetFullyConnected() constgetName()std::string itk::simple::ValuedRegionalMaximaImageFilter::GetName() const Name of this classvoidsetFullyConnected(boolean FullyConnected) Self& itk::simple::ValuedRegionalMaximaImageFilter::SetFullyConnected(bool FullyConnected)protected static longtoString()std::string itk::simple::ValuedRegionalMaximaImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
ValuedRegionalMaximaImageFilterprotected ValuedRegionalMaximaImageFilter(long cPtr, boolean cMemoryOwn) 
- 
ValuedRegionalMaximaImageFilterpublic ValuedRegionalMaximaImageFilter()itk::simple::ValuedRegionalMaximaImageFilter::ValuedRegionalMaximaImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::ValuedRegionalMaximaImageFilter::~ValuedRegionalMaximaImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setFullyConnectedpublic void setFullyConnected(boolean FullyConnected) Self& itk::simple::ValuedRegionalMaximaImageFilter::SetFullyConnected(bool FullyConnected)
- 
fullyConnectedOnpublic void fullyConnectedOn()Self& itk::simple::ValuedRegionalMaximaImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.
- 
fullyConnectedOffpublic void fullyConnectedOff()Self& itk::simple::ValuedRegionalMaximaImageFilter::FullyConnectedOff()
- 
getFullyConnectedpublic boolean getFullyConnected()bool itk::simple::ValuedRegionalMaximaImageFilter::GetFullyConnected() const
- 
getFlatpublic boolean getFlat()bool itk::simple::ValuedRegionalMaximaImageFilter::GetFlat() const This is a measurement. Its value is updated in the Execute methods, so the value will only be valid after an execution.
- 
getNamestd::string itk::simple::ValuedRegionalMaximaImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::ValuedRegionalMaximaImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-