CVBpy 14.1
GapFillingOptions Class Reference

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

Inherits object.

Detailed Description

Options for gap filling with function fill_gaps.

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