ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPicturizeMatchingSettings Structure / CompareSize Field




In This Topic
    CompareSize Field
    In This Topic
    Specifies the dimension to which cell images will be scaled internally for finding matching locations in the source image.
    Syntax
    'Declaration
     
    Public CompareSize As Integer
    'Usage
     
    Dim instance As ImGearPicturizeMatchingSettings
    Dim value As Integer
     
    value = instance.CompareSize
     
    instance.CompareSize = value
    public int CompareSize
    public: int CompareSize
    public:
    int CompareSize

    Field Value

    Any positive int value
    Remarks
    This field specifies the dimension to which cell images will be scaled internally for finding matching locations in the source image.

    Smaller values result in faster processing, while larger values result in better matching quality, allowing to match finer details. Useful values are in range 2...10; larger values result in significantly slower processing without significant increase in quality.

    The default value is 1.

    See Also