[]
Returns an instance of the BradleyThresholdingEffect class.
public static BradleyThresholdingEffect Get(int sDivider = 8, int t = 15)
Public Shared Function [Get](Optional sDivider As Integer = 8, Optional t As Integer = 15) As BradleyThresholdingEffect
Type | Name | Description |
---|---|---|
int | sDivider | A divider of the image width to calculate the value of s. |
int | t | The value of t parameter. |
Type | Description |
---|---|
BradleyThresholdingEffect |