Click or drag to resize
Accord.NET (logo)

ExhaustiveBlockMatchingSearchRadius Property

Search radius.

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

Property Value

Type: Int32
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