ImageThumbnailSearchCriteria
Contents
[
Hide
]
ImageThumbnailSearchCriteria class
Represents search criteria for finding images in a content.
public class ImageThumbnailSearchCriteria : ImageSearchCriteria
Constructors
Name | Description |
---|---|
ImageThumbnailSearchCriteria(Stream) | Initializes a new instance of the ImageThumbnailSearchCriteria class with a specified stream. |
ImageThumbnailSearchCriteria(string) | Initializes a new instance of the ImageThumbnailSearchCriteria class with a specified file path. |
Properties
Name | Description |
---|---|
MaxDifference { get; set; } | Gets or sets maximum allowed difference between images. |
ThumbnailSize { get; set; } | Gets or sets thumbnail size. |
Methods
Name | Description |
---|---|
And(SearchCriteria) | Combines this SearchCriteria with other criteria using logical AND operator. |
Not() | Negates this SearchCriteria . |
Or(SearchCriteria) | Combines this SearchCriteria with other criteria using logical OR operator. |
Remarks
This search criteria uses image binarized thumbnail for calculating image similarity.
See Also
- class ImageSearchCriteria
- namespace GroupDocs.Watermark.Search.SearchCriteria
- assembly GroupDocs.Watermark