VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.TemplateMatching Namespace / ImageImprintCompareResult Class / AvgLocationDeviationX Property
Syntax Requirements SeeAlso
In This Topic
    AvgLocationDeviationX Property (ImageImprintCompareResult)
    In This Topic
    Gets average location deviation of coincident zones along the X axis.
    Syntax
    'Declaration
    
    Public ReadOnly Property AvgLocationDeviationX As Double
    
    
    public double AvgLocationDeviationX { get; }
    
    
    public: __property double get_AvgLocationDeviationX();
    
    
    
    public:
    property double AvgLocationDeviationX { double get(); }

    Property Value

    0 means that zones do not deviate; other values denotes the average deviation along the X axis measured in the units of the key zone recognizers.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also