Click or drag to resize

ImgHashBaseCompare Method

Compare the hash value between inOne and inTwo

Namespace:  OpenCvSharp.ImgHash
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual double Compare(
	InputArray hashOne,
	InputArray hashTwo
)

Parameters

hashOne
Type: OpenCvSharpInputArray
Hash value one
hashTwo
Type: OpenCvSharpInputArray
Hash value two

Return Value

Type: Double
value indicate similarity between inOne and inTwo, the meaning of the value vary from algorithms to algorithms
See Also