ConvolutionKernelF Constructor (Single) |
http://www.emgu.com
Create a convolution kernel using the specific floating point matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic ConvolutionKernelF(
float[,] kernel
)
Public Sub New (
kernel As Single(,)
)
public:
ConvolutionKernelF(
array<float,2>^ kernel
)
new :
kernel : float32[,] -> ConvolutionKernelF
Parameters
- kernel
- Type: SystemSingle
The values for the convolution kernel
See Also