 | ConvolutionBaseKernelLength Property |
Gets the length of the convolution kernel.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int KernelLength { get; }
Public ReadOnly Property KernelLength As Integer
Get
public:
property int KernelLength {
int get ();
}
member KernelLength : int with get
Property Value
Type:
Int32
See Also