Table of Contents

Method Compare

Namespace
OpenCvSharp.ImgHash
Assembly
OpenCvSharp.dll

Compare(InputArray, InputArray)

Compare the hash value between inOne and inTwo

public virtual double Compare(InputArray hashOne, InputArray hashTwo)

Parameters

hashOne InputArray

Hash value one

hashTwo InputArray

Hash value two

Returns

double

value indicate similarity between inOne and inTwo, the meaning of the value vary from algorithms to algorithms