In-place filter interface.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public interface IInPlaceFilter |
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's dimension and pixel format, can be applied directly to the
source image.