Class SKPixelComparisonResult
Holds the results of a pixel-by-pixel image comparison.
public class SKPixelComparisonResult
- Inheritance
-
SKPixelComparisonResult
- Inherited Members
Constructors
- SKPixelComparisonResult(int, int, int)
Initializes a new instance of SKPixelComparisonResult.
Properties
- AbsoluteError
Gets the sum of per-channel (RGB) absolute differences across all pixels.
- ErrorPixelCount
Gets the number of pixels that differ between the two images.
- ErrorPixelPercentage
Gets the ratio of differing pixels to total pixels (0.0 to 1.0).
- TotalPixels
Gets the total number of pixels compared.