|
FiltersSequenceApply 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| Exception | Condition |
|---|
| ApplicationException | No filters were added into the filters' sequence. |
RemarksThe method keeps the source image unchanged and puts result of image processing
into destination image.
Note |
|---|
| The destination image must have width, height and pixel format as it is expected by
the final filter in the sequence. |
See Also