Table of Contents

Property MeanAbsoluteError

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

MeanAbsoluteError

Gets the mean absolute error per channel, computed as AbsoluteError / (TotalPixels × ChannelCount). Range: 0 (identical) to 255 (maximum difference). Returns 0 if TotalPixels is 0.

public double MeanAbsoluteError { get; }

Property Value

double