[This is preliminary documentation and is subject to change.]
Perform the convolution with kernel on image
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
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 )