difference measure
dip_Error dip_MeanAbsoluteError ( in1, in2, mask, out )
binary, integer, float, complex
Calculates the mean absolute error difference between each pixel value of in1 and in2. Optionally the mask image can be used to exclude pixels from the calculation by setting the value of these pixels in mask to zero.
Data type | Name | Description |
dip_Image | in1 | First input |
dip_Image | in2 | Second input |
dip_Image | mask | Mask |
dip_Image | out | Output |
MeanError, MeanSquareError, RootMeanSquareError, LnNormError, IDivergence