In-place partial filter interface.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.3.0 (2.2.3.0)
Syntax
| C# |
|---|
public interface IInPlacePartialFilter |
Remarks
The interface defines the set of methods, which should be implemented by filters, which are capable to do image processing directly on the source image. Not all image processing filters can be applied directly to the source image - only filters, which do not change image dimension and pixel format, can be applied directly to the source image.
The interface also supports partial image filtering, allowing to specify image rectangle, which should be filtered.