Options for gap filling with Process.FillGaps(ImagePlane, GapFillingOptions). More...
Public Member Functions | |
GapFillingOptions (double backgroundValue, int maxWidth, int maxHeight, GapFillingMethod method) | |
Constructor. | |
Properties | |
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. | |
Options for gap filling with Process.FillGaps(ImagePlane, GapFillingOptions).
GapFillingOptions | ( | double | backgroundValue, |
int | maxWidth, | ||
int | maxHeight, | ||
GapFillingMethod | method ) |
Constructor.
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. |
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.