ConvolutionKernelF Constructor (Single) |
http://www.emgu.com
Create a convolution kernel using the specific floating point matrix
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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