IMathGetImageHashMatchPercent Method

Returns the percentage of match between the 2 hash codes (must have the same length)

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double GetImageHashMatchPercent(
	string hash1,
	string hash2
)

Parameters

hash1  String
Hash 1
hash2  String
Hash 2

Return Value

Double
Percentage of match (0-100)

See Also