ImageColorHistogramSearchCriteria class
ImageColorHistogramSearchCriteria class
Represents search criteria for finding images in a content.
Inheritance: ImageColorHistogramSearchCriteria →
ImageSearchCriteria →
PageSearchCriteria →
SearchCriteria
The ImageColorHistogramSearchCriteria type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the ImageColorHistogramSearchCriteria class with a specified file path. |
| init | Initializes a new instance of the ImageColorHistogramSearchCriteria class with a specified stream. |
Properties
| Property | Description |
|---|---|
| pages | Gets or sets the list of specific page numbers |
| max_difference | Gets or sets maximum allowed difference between images. |
| bins_count | Gets or sets a count of bins that will be used for building color histograms. |
Methods
| Method | Description |
|---|---|
| both | Combines this SearchCriteria with other criteria using logical AND operator. |
| either | Combines this SearchCriteria with other criteria using logical OR operator. |
| is_not | Negates this SearchCriteria. |
Remarks
This search criteria uses image color histograms for calculating image similarity.
See Also
- module
groupdocs.watermark.search.searchcriteria - class
ImageColorHistogramSearchCriteria - class
ImageSearchCriteria - class
PageSearchCriteria - class
SearchCriteria