ConvolutionKernelF Constructor (Int32, Int32) |
http://www.emgu.com
Create a convolution kernel with the specific number of rows and cols
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic ConvolutionKernelF(
int rows,
int cols
)
Public Sub New (
rows As Integer,
cols As Integer
)
public:
ConvolutionKernelF(
int rows,
int cols
)
new :
rows : int *
cols : int -> ConvolutionKernelF
Parameters
- rows
- Type: SystemInt32
The number of raws for the convolution kernel - cols
- Type: SystemInt32
The number of columns for the convolution kernel
See Also