ImageColorHistogramSearchCriteria

ImageColorHistogramSearchCriteria(string)

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

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

See Also


ImageColorHistogramSearchCriteria(Stream)

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

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

See Also