|
ExhaustiveBlockMatching Constructor (Int32, Int32)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public ExhaustiveBlockMatching(
int blockSize,
int searchRadius
)
Public Sub New (
blockSize As Integer,
searchRadius As Integer
)
Request Example
View SourceParameters
- blockSize
- Type: SystemInt32
Block size to search for. - searchRadius
- Type: SystemInt32
Search radius.
See Also