ConvolutionKernelF Constructor (Int32, Int32) |
http://www.emgu.com
Create a convolution kernel with the specific number of rows and cols
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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