ConvolutionKernelF Constructor (MatrixSingle, Point) |
http://www.emgu.com
Create a convolution kernel using the specific matrix and center
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic ConvolutionKernelF(
Matrix<float> kernel,
Point center
)
Public Sub New (
kernel As Matrix(Of Single),
center As Point
)
public:
ConvolutionKernelF(
Matrix<float>^ kernel,
Point center
)
new :
kernel : Matrix<float32> *
center : Point -> ConvolutionKernelF
Parameters
- kernel
- Type: Emgu.CVMatrixSingle
The values for the convolution kernel - center
- Type: System.DrawingPoint
The center of the kernel
See Also