[]
In-place effect that converts a monochromatic (grayscale) image to bi-level image using Otsu's method of clustering-based image thresholding.
public class OtsuThresholdingEffect : BaseInplaceEffect
Public Class OtsuThresholdingEffect
Inherits BaseInplaceEffect
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. |