|
FillHolesMaxHoleHeight Property
|
Maximum height of a hole to fill.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic int MaxHoleHeight { get; set; }
Public Property MaxHoleHeight As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32
RemarksAll holes, which have height greater than this value, are kept unfilled.
See CoupledSizeFiltering for additional information.
Default value is set to MaxValue.
See Also