Options for gap filling with function FillGaps. More...
#include <core_3d.hpp>
Public Member Functions | |
GapFillingOptions (double backgroundValue, int maxWidth, int maxHeight, GapFillingMethod method) | |
Creates a new GapFillingOptions object. | |
Public Attributes | |
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.
|
inline |
Creates a new GapFillingOptions object.
[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. |
double BackgroundValue |
Value indicating a gap.
GapFillingMethod Method |
Method to fill gaps.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.