Options for gap filling with Process.FillGaps(ImagePlane, GapFillingOptions).
More...
|
|
double | BackgroundValue [get] |
| | Pixel value indicating a gap.
|
| |
|
int | MaxWidth [get] |
| | Maximum width of a gap to be filled. Larger gaps are ignored. If you would like to fill all gaps, set MaxWidth to a value greater than the width of your input range map.
|
| |
|
int | MaxHeight [get] |
| | Maximum height of a gap to be filled. Larger gaps are ignored. If you would like to fill all gaps, set MaxHeight to a value greater than the height of your input range map.
|
| |
|
GapFillingMethod | Method [get] |
| | Method used to fill gaps.
|
| |
◆ GapFillingOptions()
Constructor.
- Parameters
-
| backgroundValue | Value indicating a gap. |
| maxWidth | Maximum width of a gap to be filled. |
| maxHeight | Maximum height of a gap to be filled. |
| method | Method used to fill gaps. |