|
IFilterApply Method (BitmapData)
|
Apply filter to an image.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax Bitmap Apply(
BitmapData imageData
)
Function Apply (
imageData As BitmapData
) As Bitmap
Request Example
View SourceParameters
- imageData
- Type: System.Drawing.ImagingBitmapData
Source image to apply filter to.
Return Value
Type:
BitmapReturns filter's result obtained by applying the filter to
the source image.
Remarks The filter accepts bitmap data as input and returns the result
of image processing filter as new image. The source image data are kept
unchanged.
See Also