Perform the convolution with kernel on img1

C# | Visual Basic | Visual C++ |
public static Image<TColor, float> operator *( Image<TColor, TDepth> img1, ConvolutionKernelF kernel )
Public Shared Operator * ( _ img1 As Image(Of TColor, TDepth), _ kernel As ConvolutionKernelF _ ) As Image(Of TColor, Single)
public: static Image<TColor, float>^ operator *( Image<TColor, TDepth>^ img1, ConvolutionKernelF^ kernel )

- kernel (ConvolutionKernelF)
- The kernel

Result of the convolution