ImgHashBaseCompare Method |
http://www.emgu.com
Compare the hash value between inOne and inTwo
Namespace:
Emgu.CV.ImgHash
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic double Compare(
IInputArray hashOne,
IInputArray hashTwo
)
Public Function Compare (
hashOne As IInputArray,
hashTwo As IInputArray
) As Double
public:
double Compare(
IInputArray^ hashOne,
IInputArray^ hashTwo
)
member Compare :
hashOne : IInputArray *
hashTwo : IInputArray -> float
Parameters
- hashOne
- Type: Emgu.CVIInputArray
Hash value one - hashTwo
- Type: Emgu.CVIInputArray
Hash value two
Return Value
Type:
Doubleindicate similarity between inOne and inTwo, the meaning of the value vary from algorithms to algorithms
See Also