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. | |
Options for gap filling with function fill_gaps.
| 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.
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).