16#if !defined(__mlSigmaFilter_H)
17#define __mlSigmaFilter_H
83 template <
typename DATATYPE>
111 IntField* _minNumValidKernelVoxelsInIntervalFld;
KernelModule(int inputNum=1, int outputNum=1)
DoubleField & getSigmaFld() const
void calcRow(MLsoffset *indexTab, size_t indexTabSize, MLsoffset srcVoxelOffset, size_t numVox, DATATYPE *inCursor, DATATYPE *outCursor, const ImageVector &)
void handleNotification(Field *field) override
Handle field changes.
BoolField & getMultSigmaWithLocalStdDevFld() const
void calculateOutputImageProperties(int outputIndex, PagedImage *outputImage) override
Computes the output image properties for output outIndex.
void activateAttachments() override
Update internal state after loading.
DoubleField & getStdDevMaxFld() const
ML_MODULE_CLASS_HEADER(SigmaFilter)
MLint MLsoffset
Signed ML offset type that is a 32-bit signed integer on 32-bit platforms and a 64-bit integer on 64-...
TImageVector< MLint > ImageVector
Defines the standard ImageVector type that is used by the ML for indexing and coordinates.