ImageTColor, TDepthConvolution Method |
http://www.emgu.com
Performs a convolution using the specific kernel
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<TColor, float> Convolution(
ConvolutionKernelF kernel
)
Public Function Convolution (
kernel As ConvolutionKernelF
) As Image(Of TColor, Single)
public:
Image<TColor, float>^ Convolution(
ConvolutionKernelF^ kernel
)
member Convolution :
kernel : ConvolutionKernelF -> Image<'TColor, float32>
Parameters
- kernel
- Type: Emgu.CVConvolutionKernelF
The convolution kernel
Return Value
Type:
ImageTColor,
SingleThe result of the convolution
See Also