IMathGetHashFromImage Method

Gets a string representing a size reduced b/w image

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static string GetHashFromImage(
	Bitmap bmp,
	int hashSize = 32
)

Parameters

bmp  Bitmap
Image with black background
hashSize  Int32  (Optional)
Hash size (e.g. 32 means 32x32(=1024) bit)

Return Value

String
string representing the reduced image

See Also