CVBpy 14.1
GapFillingOptions Class Reference

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

Inherits object.

Public Member Functions

None GapFillingOptions (self, float background_value, int max_width, int max_height, int method)
 Creates a set of options that the fill_gaps function can take. More...
 

Detailed Description

Options for gap filling with function fill_gaps.

Constructor & Destructor Documentation

◆ GapFillingOptions()

None GapFillingOptions (   self,
float  background_value,
int  max_width,
int  max_height,
int  method 
)

Creates a set of options that the fill_gaps function can take.

Parameters

background_value : float Value indicating a gap.

max_width : int Maximum width of a gap to be filled.

max_height : int Maximum Height of a gap to be filled.

method : int Method to fill gaps (see cvb.GapFillingMethod).