Constructs a convolution instance and defines the convolution kernel with a given offset and stride.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public Float1DConvolution(
float[] kernel,
int kerneloffset,
int kernelstride,
int datalength
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
kernel As Single(), _
kerneloffset As Integer, _
kernelstride As Integer, _
datalength As Integer _
) |
| Visual C++ |
|---|
public:
Float1DConvolution(
array<float>^ kernel,
int kerneloffset,
int kernelstride,
int datalength
) |
See Also