Search radius.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public int SearchRadius { get; set; }

Remarks

The value specifies the shift from reference point in all four directions, used to search for the best matching block.

Default value is set to 12.

See Also