|
CorrelationMatching Constructor (Int32)
|
Note: This API is now obsolete.
Constructs a new Correlation Matching algorithm.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the overload that accepts bitmaps.")]
public CorrelationMatching(
int windowSize
)
<ObsoleteAttribute("Please use the overload that accepts bitmaps.")>
Public Sub New (
windowSize As Integer
)
Request Example
View SourceParameters
- windowSize
- Type: SystemInt32
See Also