CVB++ 14.1
GapFillingOptions Struct Reference

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. More...
 

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
 

Detailed Description

Options for gap filling with function FillGaps.

Constructor & Destructor Documentation

◆ GapFillingOptions()

GapFillingOptions ( double  backgroundValue,
int  maxWidth,
int  maxHeight,
GapFillingMethod  method 
)
inline

Creates a new GapFillingOptions object.

Parameters
[in]backgroundValueValue indicating a gap.
[in]maxWidthMaximum width of a gap to be filled.
[in]maxHeightMaximum Height of a gap to be filled.
[in]methodMethod to fill gaps.

Member Data Documentation

◆ BackgroundValue

double BackgroundValue

Value indicating a gap.

◆ Method

Method to fill gaps.