Click or drag to resize

ImageTColor, TDepthMultiply Operator (ImageTColor, TDepth, ConvolutionKernelF)

http://www.emgu.com
Perform the convolution with kernel on image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Image<TColor, float> operator *(
	Image<TColor, TDepth> image,
	ConvolutionKernelF kernel
)

Parameters

image
Type: Emgu.CVImageTColor, TDepth
The image
kernel
Type: Emgu.CVConvolutionKernelF
The kernel

Return Value

Type: ImageTColor, Single
Result of the convolution
See Also