Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / OtsuThresholdingEffect Class
Members

In This Topic
    OtsuThresholdingEffect Class
    In This Topic
    In-place effect that converts a monochromatic (grayscale) image to bi-level image using Otsu's method of clustering-based image thresholding.
    Object Model
    OtsuThresholdingEffect Class
    Syntax
    'Declaration
     
    Public Class OtsuThresholdingEffect 
       Inherits BaseInplaceEffect
    public class OtsuThresholdingEffect : BaseInplaceEffect 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Imaging.BaseInplaceEffect
          GrapeCity.Documents.Imaging.OtsuThresholdingEffect

    See Also