[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.OtsuThresholdingEffect

OtsuThresholdingEffect Class

In-place effect that converts a monochromatic (grayscale) image to bi-level image using Otsu's method of clustering-based image thresholding.

Inheritance
OtsuThresholdingEffect
Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public class OtsuThresholdingEffect : BaseInplaceEffect
Public Class OtsuThresholdingEffect
    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()

Returns an instance of the OtsuThresholdingEffect class.