[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BradleyThresholdingEffect.Get

Get Method

Get(int, int)

Returns an instance of the BradleyThresholdingEffect class.

Declaration
public static BradleyThresholdingEffect Get(int sDivider = 8, int t = 15)
Parameters
Type Name Description
int sDivider

A divider of the image width to calculate the value of s.

int t

The value of t parameter.

Returns
Type Description
BradleyThresholdingEffect