Threshold Module Reference

simple class to threshold images

This class uses the vigra threshold command to threshold images at the given boundaries. If image values are between boundaries (i.e. within the closed interval [lower, heigher]) result is set to yesresult, otherwise to noresult.

input slots

InputSlot< vigra::MultiArray< 5, T > > in
  image data input slot

output slots

OutputSlot< vigra::MultiArray< 5, T > > out
  image data output slot

parameters

Parameter< T > higher
  upper bound
Parameter< T > lower
  lower bound
Parameter< T > noresult
  result if value is out of bounds
Parameter< T > yesresult
  result if value is between bounds

further information

This Module subclasses TemplatedParameteredObject< T >.
For documentation of parameters and slots inherited by this base class, please have a look at the corresponding Module reference.

This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype may be used to select which instantiation you want.

The detailed doxygen documentation beyond the parameters/slots may be found here.


Get Charon at SourceForge.net. Fast, secure and Free Open Source software downloads