ImageDctHashSearchCriteria

ImageDctHashSearchCriteria(string)

Initializes a new instance of the ImageDctHashSearchCriteria class with a specified file path.

public ImageDctHashSearchCriteria(string filePath)
Parameter Type Description
filePath String The file path to load image from.

See Also


ImageDctHashSearchCriteria(Stream)

Initializes a new instance of the ImageDctHashSearchCriteria class with a specified stream.

public ImageDctHashSearchCriteria(Stream stream)
Parameter Type Description
stream Stream The stream to load image from.

See Also