'Declaration <DescriptionAttribute("An image segmentation command for detecting image regions on a source image.")> Public Property ImageSegmentation As Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand
[Description("An image segmentation command for detecting image regions on a source image.")] public Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand ImageSegmentation { get; set; }
[Description("An image segmentation command for detecting image regions on a source image.")] public: __property Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand* get_ImageSegmentation(); public: __property void set_ImageSegmentation(
Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand* value
);
[Description("An image segmentation command for detecting image regions on a source image.")] public:
property Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand^ ImageSegmentation { Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand^ get(); void set(Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand^ value); }
Property Value
null - сегментация исходного изображения выполняться не будет, информация об областях исходного изображения будет получена из свойства ImageRegions; not null - указанная команда сегментации изображения будет выполнена для получения информации об областях изображения в исходном изображении, если ImageRegions равно null.