Perform the convolution with kernel on image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public static Image<TColor, float> operator *( Image<TColor, TDepth> image, ConvolutionKernelF kernel )
Public Shared Operator * ( _ image As Image(Of TColor, TDepth), _ kernel As ConvolutionKernelF _ ) As Image(Of TColor, Single)
public: static Image<TColor, float>^ operator *( Image<TColor, TDepth>^ image, ConvolutionKernelF^ kernel )