Charon Plugin Frontend for statistics calculation and display widget.
input slots | |
InputSlot< CImgList< T > > | _cimgIn |
The CImgList input. | |
InputSlot< CImgList< T > > | _cimgMask |
A mask to decide where to compute the statistics. | |
InputSlot< vigra::MultiArray< 5, T > > | _vigraIn |
The vigra::MultiArray input. | |
InputSlot< vigra::MultiArray< 5, T > > | _vigraMask |
A mask to decide where to compute the statistics. | |
output slots | |
OutputSlot< QWidget * > | _display |
exported QWidget to display the results | |
OutputSlot< CImgList< T > > | _histograms |
image of histogram | |
parameters | |
Parameter< bool > | _calcQuantiles |
calculate 1/4, 1/2 (median) and 3/4 quantiles of pixel values | |
Parameter< size_t > | _numBins |
number of bins for histogram | |
Parameter< bool > | _writeToSout |
also write the results to sout stream |
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.