|
IInPlacePartialFilterApplyInPlace Method (UnmanagedImage, Rectangle)
|
Apply filter to an image in unmanaged memory.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax void ApplyInPlace(
UnmanagedImage image,
Rectangle rect
)
Sub ApplyInPlace (
image As UnmanagedImage,
rect As Rectangle
)
Request Example
View SourceParameters
- image
- Type: Accord.ImagingUnmanagedImage
Image in unmanaged memory. - rect
- Type: System.DrawingRectangle
Image rectangle for processing by filter.
Remarks The method applies filter directly to the provided image.
See Also