Image Manager (CVCore3D.dll) 15.0
CVC3DGapFilling Struct Reference

Options for gap filling with function CVC3DRangeMapFillGaps. More...

Data Fields

double BackgroundValue
 Value indicating a gap.
 
cvbdim_t 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.
 
cvbdim_t 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.
 
CVC3DGapFillingMethod Method
 Method to fill gaps.
 

Detailed Description

Options for gap filling with function CVC3DRangeMapFillGaps.