Table of Contents

Property NormalizedRootMeanSquaredError

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

NormalizedRootMeanSquaredError

Gets the normalized root mean squared error, computed as RootMeanSquaredError / 255. Range: 0 (identical) to 1 (maximum difference). Useful for threshold-based pass/fail testing.

public double NormalizedRootMeanSquaredError { get; }

Property Value

double