[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BradleyThresholdingEffect

BradleyThresholdingEffect Class

In-place effect that converts a monochromatic (grayscale) image to bi-level image using Bradley and Roth's method of adaptive image thresholding.

Inheritance
BradleyThresholdingEffect
Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public class BradleyThresholdingEffect : BaseInplaceEffect
Public Class BradleyThresholdingEffect
    Inherits BaseInplaceEffect

Methods

Name Description
Apply(GcBitmap)

Applies the effect to the specified GcBitmap.

Apply(GcBitmap, int, int, int, int)

Applies the effect to a part of the specified GcBitmap.

Get(int, int)

Returns an instance of the BradleyThresholdingEffect class.