ImageGear .NET v24.12 - Updated
CompareSize Field




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizeMatchingSettings Structure : CompareSize Field
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

Reference

ImGearPicturizeMatchingSettings Structure
ImGearPicturizeMatchingSettings Members