Click or drag to resize
Accord.NET (logo)

FlatFieldCorrection Constructor

Initializes a new instance of the FlatFieldCorrection class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public FlatFieldCorrection()
Request Example View Source
Remarks

This constructor does not set background image, which means that background image will be generated on the fly on each filter run. The automatically generated background image is produced running Gaussian Blur on the original image with (sigma value is set to 5, kernel size is set to 21). Before blurring the original image is resized to 1/3 of its original size and then the result of blurring is resized back to the original size.

See Also