Click or drag to resize

ImageTColor, TDepthConvolution Method

http://www.emgu.com
Performs a convolution using the specific kernel

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, float> Convolution(
	ConvolutionKernelF kernel,
	double delta = 0,
	BorderType borderType = BorderType.Reflect101
)

Parameters

kernel
Type: Emgu.CVConvolutionKernelF
The convolution kernel
delta (Optional)
Type: SystemDouble
The optional value added to the filtered pixels before storing them in dst
borderType (Optional)
Type: Emgu.CV.CvEnumBorderType
The pixel extrapolation method.

Return Value

Type: ImageTColor, Single
The result of the convolution
See Also