VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.TemplateMatching Namespace / TemplateAligningCommand Class / CompareResult Property
Синтаксис Требования Смотрите также
В этом разделе
    CompareResult Свойство (TemplateAligningCommand)
    В этом разделе
    Возвращает или задает результат сравнения изображения и изображения шаблона.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The result of comparison of image and template image.")>
    Public Property CompareResult As ImageImprintCompareResult
    
    
    [DefaultValue(null)]
    [Description("The result of comparison of image and template image.")]
    public ImageImprintCompareResult CompareResult { get; set; }
    
    
    [DefaultValue(null)]
    [Description("The result of comparison of image and template image.")]
    public: __property ImageImprintCompareResult* get_CompareResult();
    public: __property void set_CompareResult(
    ImageImprintCompareResult* value
    );
    [DefaultValue(null)]
    [Description("The result of comparison of image and template image.")]
    public:
    property ImageImprintCompareResult^ CompareResult { ImageImprintCompareResult^ get(); void set(ImageImprintCompareResult^ value); }
    Требования

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

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