|
BaseInPlacePartialFilterApply Method (Bitmap)
|
Apply filter to an image.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Bitmap Apply(
Bitmap image
)
Public Function Apply (
image As Bitmap
) As Bitmap
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
Source image to apply filter to.
Return Value
Type:
BitmapReturns filter's result obtained by applying the filter to
the source image.
Implements
IFilterApply(Bitmap)Exceptions Remarks The method keeps the source image unchanged and returns
the result of image processing filter as new image.
See Also