Click or drag to resize
Accord.NET (logo)

ExhaustiveBlockMatchingBlockSize Property

Block size to search for.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int BlockSize { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The value specifies block size to search for. For each provided reference pointer, a square block of this size is taken from the source image (reference point becomes the coordinate of block's center) and the best match is searched in second image within specified search radius.

Default value is set to 16.

See Also