VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Color Namespace / BinarizeCommand Class / MaxLevelDifference Property
Синтаксис Требования Смотрите также
В этом разделе
    MaxLevelDifference Свойство (BinarizeCommand)
    В этом разделе
    Возвращает или задает чувствительность темных пикселей в светлых областях для режима адаптивной бинаризации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The sensibility of dark pixels in light regions for adaptive binarization mode.
    Valid values are from -765 to 765.")>
    <DefaultValueAttribute(-115)>
    Public Property MaxLevelDifference As System.Int32
    
    
    [Description("The sensibility of dark pixels in light regions for adaptive binarization mode.
    Valid values are from -765 to 765.")]
    [DefaultValue(-115)]
    public System.Int32 MaxLevelDifference { get; set; }
    
    
    [Description("The sensibility of dark pixels in light regions for adaptive binarization mode.
    Valid values are from -765 to 765.")]
    [DefaultValue(-115)]
    public: __property System.Int32 get_MaxLevelDifference();
    public: __property void set_MaxLevelDifference(
    System.Int32 value
    );
    [Description("The sensibility of dark pixels in light regions for adaptive binarization mode.
    Valid values are from -765 to 765.")]
    [DefaultValue(-115)]
    public:
    property System.Int32 MaxLevelDifference { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Допустимые значения: от -765 до 765. Значение по умолчанию: -115.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также