'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> <DescriptionAttribute("A binarization command for detecting text regions on a source image.")> Public Property MaskBinarization As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command for detecting text regions on a source image.")] public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase MaskBinarization { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command for detecting text regions on a source image.")] public: __property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* get_MaskBinarization(); public: __property void set_MaskBinarization(
Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command for detecting text regions on a source image.")] public:
property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ MaskBinarization { Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ get(); void set(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ value); }
Property Value
null - слой маски не будет создан; not null - указанная команда бинаризации будет выполнена для обнаружения текстовых областей на исходном изображении.