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
hashOneInputArrayHash value one
hashTwoInputArrayHash value two
Returns
- double
value indicate similarity between inOne and inTwo, the meaning of the value vary from algorithms to algorithms