|
BaseInPlacePartialFilterApply Method (UnmanagedImage, UnmanagedImage)
|
Apply filter to an image in unmanaged memory.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax Exceptions Remarks The method keeps the source image unchanged and puts result of image processing
into destination image.
Note |
---|
The destination image must have the same width and height as source image. Also
destination image must have pixel format, which is expected by particular filter (see
FormatTranslations property for information about pixel format conversions). |
See Also