Class ValuedRegionalMinimaImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ValuedRegionalMinimaImageFilter
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://doi.org/10.54294/hva3gz
Richard Beare. Department of Medicine, Monash University, Melbourne,
Australia.
See:
ValuedRegionalMaximaImageFilter , ValuedRegionalExtremaImageFilter ,
HMinimaImageFilter
itk::simple::ValuedRegionalMinima for the procedural interface
itk::ValuedRegionalMinimaImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkValuedRegionalMinimaImageFilter.h
-
Field Summary
Fields inherited from class ProcessObject
swigCMemOwn -
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::ValuedRegionalMinimaImageFilter::ValuedRegionalMinimaImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedValuedRegionalMinimaImageFilter(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::ValuedRegionalMinimaImageFilter::~ValuedRegionalMinimaImageFilter() DestructorImage itk::simple::ValuedRegionalMinimaImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()voidSelf& itk::simple::ValuedRegionalMinimaImageFilter::FullyConnectedOff()voidSelf& itk::simple::ValuedRegionalMinimaImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.protected static longbooleangetFlat()bool itk::simple::ValuedRegionalMinimaImageFilter::GetFlat() const This is a measurement.booleanbool itk::simple::ValuedRegionalMinimaImageFilter::GetFullyConnected() constgetName()std::string itk::simple::ValuedRegionalMinimaImageFilter::GetName() const Name of this classvoidsetFullyConnected(boolean FullyConnected) Self& itk::simple::ValuedRegionalMinimaImageFilter::SetFullyConnected(bool FullyConnected)protected static longtoString()std::string itk::simple::ValuedRegionalMinimaImageFilter::ToString() const Print ourselves outMethods inherited from class ImageFilter
getCPtr, swigReleaseModifier and TypeMethodDescriptionprotected static longgetCPtr(ImageFilter obj) protected static longswigRelease(ImageFilter obj) Methods inherited from class ProcessObject
abort, 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, swigReleaseModifier and TypeMethodDescriptionvoidabort()virtual void itk::simple::ProcessObject::Abort() Sets an abort flag on the active process.intaddCommand(EventEnum event, Command cmd) virtual int itk::simple::ProcessObject::AddCommand(itk::simple::EventEnum event, itk::simple::Command &cmd) Add a Command Object to observer the event.voiddebugOff()voiddebugOn()protected static longgetCPtr(ProcessObject obj) booleangetDebug()static doublestatic booleanstatic doublestatic longstatic Stringstatic booleanlonglongfloatvirtual float itk::simple::ProcessObject::GetProgress() const An Active Measurement of the progress of execution.static voidstatic voidstatic voidstatic voidbooleanhasCommand(EventEnum event) virtual bool itk::simple::ProcessObject::HasCommand(itk::simple::EventEnum event) const Query of this object has any registered commands for event.voidvirtual void itk::simple::ProcessObject::RemoveAllCommands() Remove all registered commands.voidsetDebug(boolean debugFlag) static voidsetGlobalDefaultCoordinateTolerance(double arg0) static voidsetGlobalDefaultDebug(boolean debugFlag) static voidsetGlobalDefaultDirectionTolerance(double arg0) static voidsetGlobalDefaultNumberOfThreads(long n) static booleansetGlobalDefaultThreader(String threader) static voidsetGlobalWarningDisplay(boolean flag) voidsetNumberOfThreads(long n) voidsetNumberOfWorkUnits(long n) protected static longswigRelease(ProcessObject obj)
-
Constructor Details
-
ValuedRegionalMinimaImageFilter
protected ValuedRegionalMinimaImageFilter(long cPtr, boolean cMemoryOwn) -
ValuedRegionalMinimaImageFilter
public ValuedRegionalMinimaImageFilter()itk::simple::ValuedRegionalMinimaImageFilter::ValuedRegionalMinimaImageFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalizein classImageFilter
-
delete
public void delete()virtual itk::simple::ValuedRegionalMinimaImageFilter::~ValuedRegionalMinimaImageFilter() Destructor- Overrides:
deletein classImageFilter
-
setFullyConnected
public void setFullyConnected(boolean FullyConnected) Self& itk::simple::ValuedRegionalMinimaImageFilter::SetFullyConnected(bool FullyConnected) -
fullyConnectedOn
public void fullyConnectedOn()Self& itk::simple::ValuedRegionalMinimaImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully. -
fullyConnectedOff
public void fullyConnectedOff()Self& itk::simple::ValuedRegionalMinimaImageFilter::FullyConnectedOff() -
getFullyConnected
public boolean getFullyConnected()bool itk::simple::ValuedRegionalMinimaImageFilter::GetFullyConnected() const -
getFlat
public boolean getFlat()bool itk::simple::ValuedRegionalMinimaImageFilter::GetFlat() const This is a measurement. Its value is updated in the Execute methods, so the value will only be valid after an execution. -
getName
std::string itk::simple::ValuedRegionalMinimaImageFilter::GetName() const Name of this class- Overrides:
getNamein classProcessObject
-
toString
std::string itk::simple::ValuedRegionalMinimaImageFilter::ToString() const Print ourselves out- Overrides:
toStringin classProcessObject
-
execute
-