UtilImageGetPercentageDifference(String, String, Byte) Method

Gets a value indicating the percentage of difference between two images.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static float GetPercentageDifference(
	string imageFilepath1,
	string imageFilepath2,
	byte threshold
)

Parameters

imageFilepath1  String
The filepath of the first image to compare.
imageFilepath2  String
The filepath of the second image to compare with imageFilepath1.
threshold  Byte
A value from 0 to 255 indicating how big a difference will be ignored.

Return Value

Single
The resulting percentage difference value between the two specified images.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also