16#if !defined(__mlRobertsFilter_H)
17#define __mlRobertsFilter_H
107 template <
typename DATATYPE>
KernelModule(int inputNum=1, int outputNum=1)
void calculateOutputImageProperties(int outputIndex, PagedImage *outputImage) override
Computes the output image properties from the input image properties.
void handleNotification(Field *field) override
Called when a parameter field is changed.
RCrossOperators
Modes which Roberts Cross operator should be used.
static const char *const RCrossOperatorNames[]
Strings for operator names.
EnumField * getWhichRobertsOperatorFld()
Enum field to select between different roberts cross kernels operators.
#define ML_MODULE_CLASS_HEADER(className)
MLint MLsoffset
Signed ML offset type that is a 32-bit signed integer on 32-bit platforms and a 64-bit integer on 64-...
MLdouble KernelDataType
Define the standard data type for kernel elements to be used in this library.
TImageVector< MLint > ImageVector
Defines the standard ImageVector type that is used by the ML for indexing and coordinates.