Method | Description | |
---|---|---|
FlatFieldCorrection ( ) : System |
Initializes a new instance of the FlatFieldCorrection class. 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. |
|
FlatFieldCorrection ( |
Initializes a new instance of the FlatFieldCorrection class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image ) : void |
Process the filter on the specified image.
|
public FlatFieldCorrection ( |
||
backgroundImage | Background image used for flat field correction. | |
return | System |
protected ProcessFilter ( UnmanagedImage image ) : void | ||
image | UnmanagedImage | Source image data. |
return | void |