|
FlatFieldCorrectionUnmanagedBackgoundImage Property
|
Background image used for flat field correction.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
RemarksThe property sets the background image (without any objects), which will be used
for illumination correction of an image passed to the filter.
Note |
---|
The background image must have the same size and pixel format as source image.
Otherwise exception will be generated when filter is applied to source image. |
Note |
---|
Setting this property will clear the BackgoundImage property -
only one background image is allowed: managed or unmanaged. |
See Also