ConvolutionKernelF Constructor |
| Name | Description | |
|---|---|---|
| ConvolutionKernelF(Single) |
Create a convolution kernel using the specific floating point matrix
| |
| ConvolutionKernelF(Int32, Int32) |
Create a convolution kernel with the specific number of rows and cols | |
| ConvolutionKernelF(Single, Point) |
Create a convolution kernel using the specific floating point matrix and center
| |
| ConvolutionKernelF(MatrixSingle, Point) |
Create a convolution kernel using the specific matrix and center
|