Options for gap filling with function FillGaps.
More...
#include <core_3d.hpp>
|
double | BackgroundValue |
|
int | MaxWidth |
| Maximum width of a gap to be filled. Larger gaps are ignored. If you like to fill all gaps, set MaxWidth to a value greater the width of your input range map.
|
|
int | MaxHeight |
| Maximum Height of a gap to be filled. Larger gaps are ignored. If you like to fill all gaps, set MaxHeight to a value greater the height of your input range map.
|
|
GapFillingMethod | Method |
|
Options for gap filling with function FillGaps.
◆ GapFillingOptions()
Creates a new GapFillingOptions object.
- Parameters
-
[in] | backgroundValue | Value indicating a gap. |
[in] | maxWidth | Maximum width of a gap to be filled. |
[in] | maxHeight | Maximum Height of a gap to be filled. |
[in] | method | Method to fill gaps. |
◆ BackgroundValue
◆ Method