Click or drag to resize
Accord.NET (logo)

ExhaustiveBlockMatching Constructor (Int32, Int32)

Initializes a new instance of the ExhaustiveBlockMatching class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ExhaustiveBlockMatching(
	int blockSize,
	int searchRadius
)
Request Example View Source

Parameters

blockSize
Type: SystemInt32
Block size to search for.
searchRadius
Type: SystemInt32
Search radius.
See Also