IPixelFilter interface (filter.h)
Implemented by a search filter to return chunks containing the raw pixels and properties for images to enable semantic indexing of images.
Inheritance
The IPixelFilter interface inherits from the IFilter interface.
Methods
The IPixelFilter interface has these methods.
IPixelFilter::GetImageInfo Implemented by a search filter to provide information about the dimensions and format of the image being indexed. |
IPixelFilter::GetPixelsForImage Implemented by a search filter to supply pixel data for the image being indexed. |
Remarks
This interface inherits from IFilter, which allows for lexical and semantic indexing of text and property values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 26100 |
Header | filter.h |