Click or drag to resize

ImageGestureImageDifference Method

Calculate how different this image is with another image. Images must be the same size to compare.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int Difference(
	ImageGestureImage other
)

Parameters

other
Type: DigitalRubySharedImageGestureImage
Other image

Return Value

Type: Int32
Number of different pixels or -1 if unable to compare
See Also