CVBpy 15.0
Loading...
Searching...
No Matches
GapFillingOptions Class Reference

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

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.
 

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