![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/threshold/emthreshold.h>
Public Member Functions | |
AimsEMThreshold (threshold_t type, T backgd=0, float foregd=32767, int classes=2, int levelindex=0, int level2index=1, int bins=0, int binstart=0, int binend=0) | |
virtual | ~AimsEMThreshold () |
std::vector< T > | processEMThresholds (const carto::VolumeRef< T > &image) |
carto::VolumeRef< U > | operator() (const carto::VolumeRef< T > &image) |
Return the multi-level thresholded image. More... | |
carto::VolumeRef< U > | bin (const carto::VolumeRef< T > &image) |
Return the binary thresholded image. More... | |
Definition at line 23 of file emthreshold.h.
|
inline |
Definition at line 60 of file emthreshold.h.
References AimsThreshold< T, U >::_backgd, AimsThreshold< T, U >::_foregd, AimsThreshold< T, U >::_type, carto::toString(), and carto::verbose.
|
inlinevirtual |
Definition at line 38 of file emthreshold.h.
|
inline |
Return the binary thresholded image.
Definition at line 280 of file emthreshold.h.
References AimsThreshold< class, class >::bin().
|
inline |
Return the multi-level thresholded image.
Definition at line 262 of file emthreshold.h.
References AimsThreshold< class, class >::operator()().
|
inline |
Definition at line 88 of file emthreshold.h.
References Histogram< T >::data(), aims::RegularBinnedHistogram< T >::doit(), M_PI, carto::VolumeRef< class >::max(), carto::VolumeRef< class >::min(), sum(), carto::toString(), and carto::verbose.