Click or drag to resize

ImageGestureImageSimilarity Method

Compute the similarity 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 float Similarity(
	ImageGestureImage other
)

Parameters

other
Type: DigitalRubySharedImageGestureImage
Other image

Return Value

Type: Single
Similarity (0 - 1)
See Also