CVB.Net 15.0
Loading...
Searching...
No Matches
GapFillingOptions Struct Reference

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.
 

Detailed Description

Constructor & Destructor Documentation

◆ GapFillingOptions()

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

Constructor.

Parameters
backgroundValueValue indicating a gap.
maxWidthMaximum width of a gap to be filled.
maxHeightMaximum height of a gap to be filled.
methodMethod used to fill gaps.