Apply filter to an image (not implemented).
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public UnmanagedImage Apply( UnmanagedImage image ) |
Parameters
- image
- Type: AForge.Imaging..::.UnmanagedImage
Image in unmanaged memory.
Return Value
Returns filter's result obtained by applying the filter to the source image.Implements
IFilter..::.Apply(UnmanagedImage)
Exceptions
Exception | Condition |
---|---|
System..::.NotImplementedException | The method is not implemented. |