ImageColorHistogramSearchCriteria class

ImageColorHistogramSearchCriteria class

Represents search criteria for finding images in a content.

This search criteria uses image color histograms for calculating image similarity.

The ImageColorHistogramSearchCriteria type exposes the following members:

Constructors

Constructor Description
init Initializes a new ImageColorHistogramSearchCriteria with a specified file path.
init Initializes a new ImageColorHistogramSearchCriteria instance with a specified stream.

Methods

Method Description
and_ Combines this SearchCriteria with other criteria using the logical AND operator. (inherited from SearchCriteria)
and_search_criteria (inherited from SearchCriteria)
not_ Negates this SearchCriteria. (inherited from SearchCriteria)
or_ Combines this SearchCriteria with other criteria using logical OR operator. (inherited from SearchCriteria)
or_search_criteria (inherited from SearchCriteria)

Properties

Property Description
bins_count The number of bins used for building color histograms. The default value is 10.
max_difference The maximum allowed difference between images. (inherited from ImageSearchCriteria)
pages The list of specific page numbers. (inherited from PageSearchCriteria)

See Also