VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / AxialNonuniformity Property
Syntax Remarks Requirements SeeAlso
In This Topic
    AxialNonuniformity Property (ISO15415QualityTest)
    In This Topic
    Gets an Axial Nonuniformity.
    Syntax
    'Declaration
    
    Public ReadOnly Property AxialNonuniformity As Single
    
    
    public float AxialNonuniformity { get; }
    
    
    public: __property float get_AxialNonuniformity();
    
    
    
    public:
    property float AxialNonuniformity { float get(); }
    Remarks

    Axial Nonuniformity measures the spacing of the mapping centres, i.e. the sampling points, or intersections of the grid obtained by applying the reference decode algorithm to the binarized image, in the direction of each of the grid’s major axes. Axial Nonuniformity tests for uneven scaling of the symbol which would hinder readability at some non-normal viewing angles more than at others.

    Requirements

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

    See Also